Logging to a Windows Server from a Navision Session

tushaar99tushaar99 Member Posts: 35
Hi Friends,

I have a very peculiar requirement.

There is a client of mine. They are running Navision on SQL Server with DB Logins.

I have to create a csv file on one Windows Server through the Navision Client Sessions using a Windows ID and Password to connect to the Windows Server which will be different from the current login ID.

Is there a way to do this?

Your comments are welcome.

Regards,
Tushaar.
Regards,
Tushaar

Comments

  • Dave_CintronDave_Cintron Member Posts: 189
    You might try writing the .csv file locally then executing an FTP script to copy it to the server.
    Dave Cintron
    Dynamics West
    http://www.dynamicswest.com
  • garakgarak Member Posts: 3,263
    Or, if the server is available for an TCP connection, u can use also the UNC path (if the current windows user which runs the Desktop has permission) to store the file direcly on your second file server. Like \\UNCPATH\FolderName\NewFile.csv
    Do you make it right, it works too!
Sign In or Register to comment.