cancel
Showing results for 
Search instead for 
Did you mean: 

AS2 ISSUE

Former Member
0 Kudos

Hi Experts,

I have a requirement that AS2->PI->ECC.

The data is coming from AS2 to PI.How to track the message in PI(which basis we can track AS2 messages in PI).The message containing the PO information but it is successful in AS2 how can we track that message in PI.is anything unique in AS2 and PI (Like Message id,Co relation Id)please answer to my question if anyone know the correct answer.

Thanks,

Srinu

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

The correlation ID of AS2 does not correspond to message ID in AS2 sender scenarios. It only corresponds to messageID in receiver scenarios.

As such, you don't have a unique field based on which you can track the message in RWB. You however have the timestamp which should uniquely identify the message unless you have thousands of messages passed within few minutes.

If you have TREX on PI, you may search message based on content.

Regards,
Prateek Raj Srivastava

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

for incoming messages one cannot trace files based on msg id or correlation id.

if you have message tracking enabled then based control number of file you can trace it MT and PI and can compare them.

Regds,

Suresh

Senthilprakash1
Participant
0 Kudos

Hi Srinivas,

As prateek has mentioned there is no way you can correlate a message from AS2 to PI.

Unless you have TREX in your system (which will allow Content search in PI) or PI7.3 system (which has inbuilt content search enabled).

Or

You can design your scenario in multiple ways.

1. Have a table where in the Unique PO Number and message ID are stored in a Internal table while transmission to ECC in PI.

2.Or Send a acknowledgement back as File with PONumber and message ID (asynchronously).

or any other way where in the Message ID and PO Number are correlated and logged in.

IF not, the only way to trace a PO will be based on System Time stamp (when it was sent out of the source system).

Regards,

Senthilprakash.