Error when saving microflow (database saving)

0
The following error occured when saving a microflow. Anyone experience with this? Is there something that i have to set in postgres or can this be solved in the mendix modeller. (Postgres 9) Npgsql.NpgsqlException: A timeout has occured. If you were establishing a connection, increase Timeout value in ConnectionString. If you were executing a command, increase the CommandTimeout value in ConnectionString or in your NpgsqlCommand object. at Npgsql.NpgsqlState.ProcessBackendResponsesEnum(NpgsqlConnector context) at Npgsql.NpgsqlReadyState.QueryEnum(NpgsqlConnector context, NpgsqlCommand command) at Npgsql.NpgsqlConnector.QueryEnum(NpgsqlCommand queryCommand) at Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb) at Npgsql.NpgsqlCommand.ExecuteNonQuery() at Mendix.Modeler.Utility.Persistence.Database.ExecuteNonQuery(Query query) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility\Persistence\Database.cs:line 2162 at Mendix.Modeler.Utility.Persistence.Operations.Savior.SaveNewObjectID() in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility\Persistence\Operations\Savior.cs:line 169 at Mendix.Modeler.Utility.Persistence.Operations.Savior.Save(Unit dbUnit, Unit newUnit, String comments) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility\Persistence\Operations\Savior.cs:line 71
asked
0 answers