Configure Default Report on IPE
- Last UpdatedMay 10, 2023
- 3 minute read
This section describes the procedure to configure default reports.
Note: You must follow this procedure to configure any other reports for AIM.
Defining a View for Reports in the Viewsscript.sql File
To define a view for reports, you must run the Viewsscript.sql file in the reporting database, after running the SSIS package for the first time.
Uploading the Default Reports
To make the default reports (rdl files) available in AIM, you must connect to a data source and upload these files into the SSRS directory.
To upload the default reports:
-
Browse to the following path:
http://{myserver}:portno/reports
Note: Replace {myserver} with your computer name.
-
Select New Data Source.
The New Data Source window opens.

-
In the Name box, type SSRSDB.
-
In the Connection String box, copy the following:
Data Source=Nameoftheserverinstance;Initial Catalog=Nameofthedatabase
Note: Replace Nameoftheserverinstance with your server name, and Nameofthedatabase with the name of the database you have created.
-
For Connect using, select Credentials stored securely in the report server.
-
Enter the User name and Password, and then select OK.
-
In the Report Manager Home page, select New Folder to create a folder for reports.

-
Open the Folder, and then select Upload File.
-
Select Browse, and then select the rdl file provided for IPE located in the following path: {install path}\Report\Report Example\
-
Select OK.
-
In the drop-down list of the Report uploaded, select Manage.

-
In the left pane, select Data Sources.

-
In the right pane, select A shared data source, and then select Browse.
-
Select the data source created in step 4.
-
Repeat the steps 5 and 6 for the remaining rdl reports.
-
To open the default IPE reports, double-click those reports.
Importing EIWM to Interact with Dashboard
You can view SSRS reports in Dashboard. Each report can be created as an AIM Report or its child classes pointing to the SSRS URL of the specific report.
The following example provides the XML scripts for creating the report:
-
Create a class under the AIM Report using the following EIWM:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?vnet xslt="NULL"?>
<vl:VNETList xmlns:vl="http://www.aveva.com/VNET/List"
xmlns="http://www.aveva.com/VNET/eiwm">
<Class>
<ClassID>SSRS REPORT</ClassID>
<ParentClassID>AVEVA NET REPORT</ParentClassID>
<ClassName>SSRS Report</ClassName>
<PluralName>SSRS Reports</PluralName>
</Class>
</vl:VNETList>
-
Import the Class for AVEVA NET Report.
-
Import the Report using the Import Controller.
Modifying Default Report XML
To modify default report XML:
-
Open the default report XML file.
-
Edit the following script:
<Value>http://{server}/ReportServer/Pages/ReportViewer.aspx?%
2fAVEVA+NET+Sample+SSRS+Reports%
2fEquipment+Mismatch&rs:Command=Render&rc:LinkTarg
et=_self</Value>
-
Replace {server} with the actual server name.
-
Replace ReportServer with the Virtual Directory Name, configured in Web Service URL page of the Reporting Services Configuration Manager.
-
Replace AVEVA+NET+Sample+SSRS+Reports with the actual folder name.
Note: If a folder is not created for the reports on the Report Manager, then remove AVEVA+NET+Sample+SSRS+Reports from the URL above.