shortcut - startup - parameter ?

floflo Member Posts: 25
hi all,

is it possible to creata a shortcut which opens a specific batabase and a specific mandator ?

thnx in adance.

Comments

  • philippegirodphilippegirod Member Posts: 191
    Here is an sample of a shortcut with parameters :

    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" ID=name licence=license.flf database=pathOfDatabase

    License is the name of the license you want to use
    Database is the path of the database
    ID = a ID to keep all parameters in a specific file
    My candle burns by both ends, it will not last the night,
    But oh my foes and oh my friends, it gives a lovely light
  • Timo_LässerTimo_Lässer Member Posts: 481
    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" ID=name licence=license.flf database=pathOfDatabase
    You also can add a parameter for a specific company such as
    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" ID=name licence=YourLicence.flf database="C:\Navision\Databases\YourDatabase.fdb" companyname=YourCompanyName
    Timo Lässer
    Microsoft Dynamics NAV Developer since 1997
    MSDynamics.de - German Microsoft Dynamics Community - member of [clip]
  • Kim_KjærgaardKim_Kjærgaard Member Posts: 17
    I want to test a backup, and the database consist of two files, how do i test this with out running a server?

    Can i add both databases i the startup parameter?
  • Timo_LässerTimo_Lässer Member Posts: 481
    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" ID=ZupFileName licence=YourLicence.flf database="C:\Navision\Databases\YourDatabase1.fdb+C:\Navision\Databases\YourDatabase2.fdb+..." companyname=YourCompanyName
    Timo Lässer
    Microsoft Dynamics NAV Developer since 1997
    MSDynamics.de - German Microsoft Dynamics Community - member of [clip]
  • Kim_KjærgaardKim_Kjærgaard Member Posts: 17
    Thanks :D
  • rob_keizersrob_keizers Member Posts: 11
    Hi!

    My shortcut looks like this:

    "C:\Program Files\Navision Attain\Client\fin.exe" id=test123 licence=fin.flf database="C:\Program Files\Navision Attain\Client\test123.fdb"

    Unfortunately it does not work. No database is opened. How come?

    Greetings,
    Rob Keizers
    Pulse Automation Experts B.V.

    By the way: I am using version 3.01.B.
    Greetings,

    Rob Keizers
    Pulse Automation Experts B.V.
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Because there is no "," between the parameters?
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • DenSterDenSter Member Posts: 8,307
    Also, I don't think that "id=test123 licence=fin.flf" will work. Try "id=fin.flf", you may want to try adding the full path in there too.
  • andre_jackandre_jack Member Posts: 14
    Unfortunately, I don't think it's possible to specify a license file as imput parameter when you open a database ](*,)

    Andrea
  • Trevor_NorcrossTrevor_Norcross Member Posts: 29
    I don't suppose there is a way to specify the servername in there also?
    Trevor Norcross
    SharePoint Implementation and Development
    Network Administration
    Mirifex Systems
  • fbfb Member Posts: 246
    From 'w1w1isg.pdf' on the product CD:
    You can set up the connection to the server in the Target field by entering the name of
    the server after servername=
    How do they put it? RT<bleep>M?
  • jaisajaisa Member Posts: 6
    I was working in a network with windows 2000 Professional and windows 2000 XP Professional. When you create a shortcut in windows 2000 Professional the parameters must to be separate with spaces in windows 2000 xp Professional the same parameters must to be separate with commas (except the company name).

    I think that it's strange and I post in this forum because I lost lot of time.

    #-o
    Jacinto Aisa
  • themavethemave Member Posts: 1,058
    "C:\Program Files\Microsoft Business Solutions-Navision\Client\fin.exe" servername=10.0.0.6:2410, nettype=tcp, ntauthentication=no, id=c:\%username%, company="Test Company - BTEC"

    if you are using the server the license will be the server license, if you are opening a local database the license will be the license in the program directory that fin.exe is located. this parameter opens a test company on a windows 2000 machine and the "," is required for use.
Sign In or Register to comment.