Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

Note

The in-use GinesysReport directory must be COPIED (Ctrl+c), DO NOT MOVE (Ctrl+v) or RENAME the current GinesysReport directory. New file set will be overwritten the current file set. Hence for precaution, keep a copy of backup.

...

  • Copy the file-set of downloaded and extracted report kit. Copy the directory GinesysReport from extracted location (in step 2. Extract)

  • Go to the path \GSL\GINESYS12

  • Ensure you can see the directory GinesysReport.

  • Paste the copied directory. The prompt for replacing the existing files will come up, proceed for existing file replacement.

  • (Preventive action) Unblock the files as the Windows security service (SmartScreen Filter) marks the downloaded file as blocked for execution. You can check the property of any .exe file from the report directory whether the Unblock button / checkbox is seen. Same can be checked before and after executing the following section.

    • Open a CMD with elevated (‘Run as administrator’) mode.

    • Execute the command mentioned in the code block.

    • The path of in use current report folder MUST BE updated in the command.

    • No message will come on successful command execution but failure message may be displayed.

      Code Block
      languagepowershell
      powershell -Command "dir D:\GSL\GINESYS12\GinesysReport -Recurse | Unblock-File"

    • Change the Application Theme in the Server menu from “Basicto “Ginesys OneServer/General/Feature UI Setting/Application theme selection.

  •   Rename the following files to specified names -
    Original file -  GinesysReport\ReportUI\appSettings_2019_6_1.config name changed to GinesysReport\ReportUI\appSettings.config
    Original file - GinesysReport\MonitoringService\Monitoring_2019_56_01.exe.config name changed to GinesysReport\MonitoringService\Monitoring.exe.config
    Original file - GinesysReport\ReportAPI\appSettings2019_56_01.config name changed to GinesysReport\ReportAPI\appSettings.config
    Original file - GinesysReport\ReportScheduler\working2019_56_01 name changed to GinesysReport\ReportScheduler\working
    Original file - GinesysReport\ReportScheduler\eWebReportsScheduler2019.56.01.xml name changed to GinesysReport\ReportScheduler\eWebReportsScheduler.xml
    Original file - GinesysReport\ReportScheduler\eWebReportsScheduler.exe.config_2019_6_1 - name changed to GinesysReport\ReportScheduler\eWebReportsScheduler.exe

  • In case you wish to have lesser time taken for better resolution of your Ginesys Web Report related issues we recommend you to install Ginesys Web Report Monitoring Services please write to https://care.ginesys.in/

...