Add Report Data Source
This function helps you add a report data source.
Operation Procedure
- Click the Report tab and select Report Data Source in the navigation tree.
- Click Add.
- Set the parameters and click OK.
Parameters
- Data source IP: Type the IP address of the target system report database server.
- Data Source Name: Enter a name for the data source for easy identification.
- Data source DB name: Displays the name of the database used by the report data source, and the name is not configurable. This parameter appears only when SQL server or Mysql databases are used.
- TNS name: Select the TNS name of the database. This parameter appears only when Oracle databases are used.
- Data Source User Password: Password for the report user to log in to the target system report database.
- Database Port: The service port of the target system report database server.
- Instance: The instance name of the target system report database server when SQL server databases are used, blank as the default instance.
Precautions
- The report data source to be added must be compatible with the database type of the current system.
- The target system must be installed with the report module.
- TNS name needs to be pre-configured on the system database server, please refer toOracle 11g Installation and Configuration Guide(for Linux).
- To search for the report user password used to log in to the target system report database, enter the iMC\deploy\ directory in the installation path, log in to the CLI, and then execute one of the following commands depending on the operating system:
- Linux system: sh pwdmgr.sh -query 127.0.0.1 report_db report.
- Windows system: pwdmgr.bat -query 127.0.0.1 report_db report.
Related Topics