‎2006 Jan 11 9:31 AM
Hi Friends,
Can we run mutilple sessions simultaneously in BDC Session method?
Thanks.
Jak.
‎2006 Jan 11 9:42 AM
Hi Kumar,
In bdc session method we will generally create the sessions and whether we submit the job or not is optional / as per requirement.
We can run the job afterwards also once we create a session.
We can run multiple sessions but only sequentially(one after the other).
Regards,
Ravi
‎2006 Jan 11 9:40 AM
Hi Kumar,
You can create multiple BDC sessions that are to be run at a pre-determined time (if many are set to run at same time, then they will be running simultaneously)
But, caution and care to be taken that,if one session is modifying a record and another session tries to modify the same record, then the session which doesn't get a lock on this record will not be able to update... (So, you(BDC) fails in such cases)
Regards
Raj
‎2006 Jan 11 9:42 AM
Hi Kumar,
In bdc session method we will generally create the sessions and whether we submit the job or not is optional / as per requirement.
We can run the job afterwards also once we create a session.
We can run multiple sessions but only sequentially(one after the other).
Regards,
Ravi
‎2006 Jan 11 10:05 AM
hi
we can create multiple session in BDC using the session method. it is upto to us in sm35 transaction to submit the particular session.
ok
Aashish