In SQL Server, does WorkflowGen require the use of the SA user to connect to the WorkflowGen database?
WorkflowGen requires the use of an SQL Server user (using SQL Server Authentication). You can use any user defined in SQL Server as long as that user has been granted DATAREADER and DATAWRITER rights to the WorkflowGen database. This is the user that is specified in the database connection string found in the "General" tab of the configuration panel.
Please contact your Database Administrator for more information regarding creating this user.
Reader Comments