Options

Citrix and ZUP files

SbhatSbhat Member Posts: 301
edited 2003-05-07 in Navision Financials
Hi,

I have many users accessing Navision through Citrix and each users form settings gets changed every time they logout and login back to Navision. Its something to do with ZUP files on Citrix. Does anyone know how to save the settings of ZUP files for each users on Citrix? Thanks for your help in advance.

Best regards
Suresh
NY.

Comments

  • Options
    tvandongentvandongen Member Posts: 78
    Create 2 directories on your citrix server: for example c:\temp and c:\zup
    Make a batch file with the following lines

    @echo off
    c:\program files\fin.exe ID=c:\zup\%USERNAME%, TEMPPATH=c:\temp\, SERVERNAME=<nf-server>,NETTYPE=TCP

    Publish an application with this batch file to all your NF users
Sign In or Register to comment.