Hi all
we have a three tier web service, and until last week has worked perfectly. Our problem is that sometimes gives an error like this,and all is stopped:
The login failed when connecting to SQL Server
but when i refresh the explorer with the url of web service in the host where navision services are installed,everything returns to work perfectly. i don´t know why and in the forum can´t find anything about this. i have downloaded the "Microsof dynamics nav 2009 best practices analyzer" and show us that all works perfectly. if you know something about or any idea, tell me please...thanks
0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Again give us the same error and we have solved the same way by the refresh the explorer where navision web services are intalled. but now all everything has stopped working.
Any idea.
Something from Kerberos?
Are u using Domain Accounts for your services?
finally in the "customsetting.config" file of the service i change so many parameters to MaxValue and other things.everything come to work perfectly. This is my "customsetting.config" file with new changes:
parameters:
- "WebServicesMaxMsgSize" value="1024"
- "OperationTimeout" value="MaxValue"
- "ProtectionLevel" value="None"
- "MaxConcurrentCalls" value="MaxValue"
- "MaxConcurrentConnections" value="MaxValue"
- "ClientReconnectPeriod" value="MaxValue"
- "EnableDebugging" value="true"
regards