|
Home > Archive > Commerce Server General > July 2005 > Commerce Server Errors but not using Commerce
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 |
Commerce Server Errors but not using Commerce
|
|
| Shivonne 2005-07-19, 2:47 am |
| Hi all
I have a very strange error occuring in my development environment. Whenever
I create a new, blank ASP.NET project, with the default webform and I try to
run the code (it's a blank page), it comes up with the following error:
AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for
Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that you
are looking for.
The Stack Trace reveals:
[ArgumentException: AuthManager(CommerceServer): Call to
SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check
SiteName Or ResourceName/PropName that you are looking for.]
Microsoft.CommerceServer.Interop.AuthManagerClass.Initialize(String
bstrSiteName) +0
Microsoft.CommerceServer.Runtime.CommerceContext.get_AuthManagerComClass() +95
Microsoft.CommerceServer.Runtime.AuthManager..ctor(String siteName,
DebugContext debugContext) +143
Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule.OnBeginRequest(Object sender, EventArgs e) +110
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +87
But the thing is - I'm not USING any commerce components! The web.config
contains no reference to Commerce Server.
Can anyone help me with this please? It's driving me insane!
Thanks as always
Shivonne
| |
| Colin Bowern 2005-07-19, 5:51 pm |
| Hi Shivonne,
Check your ISAPI Filters tab in IIS Manager to see if the AuthFilter ISAPI
filter is being loaded.
Cheers,
Colin
"Shivonne" <Shivonne@discussions.microsoft.com> wrote in message
news:5DFE32B7-16EC-4B75-AFFC-DC02348B5AAE@microsoft.com...
> Hi all
>
> I have a very strange error occuring in my development environment.
> Whenever
> I create a new, blank ASP.NET project, with the default webform and I try
> to
> run the code (it's a blank page), it comes up with the following error:
>
> AuthManager(CommerceServer): Call to SiteConfig:;Initialize() failed, for
> Commerce-Site: 'csharpsite'. Check SiteName Or ResourceName/PropName that
> you
> are looking for.
>
> The Stack Trace reveals:
>
> [ArgumentException: AuthManager(CommerceServer): Call to
> SiteConfig:;Initialize() failed, for Commerce-Site: 'csharpsite'. Check
> SiteName Or ResourceName/PropName that you are looking for.]
> Microsoft.CommerceServer.Interop.AuthManagerClass.Initialize(String
> bstrSiteName) +0
>
> Microsoft.CommerceServer.Runtime.CommerceContext.get_AuthManagerComClass()
> +95
> Microsoft.CommerceServer.Runtime.AuthManager..ctor(String siteName,
> DebugContext debugContext) +143
>
> Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule.OnBeginRequest(Object
> sender, EventArgs e) +110
>
> System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
> +60
> System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously) +87
>
> But the thing is - I'm not USING any commerce components! The web.config
> contains no reference to Commerce Server.
>
> Can anyone help me with this please? It's driving me insane!
>
> Thanks as always
>
> Shivonne
| |
| Shivonne 2005-07-20, 7:52 am |
| Hi Colin
I took a look on the general Websites tab and the Default Website tabbut
didn't see anything about AuthFilter - these are the ones I saw:
sspifilt
Compression
md5filt
pwsdata
fpexedll.dll
ASPNET
I managed to find out the problem tho - I had changed the password that the
Commerce Component was using to authenticate on COM - once I updated that all
my websites worked fine.
The wierd thing is that even a default, blank website was showing this error?
Thanks
Shivonne
"Colin Bowern" wrote:
> Hi Shivonne,
>
> Check your ISAPI Filters tab in IIS Manager to see if the AuthFilter ISAPI
> filter is being loaded.
>
> Cheers,
> Colin
>
> "Shivonne" <Shivonne@discussions.microsoft.com> wrote in message
> news:5DFE32B7-16EC-4B75-AFFC-DC02348B5AAE@microsoft.com...
>
>
>
|
|
|
|
|