Attempting to migrate CA Product CSI from Chorus Software Manager (CSM) to zOSMF
ZosmfUri = 'https://zosmf.address.com/zosmf/LogOnPanel.jsp'
ZosmfPort = '1443'
ZosmfUser = 'zosmf_userid'
ZosmfSystem = 'zosmf_systemid'
SafKeyRing = 'izusvr/IZUKeyring.IZUDFLT'
SslVersion = 'TLSv12'
#1 *ERROR* (hwthset) at time: 13:55:15
Rexx RC: 0, Toolkit ReturnCode: 516
DiagArea.Service: 0
DiagArea.ReasonCode: 0
DiagArea.ReasonDesc: The specified URI for the connection contains non-"authority" sections.
** hwthset (HWTH_OPT_URI) failure **
ERROR Connection Setup Failed
#2 *ERROR* (hwthconn) at time: 10:00:05
Rexx RC: 0, Toolkit ReturnCode: 262
DiagArea.Service: 1441793
DiagArea.ReasonCode: 428
DiagArea.ReasonDesc: Key entry does not contain a private key
#1 - The ZosmfUri is the z/OSMF Server URI address. Enter hostname or IP address of system running zOSMF. Do not specify any extraneous information or a trailing "/".
eg. ZosmfUri = 'https://zosmf.address.com'
#2 - Confirm that both ZosmfUser and IZUSVR have READ and UPDATE access to resource name IZUSVR.IZUKeyring.IZUDFLT.LST in the RDATALIB class. This is what grants access to the private key.
Reference ACF2 KB Article: 265854
If problems still exist, execute CSM2ZOSM in batch with verbose (-v) option to capture trace. See KB Article: 262056