Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

CRJAZ6053E The 'Save Build Engine' operation cannot be completed.

On request of ANT build we receive above error message.
We run the build with preconfigured/specific user ID. This user ID is associated with role which doesn't have permissions to either save or modify build engine, build definition.

I would like to know what dependency is it having with these permissions.
Our ANT script is neither trying to create/modify build engine.

Detailed log:
CRJAZ6053E The 'Save Build Engine' operation cannot be completed. Permission is required to complete the operation. kann nicht aktualisiert werden.
[startBuildActivity] com.ibm.team.process.common.advice.TeamOperationCanceledException: CRJAZ6053E The 'Save Build Engine' operation cannot be completed. Permission is required to complete the operation.
[startBuildActivity]     at com.ibm.team.process.internal.common.advice.runtime.OperationAdviceManager.advise(OperationAdviceManager.java:388)
[startBuildActivity]     at com.ibm.team.process.internal.common.util.AbstractProcess.doAdvise(AbstractProcess.java:197)
[startBuildActivity]     at com.ibm.team.process.internal.service.ServerProcess.access$2(ServerProcess.java:1)
...
...
[startBuildActivity]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
[startBuildActivity]     Name: Save Build Engine
[startBuildActivity]     ID: com.ibm.team.build.server.saveBuildEngine
[startBuildActivity]     Dringlichkeit: FEHLER
[startBuildActivity]         Zusammenfassung: Permission Denied
[startBuildActivity]         Beschreibung: You don't have permission to perform the following actions:
[startBuildActivity]   Modify Build Engine (modify)
[startBuildActivity]         Dringlichkeit: FEHLER

0 votes


Accepted answer

Permanent link
Modify permission is required to update the last contact time of the Build engine. 
You need to have this permission for the Ant tasks defined in the Build xml so that this last contact time detail can be saved for the Build engine using the particular user that is being used in the Ant Task. 

Please confirm the complete error message is : 

[startBuildActivity] Unable to update last contact time for engine: CRJAZ6053E The 'Save Build Engine' operation cannot be completed. Permission is required to complete the operation.

You just need Modify Build Engine permission for your Build user. 

Sanjeev Kulkarni selected this answer as the correct answer

0 votes

Comments

 By Build user I mean the user who us using the Jazz Ant task

Yes I confirm error message is same as specified.
Thanks for the information.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,121
× 562
× 76

Question asked: Jul 27 '15, 8:10 a.m.

Question was seen: 4,174 times

Last updated: Jul 27 '15, 11:07 a.m.

Confirmation Cancel Confirm