6.7.3 Configuring Report URLs
Log in to the ECM Atomic Schema and execute the following SQL statement by replacing the placeholder:
update KDD_REG_REPORT_TYPE t set t.REPORT_URL = '<URL for STR>/RRSService/ InitiateRequest' where t.REG_TYPE_CD = 'CASTR';
For example,
update KDD_REG_REPORT_TYPE t set t.REPORT_URL = 'http:// whf00abc:1200/CRR808/RRSService/InitiateRequest' where t.REG_TYPE_CD = 'CASTR';
COMMIT;