Property name | Description | Possible value |
---|
abpm.solution.edi.EDIBatchProcessor.resetTransactionControlNumber | This should be set to true if you want to reset the transaction set control number in outbound processing while batch mode is selected as Yes. | True/False |
abpm.solution.edi.EDIInboundProcessor.generateLogFile | This should be set to true if you want to generate the log file for inbound processing. | True/False |
abpm.solution.edi.EDIInboundProcessor.logFilePath | You can use this property to define the Path where you want to generate the log file. | Any absolute path where you want to generate the log file. |
abpm.solution.edi.EDIInboundProcessor.logPathPrefix | You can use this property to define the path prefix of the target file displayed in the log file. | Any string value. |
abpm.solution.edi.EDIOutboundProcessor.generateLogFile | This should be set to true if you want to generate the log file for outbound processing. | True/False |
abpm.solution.edi.EDIOutboundProcessor.logFilePath | You can use this property to define the Path where you want to generate the log file. | Any absolute path where you want to generate the log file. |
abpm.solution.edi.EDIOutboundProcessor.logPathPrefix | You can use this property to define the path prefix of the target file displayed in the log file. | Any string value. |
abpm.solution.edi.EDISubBatchProcessor.generateLogFile | This should be set to true if you want that the path of FA should be written in the inbound log file. | True/False |
abpm.solution.edi.EDISubBatchProcessor.logFilePath | Path where you want to generate the log file. This path should be same as the path defined in abpm.solution.edi.EDIInboundProcessor.logFilePath property. | Any absolute path. |
abpm.solution.edi.EDISubBatchProcessor.logPathPrefix | This is the path prefix of the target file displayed in the log file. | Any string value. |
abpm.solution.edi.EDISubBatchProcessor.resetTransactionControlNumber | This should be set to true if you want to reset the transaction set control number in outbound processing. | True/False |
abpm.solution.edi.xquery.retryCount | Number of retries to be done in case connection with XML file fails while Xquery execution. |
|
abpm.solution.edi.xquery.retryInterval | Set the time interval in milliseconds between consecutive retries while connecting to XML file fails while Xquery execution. |
|