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

ACA_UI Submission_Getting error while viewing eligibility Rule on existing 1095-C report

    Details

    • Type: Bug
    • Status: Closed
    • Priority: High
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: ACA
    • Labels:
      None
    • Environment:
      QA
    • Module:
      ACA
    • Reported by:
      Harbinger
    • Item State:
      Production Complete - Closed

      Description

      1.Login to LB.
      2.Edit company say 'City of Redding For HSPL'.
      3.Navigate to Home >> Company Home >>BenAdmin Home >>BenAdmin Company Home
      >>ACA>>IRS Report.
      4.Edit existing 1095-C report say 'Selitestthree - Scenario 3 - 1095C'.
      5.Click on View Rule.

      Error Log xception : Conversion from string "" to type `Boolean` is not valid.
      App Error Log : ControllerAppTier.GetCollection->BenAdminControllerAppTier.GetData->CollectionManager.GetCollection->CollectionManager.GetMemberPagesForQualifyingEvent
      Employee ID : 0
      Action Name : QualifyingEventPV
      Model : System.Web.Mvc.HandleErrorInfo
      Controller : Customization
      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) in d:\WT\branches\LB\Web\ControllerWebTier\ControllerWebTier\BenAdminControllerWebTier.cs:line 160
      at WORKTERRA.BenAdmin.Areas.Customization.Controllers.CustomizationController.PopulateQualifyingEventPVLists(QualifyingEventPVModel objQualifyingEventPVModel) in d:\WT\branches\LB\Web\Web Projects\BenAdmin\Areas\Customization\Controllers\QualifyingEvent\QualifyingEventController.cs:line 219
      at WORKTERRA.BenAdmin.Areas.Customization.Controllers.CustomizationController.QualifyingEventPV(QualifyingEventPVModel objQualifyingEventPVModel) in d:\WT\branches\LB\Web\Web Projects\BenAdmin\Areas\Customization\Controllers\QualifyingEvent\QualifyingEventController.cs:line 135
      at lambda_method(Closure , ControllerBase , Object[] )
      at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
      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.Async.AsyncControllerActionInvoker.<>c_DisplayClass42.<BeginInvokeSynchronousActionMethod>b_41()
      at System.Web.Mvc.Async.AsyncResultWrapper.<>c_DisplayClass8`1.<BeginSynchronous>b_7(IAsyncResult _)
      at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass37.<>cDisplayClass39.<BeginInvokeActionMethodWithFilters>b_33()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b_49()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b_49()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass37.<BeginInvokeActionMethodWithFilters>b_36(IAsyncResult asyncResult)
      at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass25.<>cDisplayClass2a.<BeginInvokeAction>b_20()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass25.<BeginInvokeAction>b_22(IAsyncResult asyncResult)

      Similarly when we were checking 1095-C report, received following error

      Error log as:
      Exception : This request has been blocked because sensitive information could be disclosed to third party web sites when this is used in a GET request. To allow GET requests, set JsonRequestBehavior to AllowGet.
      App Error Log : -
      Employee ID : 0
      Action Name : GenericEligibilityRule
      Model : System.Web.Mvc.HandleErrorInfo
      Controller : Common
      Web Error Log : at System.Web.Mvc.JsonResult.ExecuteResult(ControllerContext context)
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
      at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass1a.<InvokeActionResultWithFilters>b_17()
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
      at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass1a.<>cDisplayClass1c.<InvokeActionResultWithFilters>b_19()
      at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass25.<>cDisplayClass2a.<BeginInvokeAction>b_20()
      at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c_DisplayClass25.<BeginInvokeAction>b_22(IAsyncResult asyncResult)

        Attachments

          Activity

          Hide
          varsha.shejawal Varsha Shejawal (Inactive) added a comment -

          This is because the generic component was not used for this page.So added generic component static reports page.

          Show
          varsha.shejawal Varsha Shejawal (Inactive) added a comment - This is because the generic component was not used for this page.So added generic component static reports page.
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          We have verified above mentioned issue on LB company [City of Redding for Hspl.
          Its working fine.
          Attaching screen short for additional information

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - We have verified above mentioned issue on LB company [City of Redding for Hspl. Its working fine. Attaching screen short for additional information
          Hide
          varsha.shejawal Varsha Shejawal (Inactive) added a comment -

          This is because we have not moved our Eligibility changes to stage. So patch should be reverted.

          Show
          varsha.shejawal Varsha Shejawal (Inactive) added a comment - This is because we have not moved our Eligibility changes to stage. So patch should be reverted.
          Hide
          rakeshr Rakesh Roy (Inactive) added a comment -

          Smita Pawar

          What is the stage and production due date?

          Sachin Hingole Vijay Siddha

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - Smita Pawar What is the stage and production due date? Sachin Hingole Vijay Siddha
          Hide
          smita.pawar Smita Pawar (Inactive) added a comment -

          @Rakesh,

          As mentioned in the ticket, this issue is due to additional eligibility component & it will get moved to stage with build hence not updating due dates and its marked hold.

          Please Let me know if there is any other process for same

          FYI Sachin Hingole, Vijay Siddha

          Show
          smita.pawar Smita Pawar (Inactive) added a comment - @Rakesh, As mentioned in the ticket, this issue is due to additional eligibility component & it will get moved to stage with build hence not updating due dates and its marked hold. Please Let me know if there is any other process for same FYI Sachin Hingole , Vijay Siddha
          Hide
          rakeshr Rakesh Roy (Inactive) added a comment -

          This will move on production with Production build.

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - This will move on production with Production build.
          Hide
          rakeshr Rakesh Roy (Inactive) added a comment -

          No server error

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - No server error

            People

            Assignee:
            smita.pawar Smita Pawar (Inactive)
            Reporter:
            smita.pawar Smita Pawar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: