Problem Starting Rules Engine

Problem Starting Rules Engine

Comments

  • I am not able to start the rules engine. I keep getting this error in the logs:

    Service cannot be started. System.Exception: error bootstrapping ---> System.Exception: error parsing connection string ---> System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
    at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue)
    at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)
    at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)
    at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
    at System.Data.SqlClient.SqlConnectionStringBuilder..ctor(String connectionString)
    at DecisionsFramework.Data.ORMapper.DatabaseDrivers.MSSQLDatabaseInterface.ParseConnectionString(String connectionString, String& dbName, String& serverCo...

  • Hello,

    Based on the error the problem appears to be caused by a miss-configured database connection string. To change the database connection string run the Decisions installer and click edit settings. Once in edit settings find the DatabaseConnectionString and paste the correct connection string in that field then restart Service Host Manager.

Sign In or Register to comment.