|
Home > Archive > Commerce Server General > March 2005 > ShippingManagerCache Data Source 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 |
ShippingManagerCache Data Source Error
|
|
| Colin Bowern 2005-03-14, 5:54 pm |
| Hi,
In my total pipeline I'm running into a problem with the
ShippingManagerCache. The CS2002 site is built on ASP.NET 1.1 and we've
been using the starter site as a guide however not the class libraries
included with them.
When the total pipeline is first run it throws back the following error
however after the retry interval it works fine:
Event Type: Error
Event Source: Commerce Server 2002
Event Category: None
Event ID: 8192
Date: 3/14/2005
Time: 2:02:05 PM
User: N/A
Computer: COLIN-DESKTOP
Description:
The CacheManager encountered an error during a refresh of the cache:
'Commerce.ShippingManagerCache: Could not connect to datasource'
Any thoughts on what might be causing this? It seems to connect alright the
second time. I've checked the connection strings in the Commerce Server
Manager and they appear to be correct. Are we required to setup the
CacheManager similar to what is outlined in the following for .NET apps?
http://msdn.microsoft.com/library/d...ingobj_vklo.asp
Cheers,
Colin
| |
| Nihit Kaul [MSFT] 2005-03-28, 6:13 pm |
| So this does not occur when you run the Basket or the Checkout pipelines?
With the ASP.Net based site, the cache etc. should be created and
configured automatically according to the Web.Config settings.
What are the web.config ShippingManagerCache settings like? Could you check
the retry/refresh intervals set in the web.config file?
Thanks,
Nihit Kaul[MSFT]
Commerce Server
http://blogs.msdn.com/nihitk
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Colin Bowern" <colin.bowern@nospam.officialcommunity.com>
Subject: ShippingManagerCache Data Source Error
Date: Mon, 14 Mar 2005 14:22:40 -0500
Lines: 34
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
Message-ID: <uh50ysMKFHA.3552@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: mail.officialcommunity.net 207.188.77.211
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.commerceserver.general:15760
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
In my total pipeline I'm running into a problem with the
ShippingManagerCache. The CS2002 site is built on ASP.NET 1.1 and we've
been using the starter site as a guide however not the class libraries
included with them.
When the total pipeline is first run it throws back the following error
however after the retry interval it works fine:
Event Type: Error
Event Source: Commerce Server 2002
Event Category: None
Event ID: 8192
Date: 3/14/2005
Time: 2:02:05 PM
User: N/A
Computer: COLIN-DESKTOP
Description:
The CacheManager encountered an error during a refresh of the cache:
'Commerce.ShippingManagerCache: Could not connect to datasource'
Any thoughts on what might be causing this? It seems to connect alright the
second time. I've checked the connection strings in the Commerce Server
Manager and they appear to be correct. Are we required to setup the
CacheManager similar to what is outlined in the following for .NET apps?
http://msdn.microsoft.com/library/d...-us/csvr2002/ht
m/cs_sp_shippingobj_vklo.asp
Cheers,
Colin
| |
| Colin Bowern 2005-03-28, 6:13 pm |
| Hi Nihit,
The problem seems to have gone away for now. For the longest time I could
reproduce it without a problem. The web.config contains the following:
<cache name="ShippingManagerCache" type="Shipping"
loaderProgId="Commerce.ShippingManagerCache" refreshInterval="0"
retryInterval="60" />
I'll be keeping an eye on it to see if it reoccurs. Something that did
happen around the same time it went away, however I'm not sure is related,
is that I added the SampleRegionalTaxCache to the web.config:
<cache name="SampleRegionalTaxCache" type="Tax"
loaderProgId="Commerce.SampleRegionalTaxCache" refreshInterval="0"
retryInterval="60" />
Cheers,
Colin
"Nihit Kaul [MSFT]" <nihitk@online.microsoft.com> wrote in message
news:FASTPf%23MFHA.964@TK2MSFTNGXA03.phx.gbl...
> So this does not occur when you run the Basket or the Checkout pipelines?
>
> With the ASP.Net based site, the cache etc. should be created and
> configured automatically according to the Web.Config settings.
>
> What are the web.config ShippingManagerCache settings like? Could you
> check
> the retry/refresh intervals set in the web.config file?
>
> Thanks,
>
> Nihit Kaul[MSFT]
> Commerce Server
> http://blogs.msdn.com/nihitk
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> --------------------
> From: "Colin Bowern" <colin.bowern@nospam.officialcommunity.com>
> Subject: ShippingManagerCache Data Source Error
> Date: Mon, 14 Mar 2005 14:22:40 -0500
> Lines: 34
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
> X-RFC2646: Format=Flowed; Original
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
> Message-ID: <uh50ysMKFHA.3552@TK2MSFTNGP12.phx.gbl>
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: mail.officialcommunity.net 207.188.77.211
> Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
> 2.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.commerceserver.general:15760
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hi,
>
> In my total pipeline I'm running into a problem with the
> ShippingManagerCache. The CS2002 site is built on ASP.NET 1.1 and we've
> been using the starter site as a guide however not the class libraries
> included with them.
>
> When the total pipeline is first run it throws back the following error
> however after the retry interval it works fine:
>
> Event Type: Error
> Event Source: Commerce Server 2002
> Event Category: None
> Event ID: 8192
> Date: 3/14/2005
> Time: 2:02:05 PM
> User: N/A
> Computer: COLIN-DESKTOP
> Description:
> The CacheManager encountered an error during a refresh of the cache:
> 'Commerce.ShippingManagerCache: Could not connect to datasource'
>
> Any thoughts on what might be causing this? It seems to connect alright
> the
> second time. I've checked the connection strings in the Commerce Server
> Manager and they appear to be correct. Are we required to setup the
> CacheManager similar to what is outlined in the following for .NET apps?
>
> http://msdn.microsoft.com/library/d...-us/csvr2002/ht
> m/cs_sp_shippingobj_vklo.asp
>
> Cheers,
> Colin
>
>
>
>
|
|
|
|
|