Hi All,
I have successfully tested the web client, the first page depicting the role center opens very easily, but when i try to navigate the URL of web client changes to url + # (Please refer below) and nothing happens, system does not goes the desired page , stays on the original page, i.e role center page. -
http://10.2.4.134:8080/YMFPRODTest/WebClient/#
Please ref to attached image for more info.
Thanks in advance!!
Answers
Can you open http://10.2.4.134:8080/YMFPRODTest/WebClient/?company=YourCompanyName?
Where YourCompanyName is the name of the company in NAV for example: My%20Test%20Company
Thanks for the response,
I tried to access and i was successful in accessing,
when i try to navigate URL changes to -
http://10.2.4.134:8080/YMFPRODTest/WebClient/?company=YourCompanyName#
Thanks in advance
Rishi
Correct procedure for this i found on -
http://saurav-nav.blogspot.in/2014/01/nav-2013-r2-multiple-web-clients.html
finally I used following command from above link-
#Create Another Web Client
#Change these parameter as per your requirement.
# - Server
# - ServerInstance
# - WebServerInstace
# - ClientServicesCredentialType
# - ClientServicesPort
Command - New-NAVWebServerInstance -Server localhost -ServerInstance JetReport -WebServerInstance MyWebClient2 -ClientServicesCredentialType Windows -ClientServicesPort 1046
and my web client is working absolutely fine.