cancel
Showing results for 
Search instead for 
Did you mean: 

Split mapping on JDBC to Proxy scenario

Former Member
0 Kudos

Hi All,

we are on PI 7.3 Java only.

My scenario is JDBC(sender interface is setup as (stateless XI 3.0 compatible) to Proxy, based upon register-id number I need to split the messages into new message to proxy. (i.e. if new id number comes in it has to be changed to new message call to proxy)

After picking the message from data base the messages are going into DLNG status.

Sender QoS is EO

Does PI 7.3 Java only support split mapping over proxy receiver? and if so please provide your inputs.

Regards,

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes Shabz, I am using SOAP adapter with XI protocol., but it is not working. any other inputs?

@ Gagan : when I pushed a dummy data/single record data the message is passing thru PI and landing in ECC, so there is no connectivity issue.

Former Member
0 Kudos

Hello

Chk this note- 1899230

BTW, what's the SP of ur PI version, to me it looks like a bug (had a similar issue in PI7.31 but in my case messages were getting failed in case of multimapping) so if above note doesn't help u then raise OSS.

Thanks

Amit Srivastava

Message was edited by: Amit Srivastava

Former Member
0 Kudos

Yes, this note is little close to my issue, will let you know if I have the same issue.

Answers (5)

Answers (5)

former_member208404
Participant
0 Kudos

Hi Prasad,

It should work fine.

Can you let us know what is the error you are facing?

Regards

Abhishek

Former Member
0 Kudos

Here is the log screenshot.

Former Member
0 Kudos

Hi Prasad

Are your mapping worked perfectly in ESR??

are you getting multiple messages in the target side ?

Make sure you have changed the occurrence of target message type  to 0..to unbound in message mapping signature tab and Operation Mapping.

aashish_sinha
Active Contributor
0 Kudos

HI Prasad,

Use createIF node function in mapping and test the mapping. I think mapping is having some problem.

Before createif check if incoming tag is existing. do it like below -

Node -> Exists (Node Function) -> IF (To check value) -> CreateIF -> Node

Regards

Aashish Sinha

Former Member
0 Kudos

Hi Indrajit,

Yes I have changed them as required at MM and OM. The mapping is working fine at ESR(note : I have XLST at OM change the message in to required format of source type and the OM is working perfect at ESR ... ).

Prasad.

Former Member
0 Kudos

Hi

Please check the communication channel in RWB and see the exact log message.

If possible please provide us the screen shots.

Shabarish_Nair
Active Contributor
0 Kudos

Are you using the SOAP adpater with XI protocol for Proxy? If so, it should work for multimapping.

gagandeep_batra
Active Contributor
0 Kudos

yes I think  we can do multimapping with inbound proxy;

can you check is there any connectivity issue or also check rfc destination also

Regards

GB