If you change the domain name of the domain on which Enterprise Reporter runs, you need to reconfigure Enterprise Reporter so it runs properly.
Table: Process to reconfigure Enterprise Reporter after a domain name change outlines the process to reconfigure Enterprise Reporter after a domain name change.
Table: Process to reconfigure Enterprise Reporter after a domain name change
|
Step |
Description |
|---|---|
|
1 |
Back up your reports. If you do not back up the reports, they will be lost. |
|
2 |
Delete the |
|
3 |
Edit the |
|
4 |
Recreate the cognos database user. |
|
5 |
Edit the |
|
6 |
If the Oracle database instance is on the same host as Enterprise Reporter, do one of the following:
|
|
7 |
Reconfigure Enterprise Reporter. |
|
8 |
If you use business views, add them to Enterprise Reporter's metamodel. See “To add business views to Enterprise Reporter's metamodel”. |
|
9 |
If you use custom attributes, add them to Enterprise Reporter's metamodel. See “To add custom attributes to Enterprise Reporter's metamodel”. |
|
10 |
Import the reports that you backed up in step 1. See “To import reports”. |
To edit ERUsers.ini
On the Enterprise Reporter host, navigate to the following directory:
where configuration_directory is the directory in which you chose to store Enterprise Reporter configuration files. The default directories are /var for Solaris and C:\Program Files\VERITAS for Windows.
In the file, under the section [function cognos_updates] change the domain name to the new domain name.
To recreate the cognos database user
On the host where the Oracle database instance resides, run the following commands at the SQL*Plus prompt:
SQL> CONNECT SYS/password AS SYSDBA
where sys and password are the database credentials.
SQL> drop user SAHARA_COGNOS cascade;
SQL> create user SAHARA_COGNOS identified by sahara default tablespace SAHARA_CGNS_01 quota unlimited on SAHARA_CGNS_01;
SQL> grant create procedure,create sequence,create session,create table,create trigger,create view,SAHARA_READ to SAHARA_COGNOS;
To edit the ABAuthSource and RBAuthSource files
On the Enterprise Reporter host, navigate to the following directory:
|
Solaris |
|
|
Windows |
|
where configuration_directory is the directory in which you chose to store Enterprise Reporter configuration files. The default directories are /var for Solaris and C:\Program Files\VERITAS for Windows.
Open the files ABAuthSource and RBAuthSource in a text editor.
In the files, change the domain name to the new domain name.
To add business views to Enterprise Reporter's metamodel
To add custom attributes to Enterprise Reporter's metamodel