I am getting ready to import our historical orders from virtuemart into smith cart. My research leads me to belive that there is no direct migration path, So I am looking at mannually moving over the data.
I am inserting the data into the following tables:
DNN_Smith_Customer
DNN_Smith_Invoicing
DNN_Smith_PayHist
DNN_Smith_StoreOrders
DNN_Smith_StoreOrderDetails
After the import go into a users account and look at there orders and they are there but if I click on any of them I get the error: A critical error has occurred.An unexpected error has occurred.
the log file reports:
AssemblyVersion: 6.1.0
PortalID: 2
PortalName: MIG Inc.
UserID: 1978
UserName: Ambrose
ActiveTabID: 167
ActiveTabName: My Account
RawURL: /myaccount/tabid/167/userid/1978/default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://mig-inc.com/myaccount/tabid/167/userid/1978/default.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9be18d8d-789c-47c6-8c92-5d74f0049e85
InnerException: Value was either too large or too small for a Decimal.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Decimal.FCallSubtract
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Value was either too large or too small for a Decimal. ---> System.OverflowException: Value was either too large or too small for a Decimal. at System.Decimal.FCallSubtract(Decimal& result, Decimal d1, Decimal d2) at System.Decimal.op_Subtraction(Decimal d1, Decimal d2) at Smith.DNN.Modules.MyAccount.MyAccountManageOrders.ShowOrderDetails(Object sender) at Smith.DNN.Modules.MyAccount.MyAccountManageOrders.lkSelect_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: Storm
Am I missing a table that needs data? Or is it that a value is incorrect?