Group: Awaiting Activation
Last Active: Wed 23 Oct 2013
Posts: 6,
Visits: 40
|
Another Update (2013-10-20): I've tried again completely form the start with the same results. Please see my separate post in this thread where I tried to document as completely as possible.
Update: The headline issue (timeout) is resolved and was of no importance. A slightly different but fatal error (NullReferenceException at PageBaseClass.InitializeCulture) remains after several new installation attempts even on different servers.
I'll post a new issue tomorrow and will delete this one then.
Right now I just want to indicate there's no need to waste anyone's time with this one ...
Original Post:
I'm importing from cactushop 6 to kartris 2.5
The main import process (full import) took some 12 hours but seemed to work without problems (and the new db appears to be well populated).
But at the end, when the tool reports "Setting default values..." it fails with an error popup informing me about a server timeout.
The logfile doesn't show any error, though:
Setting default values... ====== Data Upgrade finished on 07.10.2013 13:29:53. Total Elapsed Time: 59,72 mins. ======
(this log is from a 2nd try when I only imported product related data to save time.)
I have no idea where I could adjust timeout settings (presumably it's timeout settings in the Data Tool?).
any suggestions are highly appreciated.
(I admit, I *could* try running the tool directly on the database server, but I hesitate to install .NET 4.0 *only* to be able to run the data tool there. If there are other sensible alternatives I'd prefer them.)
ETA:
1. both databases are MSSQL
2. When I then try to access the store I get an argumentNullException (while the blank new store was well accessable):
----------------------------------------------------------------------------- >> Unhandled Error occurred in Page:http://store.bookcrossing.com/Admin/_Default.aspx ----------------------------------------------------------------------------- >> 07.10.2013 14:24:50 >> Version:2,5005 >> URL:http://store.bookcrossing.com/Admin/_Default.aspx >> 93.198.17.60 >> DESCRIPTION: System.ArgumentNullException: String reference not set to an instance of a String. Parameter name: name at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) at _PageBaseClass.InitializeCulture() at ASP.admin__default_aspx.__BuildControlTree(admin__default_aspx __ctrl) at ASP.admin__default_aspx.FrameworkInitialize() at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.admin__default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Many thanks, Ardik
|