It's all about the answers!

Ask a question

RTC integration with SmartBear code review feature


T M (8878188143) | asked Nov 16 '11, 6:23 a.m.
I tried integrating the code review plugin with RTC and not successful.

RTC 3.0.1
Windows 7 Professional Edition

I followed the below steps as per the link http://blog.smartbear.com/post/10-07-13/Rational-Team-Concert-Work-Flow-Support/ :

- Downloaded the zipped file from: http://backups.smartbear.s3.amazonaws.com/downloads/ccollab_client_6_5_6503_update_site.zip.

- Unzipped to $JAZZ_ROOT/ccollab-update-site.
Where JAZZ_ROOT=C:\JazzTeamServer

- In the $JAZZ_ROOT/server/conf/ccm/provision_profiles directory, "com.smartbear.ccollab-profile.ini" was copied.

Content of "com.smartbear.ccollab-profile.ini":
url=file:../../ccollab-update-site
featureid=com.smartbear.collaborator.rtc.process.feature

- "Request Server Reset" from the Jazz web admin

- Restart JTS

After all the above steps, I still don't see "Code Collaborator" section in the Advance Properties.

Am I missing anything here?

Thanks!

One answer



permanent link
T M (8878188143) | answered Nov 16 '11, 7:38 a.m.
Resolved the issue! Converted the relative path to absolute path.

url=file:../../ccollab-update-site

to

url=file:c:/JazzTeamServer/ccollab-update-site

Also, I should check the application "Advance Properties" for the "Code Collaborator" section.

Thanks!

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.