• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Scottne
#1 Posted : Tuesday, October 17, 2006 9:24:17 AM(UTC)
Scottne

Rank: Member

Joined: 9/24/2003(UTC)
Posts: 402

XP SP2 fully updated, SQL 2005 DE SP1 using SA login. Store setup works fine, store works fine.


Login to admin and close store. Run sitepatchinstaller which is a success. Execute query and get what you see below. This was identical on our host (they got the same results after reading to make sure the permissions were correct). Is this related to the lack of products as Noah and others report it works perfectly every time, yet it doesn't work when the host tries it, or I try it here locally.





[1]
Dropping foreign keys from [dbo].[bvc_Product]

Msg 3728, Level 16, State 1, Line 1

'FK_bvc_Product_bvc_Product' is not a constraint.

Msg 3727, Level 16, State 0, Line 1

Could not drop constraint. See previous errors.

(1 row(s) affected)

Dropping foreign keys from [dbo].[bvc_ProductChoiceCombinations]

Dropping foreign keys from [dbo].[bvc_ProductInventory]

Dropping foreign keys from [dbo].[bvc_ProductPropertyValue]

Dropping foreign keys from [dbo].[bvc_ProductXCategory]

Dropping foreign keys from [dbo].[bvc_Sale]

Msg 3728, Level 16, State 1, Line 1

'FK_bvc_Sale_bvc_Sale' is not a constraint.

Msg 3727, Level 16, State 0, Line 1

Could not drop constraint. See previous errors.

(1 row(s) affected)

Dropping foreign keys from [dbo].[bvc_ShippingMethod_CountryRestriction]

Dropping foreign keys from [dbo].[bvc_ShippingMethod_RegionRestriction]

Dropping constraints from [dbo].[bvc_Product]

Dropping constraints from [dbo].[bvc_Product]

Msg 3725, Level 16, State 0, Line 1

The constraint 'PK_bvc_Product' is being referenced by table 'bvc_ProductXCategory', foreign key constraint 'FK_ProductXCategory_bvc_Product'.

Msg 3727, Level 16, State 0, Line 1

Could not drop constraint. See previous errors.

(1 row(s) affected)

Dropping constraints from [dbo].[bvc_Product]

Dropping constraints from [dbo].[bvc_Product]

Dropping constraints from [dbo].[bvc_Product]

Dropping constraints from [dbo].[bvc_Product]

Dropping constraints from [dbo].[bvc_ProductVolumeDiscounts]

Msg 3728, Level 16, State 1, Line 1

'DF_bvc_ProductVolumeDiscounts_Price' is not a constraint.

Msg 3727, Level 16, State 0, Line 1

Could not drop constraint. See previous errors.

(1 row(s) affected)

Dropping index [IX_bvc_Order_UserId] from [dbo].[bvc_Order]

Dropping index [IX_bvc_OrderCoupon_OrderBvin] from [dbo].[bvc_OrderCoupon]

Dropping index [IX_bvc_OrderPackage_OrderId] from [dbo].[bvc_OrderPackage]

Dropping index [IX_bvc_OrderPayment_OrderId] from [dbo].[bvc_OrderPayment]

Dropping index [IX_bvc_Product_sku] from [dbo].[bvc_Product]

Dropping index [IX_bvc_Product_ParentId] from [dbo].[bvc_Product]

Dropping index [bvc_ProductChoiceCombinations_ChoiceId_ChoiceOptionId] from [dbo].[bvc_ProductChoiceCombinations]

Dropping index [IX_bvc_ProductChoiceOptions_ProductChoiceId] from [dbo].[bvc_ProductChoiceOptions]

Dropping index [IX_bvc_ProductChoices_ProductId] from [dbo].[bvc_ProductChoices]

Dropping index [IX_bvc_ProductModifier_ProductId] from [dbo].[bvc_ProductModifier]

Dropping index [IX_bvc_ProductModifierOption_ModifierId] from [dbo].[bvc_ProductModifierOption]

Dropping index [IX_bvc_ProductPropertyChoice_PropertyBvin] from [dbo].[bvc_ProductPropertyChoice]

Dropping index [IX_bvc_ProductReview_ProductBvin] from [dbo].[bvc_ProductReview]

Dropping index [IX_bvc_RMA_OrderBvin] from [dbo].[bvc_RMA]

Altering [dbo].[bvc_ProductVolumeDiscounts]

