...
In this article we will describe the basic understanding and trouble shooting steps for Web Report module , those will help to understand the cause of the problem & its basic understanding to prevent such problem in future. Also it will help to avoid the unnecessary delay of tickets forwarding.
Issue Type | What to check / Basic actions | How to check | Remarks | ||||||
---|---|---|---|---|---|---|---|---|---|
Report is Not opening | Run Report SYNC |
| |||||||
Entries in Ginapps.config file ( Entry for Web Report Configuration is present or not )Find the below entries Report configuration | Ensure the following standard entries are present in Ginapps.config file.
path : \GSL\GINESYS12\Shared\Ginapps.config ReportAPI page is opening individually Open the below link in browser. IMPORTANT: If different URL is mentioned as ReportUI and ReportAPI, DONOT change that. Check accessing those URL to verify and consult technical team. | ||||||||
Verify ReportAPI application | Access ReportAPI URL directly entering in browser. The format of ReportAPI URL is mentioned, change the server name or IP appropriately http://localhost <Server name or IP addressIP>/GinesysReportAPI/Api.asmx | ||||||||
Verify ReportUI page is opening individuallyOpen the below link in browser. application | Access ReportUI URL directly entering in browser. The format of ReportAPI URL is mentioned, change the server name or IP appropriately http://localhost <Server name or IP addressIP>/GinesysReportUI/Admin.aspx | ||||||||
Ginesys Data Source test connection under Server tab.Test Admin Configuration: Data Sources |
| ||||||||
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 :
| ||||||||
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 :
| ||||||||
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.
| ||||||||
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.
| ||||||
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 |
...