It's all about the answers!

Ask a question

Git adapter error CRIGT0434E


Taki Nakajo (1.1k2346) | asked May 01 '15, 12:28 a.m.

There are 2 RTC Project area (Project area A and Project area B) associated with a Git project repository. 
The Project area A is set as default project area. ( in the RTC Git adapter admin page )

Attempts to commit with a work item 12714 in the RTC Project area B results in the following error CRIGT0434E:

ERROR com.ibm.gearbox.adapter.git                         - CRIGT0434E
The Git adapter could not find change request number 120714 while
trying to add a link from the change request to Git resource
ea65bb8afddbd575a35fb0a66bd9908ff5130656. The Git adapter administrator
can check for further details in the server/logs/gitAdapter.log file.
com.ibm.team.jfs.app.http.HttpBadRequestException: CRIGT0434E The Git
adapter could not find change request number 120714 while trying to add
a link from the change request to Git resource
ea65bb8afddbd575a35fb0a66bd9908ff5130656. The Git adapter administrator
can check for further details in the server/logs/gitAdapter.log file.

Attempts to commit with a work item xxxxxx in the RTC Project area A results in successful.


* Reference: http://www-01.ibm.com/support/knowledgecenter/SSWMXJ_1.1.0/com.ibm.messages.rlia.git/CRIGT0434E.html

 
* System Information
  RtC 4.0.7 server  (Red Hat Enterprise Linux Server 6.3)
  RLIA 1.1.2 - GIT-Adaper

One answer



permanent link
Taki Nakajo (1.1k2346) | answered May 18 '15, 2:15 a.m.
I found the answer by myself here.


If the work item is in a non-default Rational Team Concert project area, use one of the following forms. 
<change_request_tag>(full_project_name) <work_item_number>
<change_request_ tag>: (full_project_name) <work_item_number>
<change_request_tag>(project_alias) <work_item_number>
<change_request tag>: (project_alias) <work_item_number>

Your answer


Register or to post your answer.