Major Live Issue #57662
Confirmation Mail Issue
Status: | Closed | Start date: | 02/03/2019 | |
---|---|---|---|---|
Priority: | High | Due date: | 02/03/2019 | |
Assignee: | Nithin V | % Done: | 100% | |
Category: | Functionality | Spent time: | 5.00 hours | |
Target version: | - | |||
DB Changes: | no db changes | Files Changed: | B2Bweb\Code\Utility.Rehlat.cs
B2Bweb\Areas\Search\Views\Flight\DesktopEticketPartial.cshtml |
|
Keys & Permissions: | no keys and permissions added | Initial Planned Hours: | 0 | |
Areas Affected: | Desktp Eticket partial and Assemble Ticket |
Description
Receiving below error on confirmation mail.
"System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.Generic.List`1.get_Item(Int32 index) at ASP._Page_Areas_Search_Views_Flight_DesktopEticketPartial_cshtml.Execute() in d:\Hosting\Live\Tripnet\admin\Areas\Search\Views\Flight\DesktopEticketPartial.cshtml:line 12 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at Caxita.Web.MVC.Controllers.GeneralClass.RenderViewToString(Controller controller, String viewName, Object model) "
History
#1 Updated by Nithin V about 6 years ago
- Status changed from Assigned to Fixed not Tested
- % Done changed from 0 to 100
- DB Changes set to no db changes
- Keys & Permissions set to no keys and permissions added
- Areas Affected set to Desktp Eticket partial and Assemble Ticket
- Files Changed set to B2Bweb\Code\Utility.Rehlat.cs B2Bweb\Areas\Search\Views\Flight\DesktopEticketPartial.cshtml
Fixed the issue by connecting Live dummy Db and also using live solution,
as the issue was not able to produce in local db and also by connecting local solution, Live dummy Db.
issue was due to transaction id convertion with int16 , which is changes to int64 - on assembleticket model.
the solution is first published and checked in staging then moved to live.
took time to ticket the Galileo provider, most of the cases shown as booking or ticketing failed.
checked in live and also in staging (hari system for finding issue.)
given support to metrip live solution insurance flow modification.
#2 Updated by Nithin George about 6 years ago
- Status changed from Fixed not Tested to QA Released
#3 Updated by Hariprasad s about 6 years ago
- Status changed from QA Released to For Review
Updated in live.Waiting for client response.
#4 Updated by Hariprasad s about 6 years ago
- Status changed from For Review to Fixed in Live
#5 Updated by Albin Paul about 6 years ago
- Status changed from Fixed in Live to Closed
- Initial Planned Hours set to 0
Fixed.