Hello
I installed it the web services in Nav 2009 R2 and it works but only with the database example, if I set up my database no longer works for me and trying to access the URL from the browser I get error 500.
Anyone have any idea how I can change the database or am I doing wrong?
0
Comments
http://localhost:8080/DynamicsNAV71/WebClient/List.aspx?company=7002&node=ec29feaf-58ae-4c7a-8c7f-792d5cfd9aa0&mode=View&page=50030&i=138&ni=1
The URL I use to connect and that works for me with the database "Demo Database NAV (6-0)" is this "http: // localhost: 7047 / DynamicsNAV / WS / Services".
The file CustomSettings.config change the "DatabaseName" value with the name of my database and no longer works there.
Web services needs to be setup on the database you want to use too... it's not as easy as installing it for one database and then have it work for any database just changing your local config file.
I did not know who had set something extra to introduce the values at the time of installation.
That's right, I have run the service for Nav
https://msdn.microsoft.com/en-us/librar ... 5(v=nav.80).aspx
Also check if your object change listener is setup in your database and if the user on the service is also setup.
Thank you.
I made the process but I still get the same result.