Adding application roles as members to application roles

Hi, I 'm using jdeveloper 11.1.1.3 and i'm trying to assign an application role as a member to another application role, but only entrprise users and roles can be added.
The strange thing is that i can achieve that, at the deployed application, using enterprise manager. (and it's working)
Do you have any idea how can i do this ?
thanks
Tilemahos

JDev does not support application roles as members to other application roles in 11.1.1.3.0. We have added this support to the JDeveloper jazn-data.xml editor and you should see it in the next available patchset release. In the meantime, you could do this yourself in the xml editor.

Similar Messages

  • User exit/ BADI in f-32 / f-28 for adding application tool bar button

    Hi Experts,
    There is a requirement, for adding application tool bar button in the Transaction codes F-32 / F-28 / Feba_lockbox. So that while clearing documents with reference document, they can upload the data(Reference Documents) from local file and after the data is fetched for clearing, they need to download the data to local file for verification. If the data is verified to be okay, then they can go ahead with simulation and posting. They need this verification to be done in excel sheet, so need to download the data into local file.
    I found a BADI in that screen is BADI_LAYER but I don't think it is relevant.         
    Any help is apreciated!
    Is there any EXIT ? Because I can not find it too.
    Regards,
    Nitin

    where you did the enhancement?
    I have to create the IDOC once Clear docuemnt is created.. It may help me.

  • Adding FBA role to web as domain group

    Hi,
    If I go to Site Settings-> Site Permissions and click the Grant Permissions, pick FBA role, so this role is added as a Domain Group. How can I add programmatically? Thanks for a help.

    Hi
    Miroslav85 ,
    To Add a new user to SharePoint you can refer to  the following code:
    properites.OpenWeb().SiteUsers.Add(string.Format("{0}:{1}", "mxlroleprovider", rolename), null, string.Format("{0}:{1}", "mxlroleprovider", rolename), "System generated permission rule");
    Reference:
    Adding FBA Roles to SharePoint Groups and
    ListItem Permissions programmatically
    Hope this helps!
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Exchange server 2010 sp3 - adding a role

    I have a 2010 SP3 CAS server that I want to add the hub transport role to. Will I need to reinstall SP3 after adding the role?

    Yes you can install HUB Transport role on existing CAS Server. No need to reinstall SP3 since it's complete exchange package. You can  use the setup.exe of SP3 to install the HT role.
    Make sure hardware sizing is consider as needed since you are adding role to the existing server. Request you to go Exchange calculator to have detail on sizing that will help you out.
    Exchange Queries

  • MDT image deployment fails after adding applications

    I've been trying to use MDT (ie deployment workbench 6.2.5019.0) to build and deploy images for quite some time now, and I am having a lot of difficulty deploying images to target computers.  I've successfully built a reference image in a VM with all
    the Win7 updates.  I can deploy that image to HP z820 workstations while injecting drivers.  Then I've tried two ways of adding applications, capturing that image and then re-deploying it to other target machines.
    First, I run a standard client task sequence that will deploy and capture an image to a target machine.  I put in a suspend command in the task sequence.  I can then add applications and then restart the task sequence.  If I don't add applications,
    and I just let the task sequence do it's magic, inject drivers, add any remaining Windows updates, and then just resume, MDT will capture the image.  I can then add it to my deployment share and then deploy it back to my target machine that it came from
    or any other similar target.  On the other hand, if I add all my applications during the suspend, MDT will capture the image, but subsequent deployments of the image will always fail on the target machine during Windows setup.
    Second, I can deploy the reference image to a target, let the sequence finish, add the apps, then run a sysprep and capture task sequence.  I finally got that to work.  I have an image with apps that I can deploy.  However, I go to a target
    machine that image was deployed to, I added for example Office and Winzip.  Then I run the same sysprep and capture sequence, capture the image, and when I deploy that image back, it hangs while setup is installing devices.
    Why am I having so much trouble just adding applications to an image that deployed perfectly fine before, but once I add apps, I can no longer use the same task sequences to capture and deploy?  These same task sequences will capture and deploy the
    image without the apps, but not with the apps.  I don't get it.
    So, what's so special about adding applications, and also can anyone give me a good reference for troubleshooting deployment issues where sysprep and setup fail for whatever reason?

    Hmmm... Applications should not cause hangs when installing drivers. In fact NOTHING should cause a hang like that... except for a bad driver. Go back and go through you driver manifest with a fine tooth comb and find the bad driver. That may include removing
    all of your 3rd party drivers.
    Keith Garner - keithga.wordpress.com

  • What is the rule for adding application elements to faces-config.xml

    I have posed this question before, but was unable to get an answer so here goes again.
    What is the rule for adding more than one application element to the faces-config.xml?
    The schema documents that 1-n are possible, but why and when should I do this?
    --W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    sorry if you don't login in tomcat administration before. you must enter login and password of a manager user on tomcat .
    The user is the one you give when installing tomcat.
    If you have forgotten it : see it to: C:\Program Files\Apache Software Foundation\Tomcat 6.0\conf\tomcat_users.xml
    and choose one whop have role='manager'

  • Best practice for adding application to $env:Path in PowerShell?

    I'm trying to figure out the best way to add a program to PS's path. When I look at $env:Path, I see tons of different entries pointing to various programs on the system that seem to have been added by their installers. This would suggest that I could just
    add another entry pointing to the .exe I want to have available in the path, but if I do this every time I want to have an application available at the shell my path is going to get hideously cluttered.
    In bash, I would normally make a bin directory within my home directory, add it to the path at startup in my .bashrc, and then make symlinks in that directory for anything I wanted available. This keeps the path clean and easy to manage. Is there a way to
    do something like this in PS, or is the standard solution just to add a new entry to the path for every application you want until it's like a million miles long and unreadable? Putting symlinks or shortcuts in directories already in the path hasn't worked
    so far.

    I'm trying to figure out the best way to add a program to PS's path. When I look at $env:Path, I see tons of different entries pointing to various programs on the system that seem to have been added by their installers. This would suggest that I could just
    add another entry pointing to the .exe I want to have available in the path, but if I do this every time I want to have an application available at the shell my path is going to get hideously cluttered.
    In bash, I would normally make a bin directory within my home directory, add it to the path at startup in my .bashrc, and then make symlinks in that directory for anything I wanted available. This keeps the path clean and easy to manage. Is there a way to
    do something like this in PS, or is the standard solution just to add a new entry to the path for every application you want until it's like a million miles long and unreadable? Putting symlinks or shortcuts in directories already in the path hasn't worked
    so far.
    You can't put symlinks in a folder to a folder but you must put a link or shortcut to the executable.  Links to folders are not scanned. Only the root folder in the path is scanned.  No programs wil lever be found through the path if it is in the
    current folder in a PowerShell session.
    You can quickly alter the patch for the current session like this:
    $env:path+='c:\myprogramfolder'
    When you exit PowerShell it will not reamian.  It will only change the PowerShell process path for that PowerShell session.
    ¯\_(ツ)_/¯

  • Worries about adding Essentials Roles to 2012 STD

    Hello!<o:p></o:p>
    This is my first real? Here so I would like to just say, with all that I have read, learned from this forum it has been a big help in the past, I’m
    sure it will continue to be in the future, with that said.<o:p></o:p>
    When I first started at my place of employment they had 3 small desktop servers running. All (3) were using server 2003 but not one of the OS were
    activated. They were still working in a workgroup environment not a domain.  There were many more problems with the servers and network alike, but that would take too much time to mention. So to get to the point, I installed a new HP ProLiant DL320e Gen
    8 server for them. Xeon® CPU E3-1270 v2 @ 3.50GHz, 16Gb 1600 Ram (4), 1Tb Sata HDD’s in Raid (0), Windows Server 2012 R@ STD. Do to the fact they had (40) WS and 50 users and growing. I installed server 2012 STD as the OS. I would have liked to go with Essentials
    though. We still have one of the other servers running but at this point it still has server 2003 on it, and it used only for our Time clock software (Time Force II) do to the fact that software can't be installed on the Domain Controller. It's A nice server
    though it has 16 GB, of ram and a Xeon E3-1220 v2 3.10GHZ CPU. So I have planes for it in the near future. At this point I'm thinking of making it the backup DC and E-mail exchange. <o:p></o:p>
    To get to my question after giving you some back ground just in case it's needed. The main DC server is running 2012 STD and is fully active and operational
    at this time. I would like to take advantage of some of the features of the essentials Role. Can I install the Essentials Role on an active STD server without affecting the server, settings and network as it is now?  I do believe with the essentials role
    you can have another DC in the forest. , But not with a true Essentials server. So will going into (Add Roles and Features) and then adding the Essentials role work for me without effecting the domain and users and work files at it is now?<o:p></o:p>
    Also I would like to get your opinion on the idea of using the 2nd server for a backup DC and Email exchange server. I would have to run the Time Force II software on
    a Virtual Machine since that software can’t be installed on a DC. But that is fine with me I could use the VM for other things as well. ?
    J<o:p></o:p>
    Sorry I will make my question shorter in the future just felt I should put some background in there since it’s my first post as a newbie.<o:p></o:p>

    Hi,
    àI installed server 2012 STD as the OS. I would have liked to go with Essentials though.
    Would you please let me confirm whether it’s a Windows Server 2012 or a Windows Server 2012 R2?
    The Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter.
    For installing Windows Server Essentials Experience role in a Windows Server 2012 R2 Standard in an Existing Active Directory Environment, please refer to following article and
    check if can help you.
    Deploying
    Windows Server 2012 R2 Standard/Datacenter with Windows Server Essentials Experience role in an Existing Active Directory Environment
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Adding application to firewall changes md5 sum

    I was playing World of Warcraft and the application stopped connecting to the server. Firefox worked, mail worked, even Ventrilo worked, but the warcraft app would not connect. I figured maybe i needed to add the application to the firewall exclusion list, so i added it. Apparently the act of doing so caused its checksum to be changed by the application firewall when it was added to the list of allowed applications.
    When the client connects to the server, the validation based on the checksum fails and i am unable to play the game. The only solution put forward by blizzard is to delete the game and re-install from scratch.

    Girish,
    You have a couple of choices here....
    1) Use PDK-Java to make your JSP application a portlet. You would install the PDK-Java Framework and then add your JSP application as a portlet. For this, you would need to take a look at the PDK ... PDK-Java and Download/install the jpdk and also follow the "How to" article on create a JSP portlet.
    2) Use PDK-URL Services. URL Services allows you to take your exisitng application and add it as a portlet without modification.
    Go to the PDK, PDK-URL Services section.
    Thanks,
    Sue

  • API for adding external roles/parties to an organization in oracle projects

    Hi,
    I need a help on the API for creating external roles/parties to an organization in oracle projects. There are two APIs in oracle for roles - pa_project_pub.load_org_roles and pa_project_pub.load_key_members. load_key_members api is used to load team members which are employees to a project and load_org_roles is used to add an organization role to a project. But how to use these API to load a party/external role to the organization role (or) is there any other api to do this functionality. Please suggest me on this.
    Thanks,
    Ramky

    Hi all,
    The order of blogs is:
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    and then
    /people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas
    Help me soon...

  • Queries added to role in PFCG don't show up under role folder in BEX

    Hello Guruu2019s
    Currently I am experiencing a very strange problem regarding the visibility of queries in the role menu of BEX. Please find below some investigation already done:
    Just to avoid any authorization questions/assumptions,  I have a user with SAP_NEW and SAP_ALL. He also has 2 roles (R1 and R2, no other roles) in which reports are entered using: PFCG -> +OTHER -> SAP BW Query URL.
    In his SAP user menu all reports from both roles show up and are executable.
    When this user open BEX Analyzer and goes to u2018Openu2019 -> u2018Open Queryu2019 and then go to u2018Rolesu2019 only R1 and its contents is visible.
    The roles however are identical and contain only the following authorization objects (apart from menu entries):
    S_USER_TCD: RRMX
    S_TCODE: RRMX
    The only difference between them is that the R1 has been created some time ago while the R2 is new.
    I expect that people will tell me that S_USR_AGR is required but this isnu2019t the case since he is able to see one of the two mentioned roles (R1) and its contents in SAP BI due to SAP_ALL and SAP_NEW.
    When I copy R1 to R3 and add it to the user he is also able to see this R3 in the Bex analyzer. However, when I remove all reports from R3 and add some myself in PFCG these new entries do not show up in Bex analyzer, even though I re-added the report(s) I removed earlier in the exact same way.
    The same for the original R1, when I add new entries they arenu2019t visible although the u2018oldu2019 ones are.
    When I check the only table I know that holds SAP menu entries all links show up, this also explains why in his SAP user menu he sees all links. Does anyone know how (which tables) the BEX Analyzer gets the appropriate roles and role entries when a user wants to open a query?
    What can be the issue here; to me it feels like something has changed in the system that prevents BEX to read all roles properly?

    Hi Casper,
    there is a known issue at the moment whereby workbooks/queries and roles are no longer
    visable due to the following.....
    The settings in SSM_CUST defines a compress mechanism for the user menu
    known as "Redundancy avoidance" and described in notes 357877 and 357693
    Redundancy avoidance deletes easy access menu entries for doubled
    transaction codes whenever SSM_CUST contains
    1. an entry CONDENSE_MENU with PATH = 'YES' and
    2. either an entry DELETE_DOUBLE_TCODE with PATH = 'YES' or no entry
    DELETE_DOUBLE_TCODES, at all.
    If you don't want doubled transaction codes to be deleted, then simply
    add an entry DELETE_DOUBLE_TCODES with PATH = 'NO' into table SSM_CUST.
    Please enter
    DELETE_DOUBLE_TCODES with PATH = 'NO' into table SSM_CUST
    and retest this issue...
    I hope this helps
    best regards
    Orla.

  • Adding application to pinboard(go-to) menu in N70

    hello all!!
    can any1 tell me that how can i add my different applications shortcuts (like bluetooth, media player etc) to my favourite menu i.e. pinboard(goto) menu. do i need any software for this. if yes then which one is recomended software for N70 and from where can i get that.
    thanks in advance.
    Rizwan

    Some of the phone's built-in apps support adding things to the Go-to menu. I don't think there's a comprehensive list of which do, but if it does, then the option to do so is shown in the "Options" menu of the app with such support.
    I usually just move the whole Go-to thing to the bottom of some submenu and ignore it entirely.

  • New Added Applications Icons = White "Crossed out" symbol...

    This is a bit of a minor annoyance, but I wanted to see how the community was dealing with this....
    I find it helpful to have an Alias for "Applications" in my dock -- to the right of the divider. I like to sort it by "Most recently added", so that I'll have the newest application on top of the stack. I realize that the applications have the "universal symbol for 'not'" -- a generic mac icon with a white crossed-out symbol -- because the app hasn't been permissioned yet. i.e. I copied it to the Applications folder but just didn't run it yet. After I run it, I drag the icon out of Applications and then back in the folder and it changes to the real icon.
    This is a true first world problem -- but I just wanted to see if anyone else deals with this and how you work your way around it. (Not such a big deal to just drag the icon and add it back. It's just annoying and looks dumb.) Thanks in advance for your thoughts.

    For me, the crossed-out icon disappears once I've launched the application once and answered yes to the warning whether I want to launch an application that has been downloaded from the internet.
    I don't know if trashing the Dock preferences would help?
    /p

  • Adding a role thru oim API

    Hi Experts,
    I am getting role from object form and the user will be added to this role once the provisioning is completed to a resource.
    If I want to pass this role to child form and then trigger corresponding addroletask in schedule task using Oracle API, please let me know the process and steps that I have to take care. If you have any sample code just for my reference, plz post it here.

    Here is the Code which you can refer. Change it per your requirement
    process Key = ORC_KEY
    long formKey = formInstanceIntf
                                  .getProcessFormDefinitionKey(processKey);
                        int formVersion = formInstanceIntf
                                  .getProcessFormVersion(processKey);
                        tcResultSet childTable = formInstanceIntf
                                  .getChildFormDefinition(formKey, formVersion);
                        long childDefKey = 0L;
                        for (int i = 0; i < childTable.getRowCount(); i++) {
                             childTable.goToRow(i);
                             if (childTable.getStringValue(
                                       "Structure Utility.Table Name").equalsIgnoreCase(
                                       "UD_ADSTDPRO")) {
                                  childDefKey = childTable
                                            .getLongValue("Structure Utility.Child Tables.Child Key");
                                  break;
                        tcResultSet childData = formInstanceIntf
                                  .getProcessFormChildData(childDefKey, processKey);
    //if want to remove the value
    for (int j = 0; j < childData.getRowCount(); j++) {
                             childData.goToRow(j);
    long childPrimaryKey = childData
                                            .getLongValue("UD_ADSTDPRO_KEY");
    formInstanceIntf.removeProcessFormChildData(
                                            childDefKey, childPrimaryKey);
    //if want to add a value
    HashMap proxyMap = new HashMap();
    proxyMap.put("UD_ADSTDPRO_PROXY_ADDRESS", SAMPLE VALUE);
    formInstanceIntf.addProcessFormChildData(childDefKey,
                                            processKey, proxyMap);

  • Runtime error when adding a role to a webpage in WPC

    Dear Portal KMC WPC experts,
    After upgrading to KMC WEB PAGE COMPOSER 7.01 SP005  in the SAP Netweaver Portal we encountered a runtime error when we add a role to a webpage or website in Web Page Composer. This was not the case before the upgrade.
    This is the error we get:
    Runtime Error
    An exception occured while processing the request.
    Additional information: null
    Exception ID = 8049882b-36e3-2c10-56bd-ef82084cf508
    How can we correct this?
    Thanks in advance,
    Peter

    Kenny K wrote:
    Ok, I figured out my issue.
    It seems that you have to graph the data, before you can change any graph attributes, even though I have done that before.
    Once I put the axis, title, etc after the graphing, then it worked.  Well, I also had specified my range wrong, so that errored out too.
    Thank you for the help.
    Also, how to you get a reference to the Chart Wizard through the excel activex?
    I posted a snippet. You can take it from there. I do not remember how I got it before. I have not had to change it in six to seven years. I remember going through the MSDN and found the function. I think I made it from scratch to match the MSDN..
    Tim
    Johnson Controls
    Holland Michigan

Maybe you are looking for

  • ITunes won't open and my iTunes Folder is missing

    My iTunes wouldn't open so I tried removing iTunes and Quicktime along with my iTunes folder, and now iTunes folder won't come back after reinstalling iTunes. Also iTunes won't open still. Any help would be great, thanks!

  • Add date filter to recordset

    Is it possible to add some filters to a paged dataset? One of the columns is date, its in unix format, and isn't displayed, the pretty date is in a visible column. I want to have 3 check boxes: 1. Expires within 3 months 2. Expires within 2 months 3.

  • Mail occasionally loses attachments and headers

    once in a while, i recieve messages in Mail which lost their headers and part of the attachments. the attachments can no longer be read from Mail, but they're still there in the source. however, the metadata, as can be seen at the end of the correspo

  • Select multiple photos in Mail

    I recently upgraded to Mavericks. Now, when I have a Mail (ver. 7.3) message with multiple photos, I can only seem to select one photo at a time. I used to be able to Command-Click to select as many as I wanted, and easily drag them into another emai

  • Cannot apply Flash Builder 4.7 Premium upgrade license

    We purchased Flash Builder 4.7 Premium upgrade license.  When we entered the new key and then the original 4.0 Premium license key, it said "This serial number is not for a qualifying product. Please try again.".  From the License Certificate paperwo