Created
July 26, 2017 10:06
-
-
Save gvsrini/351626392f8ac4ef0b4fdc964cc4c932 to your computer and use it in GitHub Desktop.
exception
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Helper.LogSoapExtension - QX420TRVV9:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><postTransactionResponse xmlns="http://microsoft.com/webservices/"><postTransactionResult>00/03559505/2308G012-PEO, RAIGHAR(FPS:2308G012)/RAIGHAR/NAWARANGPUR/2308G012-PEO, RAIGHAR(FPS:2308G012)/Priority Household/0</postTransactionResult></postTransactionResponse></soap:Body></soap:Envelope> | |
2017-07-26 15:18:15,150 INFO WSTest.Helper.LogSoapExtension - NCGWO0BKE5:<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><postTransactionOffline xmlns="http://microsoft.com/webservices/"><objTransactions><DeviceTxnNo>04090875</DeviceTxnNo><CardNo>25010312472</CardNo><UID>0</UID><OrderStatus>-2</OrderStatus><MemberID>1</MemberID><ArrayOfCommodity></ArrayOfCommodity><TotalPrice>1.00</TotalPrice><SessionID></SessionID><AadharCardNo>-6</AadharCardNo><TxnDateTime>2017-07-15 12:19:00</TxnDateTime><TxnType>2</TxnType><BillPrintFlag>0</BillPrintFlag><CancelOrderId>0</CancelOrderId><RefOrderId>0</RefOrderId><TxnMode>0</TxnMode><TxnYear>2017</TxnYear><TxnMonth>07</TxnMonth><hhdid>1a1939d4e6b5830a</hhdid></objTransactions></postTransactionOffline></soap:Body></soap:Envelope> | |
2017-07-26 15:18:15,150 INFO WebService - In postTransaction Offline | |
2017-07-26 15:18:15,150 INFO WebService - In postTransaction:card no from device: 25010312472 | |
2017-07-26 15:18:15,150 INFO SQLDB - In ValidateOrder with sql: select concat(TR_SEQ_NO,',',txn_type,',',bill_print_flag) from transaction_master_P where txn_no=@txn_no and shop_no=@shop_no and TxnDateTime=@TxnDateTime | |
id:04090875, device id:1a1939d4e6b5830a, dt: 2017-07-15 12:19:00 | |
2017-07-26 15:18:15,166 INFO SQLDB - After validateOrder,orderid: 0 | |
2017-07-26 15:18:15,166 INFO SQLDB - HHD ID from device: 1a1939d4e6b5830a | |
2017-07-26 15:18:15,166 ERROR SQLDB - Exception:Creating Transaction Record. | |
2017-07-26 15:18:15,166 ERROR SQLDB - Index was outside the bounds of the array. | |
at SQLDB.insertTransactionreq(Transaction objtransaction) in c:\FPSA\odisha-pds\odisha-pds\up_service\App_Code\SQLDB.cs:line 1086 | |
2017-07-26 15:18:15,166 INFO WebService - WebService.cs: ******* postTransaction result:99/Server Error: Index was outside the bounds of the array./0/0 | |
2017-07-26 15:18:15,166 INFO WebService - ****************** Service Call finished ************** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment