|
Home > Archive > Commerce Server General > October 2006 > Error running Csharp site with cs2007 and sql server 2005
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 |
Error running Csharp site with cs2007 and sql server 2005
|
|
|
| I installed the CS2K7 with SQL2K5 enterprice.
I also unpack the Csharp site.
When I run the Csharp site, I get the error message:
Cannot open database "MSCS_Admin" requested by the login. The login failed.
Stack Trace:
[COMException (0x80004005): Cannot open database "MSCS_Admin" requested by t
he login. The login failed.]
ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String
Password, Int32 Options) +0
SharedFns.ReadSQLDbLocale(String& strAdminConn) +81
SharedFns.SQLGetConnStr() +231
SharedFns.ReturnOpenConnection(Connection& connCfg) +52
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThre
aded.Initialize(String bstrSiteName) +279
Microsoft.CommerceServer.Runtime.Configuration.CommerceResourceCollection
.ctor(String siteName) +141
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeAppl
ication() +202
Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpAppli
cation appInstance) +89
System.Web.HttpApplication.InitModules() +267
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicat
ionState state, MethodInfo[] handlers) +1251
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContex
t context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext cont
ext) +106
System.Web.HttpRuntime. ProcessRequestInternal(HttpWorkerRequest
wr) +317
Can any one tell me what is happening with solution?
I am very desperate.
Sorry for double posting
Thanks. | |
| Colin Bowern 2006-10-04, 7:30 pm |
| Have you granted the necessary rights to the application pool identity as
outlined in the installation guide?
Installation Guide - Assign Permissions to IIS Worker Process
http://download.microsoft.com/downl...br />
r_Process
Cheers,
Colin
"SSeed" <SSeed.2f4mwc@mail.webservertalk.com> wrote in message
news:SSeed.2f4mwc@mail.webservertalk.com...
>
> I installed the CS2K7 with SQL2K5 enterprice.
> I also unpack the Csharp site.
> When I run the Csharp site, I get the error message:
> Cannot open database "MSCS_Admin" requested by the login. The login
> failed.
> Stack Trace:
>
>
> [COMException (0x80004005): Cannot open database "MSCS_Admin" requested
> by t
> he login. The login failed.]
> ADODB.ConnectionClass.Open(String ConnectionString, String UserID,
> String
> Password, Int32 Options) +0
> SharedFns.ReadSQLDbLocale(String& strAdminConn) +81
> SharedFns.SQLGetConnStr() +231
> SharedFns.ReturnOpenConnection(Connection& connCfg) +52
>
> Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThre
> aded.Initialize(String bstrSiteName) +279
>
> Microsoft.CommerceServer.Runtime.Configuration.CommerceResourceCollection
> ctor(String siteName) +141
>
> Microsoft.CommerceServer.Runtime.CommerceApplicationModule.InitializeAppl
> ication() +202
>
> Microsoft.CommerceServer.Runtime.CommerceApplicationModule.Init(HttpAppli
> cation appInstance) +89
> System.Web.HttpApplication.InitModules() +267
> System.Web.HttpApplication.InitInternal(HttpContext context,
> HttpApplicat
> ionState state, MethodInfo[] handlers) +1251
>
> System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContex
> t context) +243
> System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
> cont
> ext) +106
> System.Web.HttpRuntime. ProcessRequestInternal(HttpWorkerRequest
> wr) +317
>
> Can any one tell me what is happening with solution?
> I am very desperate.
> Sorry for double posting
>
> Thanks.
>
>
>
> --
> SSeed
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1688114.html
>
|
|
|
|
|