Application Development 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: 

BDC Sessions in Error Status

daniel_kaoro
Explorer
0 Kudos

Hello!

I have a customer that usually have error status in BDC Sessions and they expect that original users clean up their sessions.

But they are looking for some task in background to help them, is it possible?

And he has another doubt:

"How does the system store the data used in the BDC session? If we have an error and need to correct the data or re-run the session, where will the tool pull the data for that session? We are trying to determine if failed sessions are leaving data on the unix filesystems, etc."

Thanks in advance,

Daniel Kaoro Kobashigawa

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If you are using the BDC session methos then the error logs and other ino are stored in teh session in SM36

We can re-process the sessiions that are error ones seen in the Error records.

Search SDN more on this.

We have many threads on this issue.

If you are using the Call Transaction then we dont get the exact error but we can see the error records using BDCMSGCOLL.

Usually both are combined to handle the data in a accurate manner.

Regards

Lekha

5 REPLIES 5

Former Member
0 Kudos

Hi,

If you are using the BDC session methos then the error logs and other ino are stored in teh session in SM36

We can re-process the sessiions that are error ones seen in the Error records.

Search SDN more on this.

We have many threads on this issue.

If you are using the Call Transaction then we dont get the exact error but we can see the error records using BDCMSGCOLL.

Usually both are combined to handle the data in a accurate manner.

Regards

Lekha

0 Kudos

if ur using session method u can go for SM35 to see the logs

Former Member
0 Kudos

Check the errors in transaction code SM35-->log and update the records again.

This method will have log to handle errors in backgroung where as in foreground mode you can correct the error manually there only on the screen

daniel_kaoro
Explorer
0 Kudos

Thanks,

I will give these information to the customer...

daniel_kaoro
Explorer
0 Kudos

Thanks for answering this question.