Zup file : set up User ID on a shortcut

ServalServal Member Posts: 51
Hi all !

I have created shortcut to logon a SQL server using the database login.

I have already inserted the following information in the target property :
C:\NAVISION\40BESP1\finsql.exe ntauthentication=No, servername=SERVERNAME, database=DATABASENAME, company=COMPANYNAME.
This works, but I still have to enter the User ID manually on the Login window. Is there anyway to specify the User ID as a parameter in the Target property of a shortcut ?

Thanks in advance.

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    No, there is no parameter to pass the UserID or password to the finsql.exe or fin.exe client. You need to use Windows authentication if you want to automatically log into Navision ... or use some macro scripting tool.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • nunomaianunomaia Member Posts: 1,153
    You can't save password in Zup file.
    But if you open a db, last login will be saved in Zup file. User must only enter password.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • ServalServal Member Posts: 51
    Thanks guys !
Sign In or Register to comment.