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

Cannot download bad file from global level

    Details

    • Type: Bug
    • Status: Production Complete
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: BenAdmin
    • Labels:
      None
    • Environment:
      Production
    • Bug Severity:
      Medium
    • Module:
      BenAdmin - Import
    • Reported by:
      Support
    • Item State:
      Production Complete - Closed

      Description

      When user tries to download a bad file (company specific) from global level system throws an error.

        Attachments

          Activity

          Hide
          rakeshr Rakesh Roy (Inactive) added a comment -

          Error log which will help
          1. Barrow -
          ErrorID : 0
          ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteImportBadFileDTS.ImportBadFileIntoTable->CopyFileFromServer.CopyFileFromServer
          ErrorMessage: Could not find file '\\10.145.65.73\WorkTerra\ImportBadFile\Company\0\Bad_bcss new hire load 7-9-1507_09_2015 06_19_16 AM.txt'.
          StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.Save(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity)
          at WORKTERRA.ControllerAppTier.Save(Int32 intProjectsId, String strInput)
          TargetSite: System.String Save(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity)
          2.ASML -
          ErrorID : 0
          ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteImportBadFileDTS.ImportBadFileIntoTable->CopyFileFromServer.CopyFileFromServer
          ErrorMessage: Could not find file '\\10.145.65.73\WorkTerra\ImportBadFile\Company\0\Bad_Terminations Load as Active Initial Load10_11_2015 10_03_44 AM.txt'.
          StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.Save(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity)
          at WORKTERRA.ControllerAppTier.Save(Int32 intProjectsId, String strInput)
          TargetSite: System.String Save(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity)

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - Error log which will help 1. Barrow - ErrorID : 0 ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteImportBadFileDTS.ImportBadFileIntoTable->CopyFileFromServer.CopyFileFromServer ErrorMessage: Could not find file '\\10.145.65.73\WorkTerra\ImportBadFile\Company\0\Bad_bcss new hire load 7-9-1507_09_2015 06_19_16 AM.txt'. StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.Save(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity) at WORKTERRA.ControllerAppTier.Save(Int32 intProjectsId, String strInput) TargetSite: System.String Save(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity) 2.ASML - ErrorID : 0 ErrorSource : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->ExecuteImportBadFileDTS.ImportBadFileIntoTable->CopyFileFromServer.CopyFileFromServer ErrorMessage: Could not find file '\\10.145.65.73\WorkTerra\ImportBadFile\Company\0\Bad_Terminations Load as Active Initial Load10_11_2015 10_03_44 AM.txt'. StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.Save(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity) at WORKTERRA.ControllerAppTier.Save(Int32 intProjectsId, String strInput) TargetSite: System.String Save(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity)
          Hide
          suraj.sokasane Suraj Sokasane (Inactive) added a comment -

          We will assign this to Snehal once she has a working code base and a JIRA account.

          Show
          suraj.sokasane Suraj Sokasane (Inactive) added a comment - We will assign this to Snehal once she has a working code base and a JIRA account.
          Hide
          amitthorve Amit Thorve (Inactive) added a comment -

          Who is going to fix this issue and when? We need estimates.

          Show
          amitthorve Amit Thorve (Inactive) added a comment - Who is going to fix this issue and when? We need estimates.
          Hide
          suraj.sokasane Suraj Sokasane (Inactive) added a comment -

          Hi Amit Thorve,

          Snehal Katkar is working on this and it will be completed by 04/20.

          Show
          suraj.sokasane Suraj Sokasane (Inactive) added a comment - Hi Amit Thorve , Snehal Katkar is working on this and it will be completed by 04/20.
          Hide
          snehal.katkar Snehal Katkar (Inactive) added a comment - - edited

          Concern: Can not download bad file from view bad file, if accessed it from global level.

          Cause: Bad files are stored on file server in company specific folders. When we request for downloading a bad file from company level, bad file screen is already having company information to find out file location on file server. When we do such request from global level, company information was not there. That's why system was not able to find the file.

          Correction: Modified code to retrieve company information from company selection drop down control on global level view bad file page.

          Show
          snehal.katkar Snehal Katkar (Inactive) added a comment - - edited Concern: Can not download bad file from view bad file, if accessed it from global level. Cause: Bad files are stored on file server in company specific folders. When we request for downloading a bad file from company level, bad file screen is already having company information to find out file location on file server. When we do such request from global level, company information was not there. That's why system was not able to find the file. Correction: Modified code to retrieve company information from company selection drop down control on global level view bad file page.
          Hide
          snehal.katkar Snehal Katkar (Inactive) added a comment -

          Files having changes:
          1. D:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Controllers\EDI\viewbadfileconroller.cs
          2. D:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Views\EDI\viewbadfile.cshtml

          Impacted areas:
          1. View bad file page - company level
          2. View bad file page - global level

          Unit test scenarios:
          1. view bad file
          2. Download bad file
          both scenarios at company as well as at global level.

          Show
          snehal.katkar Snehal Katkar (Inactive) added a comment - Files having changes: 1. D:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Controllers\EDI\viewbadfileconroller.cs 2. D:\WT\branches\LB\Web\Web Projects\WORKTERRA\Areas\Customization\Views\EDI\viewbadfile.cshtml Impacted areas: 1. View bad file page - company level 2. View bad file page - global level Unit test scenarios: 1. view bad file 2. Download bad file both scenarios at company as well as at global level.
          Hide
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

          Hi Snehal Katkar,

          Verified on LB
          Company-Symphony
          Verified below scenario:

          1)View bad file - company level
          2) View bad file - global level
          3)View bad file- Company -> BenAdmin module
          3)Download the bad file through all level
          Verified For synchronous and asynchronous

          For correct data, import is done successfully

          Marking item state as ready for stage

          Thanks,
          Jayshree

          CC: Suraj Sokasane Prasad Pise Rakesh Roy

          Show
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Snehal Katkar , Verified on LB Company-Symphony Verified below scenario: 1)View bad file - company level 2) View bad file - global level 3)View bad file- Company -> BenAdmin module 3)Download the bad file through all level Verified For synchronous and asynchronous For correct data, import is done successfully Marking item state as ready for stage Thanks, Jayshree CC: Suraj Sokasane Prasad Pise Rakesh Roy
          Hide
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

          Hi Snehal Katkar,

          Verified on Caiso for hspl.
          Verified all above scenario.
          Working as expected
          Marking item state as Ready for Production.

          Thanks,
          Jayshree

          CC: Rakesh Roy Prasad Pise Suraj Sokasane

          Show
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Snehal Katkar , Verified on Caiso for hspl. Verified all above scenario. Working as expected Marking item state as Ready for Production. Thanks, Jayshree CC: Rakesh Roy Prasad Pise Suraj Sokasane
          Hide
          amitthorve Amit Thorve (Inactive) added a comment -

          Rakesh Roy Stage and production deployment dates are not specified on this ticket. Please inform me regarding production deployment date.

          Show
          amitthorve Amit Thorve (Inactive) added a comment - Rakesh Roy Stage and production deployment dates are not specified on this ticket. Please inform me regarding production deployment date.
          Hide
          rakeshr Rakesh Roy (Inactive) added a comment - - edited

          Amit Thorve This is deployed and verified on stage and its ready for production deployment. could you please check and confirm on stage, so will move tomorrow on production?

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - - edited Amit Thorve This is deployed and verified on stage and its ready for production deployment. could you please check and confirm on stage, so will move tomorrow on production?
          Hide
          rakeshr Rakesh Roy (Inactive) added a comment -

          Amit Thorve We'll deploy this on production on 9th May.

          Show
          rakeshr Rakesh Roy (Inactive) added a comment - Amit Thorve We'll deploy this on production on 9th May.
          Hide
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

          Verified on Production
          Company - Caiso for hspl
          Login - Partner
          Verified all above scenario, working fine
          Marking item state as Production complete.

          Thanks,
          Jayshree

          CC: Rakesh Roy Prasad Pise

          Show
          jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on Production Company - Caiso for hspl Login - Partner Verified all above scenario, working fine Marking item state as Production complete. Thanks, Jayshree CC: Rakesh Roy Prasad Pise

            People

            Assignee:
            amitthorve Amit Thorve (Inactive)
            Reporter:
            amitthorve Amit Thorve (Inactive)
            Account Executive:
            Amit Thorve (Inactive)
            EDI Analyst 1:
            Amit Thorve (Inactive)
            Developer:
            Snehal Katkar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:
              Dev Due Date:
              Code Review Date:

                Time Tracking

                Estimated:
                Original Estimate - 10h Original Estimate - 10h
                10h
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 21.5h
                21.5h