Shared Path
You can centrally manage all the configurable paths through the shared path properties. It makes it convenient while setting up a cluster of Adeptia Suite. As all the nodes of the cluster can store and access data from the common shared path mentioned here.
abpm.shared.path
Description | Enter the path where all the files and folders to be stored and shared among different nodes of cluster. To use this path, keep the following properties within this group as blank. |
Default Value | wsdl |
Possible Values | Any absolute path on the local system. |
Selection Criteria | Enter the path of the location that you want to share with all the nodes of a cluster, for example, //192.168.1.44/Shared. Leave the value of all other properties of the Shared Path blank. The path referred in the abpm.shared.path property will work as the default path for all the properties that are kept blank. |
Â
By specifying a value in any of the following properties you may define a different shared location for the specific data file(s). For this, define a path for the respective data file property. The data file(s) will then be stored and accessed from the path specified in that particular property.Â
abpm.webservice.wsdlDeployPath
Description | Web service WSDL Deploy Path. |
Default Value | wsdl |
Possible Values | Any absolute path on the local system/ or relative path from 'ServerKernel' directory location. |
Selection Criteria | Any directory where you want to save the WSDL created for published process flow. |
abpm.webservice.metro.soapattachment.location
Description | Configure the location where SOAP attachments (in web service request) will be saved. |
Default Value | web/Attachments |
Possible Values | NA |
abpm.webservice.rest.pftrigger.attachment.location
Description | Configure the location for web service security dump messages for web service request and response. |
Default Value | web/Attachments |
Possible Values | NA |
abpm.filereferences.basefolder.location
Description | Configure the location where File References folder(s) will be created. |
Default Value | web |
abpm.solution.edi.dataFile.location
Description | Location of data files that are displayed in EDI logs (FileIn, FileOut, and ErrorFile). |
Default Value | web |
abpm.solution.nonedi.dataFile.location
Description | Location of data files that are displayed in Non-EDI logs (FileIn, FileOut, and ErrorFile). |
Default Value | web |
abpm.solution.edi.repository.archive.path
Description | B2B Repository Archive Path. |
Default Value | web/Archive/B2B |
abpm.security.repository
Description | Folder where secret keys and KeyStore are stored. |
Default Value | etc/security |
Possible Values | Any absolute or relative path from ServerKernel folder. |
Selection Criteria | Represents the folder path where security-related folders are stored (Keystore, secret keys, etc). |
Â
abpm.recovery.repository.root
Description | Specify the folder where recovery information of the process flow is saved. |
Default Value | recovery |
Possible Values | Any absolute path or relative path to store the recovery files of process flows. |
Selection Criteria | By default, process flow recovery files are stored in the ...<AdeptiaInstallFolder>/ServerKernel/recovery folder. You can define any absolute path or any relative path to store the recovery file. The relative path should be relative to the ServerKernel folder. |
abpm.reprocessing.repository.root
Description | Specify the folder where reprocessing information of the process flow is saved. |
Default Value | reprocessing |
Possible Values | Any absolute path or relative path to store the reprocessed files of process flows. |
Selection Criteria | By default, process flow reprocessed files are stored in the ...<AdeptiaInstallFolder>/ServerKernel/reprocessing folder. You can define any absolute path or any relative path to store the reprocessed file. For example: C:\AdeptiaPF_Reprocessing The relative path should be relative to the ServerKernel folder. |
abpm.transaction.repository.archive.path
Description | Directory path to archive process flow repository files before they get cleaned up. |
Default Value | web/Archive/ProcessFlow |
Possible Values | Any absolute path or relative path to archive the process flow repository files before they get cleaned up. |
Selection Criteria | This property specifies the folder to archive the process flow repository files if the archival of process flow log and data is enabled. You can enable the archival using abpm.data.archival.enable property. By default, process flow repository files are archived in the ...<AdeptiaInstallFolder>/ServerKernel/web/Archive/ProcessFlow folder. You can define any absolute path or any relative path to archive the repository files. For example, C:Adeptia_ArchiveRepository. The relative path shall be relative to the ServerKernel folder. For example, to store the repository files within ...<AdeptiaInstallFolder>/ServerKernel/AdeptiaArchiveRepository, define the path as: ./Adeptia_ArchiveRepository. |
abpm.repository.root
Description | Directory path to store the repository files that are created during process flow execution. |
Default Value | web/repository |
Possible Values | Any absolute path or relative path to store the process flow repository files. |
Selection Criteria | By default, process flow repository files are stored in the ...<AdeptiaInstallFolder>/ServerKernel/web/repository folder. You can define any absolute path or any relative path to store the repository file. The path shall be relative to ServerKernel folder. For example: To store the repository files within ...<AdeptiaInstallFolder>/ServerKernel/AdeptiaRepository, you can define the path as: |
abpm.sap.idoc.repository
Description | SAP Repository folder. |
Default Value | web/sapIdocLocation |
Possible Values | true/false |
Â
abpm.ftpDebugOut.file.location
Description | FTP activity execution logs. |
Default Value | logs/ftpLogs |
Possible Values | Any accessible location on the local or shared computer. |
abpm.reporting.repository
Description | Folder where .jasper and .jrxml files are used and stored by custom reports. |
Default Value | web/Jasper Report |
Possible Values | Any absolute path or relative path where you want to store the .jasper and .jrxml files. |
Selection Criteria | .jasper and .jrxml files are used when you create Custom Report activities. By default, these files are stored in ...<AdeptiaInstallFolder>/ServerKernel/web/Jasper Report folder. You can define any absolute path or any relative path to store these file. The relative path shall be relative to ServerKernel folder. For example: To store the recovery files within ...<AdeptiaInstallFolder>/ServerKernel/Adeptia_JasperReportFiles, you can define the path as: ./Adeptia_JasperReportFiles |