Can anyone share details on how they got the 2015 Tablet APP working on an Android or Ipad? We have everything working on tablet via its browser but have not been able to get the APP working that you download from the store. What's the tricks once the tablet browser is working?
0
Comments
Have you installed your certificate on your tablet? and is it trusted?
/Juha
KR
defiant701
LinkedIn
XING
I'm also seeing this on a server running NAV 2015 Cumulative Update 4.
The installation has been working earlier (cannot remember which Cumulative Update level).
I am using a bought commerciel certificate and NavUserPassword login.
The webclient works as it should and testing the tablet client in a browser by appending /Tablet.aspx to the URL also works.
I am seeing this on BOTH Android and Apple devices...
The error is "could not establish connection to server" (freely translated from Danish :-) ) after entering login/password.
Sometimes the error is returned quite fast - other times the client tries to connect for 10-20 seconds before the error is returned...
I've tried to debug it - looking in webserver logs etc. without any luck.
No I simply hope that MS made an error in some Cumulative Updates and the next one will fix it :-)
If anyone got a suggestion or solution I'm all ears...
I've now solved this issue on my installation.
It was caused by me copying the Cumulative Update 4 files manually instead of deinstalling and reinstalling the whole NAV package...
For NAV 2015 Cumulative Update 4 a new line should be added to the /<NAVInstance>/WebClient/web.config-file.
Add the line with ...name="StringRessource.axd"... between the existing lines with ...name="ReportViewerWebControl"... and ...name="ClientService.DynamicImageHandler"...:
<add name="ReportViewerWebControl" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" resourceType="Unspecified"/>
<add name="StringResource" verb="GET" path="StringResource.axd" type="Microsoft.Dynamics.Framework.UI.Web.StringResourceHandler, Microsoft.Dynamics.Framework.UI.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" resourceType="Unspecified"/>
<add name="ClientService.DynamicImageHandler" verb="GET" path="cs.img" type="Microsoft.Dynamics.Framework.UI.ClientService.ClientServiceHttpHandler`1Microsoft.Dynamics.Framework.UI.Web.DynamicImageHandler, Microsoft.Dynamics.Framework.UI.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Microsoft.Dynamics.Framework.UI.ClientService" resourceType="Unspecified"/>
Thanks to Michael at Microsoft for giving me this solution.
Hopefully I've now shared it so others can solve it as well :-)
I was testing the app on Windows 10, iPad and my Surface tablet same problem on all devices. Most times I would get an error message about not being able to connect, other times there was just a blue background an nothing happened. On Windows 10 the app went crazy and used 5,6 GB RAM before my pc froze for a couple of minutes and I was able to kill it in task manager.
Thanks!
Using CU5 the missing lines in the web.config file has been added - but I still got the same problem.
Trusted public certificate are used, the connection Works fine in a browser, but the app won't Work.
Many others have the same problem - but cann't find a solution.
Tom