Hello,
I am trying to implement Rashed’s process to replace Job Queue with SQL jobs.
I have everything in place in NAV according to his notes, but when I try to check the web services with IE I get a message indicating the webpage cannot be found. The address I am using is “
http://NAV-SRV-01:7047/MyDev/WS/services”. When I use “
http://NAV-SRV-01:7047/DynamicsNAV/WS/services” it comes back with a list of services as expected. I have read everything I can find and still am unable to determine how to troubleshoot this. However, here is one question I have that I can’t find documented.
Currently there is a service on the server named “Microsoft Dynamics NAV Business Web Services”. This obviously handles the request to the demo database just fine as indicated above. Does this also interface to the new Development DB I created? I did set up a service to provide RTC access to that new DB using port sharing, etc. The RTC connection to that DB is working fine.
Or, do I need to create a new service to handle web service requests to that? If I need to create a new one, can you direct me to documentation that would give me some guidelines on how to set that up? If I don’t need a new one then can you give me suggestions on what to check next?
Thanks in advance for any help,
Mike
Comments
This is here explained:
http://blogs.msdn.com/b/freddyk/archive/2008/10/29/multiple-service-tiers.aspx for NAV2009
and updated files for NAV2009 SP1 can you find here:
http://blogs.msdn.com/b/freddyk/archive/2009/08/05/multiple-service-tiers-sp1.aspx
With thanks to Freddy
For one thing, I was not using "type= share" on the "sc create" command. I put that on the command and now when I start the service I get the following error message:
"Error 1083: The executable program that this service is configured to run in does not implement the service."
I did a search and found a number of posts referring to this, and applied a couple of recommended changes to the registry. Also verified that BITS is running. However, I am still getting the error.
Any one have any ideas how to trouble shoot this?
Thanks,
Mike
http://blogs.msdn.com/b/nav/archive/200 ... ember.aspx
Mike