|
Home > Archive > Commerce Server General > August 2006 > Orders Web Service times out
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Orders Web Service times out
|
|
| CodeDigger 2006-08-22, 7:29 pm |
| Commerce Server Orders Web Service times out consistenty. The 3 others
- Profiles, Inventory and Marketing work allright and load in mere
seconds.
Wondering if anyone else is facing this problem...here are the Event
Viewer logs
1) HRESULT: -2147467259, Minor Code: 4060, Source: , Description
2) SQL Error: 4060, Description: 42000
3) Error state: 1, Severity: 11, Server:
[servername]\[SQL2005InstanceName], Line#: 1, msg: Cannot open database
"CSharpSite_profiles" requested by the login. The login failed.
4) IDBInitialize failed, hr = -901283826
5) HRESULT: -2147217887, Minor Code: 0, Source: , Description
Multiple-step OLE DB operation generated errors. Check each OLE DB
status value, if available. No work was done.
6) Unable to initalize Server connection pool. Server:
[servername]\[SQL2005InstanceName],, SCODE: -901283826
7) Connection pool initialization failed.
8) In BindArgs::OpenDataSrc(), failed initializing data source
(-901283826)
Finally ASP.NET Request timed out message
-----------------------------------
Event code: 3001
Event message: The request has been aborted.
Event time: 8/22/2006 1:40:23 PM
Event time (UTC): 8/22/2006 5:40:23 PM
Event ID: c114097f3db34a39b0a606cd92476b40
Event sequence: 2
Event occurrence: 1
Event detail code: 0
Application information:
Application domain:
/LM/w3svc/1/Root/OrdersWebService-1-128007417141718750
Trust level: Full
Application Virtual Path: /OrdersWebService
Application Path: c:\inetpub\wwwroot\OrdersWebService\
Machine name: DESKTOP1
Process information:
Process ID: 5740
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: Request timed out.
Request information:
Request URL:
http://localhost/OrdersWebService/OrdersWebService.asmx
Request path: /OrdersWebService/OrdersWebService.asmx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace:
| |
| CodeDigger 2006-08-22, 7:29 pm |
| OK Solved it, added NETWORK SERVICE as a db-owber to the CSharp_Site
databses and it works
| |
| CodeDigger 2006-08-22, 7:29 pm |
| OK Solved it, added NETWORK SERVICE as a db-owber to the CSharp_Site
databses and it works
|
|
|
|
|