Installing CSM fails with java.lang.NumberFormatException: For input string: "03070007007
Release:
Component:
Please refer to the attachments in this case. There are 4 jar files. Rename them to be MSMDeployer.jar , MSMInstaller.jar , MSMValidator.jar and MSMOptValGen.jar .
Under /MSMSetup/ replace
MSMDeployer.jar
MSMInstaller.jar
Under /Bin replace MSMValidator.jar
Under /MSMSetup/lib/ replace MSMOptValGen.jar
These jar files are for CA CSM 6.1 however they can also be used for 6.0. If you are using 6.0, under path /../MSMSetup/SAMPLIB/ rename all the 60 and 600 suffixed members to 61 and 610. For example CSM3M600 to CSM3M610 and CSMPDB60 to CSMPDB61 etc.
Before running the CSMN6103 modify the SRVHFS2 and SRVHFS3 DDDEF's from:
REP DDDEF(SRVHFS2)
PATH('/parentpath/msm/datacom/dbsrv/bin/').
REP DDDEF(SRVHFS3)
PATH('/parentpath/msm/datacom/dbsrv/lib/').
to:
REP DDDEF(SRVHFS2)
PATH('/parentpath/msm/datacom/dbsrv/lib/').
REP DDDEF(SRVHFS3)
PATH('/parentpath/msm/datacom/dbsrv/bin/').
SRVHFS2 should end with /lib and SRVHFS3 end in /bin.