cancel
Showing results for 
Search instead for 
Did you mean: 

Target Data in single stack

Former Member
0 Kudos

I did a JDBC to Proxy scenario. I went to SOAP Receiver adapter I configured for ECC. I open the CC, select Channel, click on the Message Log but the payload I see is the sender data in Receive communication channel also..

Is it because of cache problems

The interface is working fine.

So whre can we see data after mapping, the data going to the target side in single stack PI?

I can see in SXMB_MONI of ECC. I am asking about target data in single stack PI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

>> So whre can we see data after mapping, the data going to the target side in single stack PI?

Activate the following in NWA.

   

NWA -> Configuration -> Infrastructure -> Java System Properties -> Services -> XPI Service: Messaging System ->Properties -> messaging.syncMessageRemover.removeBody = false (by default = true).

Thanks,

Sudhansu

Former Member
0 Kudos

Hi

Mine is asynchronous scenarios. Will it work with this?

After this where should I check for messages?

Thanks a lot

former_member184720
Active Contributor
0 Kudos

You have enable the staging/logging according to your requirement.

(AM/VO steps for your case)

(mapping and outbound validation)

Former Member
0 Kudos

Hi

After this, where will we see the target data? Where should I go to check this?

Regards

azharshaikh
Active Contributor
0 Kudos

Hi,

Once you enable the configs for Staging and Logging (as suggested in abv links)..you can see your Transformed / mapped payload as follows:

1. Open pimon

2. Go to Database tab

3. Search & Select your message (use filter to search your message)

4. Click on Open Message button..it will open a new Pop-up as shown in screenshot

5. There you will find various Message stages...AM = After Mapping Step

6. Select AM and in below screen you will find the Payload Tab

Regards,

Azhar

Former Member
0 Kudos

Hi,

You can see messages for both Synch (if Synch Logging is enabled) and Asynch messages in Audit log by enabling this feature in NWA.

Thanks,

Sudhansu

former_member184720
Active Contributor
0 Kudos

without this setting(syncMessageRemover.removeBody) we can still see the audit log but this setting has no impact on payload visibility.

So either change the staging property globally in NWA or apply scenario specific logging as shown in the blogs.


Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Midhun,

you would have to use the radio button "Use Scenario Specific Configuration" and then select the option "Store" on Mapping Step (AM)  in the Advanced Settings tab of the ICO to see the Payload after the Mapping in the Message Monitoring.