Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

SYMTOMS

...

In Ginesys Report Module , sometimes we click While clicking on Report menu a message appeared in the Repository page tab or in Home page tab or in Server page tab as follows.

GINESYS Report engine not yet configured.Please get in touch with your Administrator or call GINESYS Helpdesk.

...

Along with that if we click on Sync button on Repository page same kind of message appears into Error Message box.

...

CAUSE

...

In this article we have described the known causes of this kind of error message as case specific.

Case 1: GINESYS Report Application is either not installed or not properly configured in your system.

Case 2: Particular entries are missing in Ginapp.config file for Ginesys Report configuration but Ginesys Report is already installed in your system.

Case 3: In IIS server manager, Site Binding settings of Default Web Site restricts the Report working procedure.

Case 4: SSL certificate installation for HTTPS environment settings, is also one of the reason for the above error.

Case 5: Some Unknown DLL files are present in Bin folder of ReportUI & ReportAPI, might be a reason.

RESOLUTION

...

Solutions are provided with the basis of the above mentioned cases serially.

...

We have to install Ginesys Report application properly . For Ginesys Report Installation we can follow the article

Status
colourYellow
titleReport installation link
Ginesys Reports Installation Guide

Solution for Case 2:

Note

It is highly recommended that always take backup of Ginapps.config xml file beforemaking modification or an improper change in Ginapps.config.xml file causes a serious problem. We can revert back file if any problem occurs.

Here we have to open Ginapps.config file from the path <Ginesys Installation drive>\GSL\GINESYS12\Shared\ and search for the tag <appSettings file=""> and then add the below two entry into this tag and save the Ginapps.config file.

...

Code Block
<appSettings file="">
      <add key="ReportURI" value="/GinesysReportUI/" />
      <add key="CustomPort" value="" />
</appSettings>

Solution for Case 3 :

  1. First open the IIS server manager console and Click on Default Web Site , at left hand side , we can see the Bindings Option ,

...

  1. Click on

...

  1. Bindings & a Site Bindings window will open and we can see some entries there .

  2. Then find the column Type and into that column we can see the Http entry.

  3. Double Click on Http entry and a small window will open.

  4. Remove Host name field & Set the IP Address field as “All Unassigned“ then click on OK.

An example of modified settings given below.

...

Solution for Case 4:

  1. First open the IIS server manager console and Click on Default Web Site ,

...

  1. At left hand side , we can see the Bindings Option , click on

...

  1. Bindings & a Site Bindings window will open and we can see some entries .

  2. Then find the column Type and into that column we can see the Https entry.

  3. Double Click on Https entry and a small window will open. If we see any certificate in SSL certificate field then we can follow the below article for solution.

StatuscolourYellowtitleLink for HTTPS environment"GINESYS Report engine not yet configured or service is not running." - error message showing during Report SYNC while Ginesys runs on HTTPS

A sample of https site binding settings.

...

In this case, first we have to understand from which bin folder the problem occurs. So you we try to browse below links one by one manually.

  • Browse In Web Browser open ReportUI page manually using the URL : http://<localhost or Hostname of report Server>/GinesysReportUI/Admin.aspx

  • Browse In Web Browser open ReportAPI page manually using URL : http://<localhost or Hostname of report server>/GinesysReportAPI/Api.asmx

Those pages will help us to find out Wrong DLL files. Then go to the following path & remove files from respective bin folder location as per the above understanding.

  1. <Ginesys Report_Installed drive>\GinesysReport\ReportUI\Bin\

  2. <Ginesys Report_Installed drive>\GinesysReport\ReportAPI\Bin\

RELATED ARTICLE

...