Configuring Process Flow Variables

Perform the following steps to generate log files for inbound/outbound processing and to enable the reset transaction set control number for EDI outbound flow:

Steps to configure the Process Flow Variables:

  1. On the Adeptia Suite homepage, click the Administer tab.
  2. Click the link Application Settings. The Application Settings screen is displayed.
  3. Click Update System Properties. The Update System Properties screen is displayed (see Figure 50).

    Figure 50: Update System Properties

  4. Expand Solution Properties and then expand the EDI Solution Parameters.
  5. Further expand the EDI Configuration For Process Flows.

    By default, the value of these properties are displayed as blank. In this case, the values defined in the EDI process flows are considered. However, if you define any value in the UI, the preference is given to that particular value.

  6. Configure the following properties to define process flow variables:

Generate log files for inbound/outbound processing:

abpm.solution.edi.EDIInboundProcessor.generateLogFile
 

Description

This should be set to true if you want to generate the log file for inbound processing.

Possible Values

True/False

abpm.solution.edi.EDIInboundProcessor.logFilePath 

Description

You can use this property to define the Path where you want to generate the log file.

Possible Values

Any absolute path where you want to generate the log file.

 abpm.solution.edi.EDIInboundProcessor.logPathPrefix 

Description

You can use this property to define the path prefix of the target file displayed in the log file.

Possible Values

Any string value.

abpm.solution.edi.EDIOutboundProcessor.generateLogFile 

Description

This should be set to true if you want to generate the log file for outbound processing.

Possible Values

True/False

abpm.solution.edi.EDIOutboundProcessor.logFilePath 

Description

You can use this property to define the Path where you want to generate the log file.

Possible Values

Any absolute path where you want to generate the log file.

 abpm.solution.edi.EDIOutboundProcessor.logPathPrefix 

Description

You can use this property to define the path prefix of the target file displayed in the log file.

Possible Values

Any string value.

abpm.solution.edi.EDISubBatchProcessor.generateLogFile 

Description

This should be set to true if you want that the path of FA should be written in the inbound log file.

Possible Values

True/False

abpm.solution.edi.EDISubBatchProcessor.logFilePath 

Description

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.

Possible Values

Any absolute path.

abpm.solution.edi.EDISubBatchProcessor.logPathPrefix 

Description

This is the path prefix of the target file displayed in the log file. 

Possible Values

Any string value.


Enable the reset transaction set control number for EDI outbound flow:

abpm.solution.edi.EDISubBatchProcessor.resetTransactionControlNumber

Description

This should be set to true if you want to reset the transaction set control number in outbound processing.

Possible Values

True/False

abpm.solution.edi.EDIBatchProcessor.resetTransactionControlNumber

Description

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.

Possible Values

True/False


Â