cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc to file

Former Member
0 Kudos

i am doing jdbc to file scenario, in that scenario i did'nt get the xml file from receiver side

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi!

Check your Configuration of JDBC Sender Communication Channel.

In the Connection Parameter Check whether the Database Connection is Correct.

In the processing Tab Check Your SQL Query and also the main think is in the Document Name filed Check whether u have mentioned the Source Message Type Name and correct Name Space.

If u done all these corretly. In RWB check your Channel Stautus.There u can find a error message,that will help.

maciej_jarecki
Contributor
0 Kudos

HI

Lot of places of doubt. first Check your comunikation chanel

http://<host>:<port>/mdt/channelmonitorservlet and if it processed message

go to tcode sxi_monitor on your abap stuck

BR

Maciej

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>> i did'nt get the xml file from receiver side

Check the following..

A) Make sure you configured Jdbc sender properly. Check JDBC communication channel started properly without errors.

B) Use the same query what you entered in jdbc adapter outside tool like TOAD and check whether you get any records as resultset.

C)Only if you check those two things, we can decide why you dont get the file xml on the receiver side.

Hope that helps