Commerce Server General - StarterSite CTP Issue

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > August 2006 > StarterSite CTP Issue





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 StarterSite CTP Issue
msnews.microsoft.com

2006-08-26, 7:33 am

I keep getting this error message:

Server Error in '/StarterSite' Application.
--------------------------------------------------------------------------------

Component Execution failed for component[0x2] hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Component Execution
failed for component[0x2] hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.

Source Error:

The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one of the
below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated
the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your
application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given
application to be compiled in debug mode. The first technique will cause
only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a
memory/performance overhead. You should make sure that an application has
debugging disabled before deploying into production scenario.

Stack Trace:

[InvalidOperationException: Component Execution failed for component[0x2]
hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg) +1779794
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type) +826
Microsoft.CommerceServer.Internal.Orders.MtsHelper.RunPipes(String
strPCF, String strPipelineProgId, IDictionary dictOrderForm, IDictionary
pipeContext, String logfile) +0
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo, PipelineBase pipeline, ITransaction trans) +579
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo, ITransaction trans) +144
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo) +6
CommerceComponents.Helpers.BasketHelper.RunPipeline(String pipelineName,
OrderPipelineType type) +361
CommerceComponents.Helpers.BasketHelper.RunBasketPipeline(String
pipelineName) +38
CommerceComponents.Helpers.BasketHelper.Add(BasketHelper basketHelper,
Boolean lineItemRollup) +38
CommerceSite.SiteContext.MigrateAnonymousBasket(Guid anonymousUserId)
+105
User_Login.LoginForm_LoggedIn(Object sender, EventArgs e) +238
System.Web.UI.WebControls.Login.OnLoggedIn(EventArgs e) +105
System.Web.UI.WebControls.Login.AttemptLogin() +205
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e)
+99
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
+163
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler

sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102



--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.62


CodeDigger

2006-08-27, 1:18 am

Add NETWORK SERVICE to all CSharpSite and maybe other Commerce Server
2007 Databases.

CodeDigger

2006-08-27, 1:18 am

Add NETWORK SERVICE as a User in the Security tab to all CSharpSite and
maybe other Commerce Server 2007 Databases.

Sudha Raghavan [MSFT]

2006-08-28, 7:24 pm

Do you have the "Inventory" site resource unpupped correctly for the
starter site?

Thanks
Sudha

--------------------
From: "msnews.microsoft.com" <ethan_lam@hotmail.com>
Subject: StarterSite CTP Issue
Date: Sat, 26 Aug 2006 08:38:08 -0300
Lines: 98
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2869
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962
Message-ID: <#a1LbQQyGHA.4372@TK2MSFTNGP06.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: fctnnbsc14w-142167071085.pppoe-dynamic.nb.aliant.net
142.167.71.85
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP06.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:18260
X-Tomcat-NG: microsoft.public.commerceserver.general

I keep getting this error message:

Server Error in '/StarterSite' Application.
----------------------------------------------------------------------------
----

Component Execution failed for component[0x2] hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Component Execution
failed for component[0x2] hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.

Source Error:

The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one of the
below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated
the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your
application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given
application to be compiled in debug mode. The first technique will cause
only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a
memory/performance overhead. You should make sure that an application has
debugging disabled before deploying into production scenario.

Stack Trace:

[InvalidOperationException: Component Execution failed for component[0x2]
hr: 0x80131509
ProgID: Commerce.CheckInventory
The stored procedure 'dbo.inv_CheckInventory' doesn't exist.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg) +1779794
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type) +826
Microsoft.CommerceServer.Internal.Orders.MtsHelper.RunPipes(String
strPCF, String strPipelineProgId, IDictionary dictOrderForm, IDictionary
pipeContext, String logfile) +0

Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo, PipelineBase pipeline, ITransaction trans) +579

Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo, ITransaction trans) +144

Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo) +6
CommerceComponents.Helpers.BasketHelper.RunPipeline(String pipelineName,
OrderPipelineType type) +361
CommerceComponents.Helpers.BasketHelper.RunBasketPipeline(String
pipelineName) +38
CommerceComponents.Helpers.BasketHelper.Add(BasketHelper basketHelper,
Boolean lineItemRollup) +38
CommerceSite.SiteContext.MigrateAnonymousBasket(Guid anonymousUserId)
+105
User_Login.LoginForm_LoggedIn(Object sender, EventArgs e) +238
System.Web.UI.WebControls.Login.OnLoggedIn(EventArgs e) +105
System.Web.UI.WebControls.Login.AttemptLogin() +205
System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs
e)
+99
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String
eventArgument)
+163

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePo
stBackEvent(String
eventArgument) +7
System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler

sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102



----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.62




This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs

Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/co...r/commerce.mspx
Web logs and community:
http://www.microsoft.com/commercese...ty/default.mspx
Other resources:
http://www.microsoft.com/technet/pr...02/default.mspx
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com