Testing out stuff in v10 Beta Enterprise, RTS layout and JS adjustments and placing test orders and have now hit an issue where the application will no longer load.
Details:
1. Application is not running.
2. Test orders were placed on the test site.
3. Ran Enterprise and it got to Site choice and selected the SQL operated site.
4. When the application loaded, it started order sync right away, which at the same time the Beta Expiration message appeared (where you normally click to acknowledge).
5. Then it all breaks with the following messages:
There was a problem with the database
Operation: Opening the [SetupInfo] table where nID IN (102)
Connection is busy with results for another hstmt
Action: Contact your Actinic reseller or Actinic Support as appropriate
then...
There was a problem with the database
Operation: Adding a new record to the [SetupInfo] table where nID IN (102)
Recordset is read-only
Action: Contact your Actinic reseller or Actinic Support as appropriate
Get those 2 repeated half a dozen or so times, then...
There was a problem with the database
Operation: Opening the SELECT [Checkout Prompt].[nID],[Checkout Prompt].[nPhase],[Checkout Prompt].[nStatus],[Checkout Prompt].[sLanguage],[Checkout Prompt].[nTabGroup],[Checkout Prompt].[nTabSubGroup],[Checkout Prompt].[nUIMask],[Checkout Prompt].[nDefaultStatus],[Checkout Prompt].[sPromptDescription],[Checkout Prompt].[dSequence],[Checkout Prompt].[nUploadStatus],[Checkout Prompt].[sPrompt],[Checkout Prompt].[sDefault], [Checkout Prompt].[sName], [Checkout Prompt].[sDescription], [Variable].[sName],[Variable].[sDescription], [Variable].[sPrompt] FROM [Checkout Prompt] LEFT OUTER JOIN [Variable] ON ([Checkout Prompt].[nID] = [Variable].[nValueID] AND [Checkout Prompt].[nPhase] = [Variable].[nValueSubID] AND [Variable].[nValueSubSubID] = 0 AND [Variable].[nValueDB] = 0) table where [Variable].[nValueProvider] = 18
Connection is busy with results for another hstmt
Action: Contact your Actinic reseller or Actinic Support as appropriate
and finally it crashes out.
Checking the Db's in SQL Server Studio shows nothing of any note occuring with the Db's, i.e. they are not in recovery or anything else like that.
It would appear that the automatic action of sync'ing orders and displaying the beta message has caused something to get caught in read only mode.
Anyone come across this before (amongst beta testers or amongst Actinic) and an idea on how to solve it so that ive not just lost 4 weeks of tweaking and layout creation...
Details:
1. Application is not running.
2. Test orders were placed on the test site.
3. Ran Enterprise and it got to Site choice and selected the SQL operated site.
4. When the application loaded, it started order sync right away, which at the same time the Beta Expiration message appeared (where you normally click to acknowledge).
5. Then it all breaks with the following messages:
There was a problem with the database
Operation: Opening the [SetupInfo] table where nID IN (102)
Connection is busy with results for another hstmt
Action: Contact your Actinic reseller or Actinic Support as appropriate
then...
There was a problem with the database
Operation: Adding a new record to the [SetupInfo] table where nID IN (102)
Recordset is read-only
Action: Contact your Actinic reseller or Actinic Support as appropriate
Get those 2 repeated half a dozen or so times, then...
There was a problem with the database
Operation: Opening the SELECT [Checkout Prompt].[nID],[Checkout Prompt].[nPhase],[Checkout Prompt].[nStatus],[Checkout Prompt].[sLanguage],[Checkout Prompt].[nTabGroup],[Checkout Prompt].[nTabSubGroup],[Checkout Prompt].[nUIMask],[Checkout Prompt].[nDefaultStatus],[Checkout Prompt].[sPromptDescription],[Checkout Prompt].[dSequence],[Checkout Prompt].[nUploadStatus],[Checkout Prompt].[sPrompt],[Checkout Prompt].[sDefault], [Checkout Prompt].[sName], [Checkout Prompt].[sDescription], [Variable].[sName],[Variable].[sDescription], [Variable].[sPrompt] FROM [Checkout Prompt] LEFT OUTER JOIN [Variable] ON ([Checkout Prompt].[nID] = [Variable].[nValueID] AND [Checkout Prompt].[nPhase] = [Variable].[nValueSubID] AND [Variable].[nValueSubSubID] = 0 AND [Variable].[nValueDB] = 0) table where [Variable].[nValueProvider] = 18
Connection is busy with results for another hstmt
Action: Contact your Actinic reseller or Actinic Support as appropriate
and finally it crashes out.
Checking the Db's in SQL Server Studio shows nothing of any note occuring with the Db's, i.e. they are not in recovery or anything else like that.
It would appear that the automatic action of sync'ing orders and displaying the beta message has caused something to get caught in read only mode.
Anyone come across this before (amongst beta testers or amongst Actinic) and an idea on how to solve it so that ive not just lost 4 weeks of tweaking and layout creation...
Comment