It's all about the answers!

Ask a question

Deploy Report Permission Denied Error!!


Monvorath Phongpaibul (62) | asked Oct 25 '07, 3:22 p.m.
I tried to deploy the report template following the instruction on defect# 26818 and I got the error from team advisor said that "You don't have permission to Deploy Report" How can I change the permission? Do I have to add anything in process specification. Please advise.

2 answers



permanent link
Christophe Elek (2.9k13021) | answered Oct 26 '07, 4:59 a.m.
JAZZ DEVELOPER
mphongp@us.ibm-dot-com.no-spam.invalid (MonvorathP) wrote in news:ffqqnr
$r5b$1@localhost.localdomain:

I tried to deploy the report template and I got the error from team
advisor said that "You don't have permission to Deploy
Report" How can I change the permission? Do I have to add
anything in process specification.


FYI: opened https://jazz.net/jazz/web/projects/Jazz%
20Project#action=com.ibm.team.workitem.viewWorkItem&id=34644
To change the error message

--
Christophe Elek
Serviceability Architect
IBM Software Group - Rational

permanent link
James Moody (3.3k24) | answered Oct 26 '07, 9:17 a.m.
JAZZ DEVELOPER
Christophe Elek wrote:
mphongp@us.ibm-dot-com.no-spam.invalid (MonvorathP) wrote in news:ffqqnr
$r5b$1@localhost.localdomain:

I tried to deploy the report template and I got the error from team
advisor said that "You don't have permission to Deploy
Report" How can I change the permission? Do I have to add
anything in process specification.


FYI: opened https://jazz.net/jazz/web/projects/Jazz%
20Project#action=com.ibm.team.workitem.viewWorkItem&id=34644
To change the error message


Thanks for opening the work item, Christophe. We'll improve the error
message.

You do have to change the process specification. Open the editor for
your project area (or team area), and click on the customize process
link. The operation you're looking for is called "Deploy Report" in the
code assist window, and it gets entered like any other operation. Here's
an example which lets everyone with the default role deploy reports:


<development-line id="development">
<iteration id="development" name="1.0">
<iteration id="M1" name="M1">
<iteration id="development">
<role id="default">
<operation
id="com.ibm.team.reports.service.report.deployment">
<permissions>
<action id="any"/>
</permissions>
</operation>
</role>
</iteration>
</iteration>
</iteration>
</development-line>


Hope this helps.

james

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.