Hello,
I have the following error message when i try to run a Classic Report from the Role tailored Client.
"The PC04 server cannot be found. Try again later or contact your system administrator".
PC04 is the name of the computer on wich the Classic Client and Role Tailored Client are installed.
The service tier and the database are installed on a server.
Does anybody have an idea of the way to solve this problem ?
Thanks in advance for your help.
SG
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Yes, recreate the report for the RTC and run it from there.
You need to change the database server name in Customsetting file from locahost to the actual server name (PC04).
Hope this should solve your issue.
I will try and tell you if it works
Best regards
I had a look at the name in the file ClientUserSettings
The name is correct : NAVISION01 but the name in the error message is the name of the computer on wich NAV RTC is running when i tried to run a classic report.
?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appSettings>
<add key="Server" value="NAVISION01" />
<add key="ServerInstance" value="DynamicsNAV" />
<add key="ServerPort" value="7046" />
<add key="ProtectionLevel" value="EncryptAndSign" />
<add key="UrlHistory" value="navision01:7046/DynamicsNAV,navision01:7046/DynamicsNAV2" />
<add key="CompressionThreshold" value="64" />
<add key="ChunkSize" value="28" />
<add key="AllowNtlm" value="true" />
<add key="ServicePrincipalNameRequired" value="False" />
<add key="OpenConnectionTimeout" value="00:00:30" />
<add key="UnknownSpnHint" value="(net.[url=tcp://navision01:7046/DynamicsNAV/Service]tcp://navision01:7046/DynamicsNAV/Service[/url])=NoSpn;(net.[url=tcp://navision01:7046/DynamicsNAV2/Service]tcp://navision01:7046/DynamicsNAV2/Service[/url])=NoSpn;" />
</appSettings>
</configuration>