After having applied the PTF LU09804 which brings Topology up to 1.1.0. Trying to run TPLSERUN (Topology Extractor-Aggregator). Getting an error on "Field smfSysview".
20:29:51.166 main DEBUG com.ca.topology.smf.config.SmfExtractorAggregatorConfiguration - Configuration file picked from: application.yml
20:29:51.231 main DEBUG com.ca.topology.config.ConfigUtils - Overriding string config variable SmfExtractorAggregatorConfiguration.ddNameProperty = 'SMFIN'
20:29:51.232 main INFO com.ca.topology.config.ConfigUtils - Applied config variable smfin.ddname = SMFIN
20:29:51.232 main DEBUG com.ca.topology.config.ConfigUtils - Overriding string config variable SmfExtractorAggregatorConfiguration
.parminDDNameProperty = 'PARMIN'
20:29:51.232 main INFO com.ca.topology.config.ConfigUtils - Applied config variable parmin.ddname = PARMIN
20:29:51.234 main ERROR com.ca.topology.config.ConfigUtils - Field smfSysview not defined in configuration
Release : 14.0
Missing hold actions of the PTF LU09804
The first hold action fixed this problem:
**************************
* STEPS TO PERFORM *
**************************
1.Copy the updated application.yml and staging-workfile.xml from the
INSTALL_PATH to DEPLOY_PATH. If there were no manual modifications
to the files in the Topology deployment directory, this can be
done by simply running the job CTPLJCL(TPLSCPY).
2. Copy the following members from CTPLJCL to INSTJCL where CTPLJCL
is one of the target libraries and INSTJCL is one of the customized
libraries.
TPLSAGRN, TPLSCMEM, TPLSCPDS, TPLSER01, TPLSER02, TPLSFTP, TPLSPAX
3. We have added support for Topology to use product registration
service (which will appear in the SCRT report). This requires CA
Common Services updated to PTF LU09331, and the load library CAW0PLD
present in your linklist or STEPLIB for the CUSPROC(TPLSPROC).
4. In addition, if you are using RACF, product registration service
requires the load module CAW0PLD(J2ZJNIJ4) from CA Common Services
to be program-controlled. If it is not, Topology API Server will
not allow you to login when AUTH_METHOD=SAF is used.
To make the load module program controlled, follow the steps:
https://www.ibm.com/docs/en/zos/2.2.0?topic=dmpc-steps-defining-programs
-from-load-libraries-program-control
5. Stop the API STC job and submit INSTJCL(TPLSERUN) job again
for extractor aggregator to get the updated schema updates.