Versions Compared

Key

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

...

What to check / Basic actions

How to check ( Quick Guide )

Recommended action

1

Check status of service GinesysReportScheduler, should be in running.

Go to Services.msc
Find the service GinesysReportScheduler service.
Ensure service is running

If GinesysReportScheduler service is not found in service list, then you need to install it. Please refer Report Scheduler installation section in the Report installation guide.

Ginesys Reports Installation Guide


“Error occurred The service failed to start within 30 seconds.” - This message may appear while installing Report Scheduler service using InstallReportSchedulerSerrvice

Solution:
Unblock the scheduler executable \GinesysReport\ReportScheduler\eWebReportsScheduler.exe. See, check 4 below.


If service is found in stopped state, try to start the service. Note Unblock the scheduler executable \GinesysReport\ReportScheduler\eWebReportsScheduler.exe. See, check 4 below. If still service doesn’t start, note the error message appeared for further troubleshooting.

2

Check presence of eWebReportsScheduler.exe file

Find the file in the following location.

\GinesysReport\ReportScheduler\eWebReportsScheduler.exe

If missing, copy the file from Report kit.

3

Check presence of eWebReportsScheduler.xml file

Find the file in the following location.

\GinesysReport\ReportScheduler\eWebReportsScheduler.xml

If the XML is not present in the expected name, then

  • Look for named as eWebReportsScheduler<Kit Version>.xml.

  • Rename the file to eWebReportsScheduler.xml.

4

Status
colourBlue
titleIMPORTANT
All files in GinesysReport folder have to be in UNBLOCK state

NOTE: Since the Ginesys Report file set is separately downloaded, Windows Smart Screen Filter marks most of the files as BLOCKED to execute.

  • Go to file property of Report Scheduler executable file, GinesysReport\ReportScheduler\eWebReportsScheduler.exe.

  • Observe, in the General tab at lower side, is there a check box or button to UNBLOCK.

  • If the button or check box is found, then that means the files are in blocked state.

  • Open CMD with Admin privilege and run the below command.

  • Type powershell ( press Enter )

  • Type following command. Mention the correct drive letter and verifypath of Ginesys Report before execution.

  • dir <Drive>\GSL\GINESYS12\GinesysReport\ -Recurse | Unblock -File

5

Test connection of Schedule Remoting Host

Go to Ginesys Web > Report > Server > General (left side menu) > Scheduler Settings (double click)
Find Schedule Remoting Host
Test the connection using the lightning Icon at the end of the URL field.

If find the field blank, mention following.
http://<Report Server IP>:2001 or tcp://<Report Server IP>:2001
Alter the protocol between tcp and http if connection is not successful.

6

Enable Report Scheduling Option is True

Server > General > Main Settings > Scheduler Settings > Find Enable Report scheduling > It should be set as True.

...