How To grant Permission on Filter with a Console (not with MaxL)

Hello,
i am new to V11.1.2.1 (in V9 we use Essbase standalone mode and move to Shared Services security mode in V11)
With MaxL i can do a "gant filter MyApp.MyDB.Myfilter to MyexternalUser;"
now i want to do this with Shared Services Console (or with Essbase Administration Web Console).
With the EAS Web Console i can create the MyApp.MyDB.Myfilter.
With Shared Services Console i can give MyexteralUser the permission "Filter" for the Essbase App "MyApp".
But i found no way to grant the Myfilter to MyexternalUser.
What are the steps (other than user MaxL) to do this with a console app ?

Take a look at this thread, 4th post:
http://www.network54.com/Forum/58296/thread/1300291022/hiding+level+0+dummy+members+with+filters
Regards,
Cameron Lackpour
P.S. I think it's odd that this isn't documented anywhere particularly well. Has anyone seen it/have I just been my usual totally blind self?

Similar Messages

  • How toplink grant permission for direct field access

    I know already know that if I need to direct access private or protected field of an instance I must grant supressAccessChecks to ReflectPermission class using policytool or edit java.policy file directly ...
    but how Toplink grant this permission to ReflectPermission class since my java.policy file remain the original.
    Kowit Laison

    In my own experiences, the first release of JDK 1.2 had problems with reflection accessing private attributes. As you mentioned, you had to have a policy file that allowed TopLink access to reflectively access private attributes.
    Since subsequent releases (1.2.x, 1.3, 1.4, etc), it always has "just worked". I.e., it seems to be default behavior of JVM's that you can acess private attributes through reflection. Sometimes some app servers come with startup scripts that have policies that change this default behavior and you have to override it, but in general, a vanilla JVM simply will allow private attribute access through reflection.
    - Don

  • How add grant permission in java.policy

    hi master
    sir serch in my system
    C:\Program Files\j2sdk_nb\j2sdk1.4.2\jre\lib\security
    C:\Program Files\j2sdk_nb\_jvm\lib\security
    C:\Program Files\Java\j2re1.4.1_03\lib\security
    C:\Program Files\Java\jre1.5.0_10\lib\security
    sir i have many java.policy file which one is default java.policy file
    how i add the code
    permission java.util.PropertyPermission "java.version", "read";
    permission java.util.PropertyPermission "java.vendor", "read";
    permission java.util.PropertyPermission "java.vendor.url", "read";
    permission java.util.PropertyPermission "java.class.version", "read";
    permission java.util.PropertyPermission "os.name", "read";
    permission java.util.PropertyPermission "os.version", "read";
    permission java.util.PropertyPermission "os.arch", "read";
    permission java.util.PropertyPermission "file.separator", "read";
    permission java.util.PropertyPermission "path.separator", "read";
    permission java.util.PropertyPermission "line.separator", "read";
    permission java.util.PropertyPermission "java.specification.version", "read";
    permission java.util.PropertyPermission "java.specification.vendor", "read";
    permission java.util.PropertyPermission "java.specification.name", "read";
    permission java.util.PropertyPermission "java.vm.specification.version", "read";
    permission java.util.PropertyPermission "java.vm.specification.vendor", "read";
    permission java.util.PropertyPermission "java.vm.specification.name", "read";
    permission java.util.PropertyPermission "java.vm.version", "read";
    permission java.util.PropertyPermission "java.vm.vendor", "read";
    permission java.util.PropertyPermission "java.vm.name", "read";
    and this code
    grant codeBase "C:\Program Files\j2sdk_nb\j2sdk1.4.2\jre\lib\security
    permission java.security.AllPermission;
    give me idea how i add my code in java.policy file of using the oracle database in applete
    thank
    aamir

    in the control panel see what runtime is used by ur applet, mostly the lastest one u installed.
    C:\Program Files\Java\jre1.5.0_10\lib\security
    in this folder grant permission for the codebase where ur database is located.

  • How to grant permission to user to access Lync 2013 OcsPowerShell

    I'm writing script for our first line for creating Lync users. I need give access to connect to https://lyncpool.domain.local/OcsPowerShell via powershell. Only users in CSAdministrator group have permission to connect, but this group have to much
    privileges. I created custom group with custom permissions and I need grant permission to this group to access OcsPowerShell.

    Try giving them CsUserAdministrator RBAC membership. They should be able to run the following cmdlets to manage the users only:
    Disable-CsUser
    Enable-CsUser
    Get-CsAdUser
    Get-CsUser
    Get-CsUserClusterInfo
    Move-CsUser
    Move-CsLegacyUser
    Set-CsUser
    Grant-CsClientPolicy
    Grant-CsClientVersionPolicy
    Grant-CsConferencingPolicy
    Grant-CsDialPlan
    Grant-CsExternalAccessPolicy
    Grant-CsHostedVoicemailPolicy
    Grant-CsLocationPolicy
    Grant-CsPinPolicy
    Grant-CsVoicePolicy
    Get-CsArchivingPolicy
    Get-CsClientPolicy
    Get-CsClientVersionPolicy
    Get-CsConferencingPolicy
    Get-CsExternalAccessPolicy
    Get-CsHostedVoicemailPolicy
    Get-CsLocationPolicy
    Get-CsPinPolicy
    Get-CsVoicePolicy
    Get-CsClientPinInfo
    Unlock-CsClientPin
    Lock-CsClientPin
    Set-CsClientPin
    Get-CsClientVersionConfiguration
    Get-CsDialPlan
    Get-CsSite
    Get-CsComputer
    Get-CsNetworkInterface
    Get-CsPool
    Get-CsService
    Get-CsSipDomain
    Revoke-CsClientCertificate
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • Granting Calc execute rights with MaxL

    I'm running into a problem when granting calc access to users via maxl. I am specifying a calc script the user should be able to run but when I look at their user settings after I run my script, they have access to all calc, not just the one I specified in the script.I tried inserting a line to take away all their access first, but that did not resolve the issue. My script looks like this:grant no_access on database Finance.Finance to testuser;grant execute Finance.Finance.rollup to testuser; /*this is the calc script 'rollup'*/create or replace filter Finance.Finance.testfilterno_access on '@IDESCENDANTS("Scenario")', read on '@IDESCENDANTS("Measures")',write on '"TestCo", "Forecast 2003", "AR Trade", "Inventory", "Sep"';grant filter Finance.Finance.testfilter to testuser;Does anyone have any input on how to modify this so I'm only granting access to the rollup calc and not any others?Comments are appreciated.Regards,

    I have the solution to this problem! I actually found it in this forum (I want to give credit where it is due). The solution was posted by poguer on 8/13/03 under a posting titled "Problems with MaxL "Grant Execute" Code.In his post he explains that the solution does not have to do with 'grant no_access' (a solution I attempted). What you need to do is first grant the user access to the default calculation, and then grant them access to the specific calculation.For Example:grant execute default on database Sample.Basic to testman;grant execute Sample.Basic.rollup to testman;(rollup = your calc script, testman = your user)I know this might seem dumb, but it works!Thanks to poguer for figuring this one out.....

  • How to implement af:table filter with java backend?

    Hi,
    One of the af:table feature is to have a filter over its column to filter data. I want to implement this feature, however I'm not able to find documentation or example for it.
    We use plain java as backend (i.e. not using ADF BC) and most of the documentation and examples over the net are with ADF BC.
    Have you done or come across an example of similar implementation before?
    Thanks for the help.

    Hi,
    You can implement your own filters by adding a "filter" facet to your af:column.
    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_column.html
    Regards,
    Stijn
    http://webapplicationdeveloper.blogspot.com

  • How to use long capture filter with Network Monitor 3.4 command line

    I want to exclude all traffic from a list of subnets in my capture. This makes for a rather long and complex filter. Is there any option on the command line to refer to a file describing this filter or can one only use the /capture "my extremely long
    filter" command? So, I would have to make the entire thing into one line?

    I suppose if it's longer than 2048 or 4096, there will be a command line length limitation.  Maybe there's a way to work around it with a environment variable, but I think there will always be a limit.  Perhaps there's an easier way to right your
    filter?  Can you use something like the subnet example in the library to shorten the filter.
    Also, do you think your filter will affect capturing speed.  The more complex the filter, the longer it takes to evaluate each incoming message.  That means we have to buffer, and if the firehose is too much, we don't catch all the water :) 
    If the UI can keep up, then it shouldn't be a problem, but some firehoses are bigger than others.  Plus, there driver filters which can filter faster for NMCap.
    Moving forward, Message Analyzer (http://blogs.technet.com/blogs), is the replacement for Network Monitor, which can do the same most of the same kinds of capabilities, but using powershell.  I think you'd
    have more flexibility with variable lengths there.  Plus you can script fancy things.
    Paul

  • How to grant permission to applet on OS X

    I have a problem running an applet on Firefox 3.0.6 on OS X 10.5.6.
    The applet should open a local socket in listen mode for tunneling (it's the VPN applet from ZyXEL).
    But security settings prevent it from opening the port due to SocketPermissions missing 'listen'.
    Java Console:
    [starting up Java Applet Security @ Sat Apr 04 06:37:13 CEST 2009]
    Sat Apr 04 06:37:18 CEST 2009 JEP creating applet AppletVersion (https://test.ch/)
    SSLVPN Applet v4.5 ZyXEL
    <<< ProxyClassLoader: defined LiveConnectProxy class. >>>
    <<< Here're the permissions you've got: >>>
    <<< java.security.Permissions@82a033 (
    (java.net.SocketPermission test.ch connect,accept,resolve)
    ) >>>
    Is there a way to grant this applet the missing 'listen' permission?
    Adding it to local java.policy file had no effect.
    Strangely, the applet runs fine under Windows (Java 1.6)!
    Any suggestions?
    Thanks a lot!
    bue
    java -version:
    java version "1.5.0_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
    Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
    Edited by: bue on Apr 3, 2009 9:52 PM

    install Microsoft Office, iWork or LibreOffice on your Mac

  • How to develope a KM filter with EP 7.31

    Dear all,
    I have following questions regarding KM filters on an EP 7.31:
    1.)Where the NWDS assistant for this purpose is gone on 7.31? Compare to NWDS 7.0:
    2.)Are there any changes in the structure changes in the package between 7 and 7.31? Is this documented somewhere? Are there any tutorials or anything else about that? I found nothing about KM filter development excepting information on configuration, are own filter developments not longer supported on 7.31?
    Thanks,
    regards

    By the way, meanwhile I found following:
    Providing Business Configuration -  Knowledge Management Developer's Guide - SAP Library
    On that page I can see this clue:
    Parameter Definition
    In your development project, create the directories as shown in the example for repository managers below. If you use a KM wizard, the directories are created automatically.
    So it seems there is a KM wizard, but where? My NWDS is 7.3 SP6
    regards
    P.S. Sorry for the typo on 2. question, for some reasons Im not able to edit the post, it should be:
    Are there any changes in the structure regarding the package between 7 and 7.31?

  • How to grant user permission to create "Credential" and "Proxies"

    Hi Team,
    Kindly let me know how to grant permission for user to create "Credential" and "Proxies" on server:
    Thanks in advance
    Santosh

    Can I revoke this permissions once I grant?
    You can use DROP and REVOKE commands to do the opposite.
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentOperatorRole] DROP MEMBER [TestLogin1]
    GO
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentReaderRole] DROP MEMBER [TestLogin1]
    GO
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentUserRole] DROP MEMBER [TestLogin1]
    GO
    use [master]
    GO
    REVOKE ALTER ANY CREDENTIAL TO [TestLogin1] AS [sa]
    GO
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Filter with OR operand

    I have two characteristics in the cube. Personnel Area and Personnel Sub Area. I like to build a BEx query that shows Personnel Area equals 0001 OR Personnel SubArea equals 0045.
    I cannot use filters directly, because it is trying to perform a logical AND of both of them, which is causing it not to return any data.
    so any ideas how I can execute a filter, with OR condition?

    Sachin,
    This has nothing to do with the KFs you want to display in your report. This is a 'dummy' KF, only used for simulating the OR condition.
    That is to say you only need to create one set of such KFs not one each for all KFs of your report.
    Hint : Starting KF could even be a locally defined formula with a constant value of '1' ; doesn't have to be a KF from provider.

  • How to add print server in server manager console

    Hello,
    I want to know how can I add print server in server manger console (not print management console)? I want to add another print server in server manager. I can add it by print management, but dont know how to add it in server manager. In server manager there
    is only local server in Print Services.

    Hi Amin2234,
    As far as I know you can There are two primary tools that you can use to administer a Windows print server:
    •Server Manager
    •Print Management
    Print Management provides a single interface that administrators can use to efficiently administer multiple printers and print servers and is the primary focus of this document.
    Print Management provides a central administration point for sharing printers on a network and managing print server and network printer tasks.
    The related KB:
    Print Management
    http://technet.microsoft.com/en-us/library/cc766474.aspx
    Add or Remove Print Servers
    http://technet.microsoft.com/en-us/library/cc755141.aspx
    Overview of Print Management
    http://technet.microsoft.com/en-us/library/cc731857.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.
    Hello,
    Thanks for your answer, but I asked how to add print server in "Server Manager" consol, not by print management.
    My server manager has currently 1 print server added, while I have 2 print server added in print management. I want to add the second print server in server manager console too.

  • HT1727 How do you grant permission for home sharing and authorizing?  My mac did home share, but now says, "The required directory was not found or has a permissions error", when I try to authorize.

    How do you grant permission for home sharing and authorizing?  My mac did home share, but now says, "The required directory was not found or has a permissions error", when I try to authorize.

    OK, I just got off of the phone with Apple and still no joy. They had me try a few things that did not work, then told me to Archive and Install, which did not either. Anyway, thanks for the additional help very note worthy, but still no joy. Also an email to iTunes Support took me here
    http://docs.info.apple.com/article.html?artnum=93061
    I have a Users/Shared folder but since the files we are talking about are invisible, I can see how it is structured.
    And by the way I tried this one
    http://discussions.apple.com/message.jspa?messageID=3577004#3577004
    and it did not work. However, when I install a fresh copy of Tiger on the external it did authorize the computer and was able to play the downloads. But coping the invisible file to my boot drive was not successful. But , like I said the music did play when I started up from the external. So I guess that may be my only solution, unless someone can tell what the correct directory is and where it for iTunes downloads.

  • How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys?

    How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys an see at the same time the changes on the photo?
    It worked under Windows, now I use OS 10.8 and have to apply a preset with a click or Return button but after that the pop-up menu close so I have to open it once again to change a preset. Please help. Thank you!

    The filter panel is a shortcut for the content panel and it only effects the content of that window. So if you have a folder it will only see this as a folder and not with its content. (a Stack behaves about the same, being different in only counting the first file in the filter panel criteria but not what is in the stack itself)
    You have a view work arounds, first is use menu view / show items from subfolders (this can take some time especially if you have not used caching before on this content) and this builds visible thumbs for all content and that can be used for filtering.
    Or use the find command (Edit / find) and inhere specify the source and fill in the criteria include subfolders and this will give you the correct result.
    When you create a smart collection the find command also pops up given you the same opportunity to get the results in a collection, but since a collection is only a bunch of aliases referring to the originals you might be a bit careful with editing and deleting.

  • How to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype

    Hi there,
    I was wondering whether anybody could tell me how to create a WMI filter in order to apply to machines that have Skype already installed with deploying a newer version of Skype.
    Your help would be much appreciated.
    Many thanks,
    Timbuctoo

    Hi,
    To create a WMI filter
    1.In the Group Policy Management Console (GPMC) console tree, right-click
    WMI Filters in the forest and domain in which you want to create a WMI filter.
    2.Click
    New .
    3.In the
    New WMI Filter dialog box, type a name for the new WMI Filter in the
    Name box, and type a description of the filter in the Description box.
    4.Click
    Add .
    5.In the
    WMI Query dialog box, either leave the default namespace (root\CIMv2) or enter another namespace by doing one of the following:
    ◦ In the
    Namespace box, type the name of the namespace that you want to use for the WMI query.
    ◦ Click
    Browse , select a namespace from the list, and then click
    OK .
    6.Type a WMI query in the
    Query box, and then click OK .
    7.To add more queries, repeat Steps 4 through 6 to add each query.
    8.After adding all queries, click
    Save .
    In the Query box, type the following WMI query:
    Select * from Win32_Product where Name LIKE “%Skype%”
    Best Regards,
    Erin

Maybe you are looking for

  • Conditionally Color a row based on the Day of the Week for that row ?

    Hi, I have a Table containing some timing entries for each day. I have been trying to format some rows depending on a value in one of the columns for that row. What I would like to achieve is color the cell background gray for every row where the Dat

  • Russian translit ?????????????????

    Why not transliteration for OS10 ? He is on OS7 ! ! ! Familiar programmer Sharky ( site offlinehttp://blackberrys.ru ) it was all done in five minutes, but can not sign the certificate. Wrote them , that 's all just take the source code and embed . A

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve my PSP Web Page. If there is no way-out I will have to use Oracle 9iAS. I tried to find Documentation on mod_plsql, but could not find any (including mod_plsql). Thanks!!!

  • Where can I find  the source code of cachedrowset

    I want to read the source codes of cachedrowset and other classes in rowset.jar . where can I find it? thanks

  • Changing the delay between channel reading

    In Traditional NI-DAQ there was a method to set the sample rate and the scan rate which allowed each channel to be read very quickly relative to each other. In NI-DAQmx the sample rate is set using the DAQmxCfgSampClkTiming function, but its unclear