Create the Database#
SQL Server#
Connect to your SQL Server
Create a database named colectica_workflow
Run the SQL commands in
Datacolectica_workflow.sqlserver.sqlof the Colectica Workflow Service packageGive the
LocalServiceaccount, or the user account that will run the workflow service, access to thecolectica_workflowdatabase.Give the
LocalServiceaccount, or the user account that will run the workflow service, access to all colectica repository databases you wish to configure.
PostgreSQL#
Connect to your PostgreSQL server
Create a database named
colectica_workflowRun the SQL commands in
Data\colectica_workflow.postgresql.sqlof the Colectica Colectica Workflow Service package