Hi Rio,
First please ensure in your service setting "Enable loading application symbols at server startup" has been activated.
Please check if there are multiple service instance for your database, if yes then you need to add more parameter :
- navservername
- navserverinstance
- navservermanagementport
finsql.exe Command=generatesymbolreference, Database="DemoDB",
ServerName=SQLServer, navservername=Servicetier.domain, navserverinstance=NAVBC14,
navservermanagementport=7045
If you are using database authentication add more parameter :
- ntauthentication set to 0
- username
- password
finsql.exe Command=generatesymbolreference, Database=dbname, ServerName=myserver, ntauthentication=0, username=myuser, password=myuserpassword
Both windows authentication or database authentication please ensure have dbowner permission.
Check developer environment is running in background after you execute the command (from task manager). Once completed check navcommandresult is generated in your NAV Client folder.
Do check your event viewer as well to troubleshoot the error.