Cloud.Ready.Software.PowerShell
Cloud.Ready.Software.PowerShell copied to clipboard
Compile-NAVApplicationObjectInParallel does not work on local SQL named instance
Hi,
Compile-NAVApplicationObjectInParallel function does not work with named SQL, it returns a Server Not Found error. (I'm in 1.0.0.11 version I guess)
Call made to Get-NAVServerInstanceDetails is only used to retreive DatabaseName node value and so always call Compile-NAVApplicationObject function with DatabaseName only parameter, and then I suppose it only look for this database on 'Localhost' SQL server instance.
Regards