Options

Upload file RTC R2 "The specified path is invalid."

scooxscoox Member Posts: 7
edited 2011-06-23 in NAV Three Tier
Hi,

I made a simpe report which imports data from text file into NAV. The problem occurs only then I open RTC client via Citrix.
(it works fine for Classic client via Citrix and both RTC and Classic client if I launch them from remote desktop)

If I try to open the file I get runtime error "The specified path is invalid.", I also tried to copy file to client temporary directory:

TempPath := "3-Tier Automation Mgt.".Path(ClientTempFileName('',''));
FileObject.CopyFile(FileName, TempPath, TRUE);

File is copied (I see it on TempPath directory with file manager), but I can not reach it - same error occurs.

I also tried to copy file to "3-Tier Automation Mgt.".Path(ServerTempFileName('','')) directory, but I get other error (I added a screenshot).

Any ideas what I am doing wrong?
Sign In or Register to comment.