How to manually register applications with the Jazz Server
![]()
John Vasta from the Jazz Foundation team explained clearly how to unregister manually applications.
My question here is how do we register them manually? What are the exact steps for registering applications that are used in the JTS Setup process? Please advise. Thanks! If you want to try and completely undo the CCM registration and redo, try these steps: |
11 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Nov 25 '10, 9:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,
I think John described that in step 9 below. The registration process should create all the friends and consumers automatically. Ralph John Vasta from the Jazz Foundation team explained clearly how to unregister manually applications. If you want to try and completely undo the CCM registration and redo, try these steps: |
![]() Hi, John Vasta from the Jazz Foundation team explained clearly how to unregister manually applications. If you want to try and completely undo the CCM registration and redo, try these steps: Hi Ralph, I thank you for pointing that out, but we want to understand how to reproduce step 9 manually, without using the setup wizard. Any clue on how to do that? Thanks! |
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Nov 25 '10, 3:29 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,
9 refers to a register application in the JTS Admin pages. Register applications is not only available in the setup, especially because we need to be able to register additional servers. Just look into the JTS Admin pages. Ralph Hi, John Vasta from the Jazz Foundation team explained clearly how to unregister manually applications. If you want to try and completely undo the CCM registration and redo, try these steps: Hi Ralph, I thank you for pointing that out, but we want to understand how to reproduce step 9 manually, without using the setup wizard. Any clue on how to do that? Thanks! |
![]()
Thanks, for the answer, we did previously tried that too but it failed as in the setup page.
So there is not other way to achive that registration (DB Entry or external script)? Thanks all! |
|
![]() Thanks, for the answer, we did previously tried that too but it failed as in the setup page. Nice thread. Any answer? |
![]()
We wanted to use this procedure so that we could take a copy of our production database for running tests to resolve ongoing performance problems.
The copy of production has applications registered, I was able to un-register and re-run jts/setup. This worked ok for ccm. For the admin application, I was able register again, but it seems that there is still a reference to the original JTS key. I think this is because of storage area keys being retained. Should I use repotool-jts -deleteJFSResources to remove the admin storage area keys before running the jts setup wizard? Is there any tech note available for taking a copy of production? thanks Mike Brosnan |
![]() We wanted to use this procedure so that we could take a copy of our production database for running tests to resolve ongoing performance problems. The admin application is the Lifecycle Project Administration app. New storage areas are created each time it is registered. You could delete the old storage areas optionally, but there should be no adverse affect if you don't. Unless many projects were created in LPA (<server>:<port>/admin/web), there should not be very much data in that storage area. |
![]() We wanted to use this procedure so that we could take a copy of our production database for running tests to resolve ongoing performance problems. The admin application is the Lifecycle Project Administration app. New storage areas are created each time it is registered. You could delete the old storage areas optionally, but there should be no adverse affect if you don't. Unless many projects were created in LPA (<server>:<port>/admin/web), there should not be very much data in that storage area. We get diagnostic errors for the LPA app WARNINGS: The consumer key 9f1c4ca0bc044040922596f73b058915 used by the storage area com.ibm.team.lpa.5536daa3-78a7-4141-84f3-9cba4a6e9c47 does not exist. The consumer key 9f1c4ca0bc044040922596f73b058915 used by the storage area com.ibm.team.lpa.5536daa3-78a7-4141-84f3-9cba4a6e9c47. configs does not exist. The consumer key 9f1c4ca0bc044040922596f73b058915 used by the storage area com.ibm.team.lpa.5536daa3-78a7-4141-84f3-9cba4a6e9c47. index does not exist. The consumer key 9f1c4ca0bc044040922596f73b058915 used by the storage area com.ibm.team.lpa.5536daa3-78a7-4141-84f3-9cba4a6e9c47. projects does not exist. The consumer key 9f1c4ca0bc044040922596f73b058915 used by the storage area com.ibm.team.lpa.5536daa3-78a7-4141-84f3-9cba4a6e9c47. templates does not exist. Can I ignore this warning? Do I use repotool-jts -deleteJFSResources to remove? thanks Mike. |
![]()
If the application at <server>/admin/web is functioning properly, I think those warnings are safe to ignore. |