Rebuilding [dbo].[bvc_Product]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'DF_bvc_Product_RewriteUrl' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Msg 1088, Level 16, State 11, Line 1

Cannot find the object "dbo.tmp_rg_xx_bvc_Product" because it does not exist or you do not have permissions.

(1 row(s) affected)

Msg 208, Level 16, State 1, Line 1

Invalid object name 'dbo.tmp_rg_xx_bvc_Product'.

(1 row(s) affected)

Msg 1088, Level 16, State 11, Line 1

Cannot find the object "dbo.tmp_rg_xx_bvc_Product" because it does not exist or you do not have permissions.

(1 row(s) affected)

Msg 3726, Level 16, State 1, Line 1

Could not drop object 'dbo.bvc_Product' because it is referenced by a FOREIGN KEY constraint.

(1 row(s) affected)

Msg 15225, Level 11, State 1, Procedure sp_rename, Line 332

No item by the name of '[dbo].[tmp_rg_xx_bvc_Product]' could be found in the current database 'promomanagers', given that @itemtype was input as '(null)'.

Creating primary key [PK_bvc_Product] on [dbo].[bvc_Product]

Msg 1779, Level 16, State 0, Line 1

Table 'bvc_Product' already has a primary key defined on it.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Creating index [IX_bvc_Product_sku] on [dbo].[bvc_Product]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_Product_sku' already exists on table 'dbo.bvc_Product'.

(1 row(s) affected)

Creating index [IX_bvc_Product_ParentId] on [dbo].[bvc_Product]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_Product_ParentId' already exists on table 'dbo.bvc_Product'.

(1 row(s) affected)

Creating [dbo].[bvc_ProductAvailableAndActive]

Msg 2714, Level 16, State 3, Procedure bvc_ProductAvailableAndActive, Line 61

There is already an object named 'bvc_ProductAvailableAndActive' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_Product_ProductsOrderedCount_s]

Altering [dbo].[bvc_Product_ByCrossSellId_s]

Creating [dbo].[bvc_Product_ByCrossSellId_Admin_s]

Msg 2714, Level 16, State 3, Procedure bvc_Product_ByCrossSellId_Admin_s, Line 78

There is already an object named 'bvc_Product_ByCrossSellId_Admin_s' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_Product_u]

Creating [dbo].[bvc_Product_ByUpSellId_Admin_s]

Msg 2714, Level 16, State 3, Procedure bvc_Product_ByUpSellId_Admin_s, Line 78

There is already an object named 'bvc_Product_ByUpSellId_Admin_s' in the database.

(1 row(s) affected)

Creating [dbo].[bvc_Product_ProductsOrderedCount_Admin_s]

Msg 2714, Level 16, State 3, Procedure bvc_Product_ProductsOrderedCount_Admin_s, Line 39

There is already an object named 'bvc_Product_ProductsOrderedCount_Admin_s' in the database.

(1 row(s) affected)

Creating [dbo].[bvc_Category_AllVisible_s]

Msg 2714, Level 16, State 3, Procedure bvc_Category_AllVisible_s, Line 100

There is already an object named 'bvc_Category_AllVisible_s' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_ProductModifier_ByProduct_s]

Altering [dbo].[bvc_Product_SuggestedItems]

Altering [dbo].[bvc_ProductUpSell_Count_s]

Altering [dbo].[bvc_Product_ByCategory_s]

Creating [dbo].[bvc_ProductCrossSell_Count_Admin_s]

Msg 2714, Level 16, State 3, Procedure bvc_ProductCrossSell_Count_Admin_s, Line 22

There is already an object named 'bvc_ProductCrossSell_Count_Admin_s' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_Category_All_s]

Altering [dbo].[bvc_Product_ByUpSellId_s]

Altering [dbo].[bvc_Product_ByFile_s]

Creating [dbo].[bvc_ProductUpSell_Count_Admin_s]

Msg 2714, Level 16, State 3, Procedure bvc_ProductUpSell_Count_Admin_s, Line 22

There is already an object named 'bvc_ProductUpSell_Count_Admin_s' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_Product_i]

Altering [dbo].[bvc_RMA_All_s]

Altering [dbo].[bvc_ProductCrossSell_Count_s]

Creating [dbo].[bvc_Category_VisibleNeighbors_s]

Msg 2714, Level 16, State 3, Procedure bvc_Category_VisibleNeighbors_s, Line 220

