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 Sup****t
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 refre****ng
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)


|