Hello all,
I hope this is the right forum to ask this question. I have an application that is installed on the SAP Server. The following is the background of the issue:
1. Daily a stock report is generated from SAP in .txt
2. A program is written to convert the same to Excel and move it on "D://FTP/in"
3. An third party application is installed on the server in the directory "D:// FTP/Scheduler"
4. The application has been assigned a trigger timing of 6.30 am in the morning.
5. The application search of the file generated at 6.30 am and if it finds the file it will upload in the third party SQL database
6. Once that file is picked by the application it moves the file from "D://FTP/In" to "D://FTP/out", so that the same file is not uploaded again and again in the third party SQL database.
The entire application was running smoothly when we were using the old home grown ERP system. when we migrated to this new SAP server there was a change in the Static IP for this new server for SAP.
The necessary changes were made in the third party and the SAP Server like,
1. updating the static IP on the Third party application,
2. Updating the third party IP address in the firewall of the SAP server to allow flow of information
3. Opening the port 80 for the transfer of file
HOWEVER the only thing that is not working is the movement of file from "D://FTP/In" to "D://FTP/out". I dont know what else is required to be done. Is there any permission related issue, as i am not able to move the file from one directory to another