There is already an object named 'bvc_Category_VisibleNeighbors_s' in the database.

(1 row(s) affected)

Altering [dbo].[bvc_Product_d]

Altering [dbo].[bvc_Product_ByCriteria_s]

Creating [dbo].[bvc_UserAccount_ByCriteria_s]

Msg 2714, Level 16, State 3, Procedure bvc_UserAccount_ByCriteria_s, Line 38

There is already an object named 'bvc_UserAccount_ByCriteria_s' in the database.

(1 row(s) affected)

Creating index [IX_bvc_Order_UserId] on [dbo].[bvc_Order]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_Order_UserId' already exists on table 'dbo.bvc_Order'.

(1 row(s) affected)

Creating index [IX_bvc_OrderCoupon_OrderBvin] on [dbo].[bvc_OrderCoupon]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_OrderCoupon_OrderBvin' already exists on table 'dbo.bvc_OrderCoupon'.

(1 row(s) affected)

Creating index [IX_bvc_OrderPackage_OrderId] on [dbo].[bvc_OrderPackage]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_OrderPackage_OrderId' already exists on table 'dbo.bvc_OrderPackage'.

(1 row(s) affected)

Creating index [IX_bvc_OrderPayment_OrderId] on [dbo].[bvc_OrderPayment]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_OrderPayment_OrderId' already exists on table 'dbo.bvc_OrderPayment'.

(1 row(s) affected)

Creating index [bvc_ProductChoiceCombinations_ChoiceId_ChoiceOptionId] on [dbo].[bvc_ProductChoiceCombinations]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'bvc_ProductChoiceCombinations_ChoiceId_ChoiceOptionId' already exists on table 'dbo.bvc_ProductChoiceCombinations'.

(1 row(s) affected)

Creating index [IX_bvc_ProductChoiceOptions_ProductChoiceId] on [dbo].[bvc_ProductChoiceOptions]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductChoiceOptions_ProductChoiceId' already exists on table 'dbo.bvc_ProductChoiceOptions'.

(1 row(s) affected)

Creating index [IX_bvc_ProductChoices_ProductId] on [dbo].[bvc_ProductChoices]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductChoices_ProductId' already exists on table 'dbo.bvc_ProductChoices'.

(1 row(s) affected)

Creating index [IX_bvc_ProductModifier_ProductId] on [dbo].[bvc_ProductModifier]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductModifier_ProductId' already exists on table 'dbo.bvc_ProductModifier'.

(1 row(s) affected)

Creating index [IX_bvc_ProductModifierOption_ModifierId] on [dbo].[bvc_ProductModifierOption]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductModifierOption_ModifierId' already exists on table 'dbo.bvc_ProductModifierOption'.

(1 row(s) affected)

Creating index [IX_bvc_ProductPropertyChoice_PropertyBvin] on [dbo].[bvc_ProductPropertyChoice]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductPropertyChoice_PropertyBvin' already exists on table 'dbo.bvc_ProductPropertyChoice'.

(1 row(s) affected)

Creating index [IX_bvc_ProductReview_ProductBvin] on [dbo].[bvc_ProductReview]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_ProductReview_ProductBvin' already exists on table 'dbo.bvc_ProductReview'.

(1 row(s) affected)

Creating index [IX_bvc_RMA_OrderBvin] on [dbo].[bvc_RMA]

Msg 1913, Level 16, State 1, Line 1

The operation failed because an index or statistics with name 'IX_bvc_RMA_OrderBvin' already exists on table 'dbo.bvc_RMA'.

(1 row(s) affected)

Adding constraints to [dbo].[bvc_Product]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'IX_bvc_Product_id' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ProductChoiceCombinations]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_bvc_ProductChoiceCombinations_bvc_Product' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ProductInventory]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_bvc_ProductInventory_bvc_Product' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ProductPropertyValue]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_bvc_ProductPropertyValue_bvc_Product' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ProductXCategory]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_ProductXCategory_bvc_Product' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ShippingMethod_CountryRestriction]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_bvc_ShippingMethod_CountryRestriction_bvc_Country' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

Adding foreign keys to [dbo].[bvc_ShippingMethod_RegionRestriction]

Msg 2714, Level 16, State 4, Line 1

There is already an object named 'FK_bvc_ShippingMethod_RegionRestriction_bvc_Region' in the database.

