Uploaded image for project: 'Workterra BenAdmin'
  1. Workterra BenAdmin
  2. WB-504

Virgin | Server error on life plan, Pendin EOI- reject screen

    Details

    • Environment:
      Production
    • Categories:
      Enrollment - Life/LTD plans
    • Company:
      Virgin Atlantic
    • Reported by:
      Client
    • Stage Company Name:
      Virgin
    • Level:
      Admin

      Description

      Hi Team,
      Client faced a server error on Pending EOI screen, while rejecting the coverage amount. Please see the screen shot below on the email that I received.

      let me know if there is anything i can do to resolve it through UI.

      Getting members details from client. In the mean time could you please investigate and provide feedback on this server error.

      cc Christina Karnes Robyn Adkison

      apxSpecs

        Attachments

          Activity

          amit.kumawat Amit Kumawat (Inactive) logged work - 07/Mar/18 11:23 AM
          • Time Spent:
            1.5h
             

            Analysis On Issue

          Monika.Demla Monika Demla (Inactive) created issue -
          amit.kumawat Amit Kumawat (Inactive) made changes -
          Field Original Value New Value
          Attachment ErrorLog.txt [ 74254 ]
          amit.kumawat Amit Kumawat (Inactive) made changes -
          Assignee Nidhi Kaul [ nidhi.kaul ] Amit Kumawat [ amit.kumawat ]
          Hide
          vijayendra Vijayendra Shinde (Inactive) added a comment -

          Hi Monika Demla,

          Below are 3c's of reported issue-

          Concern: Server error on Pending EOI screen, while rejecting the coverage amount.

          Cause: We save rejection remark and user details who rejected changes in database. While saving user details, we save Firstname and lastname of admin who are doing change - in this case admin name is "Carrissa D'Anna". While saving this user name, query terminated in between due to signle quote present in Lastname of user (D'Anna). This caused server error while rejecting coverage amount.

          Correction: We need code changes to resolve this issue. SQL query parameterization is required. This will handle single quote in admin name properly. Record will be saved without any issue.

          Please let us know if you need more details on this.

          Thanks,
          Vijayendra

          Show
          vijayendra Vijayendra Shinde (Inactive) added a comment - Hi Monika Demla , Below are 3c's of reported issue- Concern: Server error on Pending EOI screen, while rejecting the coverage amount. Cause: We save rejection remark and user details who rejected changes in database. While saving user details, we save Firstname and lastname of admin who are doing change - in this case admin name is "Carrissa D'Anna". While saving this user name, query terminated in between due to signle quote present in Lastname of user (D'Anna). This caused server error while rejecting coverage amount. Correction: We need code changes to resolve this issue. SQL query parameterization is required. This will handle single quote in admin name properly. Record will be saved without any issue. Please let us know if you need more details on this. Thanks, Vijayendra
          Hide
          vijayendra Vijayendra Shinde (Inactive) added a comment -

          Hi Rohan J Khandave,

          We analyzed reported issue and found that query parameterization is required to handle single quote in username. Below is error log for reported issue-

          ErrorLog.txt

          Code file details are as below-

          Solution: Business Logic
          Project Name: Employee
          File Name: Employee.vb
          Function Name: SavePendingEOI_Component
          Line No.: 2632

          We need paramenterization of below mentioned query-
          RejectionQuery = "INSERT INTO Rejection_Details(EmployeeID,RejectionTypeID,UserName,Reason,Remarks,IsCompanyUSer,UserID,RoleID,Datetimestamp)" & _
          " VALUES(" & EmployeeID & "," & RejectionTypeID & ",'" & UserName & "','" & RejectionReason & "','" & Remarks & "',0," & I_userID & "," & RoleID & ",getdate())"

          Please confirm other queries as well who has username saved in database in accept or reject case so that this issue will not be reported in future.

          Thanks,
          Vijayendra
          CC:Amit Kumawat, Nidhi Kaul, Swapnil Pandhare

          Show
          vijayendra Vijayendra Shinde (Inactive) added a comment - Hi Rohan J Khandave , We analyzed reported issue and found that query parameterization is required to handle single quote in username. Below is error log for reported issue- ErrorLog.txt Code file details are as below- Solution: Business Logic Project Name: Employee File Name: Employee.vb Function Name: SavePendingEOI_Component Line No.: 2632 We need paramenterization of below mentioned query- RejectionQuery = "INSERT INTO Rejection_Details(EmployeeID,RejectionTypeID,UserName,Reason,Remarks,IsCompanyUSer,UserID,RoleID,Datetimestamp)" & _ " VALUES(" & EmployeeID & "," & RejectionTypeID & ",'" & UserName & "','" & RejectionReason & "','" & Remarks & "',0," & I_userID & "," & RoleID & ",getdate())" Please confirm other queries as well who has username saved in database in accept or reject case so that this issue will not be reported in future. Thanks, Vijayendra CC: Amit Kumawat , Nidhi Kaul , Swapnil Pandhare
          vijayendra Vijayendra Shinde (Inactive) made changes -
          Assignee Amit Kumawat [ amit.kumawat ] Rohan J Khandave [ rohan.khandave ]
          Hide
          Monika.Demla Monika Demla (Inactive) added a comment - - edited

          oh, this makes sense.. client is aware that her email address causes issues.. I will inform the client.
          In the mean time I will reject the pending EOI.

          Show
          Monika.Demla Monika Demla (Inactive) added a comment - - edited oh, this makes sense.. client is aware that her email address causes issues.. I will inform the client. In the mean time I will reject the pending EOI.
          amit.kumawat Amit Kumawat (Inactive) made changes -
          Remaining Estimate 0h [ 0 ]
          Time Spent 1.5h [ 5400 ]
          Worklog Id 107445 [ 107445 ]
          seema.gaikwad Seema Gaikwad (Inactive) made changes -
          Assignee Rohan J Khandave [ rohan.khandave ] Seema Gaikwad [ seema.gaikwad ]
          seema.gaikwad Seema Gaikwad (Inactive) made changes -
          Status Open [ 1 ] In Development [ 10007 ]
          Hide
          rohan.khandave Rohan J Khandave (Inactive) added a comment -

          Hello Monika Demla,

          As mentioned in 3C's , this issue occurred only for those users having single quote in name. Which is very rare case.

          So can we change priority of ticket to Medium , please let us know your views on same.

          Note : This is not related to UI Refresh.

          Thanks,
          RohanK

          CC – Jennifer Reed , Satya , Jyoti Mayne ,Umesh Kadam

          Show
          rohan.khandave Rohan J Khandave (Inactive) added a comment - Hello Monika Demla , As mentioned in 3C's , this issue occurred only for those users having single quote in name. Which is very rare case. So can we change priority of ticket to Medium , please let us know your views on same. Note : This is not related to UI Refresh. Thanks, RohanK CC – Jennifer Reed , Satya , Jyoti Mayne , Umesh Kadam
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Caused by UI Refresh Yes [ 18590 ]
          Original Estimate 0h [ 0 ]
          Prashant.samal Prashant Samal (Inactive) made changes -
          Workflow WB: Bugs Project Management Workflow [ 65619 ] 0803 Copy of WB: Bugs Project Management Workflow [ 65790 ]
          seema.gaikwad Seema Gaikwad (Inactive) logged work - 08/Mar/18 12:46 PM
          • Time Spent:
            4h
             

            Issue Analysis
            Discussion with Jyoti
            Fixed Issue
            Unit testing

          seema.gaikwad Seema Gaikwad (Inactive) made changes -
          Time Spent 1.5h [ 5400 ] 5.5h [ 19800 ]
          Worklog Id 107533 [ 107533 ]
          Hide
          jenniferreed Jennifer Reed (Inactive) added a comment -

          Rohan J Khandave Satya Rakesh Roy Thank you Rohan - don't we have a ticket created for quotes? We were planning to scan the entire system for quotes so we can identify any where we have inconsistent validation so that issues like these stop occuring.
          If we have not converted that ticket to WB can we do so?

          But yes I agree this should be a medium priority.
          Have we fixed everyone impacted for Monika?

          Show
          jenniferreed Jennifer Reed (Inactive) added a comment - Rohan J Khandave Satya Rakesh Roy Thank you Rohan - don't we have a ticket created for quotes? We were planning to scan the entire system for quotes so we can identify any where we have inconsistent validation so that issues like these stop occuring. If we have not converted that ticket to WB can we do so? But yes I agree this should be a medium priority. Have we fixed everyone impacted for Monika?
          Hide
          rohan.khandave Rohan J Khandave (Inactive) added a comment -

          Hello Jennifer Reed,

          Thanks for confirmation on changing priority. As per your comments we changed priority to medium.

          Have we fixed everyone impacted for Monika? : We did't fix any thing. But as per Monika Demla last comments , she is doing rejection for company.

          Thanks,
          RohanK

          CC – Satya , Rakesh Roy , Jyoti Mayne

          Show
          rohan.khandave Rohan J Khandave (Inactive) added a comment - Hello Jennifer Reed , Thanks for confirmation on changing priority. As per your comments we changed priority to medium. Have we fixed everyone impacted for Monika? : We did't fix any thing. But as per Monika Demla last comments , she is doing rejection for company. Thanks, RohanK CC – Satya , Rakesh Roy , Jyoti Mayne
          rohan.khandave Rohan J Khandave (Inactive) made changes -
          Priority Critical [ 1 ] Medium [ 3 ]
          Hide
          Monika.Demla Monika Demla (Inactive) added a comment -

          This is complete, the rejection is processed as well.
          Thank you all.

          Show
          Monika.Demla Monika Demla (Inactive) added a comment - This is complete, the rejection is processed as well. Thank you all.
          Monika.Demla Monika Demla (Inactive) made changes -
          Assignee Seema Gaikwad [ seema.gaikwad ] Monika Demla [ monika.demla ]
          Monika.Demla Monika Demla (Inactive) made changes -
          Status In Development [ 10007 ] Local Testing [ 10200 ]
          Monika.Demla Monika Demla (Inactive) made changes -
          Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
          Monika.Demla Monika Demla (Inactive) made changes -
          Status Stage Testing [ 10201 ] Pre-prod Testing [ 11500 ]
          Hide
          Monika.Demla Monika Demla (Inactive) added a comment -

          This is done and I am closing the ticket.
          cc Christina Karnes

          Show
          Monika.Demla Monika Demla (Inactive) added a comment - This is done and I am closing the ticket. cc Christina Karnes
          Monika.Demla Monika Demla (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status Pre-prod Testing [ 11500 ] Production Review [ 11501 ]
          Monika.Demla Monika Demla (Inactive) made changes -
          Status Production Review [ 11501 ] Closed [ 6 ]
          rakeshr Rakesh Roy (Inactive) made changes -
          Root Cause Bug [ 18430 ]
          Prashant.samal Prashant Samal (Inactive) made changes -
          Workflow 0803 Copy of WB: Bugs Project Management Workflow [ 65790 ] 2203 WB: Bugs Project Management Workflow [ 66948 ]
          abhay.patil Abhay Patil (Inactive) made changes -
          Description Hi Team,
           Client faced a server error on Pending EOI screen, while rejecting the coverage amount. Please see the screen shot below on the email that I received.

          let me know if there is anything i can do to resolve it through UI.
           !image-2018-03-07-08-21-13-128.png|thumbnail!

          Getting members details from client. In the mean time could you please investigate and provide feedback on this server error.

          cc [~christina.karnes] [~Robyn.Adkison]

          Hi Team,
           Client faced a server error on Pending EOI screen, while rejecting the coverage amount. Please see the screen shot below on the email that I received.

          let me know if there is anything i can do to resolve it through UI.
           !image-2018-03-07-08-21-13-128.png|thumbnail!

          Getting members details from client. In the mean time could you please investigate and provide feedback on this server error.

          cc [~christina.karnes] [~Robyn.Adkison]

          apSpecs

          abhay.patil Abhay Patil (Inactive) made changes -
          Description Hi Team,
           Client faced a server error on Pending EOI screen, while rejecting the coverage amount. Please see the screen shot below on the email that I received.

          let me know if there is anything i can do to resolve it through UI.
           !image-2018-03-07-08-21-13-128.png|thumbnail!

          Getting members details from client. In the mean time could you please investigate and provide feedback on this server error.

          cc [~christina.karnes] [~Robyn.Adkison]

          apSpecs

          Hi Team,
           Client faced a server error on Pending EOI screen, while rejecting the coverage amount. Please see the screen shot below on the email that I received.

          let me know if there is anything i can do to resolve it through UI.
           !image-2018-03-07-08-21-13-128.png|thumbnail!

          Getting members details from client. In the mean time could you please investigate and provide feedback on this server error.

          cc [~christina.karnes] [~Robyn.Adkison]

          apxSpecs

          Prashant.samal Prashant Samal (Inactive) made changes -
          Workflow 2203 WB: Bugs Project Management Workflow [ 66948 ] 0604 Issues Management Workflow [ 68382 ]
          Prashant.samal Prashant Samal (Inactive) made changes -
          Labels ServerError_invalid_Inputs
          vijayendra Vijayendra Shinde (Inactive) made changes -
          Link This issue relates to DEV-4388 [ DEV-4388 ]
          Transition Time In Source Status Execution Times
          Seema Gaikwad (Inactive) made transition -
          Open In Development
          14h 28m 1
          Monika Demla (Inactive) made transition -
          In Development In LB Testing
          1d 6h 38m 1
          Monika Demla (Inactive) made transition -
          In LB Testing Stage Testing
          2s 1
          Monika Demla (Inactive) made transition -
          Stage Testing IN Pre-prod Testing
          2s 1
          Monika Demla (Inactive) made transition -
          IN Pre-prod Testing In Production Review
          25s 1
          Monika Demla (Inactive) made transition -
          In Production Review Closed
          3s 1

            People

            Assignee:
            Monika.Demla Monika Demla (Inactive)
            Reporter:
            Monika.Demla Monika Demla (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 0h
                0h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 5.5h
                5.5h