hi, I'm trying to run the below command
.\finsql.exe Command=generatesymbolreference, Database="Demo Database BC (14-0)", ServerName="xxx"
but i'm getting the below error
Microsoft Dynamics NAV Development Environment
The text 'generatesymbolreference Database=Demo Database BC (14-0) ServerName=xxx' is too long. Text can have a maximum length of 47 characters.
OK
any ideas pls?
0
Answers
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
I had the same when I use in direct way from Powershell like this:
but after I tried the Waldo's powershell script to run the Command indirect way, that is works:
https://waldo.be/2014/06/04/nav-2013-r2-export-objects-with-powershell-3/