Hello community,
a few days ago we were trying to create a new NAV web server instance linked to a NAV instance as always but suddenly we could not create it. The following error appears:
PS C:\Windows\system32> New-NAVWebServerInstance -ServerInstance $ServerInstance -WebServerInstance $ServerInstance -Server 'localhost'
New-NAVWebServerInstance : Microsoft Dynamics NAV Web Server Components have not been configured for multi-instance.
At line:1 char:1
+ New-NAVWebServerInstance -ServerInstance $ServerInstance -WebServerInstance $Ser ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-NAVWebServerInstance], NavCommandException
+ FullyQualifiedErrorId : WW0082_ADFS,Microsoft.Dynamics.Nav.Management.Cmdlets.NewNavWebServerInstance
We are use to create new NAV web server instances linked to NAV instances all the times through powershell, and we have never had any error.
Do you have any clue about why this error is preventing us to create new web server instances?
Many thanks and regards,
Carlos
*This post is locked for comments