Cannot see version id
Accepted answer
In order to assign version identifiers to versions created before the server was upgraded v5.0, you need to run the "repotools-ccm -createVersionIds" command. See https://www-01.ibm.com/support/knowledgecenter/SSYMRC_5.0.0/com.ibm.jazz.install.doc/topics/r_repotools_createversionids.html?cp=SSYMRC_5.0.0&lang=en
One other answer
Yes, I got the answer.
Comments
Then could you please share? I am curious to learn the answer :-)
- Arne
Hi Arne,
As I understand that the version ID does not get assigned automatically after you upgrade to 5.0.
so you need to run following command to get the version ID.
repotools -createVersionIDs adminUserId=<admin_username> adminPassword=<admin_password>
2 votes