Impact of server rename on the Data Collection Component
You might encounter issues that relate to server rename and the Data Collection Component.
Turn off job schedules
Turn off all job schedules to prevent any extract, transform, and load (ETL) jobs from running during the server rename operation.
For more information about scheduling data collection jobs, see Collecting data with the Data Collection Component.
URLs in data warehouse aren't getting renamed
Ensure to set the ETL Jobs Enabled property to true
on
all IBM®
Engineering Lifecycle Management (ELM)
applications. Setting this property to false
disables all processing related to the
data warehouse including server rename, which causes URLs in the data warehouse to not get
renamed.
true
for all the ELM applications:- Open a web browser to the Application Administration page of a ELM
application:
The URL is
https://<server>:<port>/<application>/admin
, where<server>
is the fully qualified domain name orlocalhost
,<port>
is the port number, and<application>
isccm
,am
,rm
,qm
,gc
,dcc
,dm
, orrelm
.For example, in a web browser type:
https://localhost:9443/ccm/admin
- In the left pane under Configuration, click Advanced Properties.
- Go to the Data Warehouse section.
- Under the
com.ibm.team.datawarehouse.service.internal.MetaDataService
section, find the ETL Jobs Enabled property and selecttrue
under the Current Value column. - Repeat these steps for each of the ELM applications listed in the first step and then try the server rename operation again.
Actions to be performed after a server rename
- Navigate to Reports > Data Warehouse Connection and stop the old ETL jobs.
- Start the Data Warehouse database and ensure it is reachable by all applications during the server rename.
- Stop the Data Collection Component application in the Application Server.
- In the RIODS.REQUIREMENT table, check and verify if SOURCE_ID =-1.
- Perform the following validation tests:
-
SELECT URL FROM RIODS.PROJECT
SELECT URL FROM RIODS.REQUEST
SELECT URL FROM RIODS.TESTCASE
SELECT URL FROM RIODS.REQUIREMENT
-