Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. Error in apiRequest
  2. statusCode: 500
  3. baseUrl: http://mobiledemo.atrco.com/prismapi/location/exxon/databases/PGE/
  4. options: { database: 'PGE',
  5. url: '/ProcedureSession/Event',
  6. method: 'POST',
  7. headers: { ATRUserToken: 'P8ICJB84vs4ZvkeryFmeXQ==' },
  8. body:
  9. { sessionID: '78efcd00-54c9-11e6-8006-8715ad8a86ed',
  10. eventID: '7ac4db20-54c9-11e6-8006-8715ad8a86ed',
  11. personID: 9,
  12. ChairPersonID: null,
  13. AuditorID: null,
  14. iDRefNo: '19',
  15. sID: null,
  16. eventDate: '2016-07-28T13:45:00.624Z',
  17. endDate: '2016-07-28T13:45:00.624Z',
  18. eventType: 'Join',
  19. GPS: 'UNKNOWN',
  20. MIMEType: null,
  21. characterData: '',
  22. binaryData: null,
  23. Base64String: null,
  24. SharedProcSID: null,
  25. SharedProcIDRefNo: null },
  26. baseUrl: 'http://mobiledemo.atrco.com/prismapi/location/exxon/databases/PGE/',
  27. json: true }
  28. message: Internal Server Error
  29. body: { Message: 'An error has occurred.',
  30. ExceptionMessage: 'The INSERT statement conflicted with the FOREIGN KEY constraint "XFKATRProcSessionEvent1". The conflict occurred in database "PGE", table "dbo.ATRProcSession", column \'SessionID\'.\r\nThe statement has been terminated.',
  31. ExceptionType: 'System.Data.SqlClient.SqlException',
  32. StackTrace: ' at ATR.WebAPI.Procedures.Sessions.Events.EventsController.Post(ProcedureSessionEvent sessionevent) in c:\\prism\\prismSvnSprint19R1\\Presentation\\Web\\REST\\Procedures\\Sessions\\Events\\EventsController.cs:line 157\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext()' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement