I am getting the following error logged in the shoppingcart event log;
Timestamp: 9/16/2015 1:17:14 PM
Message: HandlingInstanceID: 99a5d011-2cbb-4b73-a85a-e9067731c9a2
An exception of type 'System.Data.SqlClient.SqlException' occurred and was caught.
----------------------------------------------------------------------------------
09/16/2015 08:17:14
Type : System.Data.SqlClient.SqlException, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Cannot find the object "DSC_Product_AlsoBought_Map" because it does not exist or you do not have permissions.
Source : .Net SqlClient Data Provider
Help link :
Errors : System.Data.SqlClient.SqlErrorCollection
Class : 16
LineNumber : 4
Number : 1088
Procedure : DSC_Product_Populate_AlsoBought
Server : 172.26.7.15\Dotshoppingcart
State : 7
ErrorCode : -2146232060
Data : System.Collections.ListDictionaryInternal
TargetSite : Void OnError(System.Data.SqlClient.SqlException, Boolean)
I know it has todo with permisions somewhere but I am not able to find it.
Please advise.
Greg
|