ApplicationDataPath
parameter in the configuration file (web.config
), e.g. <add key="ApplicationDataPath" value="\\SERVER\SHARE" />
.DRIVE:\Inetpub\wwwroot\wfgen\App_Data
. The default is to keep all the files on the web server.DRIVE:\FOLDER
(e.g. D:\filepub
).
DRIVE:\FOLDER\wfgen\App_Data
DRIVE:\FOLDER\wfgen\App_Data\Files\API
DRIVE:\FOLDER\wfgen\App_Data\Files\DataSet
DRIVE:\FOLDER\wfgen\App_Data\Files\EFormASPX
DRIVE:\FOLDER\wfgen\App_Data\Files\MergeForm
DRIVE:\FOLDER\wfgen\App_Data\Files\RemoteApproval
DRIVE:\FOLDER\wfgen\App_Data\Files\RestApiClient
DRIVE:\FOLDER\wfgen\App_Data\Files\XmlToDatabase
DRIVE:\FOLDER\wfgen\App_Data\Files\XmlTrans
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\auth
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\CancelRequest
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\CompleteAction
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\CopyData
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\Dir
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\Engine
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\GetFormData
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\GetProcessData
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\GetUsersFromDir
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\MergeForm
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\Notifications
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\Portal
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\RaiseException
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\RemoteApproval
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\RestApiClient
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\SendHttpPost
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\SendMessage
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\StartProcess
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\UpdateProcessData
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\XmlToDatabase
DRIVE:\FOLDER\wfgen\App_Data\LogFiles\XmlTrans
DRIVE:\FOLDER
. This folder should then be accessible by a \SERVER\SHARE$
type UNC name.
ApplicationDataPath
parameter in DRIVE:\Inetpub\wwwroot\wfgen\web.config
to <add key="ApplicationDataPath" value="\\SERVER\SHARE$\wfgen\App_Data" />
. This is because WorkflowGen will use the specified path in ApplicationDataPath
to store the \Files
, \LogFiles
, and \Templates
folders.web.config
file.web.config
file, located in the DRIVE:\Inetpub\wwwroot\wfgen
folder:...
button.
auth
, graphql
, hooks
, scim
,ws
, and webforms
) match the wfgen
application pool.WebForms
folder for all web servers
WebForms
folder for all servers. To do this:WebForms
folder. This can be either your primary WorkflowGen site’s local WebForms
folder, or a WebForms
folder on a network file server.
WebForms
folder, we suggest copying the content of this folder to the shared WebForms
folder.
WebForms
application folder.
<add key="ApplicationWebFormsPath" value="" />
parameter with the UNC path as the value to the web.config
file.
WebForms
folder for the IIS application pool used by the WebForms
application.\wfgen\web.config
files must be identical.ApplicationDefaultProcessDataFileStorageMethod
parameter to File
to store process data files in the file system, or set it to Database
to store process data files in the database.FILE
type process data with the default file value using the previous process data storage method. You can delete all default file values, change the process data storage method, and re-upload the default file values into the process data.\wfgen\App_Data
folder (ApplicationDataPath
) to be be used by requests and actions at runtime.FILE
IN parameters must also save the file content in your custom application database when the file is referenced later by your action.winsvc-uninstall.cmd
file found in the \bin
folder of the application installation (for example, DRIVE:\Program Files\Advantys\WorkflowGen\Services\bin\winsvc-uninstall.cmd
). Be sure to run it as the administrator of the server.WfgDirectoriesSyncService.exe.config
WorkflowGen directory synchronization service configuration file as shown in the following examples.DRIVE:\Program Files\Advantys\WorkflowGen1\Services\bin\WfgDirectoriesSyncService.exe.config
file as follows:DRIVE:\Program Files\Advantys\WorkflowGen2\Services\bin\WfgDirectoriesSyncService.exe.config
file as follows:WfgWorkflowEngineService.exe.config
WorkflowGen engine service configuration file.DRIVE:\Program Files\Advantys\WorkflowGen1\Services\bin\WfgWorkflowEngineService exe.config
file as follows:DRIVE:\Program Files\Advantys\WorkflowGen2\Services\bin\WfgWorkflowEngineService exe.config file
as follows:WfgDirectoriesSyncService
and WfgWorkflowEngineService
Windows services as described above.DRIVE:\Program Files\Advantys\WorkflowGen1\Services\bin\winsvc-install.cmd
Based on the value given for the ServiceName
parameter defined in the WorkflowGen directory synchronization service section above, your winsvc-install.cmd
file should appear as follows:DRIVE:\Program Files\Advantys\WorkflowGen1\Services\bin\winsvc-uninstall.cmd
Based on the value given for the ServiceName
parameter defined in the WorkflowGen directory synchronization service section above, your winsvc-uninstall.cmd
file should appear as follows:DRIVE:\Program Files\Advantys\WorkflowGen2\Services\bin\winsvc-install.cmd
Based on the value given for the ServiceName
parameter defined in the WorkflowGen directory synchronization service section above, your winsvc-install.cmd
file should appear as follows:DRIVE:\Program Files\Advantys\WorkflowGen2\Services\bin\winsvc-uninstall.cmd
Based on the value given for the ServiceName
parameter defined in the WorkflowGen directory synchronization service section above, your winsvc-uninstall.cmd
file should appear as follows:DRIVE:\Program Files\Advantys\WorkflowGen1\Services\bin\winsvc-install.cmd
DRIVE:\Program Files\Advantys\WorkflowGen2\Services\bin\winsvc-install.cmd
max text repl size
configuration option with a higher value in order for the database replication to function properly. We recommend setting this to the maximum value of 2147483647
instead of the default value of 65536
.WFGEN
in the Publication Database list. Click Next.
WFGEN_PUB
.
<Find SQL Server Publisher...>
.
WFGEN_PUB
in the Databases and publications list. Click Next.
<New database...>
.
WFGEN
as the Database name and click OK. Click Next.
WFGEN_USER
to the WFGEN
read-only database security with db_datareader
and db_datawriter
permissions.WFGEN_USER
account will be used in the connection string for the WFGEN
read-only database in WorkflowGen.max text repl size
option, see http://msdn.microsoft.com/en-us/library/ms186225.aspx and select your version of SQL Server from the drop-down menu..resx
files in the following folders:\wfgen\App_GlobalResources
\wfgen\WfApps\WebForms\App_GlobalResources
\wfgen\ws\App_GlobalResources
.ar-AE
for Arabic and United Arab Emirates. Then, customize the resource files as needed.