Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.35 KB | None | 0 0
  1. 2015-07-14 06:20:42,215 | ERROR | DevExpress.Xpo.DB.Exceptions.UnableToCreateDBObjectException: Unable to create 'ForeignKey' 'FK_CG_Flex1Ticket_UDF_ForwardEmail'. Parent: 'CG_Flex1Ticket'. Error: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  2. Could not create constraint. See previous errors.
  3. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  4. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  5. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  6. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  7. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  8. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  9. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  10. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  11. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  12. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  13. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  14. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  15. Could not create constraint. See previous errors.
  16. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  17. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  18. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  19. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  20. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  21. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  22. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  23. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  24. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  25. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  26. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  27. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> System.Data.SqlClient.SqlException: There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  28. Could not create constraint. See previous errors.
  29. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  30. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  31. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  32. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  33. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  34. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  35. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  36. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  37. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  38. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  39. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  40. --- End of inner exception stack trace ---
  41. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  42. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  43. --- End of inner exception stack trace ---
  44. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  45. at DevExpress.Xpo.DB.ConnectionProviderSql.CreateForeignKey(DBTable table, DBForeignKey fk)
  46. at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  47. at DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  48. at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  49. at DevExpress.Xpo.DB.DataStoreForkBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  50. at DevExpress.Xpo.ThreadSafeDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  51. at DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  52. at DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  53. at DevExpress.Xpo.Session.PrepareSelectData(XPClassInfo classInfo, CriteriaOperatorCollection& properties, CriteriaOperator& criteria, CriteriaOperatorCollection& groupProperties, CriteriaOperator& groupCriteria, SortingCollection& sorting, Boolean doDetectPostProcessing, IPersistentValueExtractor persistentValueExtractor)
  54. at DevExpress.Xpo.Session.SelectDataInternal(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  55. at DevExpress.Xpo.Session.<>c__DisplayClass2.<SelectData>b__0()
  56. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  57. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  58. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  59. at DevExpress.Xpo.PageSelector..ctor(Session session, XPClassInfo objectClassInfo, CriteriaOperator criteria, Int32 topReturnedObjects, Boolean selectDeleted, SortingCollection sorting)
  60. at DevExpress.Xpo.XPCursor.Load()
  61. at DevExpress.Xpo.XPCursor.GetEnumerator()
  62. at ApplicationServices.Cursor..ctor(ICollection entityList, IUnitOfWork unitOfWork, Int32 pageSize)
  63. 2015-07-14 06:20:42,318 | ERROR | Utilities.Exceptions.YaminException: A_CURSOR_FAILED
  64. 2015-07-14 06:20:42,456 | ERROR | DevExpress.Xpo.DB.Exceptions.UnableToCreateDBObjectException: Unable to create 'ForeignKey' 'FK_CG_Flex1Ticket_UDF_ForwardEmail'. Parent: 'CG_Flex1Ticket'. Error: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  65. Could not create constraint. See previous errors.
  66. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  67. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  68. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  69. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  70. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  71. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  72. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  73. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  74. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  75. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  76. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  77. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  78. Could not create constraint. See previous errors.
  79. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  80. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  81. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  82. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  83. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  84. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  85. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  86. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  87. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  88. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  89. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  90. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> System.Data.SqlClient.SqlException: There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  91. Could not create constraint. See previous errors.
  92. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  93. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  94. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  95. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  96. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  97. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  98. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  99. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  100. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  101. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  102. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  103. --- End of inner exception stack trace ---
  104. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  105. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  106. --- End of inner exception stack trace ---
  107. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  108. at DevExpress.Xpo.DB.ConnectionProviderSql.CreateForeignKey(DBTable table, DBForeignKey fk)
  109. at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  110. at DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  111. at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  112. at DevExpress.Xpo.DB.DataStoreForkBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  113. at DevExpress.Xpo.ThreadSafeDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  114. at DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  115. at DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  116. at DevExpress.Xpo.Session.PrepareSelectData(XPClassInfo classInfo, CriteriaOperatorCollection& properties, CriteriaOperator& criteria, CriteriaOperatorCollection& groupProperties, CriteriaOperator& groupCriteria, SortingCollection& sorting, Boolean doDetectPostProcessing, IPersistentValueExtractor persistentValueExtractor)
  117. at DevExpress.Xpo.Session.SelectDataInternal(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  118. at DevExpress.Xpo.Session.<>c__DisplayClass2.<SelectData>b__0()
  119. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  120. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  121. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  122. at DevExpress.Xpo.PageSelector..ctor(Session session, XPClassInfo objectClassInfo, CriteriaOperator criteria, Int32 topReturnedObjects, Boolean selectDeleted, SortingCollection sorting)
  123. at DevExpress.Xpo.XPCursor.Load()
  124. at DevExpress.Xpo.XPCursor.GetEnumerator()
  125. at ApplicationServices.Cursor..ctor(ICollection entityList, IUnitOfWork unitOfWork, Int32 pageSize)
  126. 2015-07-14 06:20:42,489 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  127. 2015-07-14 06:20:42,490 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  128. 2015-07-14 06:20:42,541 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  129. 2015-07-14 06:20:42,542 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  130. 2015-07-14 06:20:42,629 | ERROR | Utilities.Exceptions.YaminException: A_CURSOR_FAILED
  131. 2015-07-14 06:20:42,815 | ERROR | DevExpress.Xpo.DB.Exceptions.UnableToCreateDBObjectException: Unable to create 'ForeignKey' 'FK_CG_Flex1Ticket_UDF_ForwardEmail'. Parent: 'CG_Flex1Ticket'. Error: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  132. Could not create constraint. See previous errors.
  133. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  134. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  135. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  136. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  137. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  138. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  139. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  140. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  141. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  142. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  143. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  144. ClientConnectionId:4c767f01-87ef-4f46-80ef-7f4eda9602a7' ---> DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  145. Could not create constraint. See previous errors.
  146. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  147. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  148. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  149. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  150. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  151. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  152. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  153. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  154. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  155. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  156. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  157. ClientConnectionId:4c767f01-87ef-4f46-80ef-7f4eda9602a7' ---> System.Data.SqlClient.SqlException: There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  158. Could not create constraint. See previous errors.
  159. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  160. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  161. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  162. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  163. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  164. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  165. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  166. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  167. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  168. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  169. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  170. --- End of inner exception stack trace ---
  171. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  172. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  173. --- End of inner exception stack trace ---
  174. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  175. at DevExpress.Xpo.DB.ConnectionProviderSql.CreateForeignKey(DBTable table, DBForeignKey fk)
  176. at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  177. at DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  178. at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  179. at DevExpress.Xpo.DB.DataStoreForkBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  180. at DevExpress.Xpo.ThreadSafeDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  181. at DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  182. at DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  183. at DevExpress.Xpo.Session.PrepareSelectData(XPClassInfo classInfo, CriteriaOperatorCollection& properties, CriteriaOperator& criteria, CriteriaOperatorCollection& groupProperties, CriteriaOperator& groupCriteria, SortingCollection& sorting, Boolean doDetectPostProcessing, IPersistentValueExtractor persistentValueExtractor)
  184. at DevExpress.Xpo.Session.SelectDataInternal(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  185. at DevExpress.Xpo.Session.<>c__DisplayClass2.<SelectData>b__0()
  186. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  187. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, CriteriaOperatorCollection groupProperties, CriteriaOperator groupCriteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  188. at DevExpress.Xpo.Session.SelectData(XPClassInfo classInfo, CriteriaOperatorCollection properties, CriteriaOperator criteria, Boolean selectDeleted, Int32 skipSelectedRecords, Int32 topSelectedRecords, SortingCollection sorting)
  189. at DevExpress.Xpo.PageSelector..ctor(Session session, XPClassInfo objectClassInfo, CriteriaOperator criteria, Int32 topReturnedObjects, Boolean selectDeleted, SortingCollection sorting)
  190. at DevExpress.Xpo.XPCursor.Load()
  191. at DevExpress.Xpo.XPCursor.GetEnumerator()
  192. at ApplicationServices.Cursor..ctor(ICollection entityList, IUnitOfWork unitOfWork, Int32 pageSize)
  193. 2015-07-14 06:20:42,937 | ERROR | Utilities.Exceptions.YaminException: A_CURSOR_FAILED
  194. 2015-07-14 06:21:42,897 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  195. 2015-07-14 06:21:42,898 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  196. 2015-07-14 06:21:42,930 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  197. 2015-07-14 06:21:42,931 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  198. 2015-07-14 06:22:43,131 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  199. 2015-07-14 06:22:43,132 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  200. 2015-07-14 06:22:43,166 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  201. 2015-07-14 06:22:43,167 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  202. 2015-07-14 06:22:55,050 | INFO | Alert - 'Unassigned Tickets' processing started at 7/14/2015 6:22:55 AM
  203. 2015-07-14 06:22:57,788 | INFO | Alert - 'Unassigned Tickets' processed 1336 items and completed at 7/14/2015 6:22:57 AM
  204. 2015-07-14 06:23:43,369 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  205. 2015-07-14 06:23:43,370 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  206. 2015-07-14 06:23:43,403 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  207. 2015-07-14 06:23:43,404 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  208. 2015-07-14 06:24:43,604 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  209. 2015-07-14 06:24:43,605 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  210. 2015-07-14 06:24:43,637 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  211. 2015-07-14 06:24:43,638 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  212. 2015-07-14 06:25:43,908 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  213. 2015-07-14 06:25:43,909 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  214. 2015-07-14 06:25:43,982 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  215. 2015-07-14 06:25:43,983 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  216. 2015-07-14 06:26:44,234 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  217. 2015-07-14 06:26:44,235 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  218. 2015-07-14 06:26:44,269 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  219. 2015-07-14 06:26:44,270 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  220. 2015-07-14 06:27:44,471 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  221. 2015-07-14 06:27:44,472 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  222. 2015-07-14 06:27:44,504 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  223. 2015-07-14 06:27:44,505 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  224. 2015-07-14 06:28:44,705 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  225. 2015-07-14 06:28:44,706 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  226. 2015-07-14 06:28:44,737 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  227. 2015-07-14 06:28:44,738 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  228. 2015-07-14 06:29:44,947 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  229. 2015-07-14 06:29:44,948 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  230. 2015-07-14 06:29:44,979 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  231. 2015-07-14 06:29:44,980 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  232. 2015-07-14 06:30:45,232 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  233. 2015-07-14 06:30:45,233 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  234. 2015-07-14 06:30:45,271 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  235. 2015-07-14 06:30:45,272 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  236. 2015-07-14 06:31:45,530 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  237. 2015-07-14 06:31:45,531 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  238. 2015-07-14 06:31:45,563 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  239. 2015-07-14 06:31:45,564 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  240. 2015-07-14 06:32:04,358 | INFO | Logon failed for S-1-5-21-2176763972-3290291261-607891392-3526. License not granted, please contact your ChangeGear administrator (pool: "CGDesktop").
  241. 2015-07-14 06:32:45,771 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  242. 2015-07-14 06:32:45,772 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  243. 2015-07-14 06:32:45,805 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  244. 2015-07-14 06:32:45,806 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  245. 2015-07-14 06:33:46,020 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  246. 2015-07-14 06:33:46,021 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  247. 2015-07-14 06:33:46,055 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  248. 2015-07-14 06:33:46,056 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  249. 2015-07-14 06:34:45,025 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  250. 2015-07-14 06:34:45,026 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  251. 2015-07-14 06:34:45,060 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  252. 2015-07-14 06:34:45,061 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  253. 2015-07-14 06:34:46,266 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  254. 2015-07-14 06:34:46,267 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  255. 2015-07-14 06:34:46,303 | INFO | Cannot find user NT AUTHORITY\IUSR in the system
  256. 2015-07-14 06:34:46,304 | INFO | ChangeGear cannot log you on because you do not have appropriate permission - Please contact your ChangeGear administrator.
  257. 2015-07-14 06:35:09,704 | ERROR | Update failed for Flex1Services.Entities._UDT_Flex1Ticket_Extended with ID -2147483647
  258. DevExpress.Xpo.DB.Exceptions.UnableToCreateDBObjectException: Unable to create 'ForeignKey' 'FK_CG_Flex1Ticket_UDF_ForwardEmail'. Parent: 'CG_Flex1Ticket'. Error: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  259. Could not create constraint. See previous errors.
  260. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  261. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  262. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  263. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  264. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  265. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  266. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  267. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  268. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  269. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  270. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  271. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> DevExpress.Xpo.DB.Exceptions.SqlExecutionErrorException: Executing Sql 'alter table "dbo"."CG_Flex1Ticket" add constraint "FK_CG_Flex1Ticket_UDF_ForwardEmail" foreign key ("UDF_ForwardEmail") references "dbo"."CG_Principal"("OID") NOT FOR REPLICATION' with parameters '' exception 'System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  272. Could not create constraint. See previous errors.
  273. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  274. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  275. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  276. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  277. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  278. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  279. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  280. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  281. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  282. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  283. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  284. ClientConnectionId:c1257471-7258-450f-8ac7-e6bd93b50e90' ---> System.Data.SqlClient.SqlException: There is already an object named 'FK_CG_Flex1Ticket_UDF_ForwardEmail' in the database.
  285. Could not create constraint. See previous errors.
  286. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  287. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
  288. at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
  289. at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
  290. at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
  291. at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
  292. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
  293. at DevExpress.Xpo.DB.ConnectionProviderSql.<>c__DisplayClass2.<InternalExecSql>b__0()
  294. at DevExpress.Xpo.Logger.LogManager.Log[T](String category, LogHandler`1 handler, MessageHandler`1 createMessageHandler)
  295. at DevExpress.Xpo.DB.ConnectionProviderSql.InternalExecSql(IDbCommand command)
  296. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  297. --- End of inner exception stack trace ---
  298. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecSql(Query query)
  299. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  300. --- End of inner exception stack trace ---
  301. at DevExpress.Xpo.DB.ConnectionProviderSql.ExecuteSqlSchemaUpdate(String objectTypeName, String objectName, String parentObjectName, String textSql)
  302. at DevExpress.Xpo.DB.ConnectionProviderSql.CreateForeignKey(DBTable table, DBForeignKey fk)
  303. at DevExpress.Xpo.DB.ConnectionProviderSql.ProcessUpdateSchema(Boolean skipIfFirstTableNotExists, DBTable[] tables)
  304. at DevExpress.Xpo.DB.DataStoreSerializedBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  305. at DevExpress.Xpo.DB.ConnectionProviderSql.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  306. at DevExpress.Xpo.DB.DataStoreForkBase.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, DBTable[] tables)
  307. at DevExpress.Xpo.ThreadSafeDataLayer.UpdateSchema(Boolean dontCreate, XPClassInfo[] types)
  308. at DevExpress.Xpo.SimpleObjectLayer.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  309. at DevExpress.Xpo.Session.UpdateSchema(Boolean dontCreateIfFirstTableNotExist, XPClassInfo[] types)
  310. at DevExpress.Xpo.Session.UpdateSchema(XPClassInfo[] types)
  311. at DevExpress.Xpo.Helpers.ProcessingSave.Process()
  312. at DevExpress.Xpo.SimpleObjectLayer.BeginCommitChangesInsideTransaction(CommitChangesContext context, ICollection fullListForDelete, ICollection completeListForSave)
  313. at DevExpress.Xpo.SimpleObjectLayer.CommitChanges(Session session, ICollection fullListForDelete, ICollection completeListForSave)
  314. at DevExpress.Xpo.Session.FlushChangesInsideTransaction()
  315. at DevExpress.Xpo.Session.FlushChanges()
  316. at DevExpress.Xpo.Session.<CommitTransaction>b__55()
  317. at DevExpress.Xpo.Logger.LogManager.Log(String category, LogHandlerVoid handler, MessageHandler`1 createMessageHandler, ExceptionHandler exceptionHandler)
  318. at DevExpress.Xpo.Session.CommitTransaction()
  319. at XPOPersistenceService.TxWrapper.Dispose()
  320. at XPOPersistenceService.XPOPersistenceManager.PersistChanges(IUserSession usrSession, IEntity entity)
  321. 2015-07-14 06:35:09,706 | ERROR | Failed to save the changes.
  322. 2015-07-14 06:35:09,707 | ERROR | at Utilities.Exceptions.ExceptionHandler.ThrowYaminException(String source, ExceptionType exceptionType, String messageToken, String logMessage, Exception innerException)
  323. at Utilities.Exceptions.ExceptionHandler.RaiseException(String source, ExceptionType exceptionType, String messageToken, String logMessageToken, Object[] list)
  324. at Utilities.Exceptions.ExceptionHandler.RaiseException(String source, String messageToken, String logMessageToken, Object[] list)
  325. at XPOPersistenceService.XPOPersistenceManager.PersistChanges(IUserSession usrSession, IEntity entity)
  326. at ApplicationServices.EntityHandlers.EntityHandler.Save(IUserSession uSession, IEntity entity, Hashtable deletedChildren)
  327. at XApplicationServices.EntityHandlers.WorkFlowItemHandler.SaveEntityInternal(IUserSession uSession, IEntity entity, Hashtable deletedChildren)
  328. at Flex1Services.EntityHandlers.Flex1TicketHandler.Save(IUserSession uSession, IEntity entity, Hashtable deletedChildren)
  329. at Flex1Services.EntityHandlers.Flex1TicketHandler.ProcessEntityBeforeSave(IUserSession userSession, IEntity entity, IDictionary modifiedFields)
  330. at ApplicationServices.EntityHandlers.EntityHandler.UpdateEntityInternal(IUserSession userSession, IEntity& entity, IDictionary modifiedFields)
  331. at ApplicationServices.EntityHandlers.EntityHandler.CreateEntityInternal(IUserSession userSession, IEntity entity, IDictionary creationAttributes)
  332. at XApplicationServices.EntityHandlers.WorkFlowItemHandler.CreateEntityInternal(IUserSession userSession, IEntity entity, IDictionary creationAttributes)
  333. at ApplicationServices.EntityHandlers.EntityHandler.Create(IUserSession userSession, IUnitOfWork unitOfWork, IDictionary creationAttributes)
  334. at Services.EntityService.Create(String sessionId, Type entityType, IDictionary creationAttributes)
  335. at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
  336. at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
  337. at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage reqMsg)
  338. at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage reqMsg)
  339. at System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(Object[] args)
  340. at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage(IServerChannelSinkStack sinkStack, IMessage msg, IMessage& replyMsg)
  341. at System.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
  342. at System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
  343. at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
  344. at System.Runtime.Remoting.Channels.Tcp.TcpServerTransportSink.ServiceRequest(Object state)
  345. at System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow()
  346. at System.Runtime.Remoting.Channels.RequestQueue.ProcessNextRequest(SocketHandler sh)
  347. at System.Runtime.Remoting.Channels.SocketHandler.BeginReadMessageCallback(IAsyncResult ar)
  348. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  349. at System.Net.ContextAwareResult.CompleteCallback(Object state)
  350. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  351. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  352. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  353. at System.Net.ContextAwareResult.Complete(IntPtr userToken)
  354. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  355. at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
  356. at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
  357.  
  358. 2015-07-14 06:35:09,707 | ERROR | Utilities.Exceptions.YaminException: PERSIST_CHANGES_FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement