Permissions on the report templates & views

Is it possible to give a non admin user permission to copy a view exsisting or models or give him the right to create a new view or report templates without the ability to remove or modify the default / built-in views and models report?

The user must be able to remove the views & templates report he created or copied himself.

I tried this but as soon as the user got delete it or change the law he was also able to remove or change models and integrated views.

UPDATED July 18, 2016: I dropped a request for service at VMware for that matter.

Het bericht is bewerkt door: Simmetje

VMware support response:

Hi Rob,

I have troubleshooted this extensively in my 6.2.1 lab environment and concluded that it is not possible to achieve in vROps at the moment and we look at a feature request.
I came to the same conclusion that you mentioned in the case where as soon as the user got delete or modify right he was also able to remove or change models and integrated views.
Even a view or a report created and owned by the local user admin can be deleted by a user to test if they have the delete permission that their responsibilities under the management of the views. If you don't give them the delete permission, even when they create a notice or report that they own, they are not able to remove it.

In contrast to the dashboards, which can be shared by the local user administrator and set up for a user in turn, views and reports are not the same.

In order to put this file, we would suggest to send a feature request. Would you mind signing your request using the link below:

http://www.VMware.com/company/contact/contactus.html?Department=prod_request

It is the best way to get traction on requests for features or product improvements, you can have.
The RSS link in the various heads of product and based on the feedback they receive, they have the opportunity to submit requests/improvements of features for future product versions.

Tags: VMware

Similar Questions

  • Using the value of the column of the report in view state

    Hi all

    I have a little trouble as long as you report column. Here's the problem I have face.

    I have a classic report in apex5 (universal theme). Please find the page here https://apex.oracle.com/pls/apex/f?p=62495:5:

    I want to have a condition that SAL column should appear only if DEPTNO! = 10. For this, I put a conditional display for SAL column that "point value / expression 1 column! Expression 2 ="and #DEPTNO # expression1 and expression2 10. But this doesn't seem to work. Can someone help me understand the issue.

    Note: I want to view only the column of the report, not the page item in the condition.

    Thank you

    Stephanie.

    Kalesh Ravi-Oracle wrote:

    I want to have a condition that SAL column should appear only if DEPTNO! = 10. For this, I put a conditional display for SAL column that "point value / expression 1 column! Expression 2 ="and #DEPTNO # expression1 and expression2 10. But this doesn't seem to work. Can someone help me understand the issue.

    It is not possible to report baseline values in the State of the reference column. It would be unwise to do so: how APEX can determine if the column should be included or not until all rows are retrieved?

    Note: I want to view only the column of the report, not the page item in the condition.

    Why? In the example given, this is the correct (and more effective) approach. If the condition must be based on the expected query results, then use a Exists (SQL query returns at least one row) or NOT Exists (SQL query returns no line) condition.

  • All desktop computers in the State of the report '(missing)' View Manager

    Hello world

    I'm testing the view 4.6 for internal use and my 3 users today announced that they are unable to connect to their desktop computers.

    The State reported for desktop computers in the display manager is "available (missing)."

    I noticed that you can still connect with RDP if you point directly to the IP address of the Virtual Desktop, shows like "connected (missing)."

    I noticed that it shows not the host or data warehouses where the offices are located, looks like a communication problem with vCenter.

    I restarted the vCenter and the server connection view with no result. East view of 4.6 and vCenter 4.1 as guests.

    I have attached a screenshot to show you what I mean.

    Any ideas?

    Penetrating the VMs a vApp is probably the cause as vApps are not supported with view currently. If all goes well moving their new will solve your problem.

  • On the report templates in the Apex and report queries

    Hi all.

    I'm reading about models and report queries and asks me to use cases of these options. I have two questions:

    -Can be used to print reports of special loyalty, such as printing a document (invoice, invoice, check)?

    -Make the report accept queries settings? for example, you can filter specific data...?

    Any other uses?

    Best regards, Luis...!

    Your welcome. Review the marking of the answers correct or useful in order to help other people traveling the same road. :)

  • Grant permissions for the system explicitly views vs the PLUSTRACE role

    Hello everyone.

    First of all, I have install the example schema:

    SQL > @?/rdbms/admin/utlsampl.sql

    After this create the PLUSTRACE role

    create the plustrace role;

    Grant select on v_$ sesstat to plustrace;

    Grant select on v_$ statname to plustrace;

    Grant select on v_$ mystat to plustrace;

    Grant select on v_$ plustrace session;

    Grant select on v_$ sql_plan to plustrace;

    Grant select on v_$ sql_plan_statistics to plustrace;

    Grant select on v_$ sql to plustrace;

    Grant plustrace DBA with admin option;

    Grant plustrace Scott;

    SQL > conn scott/oracle

    Connected.

    @?/rdbms/admin/utlxplan.sql

    SQL > set autotrace on explain

    SQL > set linesize 3200

    SQL > select dname from dept d including the 10000 > (select sum (sal) from emp e where e.deptno = d.deptno);

    DNAME

    --------------

    SALES

    ACCOUNTING

    Execution plan

    ----------------------------------------------------------

    Hash value of plan: 1862058361

    ----------------------------------------------------------------------------------------

    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |

    ----------------------------------------------------------------------------------------

    |   0 | SELECT STATEMENT |         |     1.    39.     5 (20) | 00:00:01 |

    |   1.  NESTED LOOPS |         |       |       |            |          |

    |   2.   NESTED LOOPS |         |     1.    39.     5 (20) | 00:00:01 |

    |   3.    VIEW                      | VW_SQ_1 |     1.    26.     4 (25) | 00:00:01 |

    |*  4 |     FILTER |         |       |       |            |          |

    |   5.      HASH GROUP BY.         |     1.     7.     4 (25) | 00:00:01 |

    |   6.       TABLE ACCESS FULL | EMP |    14.    98.     3 (0) | 00:00:01 |

    |*  7 |    INDEX UNIQUE SCAN | PK_DEPT |     1.       |     0 (0) | 00:00:01 |

    |   8.   TABLE ACCESS BY INDEX ROWID | DEPT |     1.    13.     1 (0) | 00:00:01 |

    ----------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):

    ---------------------------------------------------

    4 - filter (SUM ("SAL") < 10000)

    7 - access ("ITEM_1"= "D"." DEPTNO')

    SQL > set autot off

    SQL > alter session set optimizer_mode = rule;

    Modified session.

    SQL > alter session set statistics_level = all;

    Modified session.

    SQL > select dname from dept d including the 10000 > (select sum (sal) from emp e where e.deptno = d.deptno);

    DNAME

    --------------

    ACCOUNTING

    SALES

    SQL > select * from table (dbms_xplan.display_cursor (null, null, 'allstats')) last;

    PLAN_TABLE_OUTPUT

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The user has no privileges SELECT on V$ SESSION

    SQL > select count (*) from V$ SESSION;

    COUNT (*)

    ----------

    22

    So, as you see SCOTT has PLUSTRACE role who gets permission to see v_$ session view but it has error user has no privileges SELECT on V$ SESSION

    If someone could help me solve the problem Please?

    DBA092012 wrote:

    another article on this topic https://martincarstenbach.wordpress.com/2010/05/27/the-difference-between-a-direct-grant-and-a-role-in-plsql/

    I said already somewhere above, I don't?

    Aman...

  • Permissions for the model folder

    Hello again :)

    I'll set up the permissions for the user of the ODI, but I can't do this for the model files. I give permission to the user to view some files and all permissions on another folder.
    I did it for the project and it works very well.

    Problem is that I can not drag and drop template designer to Security Manager folder. I tried with and without additional generic permissions on the folder template.

    The user have CONNECT and NG DESIGNER profiles.

    THNX in advance!

    Published by: user13278245 on July 2, 2010 01:11

    This is my absolute favorite. It seems that you are one of the few who have played with the security of the ODI and also have any questions: D.
    To resolve this issue, start the Security Manager. And then click the designer button in the Security Manager. Now, you will be able to drag-and - drop model files :)

    Whewww, that was hard. Wasn't it: D :D

  • Apex Defination report template class

    Hello

    I'm new to Apex. I'm looking into Oracle built in Packgae Aria people.

    Please tell us how can I see the definition or the class source code = ariaHeader used in the report Template (Person_Detail).

    I saw that he used many classes used in various custom models that did not come with the default installation.

    I would like to create my own as well.

    Kind regards
    Harinder

    You can ask your question in the forum of the APEX.
    [OTN to Oracle Application Express forum | http://forums.oracle.com/forums/forum.jspa?forumID=137]

  • You try to run a report to view the comments of the CPU usage in vFoglight 6.0

    I am trying to run a report to view the comments of the CPU in vFoglight 6.0 usage, as I have a couple of VMs that seem to cause problems. I want to see what that levels of CPU for a while inside the virtual machines, but I only seem to be able to find the data in the reports for the use of the host processor.
    Any help is welcome

    If you want to use canned reports, which I think will work for what you ask, there is a pre-built for you.
    Home > reports > report > select the right model under all report templates ("using the virtual machine CPU and time ready" looks like the report that you want to")
    for the service should work the vCenter. This will send you all the hosts and any use of the VMs UC over what period you set (default is 4).

  • How to generate an output PDF report when the layout template is an Excel file in the editor of BI 11.1.1.7

    That's what I did...

    1. create the new report

    2 create a report using an existing data model (browse and choose a data model)

    3. How do you create your report? (click used report editor)

    4. click on finished (and then saved the report)

    5. then he asked me to create the page layout (I chose to download or generate a layout and then traveled to a downloaded my model with XDO_ * the columns of the excel data model mappings)

    Template file = model Excel, locale = English (United States)

    5. click on Upload

    6. then click view the report top-right, which has opened my file name of "my_report_layoutname.xls" with sheet report 1 (OPE all mapped very well) and a sheet of xdo_metadata.

    I just wanted to step 6 is a sheet 1 pdf report.    How do I do that?  Could not find the place where I can clarify that.

    Mr. Jamal

    Layouts Excel generate only one exit Excel. (CSV takes no account of the provision is therefore an option for any layout.)

    You use RTF or PDF or page Template Builder (XPT) layouts to generate PDFS.

    The LOV to find output formats by modifying the report and selecting a list.

    The table has a column to the output formats, it is controlled by the format of the presentation that you have built.

    Kevin

  • Disable right click in the report viewer

    Hello

    I use report viewer provided with Visual studio 2010.

    I have a created a drill holes in the report, and when I consider the report of the application (not preview mode). on the right by clicking on the links, I get options like (opens the link in a new tab) etc. I need either disable right click inside the report viewer or remove some of the options in the list that is displayed on right click.

    Please give me some solutions to this problem.

    Thank you

    Ganesh Kumar S

    Hello

    Please repost your question in the Forum of Visual Studio 2010.

    Visual Studio 2010 Forums category:

    http://social.msdn.Microsoft.com/forums/en-us/category/VisualStudio

    Concerning

  • How to use the report generation tool to get a list of bookmarks in a Word template

    I'm working on a project where I need to use the report generation tool to fill a fairly long Word template. MS Office report Express VI can have entries for a maximum of 17 bookmarks that is not close enough to what I need to do.

    I wonder if there is a way to use the lower level screws report generation to read the word template and return a list of the names of bookmark in the form of a table 1 d of string. The dialog box that allows you to implement the Express VI has this ability, but I'm not finding a way to scan the document programmatically.

    I'm sure I can't be the first person to encounter this problem and I hope someone out there has found a good solution.

    Found the answer to this one that I was looking for the forums. Apparently, you can do this directly through everything in the VI report tool, but there is a VI in Wordsub.llb do that.

  • How do I view the report of jasper in a separate window in the adf application?

    Mr President.

    How do I view the report of jasper in a separate window in the adf application?

    Concerning

    User, tell us your version of jdev, please! You work on this forum long enough to find out!

    This https://technology.amis.nl/2011/07/28/adf-11g-show-pdf-in-a-popup/ blog shows how to get pdf. You will need to change the blog to generate first your repost. Here's a thread responding to the same questtionn

    Open a report in a new window ADF 11 g

    and Re: open a Jasper State in the new page using servlet

    Timo

  • The encapsulation of text in a classic report, bleeding in the next row with the report header template fixed.

    Hi all

    APEX 4.2.5

    XE 11.2

    Report Header fixed

    (25 and 26 theme)

    I have a classic report, and I use the fixed header template.

    If I set the width of a column unless the width of the text in the column, then the data encapsulates as it should, but instead to increase the height of the cell in the row to greet him, he bleeds into the rank and writes on the following lines.

    If I change the report to the standard model, it wraps correctly and increases the size of the cell to accommodate the text.  Not sure if it is a bug, or Im definition something wrong.

    If anyone can help to give advice on how to solve this Id be grateful.

    Ive set the maximum width of the CSS report report. and set the width of the column in the column report.

    I have reproduced it on APEX...

    workspace: VRS

    user: test/test

    Application: 291

    Page: 1

    Thank you very much

    Richard

    Richard Legge wrote:

    Hi all

    APEX 4.2.5

    XE 11.2

    Report Header fixed

    (25 and 26 theme)

    I have a classic report, and I use the fixed header template.

    If I set the width of a column unless the width of the text in the column, then the data encapsulates as it should, but instead to increase the height of the cell in the row to greet him, he bleeds into the rank and writes on the following lines.

    If I change the report to the standard model, it wraps correctly and increases the size of the cell to accommodate the text.  Not sure if it is a bug, or Im definition something wrong.

    This is because of rules CSS theme on cells and rows in the report fixed header table:

    {table.uReportFixedHeaders > tbody > tr}

    display: block;

    height: 28px;

    }

    {table.uReportFixedHeaders > tbody > tr > td}

    padding: 4px 8px;

    border-top: 1px solid #DDD;

    border-bottom: none;

    line-height: 20px;

    }

    I wouldn't really classify it as a bug, more as a hypothesis that the model would be used with data that will not be returned on multiple lines in a cell.

    It is easily fixed by substituting equal to line of table and the row height of the cells in the Inline CSS page, as indicated at page 586:

    {table.uReportFixedHeaders > tbody > tr}

    height: auto! important;

    }

    {table.uReportFixedHeaders > tbody > tr > td}

    line-height: inherit! important;

    }

  • Developer reports 11g fails when opening the data model view

    Hello

    I see this on one of my client sites.

    They have just upgraded to 11.1.2.2.0 suite of developer on Windows 7.  The works of developer of fine forms, reports developer opens the report ok, but when you try to use the data model view, the program crashes and closes.

    I checked the usual suspects such as the REPORTS_TMP registry variable.

    This happens when trying to create a whole new report also, therefore seems to be an installation problem.

    Saw someone else this please?

    Tony

    Hello Tony,.

    Then, check this box.

    Hamid

  • Is it possible to change the default report templates CSS?

    Hi folk, is there a way to change the default report templates CSS or HTML?

    At APEX 3.1, I have the default templates for reports:

    default: Look 1
    default: Look 2
    ... default: Watch 5

    It only allows me to change the templates that I have created. Thank you and best regards.

    default: report models are hardwired into APEX and cannot be changed the way the theme templates can.

    Using the web Inspector in a browser with the tools of development such as Safari or Firefox + Firebug you can look at the source of the report with a default: model to determine the HTML structure and classes used and applied by the APEX CSS selectors, then override these in your own style sheet, or create a custom from scratch theme template.

