Hello,
Both users connect tot the same database. And they both use the same role center, same server and web server instance.
Both databases are installed on the same SQL server, on the same computer. One them (the normal one) is the Demo database BC-16, and the anormal one is a backup of the first one.
The BC Web Server instance of the Demo is working correctly with the demo database AND with the backup database, with the demo Server Instance AND with my own Server Instance.
But it doesn't work normally with my own Web Server Instance. So the problem is the way I create my Web Server Instance with this powershell cmlet :
New-NAVWebServerInstance -WebServerInstance Gamme-dev-bc-web -Server PRIMUS-DEV-EXT -ServerInstance Gamma-dev-bc-server -SiteDeploymentType Subsite -ClientServicesCredentialType Windows -ContainerSiteName "Microsoft Dynamics 365 Business Central Web Client" -WebSitePort 8080 -ClientServicesPort 7051 -ManagementServicesPort 7050
The Web Server Instance Gamme-dev-bc-web is created without error in powershell ISE. I can see it on IIS. When I launch it, I can't see the search icon on the top right corner of my screen. And there are display bugs.
I'm a little bit confused here, because I've already used this cmlet to create new web server instance on other machines, and I've never encountered any problems... but there is only one thing that has changed. On the other machine, I could use the cmlet without useing the property "ClientServicesCredentialType ". On this machine, powershell said I had to use it. So I wrote it.
Do you have any idea what's going on ?
Thank you.