Hi,
Now that CU1 for NAV2018 has been released, I would like to upgrade all software. Server and RoleTailored client go without a problem, but I run into issues with the webclient. What I used to do is copy all files (except .config files) from the DVD to the directory where the client is installed. Restart IIS, and everything is fine. However, this does not work with NAV2018.
The first thing I found is that navsettings.json should not be copied, as it holds the settings on how to connect to the middletier. I'm not sure about the other .json files, but I did not copy them either, just to be sure. I get into the login screen (I'm using UserName authentication), but then there is the message "An error has occurred". I checked the applicationlog, and for sure, there is an error: It is pointing to the directory c:\inetpub\wwwroot\dynamicsNAV110\wwwroot\resources\extractedresources, and then wants to load the file "1033_11.0.19846.0_NavigationGroup_Home.png". However, that file is nowhere to be found. The file 1033_11.0.19394.0_NavigationGroup_Home.png is available, apparently from the former installation.
I could ofcourse rename all files with some commandline/powershell magic, but I would rather copy the files from the DVD. However, there, I cannot find them. Where are those files, or how can I create them?
0
Answers
IIS needs to have permissions to write to it, IIS_IUSRS account would require Read+Modify permissions for that folder.
In NAV 2017 it was a virtual directory Resources\ExtractedResources under the Web Client application linked to some physical folder where IIS was be able to write files. Not sure if that's the same in NAV2018
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
I was searching a solution for an issue, and i found this post. I'm trying to install the WebClient for a NAV2018 new machine, but I can't find the way. I am comparing what I've done before in a NAV 2017 machine, and everything looks different, I cannot find the correcto folder structure, and the files. Did you solved this issue? Have you achieve to install the WebClient?
Thank you!
That is what I've done:
As you can see, I've converted the "DynamicsNAV110" fodler into a application:
But wehen I try to browse the application, nothing is loaded:
And I'm quite lost on this issue, becasue comparing to other NAV versiones, everything is different...
try running from here!!
Seems to be legit, becasue the site is not aiming to any directory with web.config file...
And now, I can see this:
And when I browse the "WebClient"
Seems to have problems with the web.config file, that it looks different to earlier versions of NAV....
I'm facing the same error as Aitor.
It seems to be a problem with the web.config file.
Did you find a way to solve it?