cancel
Showing results for 
Search instead for 
Did you mean: 

significance of Document Name in JDBC Sender

nikhil_bose
Active Contributor
0 Kudos

hi folks,

tell me what exactly mean by the Document Name parameter in the JDBC Sender adapter? where does that plays?

thanks

nikhil bos

View Entire Topic
Former Member
0 Kudos

> tell me what exactly mean by the Document Name

> parameter in the JDBC Sender adapter? where does

> that plays?

If you created MT_JDBC_Sender (for Example)

Go to IR and Test your mapping..then take the input message from there and paste it to the Notepad...you will find the Root Element will be

<<b>MT_Sender_JDBC</b> >

<row>

<>

</MT_Sender_JDBC >

now when you configured the JDBC adapter then by defalut the Document Name is <b>resultset</b>

so XML from From JDBC sender adapter will come in this format.:

<<b>resultset</b> >

<row>

<>

</<b>resultset</b> >

So coming XML does not match with the structure that u define..so finally need to overide the name of the defult document namespace so that it will not fail at runtime:-)

Thanks

Farooq.

Former Member