Options

Navision 4.0 and Zup Files

SbhatSbhat Member Posts: 301
Hi,

One of our client is using Navision 4.0 on SQL and Windows Authentication. Can someone please let me know where are the ZUP files stored.

Thanks

Regarsd
SB.

Comments

  • Options
    fbfb Member Posts: 246
    On my machine, I can see the folder path by running cmd.exe and typing stuff like the following:
    echo %appdata%
    
    cd %appdata%
    dir *.zup
    
    Note that the 'AppData' folder is a 'hidden' folder -- many users cannot see it in Explorer.exe...
  • Options
    kinekine Member Posts: 12,562
    No change since Navision 3.01 - it not depend on version or type (SQL, Native) - it depends on OS:

    fb is right....

    Win2k and XP: c:\document and settings\USERNAME\Application Data
    (Application Data folder can be localized to another name - you can see the path in enviroment variable %AppData% as FB wrote...

    Win98 - in profiles folder (it depends if you are using single profile or not).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    fbfb Member Posts: 246
    kine wrote:
    Win2k and XP: c:\document and settings\USERNAME\Application Data
    ...unless your network login is setup to use a 'roaming' profile -- then this stuff may be located on some server someplace...

    Ref: "Application data" in the section "Folder redirection" in the following document:
    http://www.microsoft.com/windows2000/te ... erdata.asp
Sign In or Register to comment.