eliteapp

TIQQOPPP

Mar 1st, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.48 KB | None | 0 0
  1. //Verze 2.2012.156.0
  2. //RECEPCE
  3. //Windows XP Home Edition Service Pack 3 v5.1.2600
  4. //1.3.2012 8:49:41
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'select N0."OID",N0."Creator",N0."Created",N0."Modifier",N0."Modified",N0."Organizace",N0."ZdravotnickeZarizeni",N0."ZdravotnickeZarizeniIcz",N0."Pracovnik",N0."Pracoviste",N0."Uzivatel",N0."Stanice",N0."PlatnostOd",N0."PlatnostDo",N0."Kod",N0."Hodnota",N0."HodnotaZipBlob",N0."Popis",N0."OptimisticLockField",N0."GCRecord" from "Konfigurace" N0
  7. where (N0."GCRecord" is null and N0."Kod" in (@s0_28) and (N0."Organizace" = 1) and (N0."Uzivatel" = 2))' s parametry '{PacientBrowseControlGeometry}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: internal Firebird consistency check (can't continue after bugcheck) ---> internal Firebird consistency check (can't continue after bugcheck)
  8.   --- End of inner exception stack trace ---
  9.   at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  10.   at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  11.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  12.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  13.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  14.   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  15.   at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  16.   at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  17.   at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  18.   at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)' ---> FirebirdSql.Data.FirebirdClient.FbException: internal Firebird consistency check (can't continue after bugcheck) ---> internal Firebird consistency check (can't continue after bugcheck)
  19.    --- End of inner exception stack trace ---
  20.    at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  21.    at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  22.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  23.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  24.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteDbDataReader(CommandBehavior behavior)
  25.    at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
  26.    at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass6.<InternalGetData>b__4()
  27.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  28.    at DevExpress.Xpo.DB.ConnectionProviderSql.InternalGetData(IDbCommand command, CriteriaOperatorCollection targets, Int32 skipClause, Int32 topClause)
  29.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  30.    --- End of inner exception stack trace ---
  31.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectDataSimple(Query query, CriteriaOperatorCollection targets)
  32.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(Query query, CriteriaOperatorCollection targets)
  33.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessSelectData(SelectStatement selects)
  34.    at DevExpress.Xpo.DB.DataStoreBase.ProcessSelectData(SelectStatement[] selects)
  35.    at DevExpress.Xpo.DB.DataStoreSerializedBase.SelectData(SelectStatement[] selects)
  36.    at DevExpress.Xpo.DB.ConnectionProviderSql.SelectData(SelectStatement[] selects)
  37.    at DevExpress.Xpo.SimpleDataLayer.SelectData(SelectStatement[] selects)
  38.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.InternalLoadData(ObjectsQuery[] queries)
  39.    at DevExpress.Xpo.Helpers.ObjectCollectionLoader.LoadObjects(ObjectsQuery[] queries)
  40.    at DevExpress.Xpo.SimpleObjectLayer.LoadObjects(Session session, ObjectsQuery[] queries)
  41.    at DevExpress.Xpo.Session.GetObjectsInternal(ObjectsQuery[] queries)
  42.    at DevExpress.Xpo.Session.<>c__DisplayClasse.<GetObjects>b__c()
  43.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  44.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery[] queries)
  45.    at DevExpress.Xpo.Session.GetObjects(ObjectsQuery query)
  46.    at DevExpress.Xpo.XPBaseCollection.Load()
  47.    at DevExpress.Xpo.XPBaseCollection.get_Objects()
  48.    at DevExpress.Xpo.XPBaseCollection.get_Count()
  49.    at Elite.BussinesLogic.Setup.SetValue(UnitOfWork uow, String kod, String hodnota, ZdravotnickeZarizeni zdravotnickeZarizeni, ZdravotnickeZarizeniIcz icz, Pracoviste pracoviste, Pracovnik pracovnik, Uzivatel uzivatel, Stanice stanice, Nullable`1 platnostOd, Nullable`1 platnostDo)
  50.    at Elite.BussinesLogic.Setup.SetValueUzivatel(String kod, String hodnota)
  51.    at Elite.Gui.Forms.BaseForm.SaveSettings()
  52.    at Elite.Gui.Forms.BaseForm.OnClosed(EventArgs e)
  53.    at System.Windows.Forms.Form.WmClose(Message& m)
  54.    at System.Windows.Forms.Form.WndProc(Message& m)
  55.    at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  56.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  57.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  58.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment