Hello everybody,
to optimize the development with different NAV versions and databases, we call the development environment incl. database via command line.
Example: "C:\\Program Files (x86)\Microsoft Dynamics NAV\110\RoleTailored Client\finsql.exe" servername = "NAV2018", database = "DEMO_NAV_2018", ntauthentication = 0, password = foobar, username = foobar
That works great. It even opens the database immediately when NT-Authentication is enabled.
However, without NT-Authentication, the user and password input dialog appears, even though username and password are given.
According to the documentation ( docs.microsoft.com/.../using-the-development-environment-from-the-command-prompt ) I think the statement is right. We also tried all variants (different order, No instead of 0, ...), without success.
Any idea?
Thanks,
Ralf
*This post is locked for comments