Uploaded image for project: 'WORKTERRA'
  1. WORKTERRA
  2. WT-6529

Pre-Stage>>'DCOB'>>Server error observed Eligible Benefit Summery screen.

    Details

    • Type: Bug
    • Status: Closed
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Onboard
    • Labels:
      None
    • Environment:
      Stage
    • Module:
      OnBoard
    • Reported by:
      Harbinger
    • Item State:
      Stage QA - Re-open
    • Issue Importance:
      Q1

      Description

      In Employee login, during pre-board tour, Server error observed on Eligible summery benefit screen. Here, employee gets logged out and it blocks the further flow. PFA screen shot and error log.

      Exception : SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999

      11:59:59 PM.
      App Error Log : ControllerAppTier.GetCollection->BenAdminControllerAppTier.GetData-

      >CollectionManager.GetCollection-

      >CollectionManager.GetEligibileBenefitTypesForGivenEffectiveDate-

      >Eligibility.GetEligibleBenefitTypes_EnrollNow-

      >Eligibility.FetchCheckEligibilityForPlanDesign_EnrollNow_Ex
      Employee ID : 4998
      Action Name : EligibleBenefitsSummary
      Model : System.Web.Mvc.HandleErrorInfo
      Controller : UserDetails
      Web Error Log : at WORKTERRA.BenAdmin.BenAdminControllerWebTier.GetCollection

      (ObjectType I_objectType, Hashtable I_criteria, String I_AdditionalCriteriaString,

      Object I_context, Boolean I_mode, Boolean I_needCollection)
      at

      WORKTERRA.BenAdmin.Areas.UserDetails.Models.EligibleBenefitsSummaryModel.GetEligibleBe

      nefitTypesCollection()
      at

      WORKTERRA.BenAdmin.Areas.UserDetails.Models.EligibleBenefitsSummaryModel.getEligibleBe

      nefitsSummary()
      at

      WORKTERRA.BenAdmin.Areas.UserDetails.Controllers.UserDetailsController.EligibleBenefit

      sSummary()
      at lambda_method(Closure , ControllerBase , Object[] )
      at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext

      controllerContext, IDictionary`2 parameters)
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext

      controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
      at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass13.b_10()
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter

      filter, ActionExecutingContext preContext, Func`1 continuation)
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter

      filter, ActionExecutingContext preContext, Func`1 continuation)
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters

      (ControllerContext controllerContext, IList`1 filters, ActionDescriptor

      actionDescriptor, IDictionary`2 parameters)
      at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext

      controllerContext, String actionName)

        Attachments

          Issue Links

            Activity

            Hide
            aarati.sabnis Aarati Sabnis (Inactive) added a comment -

            Hello Rajendra Joshi,

            Please check this again. If you get same error let me know.

            Thanks,
            Aarati R. Sabnis

            Show
            aarati.sabnis Aarati Sabnis (Inactive) added a comment - Hello Rajendra Joshi , Please check this again. If you get same error let me know. Thanks, Aarati R. Sabnis
            Hide
            rajendraj Rajendra Joshi (Inactive) added a comment -

            Verified on Pre-stage using company DCOB and DC. Server error observed on downloading file on Eligible summery benefit screen. Employee gets logged out after this error. PFA error log.

            Exception : Input string was not in a correct format.
            App Error Log : -
            Employee ID : 4999
            Action Name : DownloadFile
            Model : System.Web.Mvc.HandleErrorInfo
            Controller : Common
            Web Error Log : at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
            at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
            at WORKTERRA.Shared.Models.DownloadFormModel.ValidateEmployeeRequestForDownload(String FilePath, Int32 companyIndex)
            at WORKTERRA.Shared.Models.DownloadFormModel.ValidateRequestForDownload(String FilePath)
            at WORKTERRA.Shared.Models.DownloadFormModel.DownloadFile(String FileId, String FileName, String FileDescription, String DestinationPath, Boolean DownloadFromWebServer, Boolean IsDeviceCall, Boolean GetFileFromCurrentWebServer)
            at WORKTERRA.Shared.Controllers.CommonController.DownloadFile(String FileId, String FileName, String FileDescription, String DestinationPath, Boolean DownloadFromWebServer, Boolean GetFileFromCurrentWebServer, Boolean AppendGUIDtoFilename, Boolean RemoveGUIDfromFilename)
            at lambda_method(Closure , ControllerBase , Object[] )
            at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
            at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
            at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass13.b_10()
            at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
            at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
            at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
            at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

            Show
            rajendraj Rajendra Joshi (Inactive) added a comment - Verified on Pre-stage using company DCOB and DC. Server error observed on downloading file on Eligible summery benefit screen. Employee gets logged out after this error. PFA error log. Exception : Input string was not in a correct format. App Error Log : - Employee ID : 4999 Action Name : DownloadFile Model : System.Web.Mvc.HandleErrorInfo Controller : Common Web Error Log : at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt) at WORKTERRA.Shared.Models.DownloadFormModel.ValidateEmployeeRequestForDownload(String FilePath, Int32 companyIndex) at WORKTERRA.Shared.Models.DownloadFormModel.ValidateRequestForDownload(String FilePath) at WORKTERRA.Shared.Models.DownloadFormModel.DownloadFile(String FileId, String FileName, String FileDescription, String DestinationPath, Boolean DownloadFromWebServer, Boolean IsDeviceCall, Boolean GetFileFromCurrentWebServer) at WORKTERRA.Shared.Controllers.CommonController.DownloadFile(String FileId, String FileName, String FileDescription, String DestinationPath, Boolean DownloadFromWebServer, Boolean GetFileFromCurrentWebServer, Boolean AppendGUIDtoFilename, Boolean RemoveGUIDfromFilename) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c_ DisplayClass13.b _10() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
            Hide
            aarati.sabnis Aarati Sabnis (Inactive) added a comment -

            Hello Rajendra Joshi,

            Concern : server error displayed while downloading a pdf file on Eligible summery benefit screen

            Cause : It was because of checking EmployeeID authentication. EmployeeID from file path condition was not working as File path does not contain EmployeeID in it.

            Correction : The condition of checking EmployeeID authentication is changed now and pdf file is getting downloaded according to file path properly.

            Pre-stage check-in is done.

            Thanks,
            Aarati R. Sabnis

            CC Satya,Swapnil Pandhare,Rakesh Roy

            Show
            aarati.sabnis Aarati Sabnis (Inactive) added a comment - Hello Rajendra Joshi , Concern : server error displayed while downloading a pdf file on Eligible summery benefit screen Cause : It was because of checking EmployeeID authentication. EmployeeID from file path condition was not working as File path does not contain EmployeeID in it. Correction : The condition of checking EmployeeID authentication is changed now and pdf file is getting downloaded according to file path properly. Pre-stage check-in is done. Thanks, Aarati R. Sabnis CC Satya , Swapnil Pandhare , Rakesh Roy
            Hide
            nidhi.kaul Nidhi Kaul (Inactive) added a comment -

            closing as pre-stage environment is no longer in use. Reference communication attached.

            Show
            nidhi.kaul Nidhi Kaul (Inactive) added a comment - closing as pre-stage environment is no longer in use. Reference communication attached.
            Hide
            nidhi.kaul Nidhi Kaul (Inactive) added a comment -

            not valid anymore

            Show
            nidhi.kaul Nidhi Kaul (Inactive) added a comment - not valid anymore

              People

              Assignee:
              swapnil.pandhare Swapnil Pandhare (Inactive)
              Reporter:
              rajendraj Rajendra Joshi (Inactive)
              QA:
              Rajendra Joshi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 8h Original Estimate - 8h
                  8h
                  Remaining:
                  Time Spent - 11h Remaining Estimate - 4h
                  4h
                  Logged:
                  Time Spent - 11h Remaining Estimate - 4h
                  11h