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

Pre Prod | Employee Count on Dashboard and Search EE page mismatched.

    Details

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

      Description

      The EE count on dashboard and Search EE is mismatched.

        Attachments

        1. Employee Count.png
          Employee Count.png
          49 kB
        2. Employee Count 2.png
          Employee Count 2.png
          32 kB
        3. NF-5452.png
          NF-5452.png
          78 kB
        4. WTSQLLBONE-SystemHomePageCounterService.PNG
          WTSQLLBONE-SystemHomePageCounterService.PNG
          62 kB

          Issue Links

            Activity

            Hide
            nidhi.kaul Nidhi Kaul (Inactive) added a comment -

            Prasad Patil
            Please select the fields correctly. Component and parent JIRA is missing

            Show
            nidhi.kaul Nidhi Kaul (Inactive) added a comment - Prasad Patil Please select the fields correctly. Component and parent JIRA is missing
            Hide
            sheetal.bodhale Sheetal Bodhale (Inactive) added a comment -

            Hi Prasad Patil,

            It is showing correct count as per system implementation.
            System will show count of employee count+ Spouse count + child count.

            WPA company has 15 employee,6 child and 8 spouse.So total count is 29.

            As discussed with Swapnil Pandhare,assigning this ticket to Vishal Yadav

            CC:Vijayendra ShindeSwapnil Pandhare

            Thanks,
            Sheetal Bodhale

            Show
            sheetal.bodhale Sheetal Bodhale (Inactive) added a comment - Hi Prasad Patil , It is showing correct count as per system implementation. System will show count of employee count+ Spouse count + child count. WPA company has 15 employee,6 child and 8 spouse.So total count is 29. As discussed with Swapnil Pandhare ,assigning this ticket to Vishal Yadav CC: Vijayendra Shinde Swapnil Pandhare Thanks, Sheetal Bodhale
            Hide
            vishal.yadav Vishal Yadav (Inactive) added a comment -

            Hi Prasad Patil,

            Please check this issue after next pre-production build.

            Thanks,
            Vishal Yadav

            Show
            vishal.yadav Vishal Yadav (Inactive) added a comment - Hi Prasad Patil , Please check this issue after next pre-production build. Thanks, Vishal Yadav
            Hide
            vishal.yadav Vishal Yadav (Inactive) added a comment -

            affected file

            /branches/UiRefresh-LB/App/BusinessLogic/CollectionManager/CollectionManager.vb

            Show
            vishal.yadav Vishal Yadav (Inactive) added a comment - affected file /branches/UiRefresh-LB/App/BusinessLogic/CollectionManager/CollectionManager.vb
            Hide
            sanjana.jadhav Sanjana Jadhav (Inactive) added a comment -

            Hi Vishal Yadav

            Verified on codemap.
            This issue is still reproducible
            PFA,

            Thanks,
            Sanjana Jadhav

            CC: Prasad Pise Sachin Hingole Rakesh Roy

            Show
            sanjana.jadhav Sanjana Jadhav (Inactive) added a comment - Hi Vishal Yadav Verified on codemap. This issue is still reproducible PFA, Thanks, Sanjana Jadhav CC: Prasad Pise Sachin Hingole Rakesh Roy
            Hide
            vishal.yadav Vishal Yadav (Inactive) added a comment -

            Hi Ashwin Wankhede,

            As per discussed with Vijayendra, we are into conclusion that, OES_SP_Job_SystemUserHomePageService is not running on Codemap environment.
            Can you please run this service on Codemap?
            if you are facing any issues w.r.t script generation then please inform it to Vijayendra about the list of developers using Codemap server and causing the errors while executing service

            Thanks,
            Vishal Yadav

            CC : Vijayendra Shinde

            Show
            vishal.yadav Vishal Yadav (Inactive) added a comment - Hi Ashwin Wankhede , As per discussed with Vijayendra, we are into conclusion that, OES_SP_Job_SystemUserHomePageService is not running on Codemap environment. Can you please run this service on Codemap? if you are facing any issues w.r.t script generation then please inform it to Vijayendra about the list of developers using Codemap server and causing the errors while executing service Thanks, Vishal Yadav CC : Vijayendra Shinde
            Hide
            nidhi.kaul Nidhi Kaul (Inactive) added a comment -

            Vishal Yadav
            What issue was fixed 3 days back. Please update the 3C's

            .Ashwin Wankhede
            Please check on the service immediately.

            Thanks,
            Nidhi.

            Show
            nidhi.kaul Nidhi Kaul (Inactive) added a comment - Vishal Yadav What issue was fixed 3 days back. Please update the 3C's . Ashwin Wankhede Please check on the service immediately. Thanks, Nidhi.
            Hide
            vishal.yadav Vishal Yadav (Inactive) added a comment - - edited

            FYI : To display Employee count on dashboard we are using OES_SP_Job_SystemUserHomePageService. This service runs across all the companies.
            And display employee count on dashboard.

            3C's are :

            Concern : Employee count on Dashboard and Search employee page does not match

            Cause :
            1) While fetching values from database to application wrong column name was specified. ie. NoofLives => NoofEmployee and members => NoofLives
            2) On codemap, OES_SP_Job_SystemUserHomePageService service was not running, hence QA got this issue. Whereas in unit testing I have started this service hence it is not present on developer environment.

            Correction :
            1) In business logic, changed assignments of column. ie. NoofLives to NoofLives and members to NoofEmployee
            2) Need to run OES_SP_Job_SystemUserHomePageService service on codemap.

            thanks,
            Vishal Yadav

            CC : Nidhi Kaul , Vijayendra Shinde

            Show
            vishal.yadav Vishal Yadav (Inactive) added a comment - - edited FYI : To display Employee count on dashboard we are using OES_SP_Job_SystemUserHomePageService . This service runs across all the companies. And display employee count on dashboard. 3C's are : Concern : Employee count on Dashboard and Search employee page does not match Cause : 1) While fetching values from database to application wrong column name was specified. ie. NoofLives => NoofEmployee and members => NoofLives 2) On codemap, OES_SP_Job_SystemUserHomePageService service was not running, hence QA got this issue. Whereas in unit testing I have started this service hence it is not present on developer environment. Correction : 1) In business logic, changed assignments of column. ie. NoofLives to NoofLives and members to NoofEmployee 2) Need to run OES_SP_Job_SystemUserHomePageService service on codemap. thanks, Vishal Yadav CC : Nidhi Kaul , Vijayendra Shinde
            Hide
            ashwin.wankhede Ashwin Wankhede (Inactive) added a comment - - edited

            Hi Vishal Yadav,

            We have configured "System Home Page counter service" on codemap. Is running now.

            Please verify counters are reflecting proper now.

            CC: Samir

            Show
            ashwin.wankhede Ashwin Wankhede (Inactive) added a comment - - edited Hi Vishal Yadav , We have configured "System Home Page counter service" on codemap. Is running now. Please verify counters are reflecting proper now. CC: Samir
            Hide
            prasad.patil Prasad Patil (Inactive) added a comment -

            Hi,

            Verified on Codemap. Working fine as expected.
            Thank you,
            -------------------------------------------------
            CC: Mandar Kulkarni, Satya

            Show
            prasad.patil Prasad Patil (Inactive) added a comment - Hi, Verified on Codemap. Working fine as expected. Thank you, ------------------------------------------------- CC: Mandar Kulkarni , Satya

              People

              Assignee:
              sachin.hingole Sachin Hingole (Inactive)
              Reporter:
              prasad.patil Prasad Patil (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:
                Dev Due Date:

                  Time Tracking

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