I just upgraded Store opration with Feature pack one and I cant take any customer after I scan the item It is getting stuck on posting trasanction for ever. I need help before I open the store. everything is slow like 100 years old man. I had no problem at all with sp3. and I am running rms with SQL 2008 R2 EXPRESS.
Please help.
*This post is locked for comments
Another guy posted something similar on the 03/03/11, and ran the following to fix.
(SELECT * FROM sys.triggers WHERE object_id = OBJECT_ID(N'[dbo].[tr_TransactionEntryComputedQuantity]'))
DROP TRIGGER [dbo].[tr_TransactionEntryComputedQuantity]
Try reindexing first.
restore your system and undo the update.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,782 Super User 2024 Season 2
Martin Dráb 229,067 Most Valuable Professional
nmaenpaa 101,150