It's all about the answers!

Ask a question

CRRTC5041E: Error while pushing code to RTC


Anil Kumar (111) | asked May 03 '16, 12:40 p.m.
Problem
An error occurred during "Deliver".

CRRTC5041E: Deliver cannot proceed due to outstanding conflicts in Component 'com.ibm.cms.configurator.component'

can anyone suggest me the solution?

2 answers



permanent link
Shashikant Padur (4.2k27) | answered May 05 '16, 1:26 a.m.
JAZZ DEVELOPER
As the error suggests, in your pending changes view you should see files that have conflicts in the component. You need to first resolve these conflicts before continuing with the deliver operation.

permanent link
Arun K Sriramaiah (3.2k13177) | answered May 05 '16, 7:25 a.m.
Hi Anil,

Please find the link below for resolving conflict and it should be done wrt RWS level.Stream1 is flow target to Stream2.
  1.   Repository Workspace RWS1 is Flow Target to Stream1.
     
  2. hello.java common file has been modified from two different location (e.g: RWS1 and RWS2 using common Stream1).
     
  3. Now the conflict occurs when you try to deliver the changes from RWS1 to Stream1  (assuming the hello.java file was modified and delivered by another user from RWS2 ). 
     
  4. Refresh and Accept the changes into RWS1. 
     
  5. Resolve the conflict using one of the below options.
     
    • Auto Resolve
    • Resolve with proposed
    • Resolve with mine
    • Open in compare editor ( do it manually)
       

Save the changes.  It will create a new Changeset and it can be Delivered.
 

  6. Deliver the changes from RWS1 to Stream1.

** Resolving Conflicts

https://jazz.net/library/article/39

** Stream to Stream Conflict

https://www.ibm.com/developerworks/community/blogs/nfrsblog/entry/Resolving_common_file_conflict_between_two_different_RTC_Streams?lang=en

Please let me know if does it helps.

Regards,
Arun.





Your answer


Register or to post your answer.