Hello everybody.
We have a website that communicates with NAV trough a webservice.
When the website is being used, we sometimes see the webservice using multiple (SQL) connections and thus multiple licenses.
(not multicompany nor multiple instances of webservices).
I was not aware that the webservice would behave like that.
Can anybody shed some light on this?
Thanks in advance
Sogg
|Pressing F1 is so much faster than opening your browser||To-Increase| 0
Answers
In NAV2013, this behaviour is changed. The Dynamics NAV server opens 1 connection to SQL and all sessions connecting to that Dynamics NAV Server uses that 1 connection to SQL Server.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
|To-Increase|
Are there extra NAV sessions used when the webservice uses more than 1 sql connection?
|To-Increase|
But you can put a limit to how many calls can be done at anyone time to the webservice. It is a parameter "MaxConcurrentCalls" (default=40) in the CustomSettings.config-file of the service.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!