Hi all,
I have setup a 3 tier architecture for NAV 2013 R2.
One is Database tier, then is NAV application tier and then client tier.
Now If I install the help files in NAV application tier , I cannot able to open the help by pressing f1 from the client system.
Is it necessary to install the help files in all the client pc's in case of 3 tier architecture ?
Thanks in advance.
Regards,
chandru.
0
Comments
I need to install help server in all the client system.
Am i right?
Thanks & Regards,
chandru.
I have created firewall rules.
But still when I try to open the help file its not coming.
Thanks & Regards,
chandru.
Actually whats is happening is even though the help server is installed in NAV application server, when I click F1 from client end , it is still pointing to Client server in help file and not to NAV application. When I goto the address bar of Internet explorer and change the server name from local to NAV server name help is getting displayed.
But I dont want to it manually instead I want the system to automatically pick the NAV application server.
If there any way to achieve this, Kindly let me know.
Thanks in advance.
Regards,
chandru.
<add key="HelpServer" value="Localhost" />
<add key="HelpServerPort" value="47000" />
Just change these to what they should be, and you're good to go...
If you change these settings in the %programdata%\Microsoft\Microsoft Dynamics NAV\71\clientUserSettings.config file, it will be used for all users when they first start NAV.
Got it.
Thank you.
Regards,
chandru.