‎2008 Jul 18 3:39 PM
Hi,
while loading data into sap using db2 database , most of the records are loaded but some of them are failed. Please let me know what can be the possible errors that some records are not loaded in the system and how can i handle these errors.
Thanks
Adit
‎2008 Jul 21 12:45 PM
Ask your informatica team to handle the error log file in their BAPI and RFC,s and save this file to presentation server.one log file for success and the other one for errors.
if the return code is 'E' then error.
if the return code is 'S' then success.
hope u are now prepared in advance. Rewards if useful.
‎2008 Jul 18 3:54 PM
What kind of errors are you getting, and what method are you using to upload data to SAP, and what data are you loading.
Your question as it stands is rather like "I've got problems, what do I do". More information is necessary!
Regards
matt
‎2008 Jul 18 4:06 PM
We have Informatica team which is loading data into SAP using BAPI or RFCs but they are getting some records which fail, you can say 4 out of 100 but i have not yet seen the errors and client is assigning me the job of handling errors. I have never done this kind of assignment before so wanted to know in advance if someone already has done it. If you think that i should wait for error file befor posting this query then i would wait and let you know afterwards. I just wanted to gain some knowledge on handling the errors in advance so that i can get prepared myself in advance.
Thanks
‎2008 Jul 21 12:45 PM
Ask your informatica team to handle the error log file in their BAPI and RFC,s and save this file to presentation server.one log file for success and the other one for errors.
if the return code is 'E' then error.
if the return code is 'S' then success.
hope u are now prepared in advance. Rewards if useful.