2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Property

 

Description

partnerAppKey

Required

Will be provided by DBSync

partnerAppToken

Required

Will be provided by DBSync

partner.database.driverClassName

Required

Profile Details and Logs are stored in Database, for this property, provide the Database driver class name. For example : for mysql database, this property will be com.mysql.jdbc.Driver

partner.database.url

Required

Profile Details and Logs are stored in Database, for this property, provide the Database Url along with Database name. For example : for mysql database, this property will look like jdbc:mysql://<ServerName>:<Port>/<Database Name>.

partner.database.username

Required

Profile Details and Logs are stored in Database, for this property, provide the Database Username.

partner.database.password

Required

Profile Details and Logs are stored in Database, for this property, provide the Database Password.

dbsync.logger

Optional

If you don’t want to store the logs in the default database and want to store the logs in other database, then enable this property. Property value will be constant : com.mydbsync.cw.embedded.EmbeddedLogger
If you want to store the logs in the default database itself, then remove or comment this property.
If you enable dbsync.logger, below 4 properties will be used for storing the logs in the different database.

log.database.driverClassName

Optional

Provide the Driver class name.
Ex: If mysql, then com.mysql.jdbc.Driver

log.database.url

Optional

Provide the Database Url along with Database Name.
Ex: If my sql, then jdbc:mysql://<ServerName>:<Port>/<Database Name>.

log.database.username

Optional

Provide the Logging database Username.

log.database.password

Optional

Provide the database Password.

partner.profile.template

Optional

profile.xml is the file, where all connector properties are stored. If you have profile.xml and want to use it as template, then provide the absolute path of profile.xml
Ex: <Your path>/profile.xml

partner.app.<process>.pdl

Required

<process> is the built process accessible to this runtime engine.
For example:
partner.app.YourApp-Quickbooks.pdl will point the the project / process that is developed from Cloud Workflow - Development Studio. You can also Download the project (as Zip) and extract in a folder of your choice.  

Ex : If your pdl name is QuickBooksPdl, and process xml name is processdefinition_CustomerToAccount.xml, then the path will be
partner.app.YourApp-Quickbooks.pdl=<Path to the Directory>/processdefinition_CustomerToAccount.xml

You will need one entry for each process available to your application. As an example you will have one for QuickBooks, another for Microsoft Dynamics GP and so forth.

partner_profile.xml  

Location: (inside  “www/WEB-INF/conf/”  folder). Also see "partner.profile.template" property above in case you want to store it outside of the default installation (Recommended)

...