eliteapp

TYRPYPPP

Jun 4th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.46 KB | None | 0 0
  1. //Verze 2.2012.164.7
  2. //ORDINACE-PC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //4.6.2012 17:53:29
  5.  
  6. DevExpress.Xpo.DB.Exceptions.ConstraintViolationException: Spuštění SQL příkazu 'insert into "Login"("Creator","Created","Modifier","Modified","Datum","Organizace","Pracovnik","Pracoviste","ZdravotnickeZarizeniIcz","ZdravotnickeZarizeni","PracovnikPracoviste","Uzivatel","Stanice","Verze","OptimisticLockField","GCRecord","OID")values(@p0,@p1,null,null,@p2,@p3,@p4,@p5,@p6,@p7,@p8,@p9,@p10,@s11_12,@p12,null,@seq)' s parametry '{1},{4.6.2012 17:53:22},{4.6.2012 0:00:00},{1},{1},{1},{1},{1},{1},{1},{3},{2.2012.164.7},{0},{43}' vyvolalo výjimku 'FirebirdSql.Data.FirebirdClient.FbException: violation of PRIMARY or UNIQUE KEY constraint "PK_Login" on table "Login" ---> violation of PRIMARY or UNIQUE KEY constraint "PK_Login" on table "Login"
  7.   --- Konec trasování zásobníku pro vnitřní výjimku ---
  8.   v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  9.   v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  10.   v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  11.   v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  12.   v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)' ---> FirebirdSql.Data.FirebirdClient.FbException: violation of PRIMARY or UNIQUE KEY constraint "PK_Login" on table "Login" ---> violation of PRIMARY or UNIQUE KEY constraint "PK_Login" on table "Login"
  13.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  14.    v FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
  15.    v DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  16.    v DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  17.    v DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  18.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  19.    --- Konec trasování zásobníku pro vnitřní výjimku ---
  20.    v DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  21.    v DevExpress.Xpo.DB.FirebirdConnectionProvider.GetIdentity(InsertStatement root, TaggedParametersHolder identitiesByTag)
  22.    v DevExpress.Xpo.DB.ConnectionProviderSql.DoInsertRecord(InsertStatement root, TaggedParametersHolder identities)
  23.    v DevExpress.Xpo.DB.ConnectionProviderSql.UpdateRecord(ModificationStatement root, TaggedParametersHolder identities)
  24.    v DevExpress.Xpo.DB.ConnectionProviderSql.ProcessModifyData(ModificationStatement[] dmlStatements)
  25.    v DevExpress.Xpo.DB.DataStoreSerializedBase.ModifyData(ModificationStatement[] dmlStatements)
  26.    v DevExpress.Xpo.DB.ConnectionProviderSql.ModifyData(ModificationStatement[] dmlStatements)
  27.    v DevExpress.Xpo.SimpleDataLayer.ModifyData(ModificationStatement[] dmlStatements)
  28.    v DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  29.    v DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  30.    v DevExpress.Xpo.Session.FlushChanges()
  31.    v DevExpress.Xpo.Session.<CommitTransaction>b__4d()
  32.    v DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  33.    v DevExpress.Xpo.Session.CommitTransaction()
  34.    v DevExpress.Xpo.UnitOfWork.CommitChanges()
  35.    v Elite.BussinesLogic.Logic.SaveLogin()
  36.    v Elite.Gui.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment