Options

Zup File

NizarNizar Member Posts: 61
Hello,

I have two version 2.60 and 4SP1 on my compteur.
the probleme is that the two version use the same file "fin.zup".
I want to modify the path of zup file in version 4 SP1 so the version 2.6 cant modify it ](*,)

Can you help me.

thanks.

Comments

  • Options
    kinekine Member Posts: 12,562
    See parameter ID in installation and administration documentation...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    NizarNizar Member Posts: 61
    can you give me more indication
  • Options
    kinekine Member Posts: 12,562
    if you use runtime parameter ID=<path\name> when starting fin.exe or finsql.exe, the zup file will be saved as <path\name>.zup
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    You can even put %USERNAME% it, like ID="z:\zup\%USERNAME%40.zup".
    This is more for citrix or TS. With this every user has his own zup-file.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    NizarNizar Member Posts: 61
    Ok, but i dont know where i put ID="z:\zup\%USERNAME%40.zup".
  • Options
    krikikriki Member, Moderator Posts: 9,090
    As a parameter in the "Target"-field of a shortcut to the fin.exe (or finsql.exe).
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    NizarNizar Member Posts: 61
    i put ID="z:\zup\%USERNAME%40.zup" or ID=z:\zup\%USERNAME%40.zup.
  • Options
    krikikriki Member, Moderator Posts: 9,090
    Best use ". This because it is possible that in the USERNAME there are blanks and in this case the fin.exe would interpret the ID-string as 2 strings.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    NizarNizar Member Posts: 61
    Ok Thanks for your help
  • Options
    bobnavisionbobnavision Member Posts: 159
    Sorry May be I do not know the basics on target.
    Can we change the Traget on versions earlier than 4.1. Because on Navison 4 on my desktop the Target is disabled???

    cheers
  • Options
    andrejsmandrejsm Member Posts: 122
    Hi,
    Target is supported from the beginning of the time.
    If target is disabled on your machine, maybe, you can try to make new shortcut. Just click newShortcut, then find Fin.exe and add ID=something.
    In the field "Type the location of the item" will be text like this:
    "C:\Program Files\Navision\Navision 3.70\Client\fin.exe" ID=Nav
    Andrejs Muraskins
  • Options
    themavethemave Member Posts: 1,058
    Sorry May be I do not know the basics on target.
    Can we change the Traget on versions earlier than 4.1. Because on Navison 4 on my desktop the Target is disabled???

    cheers
    Create a desktop icon that starts the Navision client, right click and select properties, this were the target is at

    here is what mine looks like

    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" servername=10.0.0.6:2409, nettype=tcp, ntauthentication=no, id=c:\%username%Live, company="Bayshore Truck Equipment Co."

    first part is path to fin.exe, that is the program the icon will start
    then the server that fin.exe will use,
    then the net type
    ntauthentication=no means it will use database login, yes means use windows logon
    id= is the id of the zup file
    company is the company in Navision I want started.
  • Options
    aciaci Member Posts: 41
    My favorite way to set up the ID variable is to set it to:

    ID=%APPDATA%\fin.zup

    This will be expanded to the user's "Application Data" folder. For example:

    C:\Documents and Settings\UserNameHere\Application Data\fin.zup

    Users have full access rights to their Application Data folder. There is a similar folder for All Users, however, limited users cannot delete files in that folders, because other users might need these files. Limited users could create, read, write to files in that folder, but they cannot delete them. This might cause Navision to show an access denied message if the user tried to replace the ZUP file.

    If you like to keep all ZUP files in the same folder so you could easily delete them, make a new folder in the drive and make sure that you change the permissions so all users have full access to the folder. Set the ID variable as suggested by others in this topic.
  • Options
    PureHeartPureHeart Member Posts: 190
    edited 2008-09-30
    Hi to All,
    Please could someone tell me where can i find the documentation about installation and administration?...I can't find anything!If you have it could you please give me a link or send it to my email.
    Thanks to all
    any help is really appreciated! ](*,) ](*,) ](*,) ](*,) ](*,) ](*,)
    Why don't you try my compare tool?
    http://www.mibuso.com/dlinfo.asp?FileID=1123
  • Options
    AlbertvhAlbertvh Member Posts: 516
    Pureheart
    you can find the manual on the product CD in the doc folder called w1w1ism.pdf
  • Options
    PureHeartPureHeart Member Posts: 190
    Ok thank you very much found it!

    :D
    Why don't you try my compare tool?
    http://www.mibuso.com/dlinfo.asp?FileID=1123
  • Options
    dohertykdohertyk Member Posts: 94
    Nizar wrote:
    Hello,

    I have two version 2.60 and 4SP1 on my compteur.
    the probleme is that the two version use the same file "fin.zup".
    I want to modify the path of zup file in version 4 SP1 so the version 2.6 cant modify it ](*,)

    Can you help me.

    thanks.

    This is what you can do,

    You can change their respective target paths to the shortcuts so that they look like this.

    "C:\Program Files\Microsoft Business Solutions-Navision\Client\finsql.exe" id=%userprofile%\My Documents\Nav400\fin.zup

    "C:\Program Files\Microsoft Business Solutions-Navision\Client\finsql.exe" id=%userprofile%\My Documents\Nav260\fin.zup


    You can also create a backup of your zup file then as well, by making a copy of it and renaming it and then if you ever need to, then you can always overwrite the corrupt zup file. This can be a useful tip once and a while.

    Just double check the paths, and make sure that they work for you and you should be fine.

    Hope that helps,

    Kevin
  • Options
    johan_swejohan_swe Member Posts: 3
    Is it possible to use this line?
    id=h:\zupfile

    Or do i have to use
    id=h:\zupfile.zup ?
  • Options
    themavethemave Member Posts: 1,058
    you do not need to enter the .zup extention it is added automatically
Sign In or Register to comment.