cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File Adapter Can I set original MessageID like SOAP Adapter??

Former Member
0 Kudos

Hello,PI Experts!!

I want to set original messageID(GUID) to Sender File adapter scenario.

SOAP Adapter can set original messageID with url, about FILE Adapter??

I think Adapter Module maybe can set original messageID.

best Regards,

Yuuki Fujioka.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Not sure about that, cuz I'm not familiar with the file adapter, but if adapter does not offer built-in feature for this, you could store the msg ID (or whatever you need) in the DynamicConfiguration container (map) ...

Rgds

Chris

Answers (3)

Answers (3)

Former Member
0 Kudos

Unfortunately, you can not do this with standard functionality provided by Sender File Adapter.

BR,

Dzmitry

Former Member
0 Kudos

Also refer to:

Read messageID without Java Mapping

Br,

Dzmitry

Former Member
0 Kudos

Hello,

Yes, you can get Message ID with any adapter.

All neccessary information about approach you can find in links below:

Use getTransformationParameters().

Accessing Adapter-Specific Attributes

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm

Container Object

http://help.sap.com/saphelp_nw04/helpdata/en/78/b4ea10263c404599ec6edabf59aa6c/content.htm (String Mapping Runtime Constants: MESSAGE_ID)

Br,

Dzmitry

Former Member
0 Kudos

Hi All,

Sorry, my explanation was bad??

I want to overwrite or set new message ID from Payload item by adapter module.

I don't want to get message ID.

Can I set message ID ??

Best Regards,

Yuuki Fujioka