Uploaded image for project: 'New Features 2017'
  1. New Features 2017
  2. NF-5724

Newly Enrollment Dependent Report -> Pulling report throws error

    Details

    • Type: Bug
    • Status: Resolution Setting
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: UI Refresh
    • Labels:
      None
    • Environment:
      Pre Production
    • Bug Type:
      Functional
    • Bug Severity:
      Medium
    • Level:
      Partner
    • Module:
      BenAdmin - Report
    • Reported by:
      Harbinger
    • Company:
      All Clients/Multiple Clients
    • Item State:
      Stage QA - Production Deployment on Hold

      Description

      Environment - Preprod
      Company - Orchard school district, The packard companies
      Browser - Chrome / IE

      1) Login with partner
      2) Select company
      3) Reports -> Newly enrollment dependent report -> Preview reports -> throws error

      Note - After clearing cache also issue exists

        Attachments

          Issue Links

            Activity

            jayshree.nagpure Jayshree Nagpure (Inactive) created issue -
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Field Original Value New Value
            Attachment OrchardNewlyEnrolledDependentreport.jpg [ 71843 ]
            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - cc : Rakesh Roy Prasad Pise Sachin Hingole
            Hide
            vijayendra Vijayendra Shinde (Inactive) added a comment -
            Show
            vijayendra Vijayendra Shinde (Inactive) added a comment - CC: Nidhi Kaul
            vijayendra Vijayendra Shinde (Inactive) made changes -
            Assignee Nidhi Kaul [ nidhi.kaul ] Prasanna Karlekar [ prasanna ]
            prasanna Prasanna Karlekar (Inactive) made changes -
            Assignee Prasanna Karlekar [ prasanna ] Parmeshwar Jumbad [ parmeshwar.jumbade ]
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Status Open [ 1 ] In Development [ 10007 ]
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: In Analysis(10204)
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) logged work - 18/Jan/18 04:13 AM
            • Time Spent:
              4h
               

              Issue analysis
              Check existing code to run report

            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Remaining Estimate 0h [ 0 ]
            Time Spent 4h [ 14400 ]
            Worklog Id 100868 [ 100868 ]
            Hide
            sumeet.kolge Sumeet.Kolge (Inactive) added a comment -

            Environment : Pre-Prod
            Company: Colts for hspl

            Same server error observed by partner/admin login.

            ---------------------------------
            CC: Mandar Kulkarni, Satya, Rakesh Roy, Hrishikesh Deshpande, Sachin Hingole, Prasad Patil

            Show
            sumeet.kolge Sumeet.Kolge (Inactive) added a comment - Environment : Pre-Prod Company: Colts for hspl Same server error observed by partner/admin login. --------------------------------- CC: Mandar Kulkarni , Satya , Rakesh Roy , Hrishikesh Deshpande , Sachin Hingole , Prasad Patil
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) logged work - 20/Jan/18 05:11 AM - edited
            • Time Spent:
              4h
               

              Code analysis & Code changes
              Unit testing
              Review request

            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: In Analysis(10204) Parent values: Development(10200)Level 1 values: Ready for Review(10208)
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Assignee Parmeshwar Jumbad [ parmeshwar.jumbade ] Prasanna Karlekar [ prasanna ]
            prasanna Prasanna Karlekar (Inactive) made changes -
            Time Spent 4h [ 14400 ] 4.5h [ 16200 ]
            Worklog Id 101417 [ 101417 ]
            prasanna Prasanna Karlekar (Inactive) logged work - 22/Jan/18 07:30 PM
            • Time Spent:
              0.5h
               

              Email go through for 3Cs
              Review Pending

            prasanna Prasanna Karlekar (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: Ready for Review(10208) Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209)
            prasanna Prasanna Karlekar (Inactive) made changes -
            Assignee Prasanna Karlekar [ prasanna ] Parmeshwar Jumbad [ parmeshwar.jumbade ]
            prasanna Prasanna Karlekar (Inactive) made changes -
            Time Spent 4.5h [ 16200 ] 5.25h [ 18900 ]
            Worklog Id 101677 [ 101677 ]
            prasanna Prasanna Karlekar (Inactive) logged work - 23/Jan/18 10:30 PM
            • Time Spent:
              0.75h
               

              Code review
              3Cs go through and update
              Discussion on fix done
              Functionality review - Observerd issue for EmployeeType field but need to check if we have to fix this or not

            Hide
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) added a comment -

            Below are the 3C's:

            Concern: Newly Enrolled Dependent Report throws error on preview.
            Cause: This issue was caused because of fix done in NF-5613. We did not verify the impact on Newly enrolled dependent Report.
            While fixing issue for NF-5613 following was done:

            • While creating JOIN clause, we removed the hard coded string that was used earlier for field name and instead used the selected field value as it is. While doing so, some of the space characters also got removed.
            • As we removed the hardcoded value, while doing string comparison in further implementation, there was issue related to case sensitivity for same field name.
              Because of these reasons, error appeared while previewing the report.

            Correction:
            Now we have done following two changes:
            1. Added space in the string while creating JOIN clause.
            2. While comparing query text, have capitalized characters, so that it will avoid case sensitivity problem.

            Affected Areas: Reports (Newly dependent report, Standard report, dynamic report)
            Affected Files: StandardReports.cshtml
            Tested Scenarios:
            1. Checked newly dependent report with preview option.
            2. Verified Standard and Dynamic report with metadata fields like Relationship and Secondary relationship.

            Known issues:
            1. After click on any fields from select/display fields it scroll to the top of section. It should not.
            2. Employee type field (I.e. Metadata field) returning number instead of name of type.

            CC: Prasanna Karlekar Amruta Lohiya Gaurav Sodani

            Show
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) added a comment - Below are the 3C's : Concern : Newly Enrolled Dependent Report throws error on preview. Cause : This issue was caused because of fix done in NF-5613 . We did not verify the impact on Newly enrolled dependent Report. While fixing issue for NF-5613 following was done: While creating JOIN clause, we removed the hard coded string that was used earlier for field name and instead used the selected field value as it is. While doing so, some of the space characters also got removed. As we removed the hardcoded value, while doing string comparison in further implementation, there was issue related to case sensitivity for same field name. Because of these reasons, error appeared while previewing the report. Correction : Now we have done following two changes: 1. Added space in the string while creating JOIN clause. 2. While comparing query text, have capitalized characters, so that it will avoid case sensitivity problem. Affected Areas : Reports (Newly dependent report, Standard report, dynamic report) Affected Files : StandardReports.cshtml Tested Scenarios : 1. Checked newly dependent report with preview option. 2. Verified Standard and Dynamic report with metadata fields like Relationship and Secondary relationship. Known issues : 1. After click on any fields from select/display fields it scroll to the top of section. It should not. 2. Employee type field (I.e. Metadata field) returning number instead of name of type. CC: Prasanna Karlekar Amruta Lohiya Gaurav Sodani
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Link This issue relates to NF-5728 [ NF-5728 ]
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Time Spent 5.25h [ 18900 ] 9.25h [ 33300 ]
            Worklog Id 101916 [ 101916 ]
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Worklog Id 101916 [ 101916 ]
            parmeshwar.jumbad Parmeshwar Jumbad (Inactive) made changes -
            Assignee Parmeshwar Jumbad [ parmeshwar.jumbade ] Sachin Hingole [ sachin.hingole ]
            ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
            Item State Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Assignee Sachin Hingole [ sachin.hingole ] Jayshree Nagpure [ jayshree.nagpure ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 25/Jan/18 10:52 AM
            • Time Spent:
              1h
               

              Testing on LB

            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Verified on codemap
            Company - QA kindercare

            Verified newly enrolled dependent report - Pulling reports shows proper data
            Also verified standard report and dynamic report.
            Marking item state as Ready for stage

            Thanks,
            Jayshree

            cc : Rakesh Roy Prasad Pise Sachin Hingole Hrishikesh Deshpande

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on codemap Company - QA kindercare Verified newly enrolled dependent report - Pulling reports shows proper data Also verified standard report and dynamic report. Marking item state as Ready for stage Thanks, Jayshree cc : Rakesh Roy Prasad Pise Sachin Hingole Hrishikesh Deshpande
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 9.25h [ 33300 ] 10.25h [ 36900 ]
            Worklog Id 102021 [ 102021 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224)
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
            sachin.hingole Sachin Hingole (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Stage Testing [ 10201 ] Resolution Setting [ 11616 ]
            Transition Time In Source Status Execution Times
            Parmeshwar Jumbad (Inactive) made transition -
            Open In Development
            1d 18h 49m 1
            Sachin Hingole (Inactive) made transition -
            In Development In LB Testing
            7d 4h 50m 1
            Sachin Hingole (Inactive) made transition -
            In LB Testing Stage Testing
            4d 23h 22m 1
            Sachin Hingole (Inactive) made transition -
            Stage Testing Resolution Setting
            85d 18h 2m 1

              People

              Assignee:
              jayshree.nagpure Jayshree Nagpure (Inactive)
              Reporter:
              jayshree.nagpure Jayshree Nagpure (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10.25h
                  10.25h