Reply from Neeraj Kholiya on Jun 24 at 1:38 AM Hi Asiha Peoplesoft Checks file path through env variable in following order PS file serv PS app serv Temp From your path it looks like u are using a windows machine as server .. Please mind that according to type of app engine execution server location will change ( APp server vs Process scheduler ) .. But ur errror messages gives error in Unix format .... (/ ) ...? so get file serv path from ur process scheduler / app server and place file in that path . Use relative file path ( %filepath_relative ) and process path ? Regards Neeraj? PS : It is not related to issue , bust just saw that you are trying to process .xls file (hope it is not a binary file means microsoft xls file and it is only a csv file with some separator ) .If that is not the case , you might need to process that in a NT machine . And you have to use microsoft API to read and process data from that file .
| | | ---------------Original Message--------------- From: GN Sent: Friday, June 22, 2012 9:14 AM Subject: A File Or Directory in the Path Name Does Not Exist After looking at your file path it looks like you have the xls file in the default Process Schedular files folder. If so, you can just use &FILE1=GetFile("excel_upl .xls","R"); | | Reply to this email to post your response. __.____._ | _.____.__ |
No comments:
Post a Comment