2007 Aug 01 10:57 AM
Hi,
we had a integration between non-sap and sap system.The non-sap system saves a doc in their system and it generates a csv file. The middleware server picks 100 records for every half an hr and put it into application server folder.For every 1 hr our back ground job will run.so it picks the files from Application server and upload into SAP.But the thing is some times the Production server is dead slow.For reduce this problem what can we do??
Can any body help me to resolve this prob??Hope my req is understandable.
Thanks,
Krishna.
2007 Aug 01 11:07 AM
Hi,
There can be two ways to solve this problem..
1. Improve the performance of your system.
2. Go for the Transational Interface instead of File interface between the SAP and non-SAP system.
Regards,
Rushikesh
2007 Aug 01 11:07 AM
Hi,
There can be two ways to solve this problem..
1. Improve the performance of your system.
2. Go for the Transational Interface instead of File interface between the SAP and non-SAP system.
Regards,
Rushikesh
2007 Aug 02 2:33 AM
Hi Rushikesh,
First I would like to say thanks for your quick response...
Can you pls explain about Transactional Interface in detail??what are the things to do??
I have a doubt.Now our current batch job runs for every one hr.My question is if we reduce the time duration of that batch job from 1 hr to some 1/2 hr, Does the performance will increase??
Thanks,
Krishna.
2007 Aug 02 2:40 AM
Hi Krishna,
If you are talking about only 100 or 200 records then it will not impact the performance of SAP systeeem. Also the data is on application server hence the performance will be good.
There seems nothing wrong with the program but may be with system.
check with your basis as why the system is runnig so slow, they will be able to answer your query.
Regards,
Atish
2007 Aug 02 7:59 AM