Hello, we have 1 server that running Dynamic Business service fine can accept and serve multiple client request in async mode.
I have recently setup another server as we want to remove the #1 coz OS and hardware issues. it works fine without any issue for first client request but when it received 2nd connection from different client but it throw the exception “Cannot access sql server instance name etc” no logs or error any where I could find.
I thought it could be license issue so I stopped 1st server that was running fine and tried but so success. Server #2 only accept 1 client request until it finish that request…
please note both server “custom.settings” files identical…
I am new to NAV so help is very much appreciated…
we are using SQL Server 2008 R2, windows 2008 OS R2…please let me know if this is license issue or setup issues…
thanks
manish
hey Amol, thanks for your response, however I think you missed the point. here is what happening
-
server #1 can access all web method / web service available through NAV services
-
I am in process of setting up Server #2, it can also access all above as Server #1 but it only accept one client connection at a time so client #1 call method server #2 start working on request since the response take about 4-5 min, in the mean if client #2 calls the same Web method then client #2 receive exception user name and password is not valid for accessing SQL server but if when I call client #2 after client #1 finish then it worked fine…so it must be some configuration missing which i dont understand where?
please let me know if you available for quick discussion over phone or something to help…
sorry but no, they all talk how to access but like i said my service is running fine but it having something to do 2nd client connection issue…