SYMPTOMS


In Ginesys Report module , there is an option to schedule reports. But sometimes user may encounter report scheduling related problem. In this article we will discuss the common known causes & its resolution.

CAUSES


The known causes for this type of issue are listed below.

RESOLUTION


1. Find & place the proper eWebReportsScheduler.xml file to the following path \GinesysReport\ReportScheduler\.

2. Search for any incomplete tag is present or not in eWebReportsScheduler.xml file using starting <> , ending tag </> & complete those tags properly.

3. If the eWebReportsScheduler.exe is found missing , then you have to download the report kit as per version from below link & after extracting the folder and find eWebReportsScheduler.exe from the path <Ginesys Report downloaded drive>\GinesysReport\ReportScheduler\ and replace with the following path \GinesysReport\ReportScheduler\ .

4. If the eWebReportsScheduler.exe is found blocked then follow the below steps to unblock the required files.

Open CMD with Administrator Rights and run the below command one by one:

C:\Windows\system32>PowerShell ( type & press Enter)

PS C:\Windows\system32> dir <Ginesys Report Installation drive>\GinesysReport\ReportScheduler -Recurse | Unblock -File ( type & press Enter )

PS C:\Windows\system32>

An example is given below.

5. If the Ginesys Report Scheduler service is not getting start or stop properly then re-install service using following steps.

Install the Report Scheduler Windows Service:

cd <GINESYS Installed Drive>\GSL\GINESYS12\GinesysReport\InstallReportSchedulerService -install <GINESYS Installed Drive>\GSL\GINESYS12\GinesysReport\ReportScheduler

If we want to uninstall the Ginesys Report Scheduler service then follow the below steps.

cd <GINESYS Installed Drive>\GSL\GINESYS12\GinesysReport\InstallReportSchedulerService -Uninstall <GINESYS Installed Drive>\GSL\GINESYS12\GinesysReport\ReportScheduler

In case issue still persists then contact at Ginesys Care : https://care.ginesys.in

RELATED ARTICLE