Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To receive notifications if any error occurs in processing Non-EDI data, you need to configure the following properties:

...


Notifications sent during Non-EDI processing can be classified into following categories:

  1. Translation Error:
      • Translation Error at source end of inbound processing.
      • Translation Error at target end of inbound Processing.
      • Translation Error at source end of Outbound Processing
      • Translation Error at target end of Outbound Processing.

    Translation Error, which occurs at source end of inbound processing, is sent to the email ID configured in

...

  1. the Contact Information

...

  1.  field of the trading Partner.
    All other translation errors are sent to the email ID configured in

...

  1. the abpm.solution.edi.notification.translationError.hostEmailID

...

  1.  property.
     

  2. System Error

...

   All system errors are sent to the email ID configured in the abpm.solution.edi.notification.systemError.hostEmailID property.

  Steps to configure the EDI Solution Properties:

...

    1. On the Adeptia Suite homepage, click the Administer tab. The Application Settings screen is displayed.
    2. Click the link Update System Properties. The Update System Properties screen is displayed.
    3. Expand Solution Properties and then further expand EDI Solution Parameters (see Figure 55).

      Image Modified

...


...

    1. Figure 55: EDI Solution Properties

    2. Enter the required email address in the above properties.
    3. Click Save button. A screen is displayed confirming that System Properties have been saved.
  1. Image Removed

 

Info

Changes made in the System Properties do not come into effect until you reload the configuration. To reload the configuration, click Reload Configuration in the Application Settings screen.
 
For detailed information about the properties and their possible values, refer to Properties of B2BI section.

Anchor
_Toc293928969
_Toc293928969
Anchor
_Ref312225807
_Ref312225807

9
Anchor
ConfDBEvent4OutboundProcessing
ConfDBEvent4OutboundProcessing
Anchor
ConfigDBEvent4OutboundProcessing
ConfigDBEvent4OutboundProcessing
Anchor
_Toc380397473
_Toc380397473
Anchor
_Toc424207150
_Toc424207150

...

  1. Click the Create New link. The Create Database Event screen is displayed (see Figure 57).

...

Image Removed

To know how to create Database Info activity, refer to the section Creating Database Info in Administrator Guide.

...

Image Removed

For EDI Outbound Processing you can only use SQL Query option.

...

select * from PurchaseOrder where processingStatus='Ready'

...

Image Removed

...

Image Removed

In case Trigger for All Record checkbox is checked, then for all the records, only one process flow is trigger and it processes all the records.

...

update PurchaseOrder set processingStatus='%%Pass%%'

Image Removed

The update query is executed for each record picked up based on select query in previous step. Database Event executed update immediately after picking up the record to update the column storing the status of the record. This ensures the records are not picked up again. For example, in the query given above, the processingStatus will be updated to Pass.

  1. Enter the where condition. For example:

where id='%%id%%'

Image Removed

Where condition is used with Update Query in previous step to update only those records that satisfies this where condition.
It can be any column or set of columns that make the record unique.
In the above example id is a column in the database which uniquely identifies the records and %%id%% is value of this column in the selected record.

Image Removed

Once processing of the records is completed, the status (value of processingStatus) will be updated to Processed.
Even if any record encounters any error while processing, their status will be changed to Processed. You have to refer EDI log to check if any record has not been processed.

...

Image Removed

Recommended minimum Polling Frequency is 30 seconds.
To learn about Advanced Properties refer to Changing Advanced Properties section.

...

  • InboundFileSource
  • OutboundFileSource
  • InboundFTPSource
  • OutBoundFTPSource

...

Image Removed

Password of EDISolutionUser is ediuser123.

...

        1. Click on the Delete File on Success checkbox.
        2. Save the activity.
        3. Repeat the above steps for the other following activities:
  • OutboundFileSource
  • InboundFTPSource
  • OutBoundFTPSource

11