eliteapp

RIPWRPPP

Mar 18th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.22 KB | None | 0 0
  1. //Verze 2.2013.170.12
  2. //ELITE_004
  3. //Windows 7 x64 Service Pack 1 v6.1.7601
  4. //18.3.2013 9:37:58
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'insert into "AkceStrom"("Creator","Created","Modifier","Modified","AkceStromTyp","ZdravotnickeZarizeni","Uzivatel","Parent","Akce","Nazev","Slozka","Sbaleno","Focus","OptimisticLockField","GCRecord","OID")values(@p0,@p1,null,null,@p2,@p3,@p4,null,null,@s5_157,@p6,@p7,@p8,@p9,null,@seq)' s parametry '{1},{18.3.2013 9:37:55},{1},{1},{1},{Očkování-OBJ:hrdlo klidné,tonzily čisté,akcče srdeční pravidelná...},{1},{1},{0},{3},{21}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  7. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  8. string right truncation
  9.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  10.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  11.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  12.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  13.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  14.   v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)' ---> FirebirdSql.Data.FirebirdClient.FbException: arithmetic exception, numeric overflow, or string truncation
  15. string right truncation ---> arithmetic exception, numeric overflow, or string truncation
  16. string right truncation
  17.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  18.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  19.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  20.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  21.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  22.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  23.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  24.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  25.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIdentity(InsertStatement root, TaggedParametersHolder identitiesByTag)
  26.    v DevExpress.Xpo.DB.ConnectionProviderSql.DoInsertRecord(InsertStatement root, TaggedParametersHolder identities)
  27.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  28.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  29.    v DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  30.    v DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  31.    v DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  32.    v DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  33.    v DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  34.    v DevExpress.Xpo.Session.FlushChanges()
  35.    v DevExpress.Xpo.Session.<CommitTransaction>b__55()
  36.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  37.    v DevExpress.Xpo.Session.CommitTransaction()
  38.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  39.    v Elite.Gui.Controls.AkceStromControl.DoSave()
  40.    v Elite.Gui.Controls.AkceStromControl.ControlClosing(FormClosingEventArgs e)
  41.    v Elite.Gui.Controls.BaseControl.ParentForm_FormClosing(Object sender, FormClosingEventArgs e)
  42.    v System.Windows.Forms.FormClosingEventHandler.Invoke(Object sender, FormClosingEventArgs e)
  43.    v System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
  44.    v System.Windows.Forms.Form.WmClose(Message& m)
  45.    v System.Windows.Forms.Form.WndProc(Message& m)
  46.    v DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
  47.    v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  48.    v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  49.    v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment