How to prevent user or group to use 3-tier WebI and DeskI in XI 3.1

How to prevent user or group to use 3-tier WebI and DeskI in XI 3.1
This function is enable in BOE 6.5 by using Supervisor.

Hi,
You can explicitly deny access to these applications from the CMC in BOE 3.1. Open the CMC, click on BusinessObjects Enterprise Application and then select the WebI.
From the right hand side click on the 'Net Access' section for that group and disable the 'Log on to Web-Intelligence and view this object in CMC.'
This will prevent the option of the WebI for that group.
I hope this helps you.
Regards,
Prashant

Similar Messages

  • How to prevent users from creating new folders in share folder directory?

    Hello guys
    I'd like to know How to prevent users from creating new folders in share folder directory but still keep their power of creating new folders in their personal 'my folder'?
    I tried changing the 'manage privilage ---- create folder' to deny certain user accounts, but by doing so, it also stops the user from creating new folders in their 'my folder', which is not good..
    I also tried going into these share folders and tried different access types such as 'change/delete', 'read', 'traverse folder' etc, but none of it work ideally. The 'change/delete' access still allows them to create new folders, 'read' access prevents creating new folders but also take away their power of saving reports..
    Any thoughts on how to take away their ability to ONLY create new folders in share folder areas without affecting their other privileges?
    Please advise
    Thank you

    Easy, on the shared folders root folder only give them 'read' or 'traverse folder' but on the the folder inside the shared folders root folder give them 'change/delete'. That means they can change anything inside those folders but not create any folders at the shared folders root level.

  • How to prevent user keyin wrong in master-detail

    How to prevent user keyin wrong in master-detail.
    Example : User click button to created mster with out crete detail then they going to another master record for created detail for that master,
    How to control user keyin master-detail currect record finish first then can go to another master?
    Is it posible if I will disable another record of master and enable only current record after they finish to keyin master and detail of this record then I enable all.
    If posible can you give me step-by-step and coding.
    Thank you very much

    I'm not able to understand the scenario. You probably will have to provide more detail of the issue.
    --Shiv                                                                                                                                                                                                                           

  • Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in oracle and yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in Oracle and  yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Thanks for your advise.
    However, I missed to mention that we have two set of users  One is for Finished Goods and another for Spares.
    Only Spares users need to be prevented from creating Direct/Manual Sales Orders in Oracle.
    As you suggested, if this will be done at Form level, that may Disallow FG users also to create Manula Sales Orders which should not be the case.
    Further, I tried to test one scenario through Processing Constraints but it did not work.
    Application
    OM
    Validation Type
    Entity
    Temp
    Short Name
    TBL
    Validation Semantics
    Created By
    Equal To
    User(Myself)
    Processing Cosntraint
    Application
    OM
    Entity
    Order Header
    Constraint
    Operation
    User Action
    Create
    Not Allowed
    Conditions
    Group
    Scope
    Validation Entity
    Record Set
    Validation Template
    101
    Any
    Order Header
    Order
    Above Created
    Please advise.

  • How to get last change timestamp for a crystal/webi and deski reports

    I am currently using LAST_UPDATED_TS from CI_INFOOBJECTS to determine the report has changed in structure like a new object was added to the report etc
    but this field gets updated everytime a report is refreshed though nothing has changed in the report
    is there any way to know that the report has changed in structure and not just refreshed.

    Hi Manoj,
    Correct, when you query the CMS database it will return the info for the object and not the source.
    In code you can use this for Crystal Reports:
    reportClientDocument.SummaryInfo.(  multiple values )
    This is the info saved with the RPT file, you can also use Windows File API's to get the same info.
    For WEBI and DESKI doc's it does not keep that info in the file system. You may want to look at the file system properties in the FRS to see if any info is kept as it is in RPT files but we ahve no API to get the info.
    Thank you
    Don

  • Using Yammer for page commenting in SharePoint Online, how to prevent user from doing it wrong?

    I am trying to use Yammer for a per-page comment platform in a SharePoint Online environment. This seems to require placing a Yammer embed in each page
    and configuring the embed to use Open-Graph. (see further below for the embed code details I'm using)
    When a user begins typing their comment, a gray box also appears (not sure the technical name for it) giving the user the option to click "x" to close it. In the screenshot a little below,
    I've put a green-box around it.
    If the user clicks the x to close that little piece, they can still submit a comment, but it doesn't get added to the page. There's no feedback that indicates this is what happens.
    It is distracting and adds unnecessary complexity to what should be a simple task of appending a comment to this page's conversation. In fact, everything I put a red box around in the screen shot
    would ideally be hidden from the user.
    Can we hide this complexity (everything in red box) from the commenter completely?
    If not, how can we prevent the commenter from clicking the "x"
    and thusly quietly breaking their feedback?
    Here is my Yammer embed code:
    <div id="embedded-feed" style="height:400px;width:500px;"></div>
    <script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script>
    <script type="text/javascript"> yam.connect.embedFeed({
    container: "#embedded-feed"
    , network: "myyammernetwork.com"
    , feedType: "open-graph"
    , config: {
    use_sso: false
    , showOpenGraphPreview: false
    , header: false
    , footer: false
    , promptText: "Comment on this page..."
    , objectProperties: { url: window.location.href, type: "page" }
    </script>

    Hello Jason,
    >> Is there a way in APEX to disable the browser back button?
    This is not an APEX issue, but a general browsers one. This is an old problem, without any good solution. Usually, if this is a critical issue (like in payment pages etc.) the course of action is indeed to prevent the page from being cached by the browser, and mark it as expired.
    >> however I cannot get the above to work; … by placing it between <style></style> tags
    You should use the ‘meta’ tag for these attributes. The following might help you with that - http://www.htmlgoodies.com/beyond/reference/article.php/3472881 .
    Hope this helps,
    Arie.

  • How to save users added to list using people picker to sharepoint Group

    Hi
                I have created List with some people picker columns and now when I save a list,the data is saved to list as well as the users in particular column will be added to particular sharepoint
    group. Is there any sharepoint out of box solution for this or I need to do it programmatically. Kindly provide me any procedures or solutions as you know.
      1) how to bind the particular sharepoint group to the particular column
      2) How to add users to the particular sharepoint group
    Thanks
    Razvi444

    Hi Razvi444,
    There is no out of the box way to achieve this.You need to write a custom event receiver ,inside event receiver
    event,  you
    can check column (people picker value) and add it to desired group if that user not exist already.
    Thanks

  • How to prevent users from running PRC: Transaction Import from WebADI form?

    Hi,
    We are 12.1.3 and trying to create a workflow to approve Project transactions coming through web ADI before they become effective. To this end, we want to prevent users from running the PRC: Transaction Import from the Web ADI.
    I know that if the checkbox Automatically run transaction import is not checked, the program does not run. But we want to hide this checkbox and not allow the possibility that the program could get triggered.
    To this end, we updated the BNE_INTEGRATORS_B with source='C'. This allows you to edit the integrator from Desktop Integration Manager.
    UPDATE BNE_INTEGRATORS_B SET SOURCE ='C' WHERE  INTEGRATOR_CODE ='PAXTTRXB'
    In the 4th step, where the value for Uploader Parameters is set, we have set boolean value to No. These are the fields on the page:
    Parameter Name: bne:import
    Display Name: Start Transaction Upload
    Data Type: Boolean
    Category: Field
    Default Value: Boolean Flag: No
    Description: start Transaction Import Concurrent Request
    Display Options: Displayed: Unchecked
    Display Options: Enabled: Checked
    Display Options: Required: Checked
    Prompt Left: Automatically submit Transaction import
    Display Type: Check Box
    Maximun Size: 100
    Display Size:100
    Now the checkbox is not appearing for the user to check it, But the program is automatically running when you hit Upload in the WebADI. 

    Hi ,
    Try removing the PRC: Transaction Import Program from the request group for the responsibility used by customers to submit the WebADI and then check if the program launches.
    Regards,
    Raghavan

  • How to prevent users from saving and emailing intranet documents externally

    Someone in our company needs to upload a pdf to our sharepoint intranet site for internal-only use. How can I prevent users from downloading it and emailing it externally?
    I mean, a user could screenshot it I guess, but I need to give management a due diligence answer.

    You would need to look into a reverse proxy/firewall that had the ability to block access based on content. This isn't something you can accomplish out of the box with SharePoint (even with AD RMS).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to prevent user from selecting a specific printer?

    Hi there
    I have a MailFolder which has an ArrayList of Email objects inside it. Each MailFolder has an attribute called folderFile which is a reference to a folder in the operating system. Each Email has an attribute called parentFile which is a reference to a file in the operating system.
    Now, I am trying to put printing into my application.
    When I print using a normal printer like my HP Deskjet or the likes - an actual physical printer - everything works fine. But when I print using the Microsoft Office Document Image Writer, things go wierd. The following things happen;
    I call myMailFolder.getFolderFile().exists() and this = false. But if I (in the debugger) make a new file pointing to the same path, .exists() = true. Also if I look in the OS, the file exists. So somehow in the job.print() this Document Image writer seems to be messing up this file reference. The same thing happens to the myEmail.getParentFile().
    So to fix this, can anyone tell me how to prevent the user from selecting this printer, or can anyone tell me why this is happening only with the Document Image Writer?
    Many thanks!
    Rachel

    I have similar problem with our printing program. I am printing Java Tables, zoom in every column in a landscape page accross multiple pages.
    There are two fatal problems:
    1. On Dell Latitude laptop, the HP5100 printer didn't work; I have to change the code to draw the table header with 2D graphics.
    2. Crash when printing on MS document image writer, but on some computers
    it works perfectly.
    Any one have a good solution/same result for topic 2?
    Thanks,

  • CE10 how to prevent user from view hostrical instance

    hi,
    We are currently using CE10. One of our user used search functionality in enterprise to search for reports start with 'employee' and it came  back with all the crystal reports on the server that  started with employees, even the one the user doesn't have access to.  My greatest concern about this is that users can view historical instance and it is sensitive data.  Does anybody know whether or not this is a bug in CE10?  Is there a patch/fix for this?  Is there any configuration change that I can make to
    prevent users from being able search all the reports on the server rather just their own reports?  Any help is greatly appreciated.
    Regards,
    Susan

    hi,
    I have an EVERYONE group with limited access(view object), and EVERYONE group is added to each folder with NO ACCESS.  If I revoke view object(explicitly denied) privilege from EVERYONE group, do I still need to remove EVERYONE group from each folder?  When I'm at folder level in CMC, I see EVERYONE GROUP added, but when I tried to remove the EVERYONE GROUP, the EVERYONE group is not an option for removal.  What am I missing?
    Thanks for your help!
    Regards,
    Susan Johnson

  • How to add users to group which is present in another AD domain?

    Hi,
    Using JNDI how to add user as a member of group which is present in another AD domain?
    For example: In AD forest test.com their are two domain a.test.com and b.test.com. Group is present in a.test.com and I want to add user present in b.test.com as a member of the group.
    Any pointer around this would be great help.

    See the below link to get an idea on group types.
    http://technet.microsoft.com/en-us/library/cc755692(v=ws.10).aspx
    If the group is a universal group, you can just add members similar to local group even if user and group are in different domains. That is by setting the member attribute of the group.

  • How to prevent user publish stream to FMS

    Hi all,
    I've installed Flash Media Server and send stream to it use Flash Media Live Encoder via rtmp://mydomain.com/live. And on my website, I've embed code to play this live stream via rtmp://mydomain.com/live. All ok!
    But, any user can install Flash Media Live Encoder and connect to my FMS, publish his/her stream (because url to publish and view is same)
    My question is: how to prevent end-user publish stream to my FMS, only allow end-user view my live stream?

    From the Flash Media Live Encoder FAQ:
    How can I enable authentication on Flash Media Server?
    Download the Authentication add-in and install it on Flash Media Server.

  • How to prevent users accessing hotspot

    hi all
    i have to resolved this issue your help will be benefit for me
    i have users on the internal network when using wireless has restrictions on brwosing the internet but if when the receive signal from hotspot or somewhere else they connect to it and have no restrictions on their laptops so can someone explain me how to prevent them connection to the hotspot when they are inside the corporate LAN
    thx

    If you have a Cisco WLC you can at least do rogue access point detection with Cisco Cleanair capable AP's.
    Firstly, WLC cannot stop your staff from accessing your neighbor's Wi-Fi.  You also cannot "jam" or contain your neighbor's Wi-Fi signal.  As what Steve said, there's no way a Cisco appliance can do.  A system/network admin can, on the other hand, lock down the profiles and policy via AD what the client can/can't do with wireless.
    After a few fines/written discplinary actions people should stop.
    If you tell a kid "no", what do you think a kid will do?  This works the same way with adults.
    Take our case, this government agency decided to embrace Wi-Fi.  So they got this team together and we, networks, went around installing the latest Cisco WAP in a 10-storey building (including pre- and post- site survey).  Works well.  During tests, clients can seamlessly roam their laptops from one end of the floor to the other.  Tick of approval.
    Then security came, and they put down this policy:
    1.  No one can use internet dongles anymore; and
    2.  The only sites Wi-Fi users can use over the internet are Yahoo and Google 
    Because of this, everyone (and I mean EVERYONE) stopped using Wi-Fi.  From the CEO down to the rank-and-file.  Wi-Fi usage, per month, was at (an average) 12.  Users went back to the un-restricted USB internet dongles and the Wi-Fi network became a white elephant.  Internet usage cost went through the roof but the Security team stood their ground and did not waver.
    My story is this:  The more you restrict, the more they'll find loopholes.  Every corporation is now being proactive and are implementing BYOD. 

  • How to Prevent User for Multiple click on form Submit button ??

    Hi,
    Is there any easy solution rather than AJAX or any HARD Solution.
    to prevent user from being submit for only once...
    So database record remain consistent rather than redundant.
    if any JAVASCRIPT SOLUTION IT WOULD BE BETTER ONE.
    WHAT SHOULD I DO ??

    Use the disabled property, set it to true and then submit the form programmatically.
    <html>
    <head>
    <script>
    function validate()
         var textfield = document.getElementById('textfield');
         var submitButton = document.getElementById('submitbutton');
         var mainForm = document.getElementById('mainform');
         if ( textfield.value.length == 0 )
              alert("Validation Failed");
              return false;
         submitButton.disabled = true;
         alert("The button has been disabled, going to submit now");
         mainform.submit();     
    </script>
    </head>
    <body>
    <form id="mainform" action="#" method="GET">
    <input type="text" value="" id="textfield"/>
    <input type="submit" value="Try Me!" id="submitbutton" onclick="return validate();" />
    </form>
    </body>
    </html>A reminder though, this is JavaScript and these are Java forums.

Maybe you are looking for