Hello, I have an application that opens a Firebird connection and try to star a loop. In one computer the code runs fine and in another computer I get this message when this connection is in another server (Linux server). I tryed connections with and without pools with no difference. Firebird is 4.5, EDMX runs over ER6.1:
System.Data.Entity.Core.EntityCommandExecutionException: An error occurred while executing the command definition. See the inner exception for details. ---> FirebirdSql.Data.FirebirdClient.FbException: Error reading data from the connection. ---> FirebirdSql.Data.Common.IscException: Error reading data from the connection. em FirebirdSql.Data.Client.Managed.Version11.GdsStatement.Prepare(String commandText) em FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet) em FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior b ehavior, Boolean returnsSet) em FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior be havior) --- Fim do rastreamento de pilha de exceções internas --- em FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior be havior) em FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehav ior behavior) em System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) em System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher. <Reader>b__c(DbCommand t, DbCommandInterceptionContext`1 c) em System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispat ch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) em System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader( DbCommand command, DbCommandInterceptionContext interceptionContext) em System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(Com mandBehavior behavior) em System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) em System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.Exec uteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) --- Fim do rastreamento de pilha de exceções internas --- em System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.Exec uteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) em System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[ TResultType](ObjectContext context, ObjectParameterCollection parameterValues) em System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7. <GetResul ts>b__6() em System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T] (Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) em System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7. <GetResults>b__5() em System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult ](Func`1 operation) em System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) em System.Data.Entity.Core.Objects.ObjectQuery`1. <System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() em System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() em System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) em System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) em McSoft.Regras.BI.ConsultasOLAP.Consulta(Int32 _filial, DateTime _from, DateTime _to, Nullable`1 _produto, String _marca) **************** Well, where can I start the issue solve? Thanks, Marco Casrto ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider