Just started with a fresh new Umbraco 6.1.6 from NuGet, Setup the database with SQL Compact, and installed Workflow 2.2 and ran into this issue as soon as it loaded up. Looks like you don't support SQL Compact:
I am getting the same problem - also on Godaddy. Did you ever find a solution ? Here is my error:
Keyword not supported: 'flush interval'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'flush interval'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Keyword not supported, 'flush interval'
Just started with a fresh new Umbraco 6.1.6 from NuGet, Setup the database with SQL Compact, and installed Workflow 2.2 and ran into this issue as soon as it loaded up. Looks like you don't support SQL Compact:
http://cl.ly/image/0n133Z1j0D3p
[ArgumentException: Keyword not supported: 'flush interval'.]
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +5371672
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +95
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +59
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +167
System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key) +61
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +66
System.Data.SqlClient.SqlConnection..ctor(String connectionString, SqlCredential credential) +26
System.Data.SqlClient.SqlConnection..ctor(String connectionString) +6
FergusonMoriyam.Workflow.Infrastructure.DatabaseHelper.SqlServerDatabaseHelper.PrepareConnection() +42
FergusonMoriyam.Workflow.Infrastructure.DatabaseHelper.SqlServerDatabaseHelper.CreateCommand(String text) +17
FergusonMoriyam.Workflow.Infrastructure.WorkflowInstantiationCriteriaRepository.List() +29
FergusonMoriyam.Workflow.Application.WorkflowInstantiationCriteriaService.List() +11
FergusonMoriyam.Workflow.Application.EventService.RegisterEvents() +73
FergusonMoriyam.Workflow.Umbraco.Application.SpringApplicationEventListener.HandleApplicationEvent(Object sender, ApplicationEventArgs e) +84
Hi Ken,
Yep - we didn't add support for CE to the latest release.
Manu,
I am getting the same problem - also on Godaddy. Did you ever find a solution ? Here is my error:
Keyword not supported: 'flush interval'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'flush interval'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Terry Clancy
Hi
Same problem here..
Any solution?
Thanks
Hi Anders, Are you using SQL CE?
Hi Darren
Yes I am. Found an error in my connectionstring....
Sorry :-/
/Anderes
Just remove the flush command from the db connection string.
is working on a reply...