eliteapp

RQRQOPPP

Nov 5th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 5.99 KB | None | 0 0
  1. //Verze 2.2012.166.0
  2. //OEM-AA563D98982
  3. //Windows XP Professional Service Pack 3 v5.1.2600
  4. //5.11.2012 13:15:12
  5.  
  6. DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Spuštění SQL příkazu 'insert into "Faktura"("Creator","Created","Modifier","Modified","StavDokladu","SmluvniPojistovna","ZdravotnickeZarizeniIcz","Dodavatel","Odberatel","CisloNum","Cislo","PoradoveCislo","Rok","DatumOd","DatumDo","DatumVystaveni","DatumPlneni","DatumSplatnosti","DatumOdeslani","DatumZaplaceni","Nazev","Pole1","Pole2","Poznamka","Zaloha","Zaplaceno","Celkem","Zaokrouhleni","CelkemZaokrouhleno","CelkemVykony","CelkemKapitace","CelkemMaterial","CelkemProstredky","CelkemPausal","CelkemPausalMesic","CelkemCesty","Data","DodavatelNazev","DodavatelUlice","DodavatelMesto","DodavatelPsc","DodavatelIc","DodavatelDic","DodavatelBanka","DodavatelKodBanky","DodavatelUcet","OdberatelNazev","OdberatelUlice","OdberatelMesto","OdberatelPsc","OdberatelIc","OdberatelDic","Disketa","Vyuctovani","Vystavil","OptimisticLockField","GCRecord","OID")values(@p0,@p1,null,null,null,null,@p2,null,null,@p3,@s4_5,null,@p5,null,null,@p6,@p7,@p8,@p9,null,@s10_21,null,null,null,null,null,@p11,@p12,@p13,null,null,null,null,null,null,null,null,@s14_27,@s15_16,@s16_15,@s17_5,@s18_8,null,@s19_23,@s20_4,@s21_10,@s22_34,@s23_15,@s24_15,@s25_5,@s26_21,null,null,null,@p27,@p28,null,@seq)' s parametry '{1},{5.11.2012 13:15:04},{1},{12056},{12056},{2012},{5.11.2012 13:08:16},{5.11.2012 13:08:16},{19.11.2012 0:00:00},{5.11.2012 13:08:16},{faktura za říjen 2012},{5000},{0},{5000},{Balance - Blanka Ficenecová},{Hlavní 650 / 36a},{Mariánské Lázně},{35301},{68781172},{KB a.s., pob. Mar.Lázně},{0100},{8868350247},{Léčebné Lázně,Mariánské Lázně,a.s.},{Masarykova 22/5},{Mariánské Lázně},{35329},{45359113,DIČ 45359113},{1},{2},{30}' 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.   --- End of inner exception stack trace ---
  10.   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  11.   at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  12.   at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  13.   at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  14.   at 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.    --- End of inner exception stack trace ---
  18.    at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  19.    at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  20.    at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  21.    at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  22.    at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  23.    --- End of inner exception stack trace ---
  24.    at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  25.    at DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIdentity(InsertStatement root, TaggedParametersHolder identitiesByTag)
  26.    at DevExpress.Xpo.DB.ConnectionProviderSql.DoInsertRecord(InsertStatement root, TaggedParametersHolder identities)
  27.    at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  28.    at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  29.    at DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  30.    at DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  31.    at DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  32.    at DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  33.    at DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  34.    at DevExpress.Xpo.Session.FlushChanges()
  35.    at DevExpress.Xpo.Session.<CommitTransaction>b__55()
  36.    at DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  37.    at DevExpress.Xpo.Session.CommitTransaction()
  38.    at DevExpress.Xpo.UnitOfWork.CommitChanges()
  39.    at Elite.Gui.Controls.EditControl.DoSave()
  40.    at Elite.Gui.Controls.FakturaEditControl.DoSave()
  41.    at Elite.Gui.Controls.BaseControl.DoPrint()
  42.    at Elite.Gui.Controls.FakturaEditControl.bbTisk_ItemClick(Object sender, ItemClickEventArgs e)
  43.    at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
  44.    at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
  45.    at DevExpress.XtraBars.BarItemLink.OnLinkClick()
  46.    at DevExpress.XtraBars.BarItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  47.    at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
  48.    at DevExpress.XtraBars.BarItemLink.OnLinkActionCore(BarLinkAction action, Object actionArgs)
  49.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
  50.    at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
  51.    at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
  52.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  53.    at System.Windows.Forms.Control.WndProc(Message& m)
  54.    at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
  55.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  56.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  57.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment