How Can We Help?
Search for answers or browse our knowledge base.
How to Enable Exago Reporting (v22.2 and Higher) for On-Premise Instances
Objective:
This guide explains the steps to enable Exago Reporting (version 22.2 and higher) for on-premise instances of Epicor ECM (DocStar).
Step 1: Verify Reporting License
- Open the Epicor Admin panel.
- Navigate to Licensing.
- Look for the line labeled Reports (Boolean).
- Ensure that the status is shown as ENABLED.
- If it’s not enabled, contact your Account Manager to obtain and activate the required license.
Step 2: Update web.config File
- Navigate to the directory:
C:\Program Files\Astria Solutions Group\Eclipse Server
. - Open the web.config file.
- Look for the line:
<add key="OnPremise" value="1"/>
. - Verify that the value is set to 1. If not, update it to be 1.
- Ensure the line is not masked or commented out (example:
<!--<add key="OnPremise" value="1"/>-->
).- If masked, remove the masking so the line looks like:
<add key="OnPremise" value="1"/>
.
- If masked, remove the masking so the line looks like:
- Save the file.
Step 3: Reconfigure Epicor ECM Server
- Run the Epicor ECM Server Configuration.
- On the Application Configuration screen, check the box labeled INSTALL REPORTING.
- Complete the installation process.
Step 4: Configure Reporting and Import Standard Reports
- Log in to the Epicor ECM site.
- Go to the Reports tab.
- Click on OPT IN TO REPORTS.
- After opting in, proceed to Import Standard Reports.
- If you encounter an error during the import, showing: “An error has occurred. Please contact your administrator. Storage Management Failed to Initialize: Execution during Test Connection Phase:initialize connection Exception: Login failed for user ‘DomainName\Name”, follow the next steps.
Step 5: Update App Pool Identity in IIS
- Open Internet Information Services (IIS).
- Find the ECMREPORTING App Pool.
- Update the Identity from ApplicationPoolIdentity to the same user that has elevated rights to the SQL database.
- Restart the ECMREPORTING App Pool.
Step 6: Retry Importing Standard Reports
- Go back to the Epicor ECM site.
- Repeat the Import Standard Reports step.