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

bdc

Former Member
0 Likes
841

hi,

in bdc first we are uploading the data to development server or production server?

then in sm 35 log file will be generated , from that we can understand error, after what we have to do? again whether we have process the same session after correcting error?

pls help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
823

Hi,

If there are any errors, then process in the foreground mode and rectify the errors using the same session.

Regards

Arun

6 REPLIES 6
Read only

Former Member
0 Likes
824

Hi,

If there are any errors, then process in the foreground mode and rectify the errors using the same session.

Regards

Arun

Read only

Former Member
0 Likes
823

We upload data directly in production.

And the rest you got correct:)

Regards,

Atish

Read only

Former Member
0 Likes
823

Hi,

See the error log, go to details of it by double clicking, rectify errors,

Yes you can reprocesss it , entry will go into Incorect tab, which then u have to process it.

Reward if useful!

Read only

Former Member
0 Likes
823

please explain in detail

Read only

Former Member
0 Likes
823

directly data uploading in the <b>production server</b>.

from the Log file we will determine <b>the type of errors </b> ..... whether it is type confilct ,or data error, or the field mismatch , or duplicate..etc ...

so that accordingly the data was changed , even the field type also changed <b>example date field in the BDC .</b>

reward points if it is usefull ......

Girish

Read only

Former Member
0 Likes
823

Hi Jamshad,

You create a session for all the records to be uploaded.

Then you execute the session. If there are any errors that will be stored in the same session object.

Now execute the session object and choose foreground mode and execute.

The processing will stop at the place where the error occurs. Now give the correct values and proceed further.

Hope this helps

Regards

Arun