How to give a user temporary access to edit integration stream elements in clearcase -



How to give a user temporary access to edit integration stream elements in clearcase -

currently integration stream of projects in our clearcase setup can edited admin users.

but have requirement give user temporary permission edit contents in integration stream.

when tried edit contents, prevented doing noinact trigger, prevents user creating activities on integration stream.

is there way temporarily disable trigger in particular project, stream or vob of particular user? there other method give user temporary edit privilege integration stream ?

as per vonc's instruction, tried add together user excluded list of users, using mktrtype command. please find below command tried execute:

cleartool mktrtype -replace -c [comment] -ucmobject -nusers [list of user ids] -preop mkactivity -execwin [windows trigger.pl location] -execunix [unix trigger.pl location]

but getting error cleartool:

type not specified error.

can please help troubleshoot new error message?

when @ mktrtype documentation, should see alternative -nusers.

simply add together login list.

-nus/ers login-name[,...]

suppresses trigger firing when user on comma-separated login-name list performs operation.

you can edit list through type explorer, allowing deactivate trigger temporarily specific user, while maintaining said trigger active else.

you find list on tab "firing conditions":

if gui unresponsive reason, best bet recreate mktrtype command, add-on user added -nuser option, , -replace option. see this thread example. don't need reinstall (mktrigger) updated trigger after that.

clearcase

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -