Advertisement
hasancse1991

Untitled

Sep 26th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.     <html xmlns="http://www.w3.org/1999/xhtml">
  3.       <head>
  4.         <title>Request Error</title>
  5.         <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>
  6.       </head>
  7.       <body>
  8.         <div id="content">
  9.           <p class="heading1">Request Error</p>
  10.           <p>The server encountered an error processing the request. The exception message is 'ORA-00932: inconsistent datatypes: expected NUMBER got DATE'. See server logs for more details. The exception stack trace is: </p>
  11.           <p>   at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck, Int32 isRecoverable)
  12.         at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, Boolean bCheck)
  13.         at Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery()
  14.        at MsfaSyncService.Helper.DbHelper.ExecuteInsertQuery(String sqlQuery) in E:\BS_Projects\Aristopharma\MSFA_APPLICATION\InceptaNoticeBoard\InceptaNoticeBoard\MsfaSyncService\Helper\DbHelper.cs:line 76
  15.        at MsfaSyncService.DAL.SyncFactory.OrderApproveEdit(Decimal serverOrderId, Decimal approvalStatus, Decimal totalEditedRows, String approvalDate, Decimal supervisorEmpId, List`1 editedRows) in E:\BS_Projects\Aristopharma\MSFA_APPLICATION\InceptaNoticeBoard\InceptaNoticeBoard\MsfaSyncService\DAL\SyncFactory.cs:line 202
  16.        at MsfaSyncService.SyncService.OrderApproveEdit(Decimal serverOrderId, Decimal approvalStatus, Decimal totalEditedRows, String approvalDate, Decimal supervisorEmpId, List`1 editedRows) in E:\BS_Projects\Aristopharma\MSFA_APPLICATION\InceptaNoticeBoard\InceptaNoticeBoard\MsfaSyncService\SyncService.svc.cs:line 182
  17.         at SyncInvokeOrderApproveEdit(Object , Object[] , Object[] )
  18.         at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)
  19.         at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)
  20.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)
  21.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc&amp; rpc)
  22.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)
  23.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp; rpc)
  24.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)
  25.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)
  26.        at System.ServiceModel.Dispatcher.ImmutableDispatchR
  27. 2018-09-26 15:15:40.676 5532-5949/com.bs23.aristomsfa D/Retrofit: untime.ProcessMessage11(MessageRpc&amp; rpc)
  28.         at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)
  29.        at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</p>
  30.         </div>
  31.       </body>
  32.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement