Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

differences between call transaction method and session method

Former Member
0 Likes
446

can any body help me what is the exact difference between session method and call transaction method . which one is faster , what is the synchronous and asynchronus data .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

Call Transaction method makes an immediate call on the transaction and upload starts immediately.,

Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values

In short call transaction is immediates

session is not immediate

Session method is faster

Synchronous is simoultaneous upload

Asynchornous is non-simultaneous upload

tc

saji

3 REPLIES 3
Read only

Former Member
0 Likes
428

Call Transaction method makes an immediate call on the transaction and upload starts immediately.,

Session method only creates a session of the whole recording including all the values that have to be inserted,it does not insert values into the system. This session can be invoked anytime to upload values

In short call transaction is immediates

session is not immediate

Session method is faster

Synchronous is simoultaneous upload

Asynchornous is non-simultaneous upload

tc

saji

Read only

Former Member
0 Likes
427

hi,

Session method.

1) Assynchronous processing.

2) can tranfer large amount of data.

3) processing is slower.

4) error log is created

5) data is not updated until session is processed.

Call transaction.

1) Synchronous processing

2) can transfer small amount of data

3) processing is faster.

4) errors need to be handled explicitly

5) data is updated automatically

The most important aspects of the CALL TRANSACTION is - Asynchronous processing - Transfers data for a single transaction -

While for session method -It does not update transaction figures until the session has been processed.

<b>Hope this is helpful, Do reward.</b>

Message was edited by:

Runal Singh

Read only

0 Likes
427

Hi Jhansi,

Please always search before u put such basic questions in SDN...u ll get a lot of information..Please take this in good spirit..

Regards

Message was edited by:

Madan Gopal Sharma