It's all about the answers!

Ask a question

What are the repotools -backupJFSIndexes return codes


Jeff Birkner (15810) | asked May 09 '14, 10:46 a.m.

What are the repotools -backupJFSIndexes return codes?  Is there a list available?

I am running version 4.0.5 GA.

I am receiving a return code of 130 when my backup script calls:

REPOTOOLS_EXECUTABLE="${JAZZ_HOME}/repotools-${APP_NAME}.sh"

${REPOTOOLS_EXECUTABLE} -backupJFSIndexes  adminUserId=${USERNAME} adminPassword=${PASSWORD} repositoryURL=${PUBLIC_URL}/${APP_NAME} toFile=${JAZZ_INDEX_BACKUP_LOCATION}/${TIMESTAMP}_$(hostname)_${APP_NAME}_indices_backup.zip 2>&1 | tee -a $LOGFILENAME
return_code=$?

<snip>

writelog "Unable to create Jazz indices backup, return_code: ${return_code}"

Output:

Unable to create Jazz indices backup, return_code: 130

I am running this on the JTS server, but I would like to know the return code values for CCM and QM also.

Thanks.

Jeff

One answer



permanent link
Donald Nong (14.5k414) | answered May 11 '14, 9:29 p.m.
It appears that there is no such a list. Hopefully a developer can chime in and show what the source code is.
https://jazz.net/forum/questions/20285/explaination-of-repotools-return-codes
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/87843

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.