Versions Compared

Key

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

...

Issue Type

What to check

How to check

Remarks

Report is Not opening

Report SYNC & IISReset command

Click on Repository tab and then run SYNC. Post SYNC operation , run the below command to reset the IIS server.

Open CMD ( with Admin privilege) > IISRESET > Press Enter.

Ginesys Data Source test connection under Server tab.

Go to Server > Data > Source > Double click on GINESYS. Then go to Connection String line & test the connection.

Report path test connection under Server tab.

Server tab > General > Main Settings > We can find the Report Path line > Test the Report path.

Ginapps.config file ( Entry for Web Report Configuration is present or not )

Find the below entries in Ginapps.config file. GinesysWebReprts.xml file is present or not

<add key="ReportURI" value="/GinesysReportUI/" />
<add key="CustomPort" value="" />

path : \GSL\GINESYS12\Shared\Ginapps.config

ReportAPI page is opening individually

Open the below link in browser.

http://localhost or IP address/GinesysReportAPI/Api.asmx

ReportUI page is opening individually

Open the below link in browser.

http://localhost or IP address/GinesysReportUI/Admin.aspx

Ginesys Data Source test connection under Server tab.

Report API Configuration using IIS server manager ( physical path of reportAPI folder, API folder standard permission, AppPool )

Open IIS server manager : Run>inetmgr>Default WebSite >Select GinesysReportAPI > At right hand side Select Basic Settings > Check the path , apppool ) .

Then right click on GinesysReportAPI >Edit permission > Check the standard permission set from below permission section.

Report UI Configuration using IIS server manager ( physical path of reportUI folder, UI folder standard permission, AppPool )

Open IIS server manager : Run>inetmgr>Default WebSite >Select GinesysReportUI > At right hand side Select Basic Settings > Check the path , apppool ) .

Then right click on GinesysReportUI >Edit permission > Check the standard permission set from below permission section.Go to Server > Data > Source > Double click on GINESYS. Then go to Connection String line & test the connection.

Report path test connection under Server tab.

Server tab > General > Main Settings > We can find the Report Path line > Test the Report path.

GinesysWebReprts.xml file is present or not

C:\GSL\GINESYS12\GinesysReport\ReportUI\Config\GinesysWebReports.xml

Physical Path , AppPool , Standard Folder Security permission of ReportAPI folder.

Verify the physical path of ReportAPI folder and its AppPool from IIS Manager.

Verify the folder Security of ReportAPI folder. Standard set of security should be like :

  1. SYSTEM ( Full Permission)

  2. Creator Owner (Special Permission)

  3. Administrators (Full permission)

  4. Users (Read& Execute , List of Folders , Read , Special Permission)

  5. IIS_IUSRS (Full Permission)

Physical Path , AppPool , Standard Folder Security permission of ReportUI folder.

Verify the physical path of ReportUI folder and its AppPool from IIS Manager.

Verify the folder Security of ReportUI folder. Standard set of security should be like :

  1. SYSTEM ( Full Permission)

  2. Creator Owner (Special Permission)

  3. Administrators (Full permission)

  4. Users (Read& Execute , List of Folders , Read , Special Permission)

  5. IIS_IUSRS (Full Permission)

Report SYNC is not happening

Report SYNC is happening ?

Report sync is not happening ?GinesysWebReprts.xml file is present or not.

C:\GSL\GINESYS12\GinesysReport\ReportUI\Config\GinesysWebReports.xml

Folder Security permission of ReportUI & ReportAPI.

Verify the standard Folder security permission.

  1. SYSTEM ( Full Permission)

  2. Creator Owner (Special Permission)

  3. Administrators (Full permission)

  4. Users (Read& Execute , List of Folders , Read , Special Permission)

  5. IIS_IUSRS (Full Permission)

Report Scheduler service is working

GinesysReportScheduler Service state.

RUN > Services.msc > Find the Report scheduler service > Check is it stopped or not installed.

If GinesysReportScheduler service is not installed then you need to install it. Please follow the below reference for Service installation.

Status
colourYellow
titleService installation link

eWebReportsScheduler.exe file

Find the below file is present or not from the following path.

<Ginesys Installation_drive>\GSL\GINESYS12\GinesysReport\ReportScheduler\eWebReportsScheduler.exe

eWebReportsScheduler.xml file

Find the below file is present or not from the following path.

<Ginesys Installation_drive>\GSL\GINESYS12\GinesysReport\ReportScheduler\eWebReportsScheduler.xml

Schedule Remoting Host test connection ?

Server > General > Main Settings > Scheduler Settings > Find Schedule Remoting host > test the connection.

Enable Report Scheduling Option is True

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

Report Scheduler Mail is not happening

GinesysReportScheduler Service state

RUN > Services.msc > Find the Report scheduler service > Check is it stopped or not installed.

Test mail credentials in SMTP mailer from Launchpad.

Open Launchpad > SMTP Mailer > Click on Stop Service > Click Edit button > Put your credentials & test the smtp details. ( Do not save anything on this window ) .

eWebReportsScheduler.exe file

Find the below file is present or not from the following path.

<Ginesys Installation_drive>\GSL\GINESYS12\GinesysReport\ReportScheduler\eWebReportsScheduler.exe

Check mail settings in eWebReportsScheduler.xml file

Find the below file & check the settings from the following path.

<Ginesys Installation_drive>\GSL\GINESYS12\GinesysReport\ReportScheduler\eWebReportsScheduler.xml

Check SSL settings in eWebReportsScheduler.xml file set as true or false.

eWebReportsScheduler.exe.config file settings under Runtime tag.

Following tag needs to add under Runtime tag.from the the following path.

<loadFromRemoteSources enabled="true"/>

<Ginesys Installation_drive>\GSL\GINESYS12\GinesysReport\ReportScheduler\eWebReportsScheduler.exe.config

This Article is applicable for all those cases where No Web report is running or Web Report module is not opening or Some specific report menu is not running.

...