cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Send Step

ranjit_deshmukh
Active Participant
0 Kudos

Hi

Can someone tell me about sync send step in detail

because in my scenario I am using a sync. send step and the other end is oracle database which uses a SP(stored procedure) for updation.

problem is that I am able to see updation process successfully in the database i.e.the adapter says processing successful.

but after certain amount of time the send step in the sxmb_moni shows error

I think the problem is with the return flag that I am using as an acknowledgement

which is sent by the SP, any suggestions pls

Ranjit

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This might help you

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

Regards

Agasthuri Doss

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

btw, what is the error you are getting ?

for sync call, you can refer this blog-

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

Rgds,

Moorthy

Former Member
0 Kudos

Hi Ranjit,

first of all, it is not mandatory to call oracle JDBC sync.

I guess the error is due to a value of a special field you like to update/insert.

Oracle makes problems witg date/time fields.

Disable those fields in your mapping an look if it works then.

If yes, search the forum for date/time oracle.

Regards Mario