Maybe you are looking for

  • H520 pci Slot

    Hello, I have a (no s) H520 and I didn't know what was the Pci x 16 slot. Low profile? Or accommodation normally? Is this system a mini-tower

  • Disables the BIOS update hybrid shutdown

    Hello I just updated my bios to F.24 which is the latest available for my laptop but my laptop does not stop hybrid plus.  He was doing this, before the upgrade. My laptop are: HP Dv6 - 7214tx Windows 8 64-bit with 8 GB of ram

  • Acer 10 switch wireless stops after unlock

    I have an Acer Aspire SW5 - 012 (switch 10.1 Acer) with Windows 8.1A Wi - fi connection stops after the release of the device very often. To restart the wi - fi adapter.I tried to install the latest drivers for wi - fi card, restore the system to the

  • How can I do ALL the updates quickly

    I just got back my laptop form a replacement hard drive. Is there an easy way of babysitting with all updates. I want that it is up-to-date now do not slowly over the next two weeks and it is painful to help him with restarts it and have to if an upd

  • OfficeJet Pro 8600 false jam transport error messages

    I have two circular messages on my 8600 Pro. The first is that there is a jam in transport. "The print carriage cannot move", it is said. "Open the door ink cartridge access, varnish any jammed paper or obstructions and selec OK." But there is not an