Business Desk - Bizdesk error

This is Interesting: Free IT Magazines  
Home > Archive > Business Desk > August 2006 > Bizdesk error





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 Bizdesk error
Julia

2006-08-01, 7:21 pm

We are having problem with the Bizdesk. The error showes up once in a while,
but most of the times we get to Bizdesk without the prolem. Sometimes after
IISreset the error goes away, and sometimes not.
Thanks!

Error:
Error Type:
Microsoft Commerce Configuration (0x80004005)
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection. SiteConfigReadOnly:Initialize
/LM/w3svc/1/Root/StoreBizDesk/global.asa, line 118
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322;
..NET CLR 1.0.3705)
Page:
GET /StoreBizDesk/bizdesk.asp
Time:
Tuesday, July 18, 2006, 4:19:45 PM
More information:
Microsoft Support


Line 118 is (MSCSConfiguration.Initialize(MSCSSiteName)) in a snippet of the
global.asa below.



Dim g_MSCSDataFunctions, MSCSAppConfig, _

MSCSSiteName, MSCSBizDeskRoot,
MSCSConfiguration



GetSiteInfo MSCSSiteName, MSCSBizDeskRoot

Application("MSCSSiteName") =
MSCSSiteName

Application("MSCSBizDeskRoot") =
MSCSBizDeskRoot



' -- Flag for Profile Schema Change . Set to True by
app when Schema Changes

' This flag used for refreshing Provider
Connections which internally caches schema

Application("MSCSProfileSchemaVer") = 1.00

Application("MSCSCatalogVer") = 1.00

Application("MSCSUserXmlVer") = 1.00

Application("MSCSSiteTermVer")= 1.00

Application("MSCSVerIncrement") = VER_INCREMENT



' -- get default locale used by DataFunctions,

' currency locale used by DataFunctions,

' and page encoding charset used in header files

set MSCSConfiguration =
server.CreateObject("Commerce.SiteConfigReadOnly")

MSCSConfiguration.Initialize(MSCSSiteName)


David Messner [MSFT]

2006-08-04, 1:28 pm


This error indicates that you are using Windows integrated auth in your SQL
connection string to the MSCS_Admin database and the worker process for
your application isn't recognized by SQL server. You need to have your
worker process running as a domain account or else use local accounts and
password matching on both the SQL and IIS boxes. If you haven't already,
I'd recommend consulting the secure deployment guide for Commerce Server
for detailed information on how to set this up.

Now, I can't explain why this would be an intermittent problem.

Is this IIS 6 or IIS 5? Are there any messages in the event log?

Thanks and regards
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

--------------------
Subject: Bizdesk error
Date: Tue, 1 Aug 2006 13:48:01 -0700

We are having problem with the Bizdesk. The error showes up once in a
while,
but most of the times we get to Bizdesk without the prolem. Sometimes after
IISreset the error goes away, and sometimes not.
Thanks!

Error:
Error Type:
Microsoft Commerce Configuration (0x80004005)
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection. SiteConfigReadOnly:Initialize
/LM/w3svc/1/Root/StoreBizDesk/global.asa, line 118
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322;
NET CLR 1.0.3705)
Page:
GET /StoreBizDesk/bizdesk.asp
Time:
Tuesday, July 18, 2006, 4:19:45 PM
More information:
Microsoft Support


Line 118 is (MSCSConfiguration.Initialize(MSCSSiteName)) in a snippet of
the
global.asa below.



Dim g_MSCSDataFunctions, MSCSAppConfig, _

MSCSSiteName, MSCSBizDeskRoot,
MSCSConfiguration



GetSiteInfo MSCSSiteName, MSCSBizDeskRoot

Application("MSCSSiteName") =
MSCSSiteName

Application("MSCSBizDeskRoot") =
MSCSBizDeskRoot



' -- Flag for Profile Schema Change . Set to True
by
app when Schema Changes

' This flag used for refreshing Provider
Connections which internally caches schema

Application("MSCSProfileSchemaVer") = 1.00

Application("MSCSCatalogVer") = 1.00

Application("MSCSUserXmlVer") = 1.00

Application("MSCSSiteTermVer")= 1.00

Application("MSCSVerIncrement") = VER_INCREMENT



' -- get default locale used by DataFunctions,

' currency locale used by DataFunctions,

' and page encoding charset used in header files

set MSCSConfiguration =
server.CreateObject("Commerce.SiteConfigReadOnly")

MSCSConfiguration.Initialize(MSCSSiteName)



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com