Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ken Sykora 17 posts 53 karma points
    Nov 18, 2013 @ 22:23
    Ken Sykora
    0

    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

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Nov 19, 2013 @ 08:27
    Darren Ferguson
    0

    Hi Ken,

    Yep - we didn't add support for CE to the latest release.

  • Terry Clancy 204 posts 944 karma points
    Jul 12, 2014 @ 08:08
    Terry Clancy
    0

    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

     

     

  • Anders Schmidt 76 posts 207 karma points
    Jul 30, 2014 @ 14:24
    Anders Schmidt
    0

    Hi 

    Same problem here..

    Any solution?

    Thanks

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Jul 30, 2014 @ 17:26
    Darren Ferguson
    0

    Hi Anders, Are you using SQL CE?

  • Anders Schmidt 76 posts 207 karma points
    Jul 31, 2014 @ 11:06
    Anders Schmidt
    0

    Hi Darren

    Yes I am. Found an error in my connectionstring....

    Sorry :-/

    /Anderes

  • Stuart 11 posts 34 karma points
    Jan 14, 2018 @ 08:16
    Stuart
    0

    Just remove the flush command from the db connection string.

Please Sign in or register to post replies

Write your reply to:

Draft