Move a File after processing the file in RTC

parambparamb Member Posts: 85
edited 2013-07-25 in NAV Three Tier
Hi All,

I have a requirement: My program uses an XML Port to importa data from a flat file. The client will select the file and after processing the file, the file must be moved to a new folder named 'Processed'. This can be done from classsic with ease. But when attempting to do this from RTC, It works good when the program is executed from the server and fails when executed from a client system. I am aware that RTC executes the code in the middle tier server that is why the program erroring out when executed from the client.

I would really appreciate if some one can suggest a way to get this requirement met.

Comments

Sign In or Register to comment.