Msg 1750, Level 16, State 0, Line 1

Could not create constraint. See previous errors.

(1 row(s) affected)

The database update failed
[/1]
Nick Alberti
#2 Posted : Tuesday, October 17, 2006 2:36:05 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hey Scott. Would you mind pasting your version information?
Scottne
#3 Posted : Tuesday, October 17, 2006 5:50:57 PM(UTC)
Scottne

Rank: Member

Joined: 9/24/2003(UTC)
Posts: 402

Nick sorry for the delay, was out on the road this afternoon. I updated the ticket but here it is as well below. I just downloaded the installer a few days ago so I assume it was the most recent at 5.0.0.621



<LI>1.0.1.1.............anrControls.Markdown.NET.dll
<LI>1.5.1.0.............anrControls.SmartyPants.NET.dll
<LI>1.3.0.0.............anthem.dll
<LI>1.2.0.0.............BVLicensing.dll
<LI>5.0.0.619...........BVSoftware.Bvc5.Core.dll
<LI>5.0.0.619...........BVSoftware.Bvc5.Payment.AuthorizeNet.dll
<LI>5.0.0.101...........BVSoftware.Bvc5.Payment.dll
<LI>5.0.0.619...........BVSoftware.Bvc5.Shipping.FedEx.dll
<LI>5.0.0.619...........BVSoftware.Bvc5.Shipping.Ups.dll
<LI>5.0.0.619...........BVSoftware.Bvc5.Shipping.USPostal.dll
<LI>1.0.0.0.............BVSoftware.PaypalWebServices.dll
<LI>1.0.4...............CyberSource.dll
<LI>
<LI>3.1.1.31029.........FreetextBox.dll
<LI>1.2.................log4net.dll
<LI>3.1.2286.0..........nsoftware.IBizPayWeb.dll
* 4.1.0.0.............paypal_base.dll
Nick Alberti
#4 Posted : Wednesday, October 18, 2006 9:05:32 AM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hey Scott.

Based on the error message(s), it looks as though you were trying to patch an already patched store.
Noah
#5 Posted : Wednesday, October 18, 2006 9:59:46 AM(UTC)
Noah

Rank: Member

Joined: 11/6/2003(UTC)
Posts: 1,903

All the SQL errors are due to the script already completing once.
Noah
Scottne
#6 Posted : Wednesday, October 18, 2006 10:50:08 AM(UTC)
Scottne

Rank: Member

Joined: 9/24/2003(UTC)
Posts: 402

How can that be? It's not possible, the installs were fresh. I just did it again by creating a new store and ran the sql updates...happens again.
Nick Alberti
#7 Posted : Wednesday, October 18, 2006 11:38:32 AM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hey Scott.

The recent builds include the patch. These builds replaced the builds/downloads on our store some time ago.

Perhaps you had the build with the patch already installed.

Version 5.0.0.619 includes the patch.

Version 5.0.0.621 includes the hotfixes.
Scottne
#8 Posted : Wednesday, October 18, 2006 2:11:28 PM(UTC)
Scottne

Rank: Member

Joined: 9/24/2003(UTC)
Posts: 402

That's it, which is what I included at the top of this message... 5.0.0.621 was the installer. "I just downloaded the installer a few days ago so I assume it was the most recent at 5.0.0.621"

Here's one suggestion, when you do the updated SP as you have, change the name of the download to include the SP...ie, BV_Commerce_5_SP1.zip otherwise there is no easy way for the customer to know.
Nick Alberti
#9 Posted : Wednesday, October 18, 2006 2:59:13 PM(UTC)
Nick Alberti

Rank: Member

Joined: 9/27/2004(UTC)
Posts: 1,099

Hey Scott. I agree. There are some descrpencies in the version numbers. Sorry for the confusion. We'll have this fixed soon.
Scottne
#10 Posted : Wednesday, October 18, 2006 3:18:05 PM(UTC)
Scottne

Rank: Member

Joined: 9/24/2003(UTC)
Posts: 402

So as it turns out all the bickering on the other thread was irrelevant as you guys had already incorporated the service pack ;)
jetheredge
#11 Posted : Wednesday, October 18, 2006 3:48:39 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

We do daily builds, and when we have a release build we actually generate the patch from the release build. So the day that the patch or service pack comes out, all of the full installs will already have it incorporated.
Justin Etheredge
Senior Software Engineer
BVSoftware
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012