BPEM End User role does not appear

Hi masters
What should I do to make the BPEM End User role appears on the portal Identity Management  ?

Hi Ganga,
Firstly, check the BPM usage type is loaded in your SAP NetWeaver 7.3 system at http://<host>:<port>/utl/UsageTypesInfo
If the BPM usage type is loaded, check the BPM configuration wizards have been run in the SAP NetWeaver Administrator - http://<host>:<port>/nwa > Configuration > Scenarios > Configuration Wizard
Finally check the role exists via the SAP NetWeaver Administrator - http://<host>:<port>/nwa > Configuration > Security > Identity Management
If you aren't seeing all the options in SAP NetWeaver Administrator then you need to find someone with more authority and get them to grant you the SAP_BPM_SuperAdmin or SAP_BPM_SuperDisplay role.
If that's all ok you can then go back and check the role is visible in the Portal.
Regards,
Jocelyn

Similar Messages

  • PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    PowerBook G4 boots to unfamiliar login. List of known user accounts does not appear and original admin user name and password is rejected. What is going on here?

    There are no children, nor other suspicious characters that have "played" with my computer. One moment I'm in, the next time I turn on/restart the powerbook I'm at a screen with the name of the hard drive and two fields: username and password. Not a list with pictures and names ie 'Katie Jo' with an orange icon and 'Guest' with a silhouette of a head.
    In an attempt to remedy this problem, I backed up files using target disk mode and firewire cable. I then, rebooted in single user mode, typed in the correct script and essentially made the computer appear virgin again. Original start up welcome screen display with multiple languages, and then set up prompts such as language, network, and registration. After completing the cues and the "just a few more questions" page, I press continue and am left at a grey standstill, with the continue button greyed out, and no other actions. I'm only able to "go back" by clicking the go back button, all the way to the beginning of the set up, and as I proceed through the steps a second time, I'm greeted with the same halt. What is this?

  • Migrated User Account does not appear at login

    Hi: I was having a few glitches with Leopard for my main user account (screen dimming did not work). So I backed up the computer to another disk using Super Duper. I did a clean install of Leopard, did the updates and then used the migration assistant to reimport my user accounts. On the first try, I actually did not migrate the main account I wanted so I used the migration assistant for a second time to import the user information I wanted.
    A folder was created in the user folder with all the documents associated with the the main account I wanted to migrate, however on login, this user account does not appear.
    Is there a way I can make this account appear at login.
    Thanks
    Mike

    do the following. log in as an admin user and run the following terminal command (copy and paste, do not retype, please)
    sudo rm /var/db/dslocal/nodes/Default/users/short-user-name.plist
    Instead of short-user-name put in the above the short name of the migrated user. It's the same as the name of that user's home directory in /Users folder.
    You'll be prompted to enter your admin password (which you won't see as you type it). that's normal.
    Restart and try creating the account with that shortname. it will say that a home directory by that name already exists and ask if you want to use it. say "yes".
    you'll now be able to log in into that account.

  • New Role does not appear in home page after assigned to a user

    Hi there!
    I'm new at SAP Portals.
    I've created a role and assigned it to an user, but the corresponding tab does not appear in home page.
    I've already changed permitions to a group that is assigned to the user.
    I've seen in some posts that the role's property "Entry point" should have value "Yes", but mine is set to "No". Meanwhile, I can't change it. When I open the role and press button "Properties" nothing happens. The only way I can check role's properties is through "Delta Link tracer", but there I can't change them.
    Can you help me, make the new tab (corresponding to role) happear in home page menu?
    Thanks and best regards,
    Vasco Brandã

    Hi,
    to track down you problem, you click on "properties", but you can't see the properties? They won't get loaded and therefor, you can't edit the property?
    What's your portal version + SPS, which browser are you using + version (IE, FF) and how do you access the portal? IP, FQDN? Are you getting any error message in the browser?
    What profile is assigned to your user? What kind of roles are you trying to modify? A new one, or a SAP pre-delivered portal role?
    br,
    Tobias

  • New link in end user menu does not display

    I am new to IDM and am trying to add a new link on the user Welcome page. I have added the link in the End User Menu using the BPE and the XML looks ok. I have saved the changes to the repository; but, the new link does not appear in the list on the user Welcome page at next login. Can anyone point me in the right direction? Thanks.

    End User Menu would be the right place to put this. Since you're able to see your link in the BPE browser, I think you're off to a good start.
    Did you use the BPE to commit the form change to your production repository? If so, try saving your change as an XML file first and then import the form from the Configure->Import Exchange File menu.
    Is it possible your browser settings are caching the page? I've never seen this happen, but it might be a factor.
    Jason

  • Date and time stamp of user status does not appear

    Hi, gurus.
    For a specific transaction type, the date and time stamps for certain user statuses do not appear within the transaction although these missing date/time stamps are captured in the database upon checking by our ABAP.  It seems that this problem started when I added several statuses and rearranged their status numbers in the status profile last year.
    I'd also like to ask if it's really necessary that the statuses within the status profile and date profile should maintained in the same positions. 
    E.g.
    Status Profile                                                                               
    Status No.     ---       Status Code      ---            Short Text                                       
    10            ---                    IP1L                   ---       In Process 1st Level                        
    20            ---                    IP2L                   ---       In Process 2nd Level                          
    Date Profile
    Display Position   ---       Date Type
    1                          ---       In Process 1st Level       
    2                          ---       In Process 2nd Level
    We're going to create and assign a new status profile for the concerned transaction type.  We'll make sure that this status profile is sychronized with the date profile.  Hopefully, the date/time stamps will all be displayed in prospective transactions but the problem on the missing date/time stamps in historical transactions will still remain.
    Pls. help us.
    Thanks in advance,
    Theresa

    I'd also like to ask if it's really necessary that the statuses within the status profile and date profile should maintained in the same positions.
    No

  • Set role does not appear to be working

    Below, I've listed two blocks of code. The first block executes just fine. The second block throws an exception on the last line. The error returned from the server is "ORA-04043: object PERSON_VIEW does not exist". The only difference between the two blocks of code is how they log in. The first block logs in as a user with more rights. The second block logs in as a user with very little rights, but obtains more rights using the "set role" statement. I used SQL Plus to log in manually as the second user, executed the "set role" statement, and had no problem describing PERSON_VIEW. What am I doing wrong in the second block of code?
    Environment *pEnv = Environment::createEnvironment( Environment::OBJECT);
    Connection *pCon = pEnv->createConnection( "MYAPP", "PASSWORD", "MYDB");
    MetaData data = pCon->getMetaData( "PERSON_VIEW", MetaData::PTYPE_VIEW);
    Environment *pEnv = Environment::createEnvironment( Environment::OBJECT);
    Connection *pCon = pEnv->createConnection( "USER", "PASSWORD", "MYDB");
    Statement *pStatement = pCon->createStatement( "set role MYAPP_ROLE identified by PASSWORD");
    pStatement->executeUpdate();
    MetaData data = pCon->getMetaData( "PERSON_VIEW", MetaData::PTYPE_VIEW);

    In case anyone cares, the actual problem is that the OCCI throws an Ora-4043 when describing a SYNONYM in 10.1.0.3. This has been designated a bug and assigned to the development team. :o)

  • How do I delete a User that does not appear in Users & Groups?

    A leftover user (former employee account) that won't go away. Phantom User account becomes the default login account regardless of the new employee's login attempts. The phantom account Home folder appears in the Users folder at the root level, but not in the Users & Groups panel in System Preferences. I have logged in as tech admin and deleted the phantom User folder (while it is not the Home folder), but it comes right back again as soon as the new employee logs in as himself. ***???
    I'd just updated this iMac to Yosemite, but this issue predates any specific OS update. Has persisted from 10.5 - 10.10. but is becoming an issue with permissions.
    Any thoughts other than having to reinstall the OS from scratch? I was about to, but thought I'd see if anyone else has ever heard of this.....

    Back up all data.
    Triple-click anywhere in the line of text below on this page to select it:
    /System/Library/CoreServices/Directory Utility.app
    Right-click or control-click the selected text and select
              Services ▹ Open
    from the contextual menu.* The Directory Utility application will launch.
    In the application window, click the lock icon and authenticate. Select the Directory Editor tool in the toolbar. Select Users from the Viewing menu in the toolbar, if not already selected. Locate the user you want to delete in the list and click the minus-sign icon at the bottom. Select Groups from the Viewing menu, and look for a group in the list with the same name as the user you just deleted. If found, delete. Quit Directory Utility.
    Be very careful when editing the directory. Many hidden users and groups are present by default, and are needed for the normal operation of OS X. Never delete or modify a directory entry unless you’re sure you know what you’re doing. If in doubt, leave it alone.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
               Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • My user name does not show in finder

    I recently had to do a re-install of OS X Yosemite on my brand new Macbook Pro due to some files being corrupt during the transfer of my aperture and iTunes librarys from my old iMac to the new Macbook. (Aperture appears to be the problem)
    After the re-install everything appeared as a new computer. After signing in to my accounts, I went to "Finder" to open my username and music file to transfer my iTunes library over.  My user name does not appear at all in the Finder sidebar. Have doing something wrong here.

    You can customize your Finder sidebar to show whatever you want. Some of the defaults (including the home folder you're talking about) are available by going to Finder menu - Preferences - Sidebar. You can add others by dragging them from the right side of the Finder window into the sidebar.
    Matt

  • HT201240 This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I

    This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I created.  I am logged in as myself and it states that I am an "Admin".  The user I'm attempting to change is listed as a "standard" user and there is a white checkmark inside an orange circular background on the user pic in the list of users. 
    Can someone help me?  I am having a hard time believing that OSx will allow me to create users and allow them use of my computer and it's drives, yet it will not allow me to change the password so I can monitor what they might have been doing while logged on?  What if this were my child?  This guest left under sketchy circumstances, and I'd really like to be able to ensure they were not using my computer to do illegal things or to have illegal communications.
    Any help would be appreciated.  (It's odd that it was so simple to "create" a user and set a password for them.......but it's complicated or a little known process to reverse.
    Thanks.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • My ipod touch has a permanent image of the end of a USB cable with an arrow pointing to an icon of ITunes. I can't reset, and ipod does not appear on itunes when I plug it into the computer.  This happened after I agreed to a failed software update.

    My ipod touch has a permanent image of the end of a USB cable with an arrow pointing to an icon of ITunes. I can't reset using the two button method, and ipod does not appear on itunes when I plug it into the computer - and nothing else happens either.  This happened after I agreed to a software update which failed.  How can I get it going again?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Creating a custom role does not show up whe creating a user

    On portal 10.1.4 I have followed the directions in 10.1.4 Oracle Server Portal Configuration Guide.section 6.1.6.9.1 Example: Defining a User Administrator Role.
    However, the newly created role does not show up when I create a new user.
    Any suggestions?

    This is a bug in 10.1.2.0.2. It works if you create the group from the directory page OID

  • Mac user, OSX 10.9.4. CS6, in the new Blur gallery the pin with adjusters does not appear for any of the three blur filters. This may have occurred since taking adobe watermark add-on and updating Bridge. any ideas?

    Mac user, OSX 10.9.4. CS6, in the new Blur gallery the pin with adjusters does not appear for any of the three blur filters. This may have occurred since taking adobe watermark add-on and updating Bridge. any ideas?

    I am using Mac OSX 10.10.1 (memory 8 GB 1600 MHz DDR3, graphics Nvidia GeForce GT 650M 1024 MB)
    and my version of Photoshop is CC.
    I ran into  the same problem: I am able to place and view Blur Gallery pins but the adjustment wheel or outer control arounf the pin that allows you to tweak the blur value disappeared after being initially available. Additionally, the placed pin or pins appear to flicker on screen (while in blur gallery mode) until committing the change with the OK button. I have tried restarting both the computer and Photoshop, as well as what some other users have suggested such as View>Show>Edit pins turned on. Nothing has helped so far. I am still able to adjust the blur amount  from the Blur Tools slider. thank you.

  • Your computer's timezone does not appear to match your user setting of

    I get this message on a top bar: "Your computer's timezone does not appear to match your user setting of (GMT- 06:00) Chicago. ''Click here'' to update your settings. Alternatively, ''hide'' this message.
    My computer timezone is not Chicago. Why is Firefox giving me this error? Should I just hide it and ignore it? Well, there were a few error with a web app I am developing related to 1 hour off inputs. Something is wrong. Any guesses?

    Figured out the issue and can reproduce it; it has to do with a particular website: support.atlassian.com; one gets there if they have purchased any of the company's products.
    I will let them know and let it go. Thanks :)

  • TS2972 My itunes library on my home screen does not appear on another home screen on the same computer when itunes is opened on the other screen/user.  Home Sharing is turned ON.  How do I fix this problem?

    My itunes library on my home screen does not appear on another home screen on the same computer when itunes is opened on the other screen/user.  Home Sharing is turned ON.  How do I fix this problem?

    You'll have to contact the developer about this. Apple doesn't make this app;

Maybe you are looking for

  • Ofx files crashing Numbers

    Hello, I'm trying to create a sheet using .ofx files. When I first tried to drag the file from the Finder into the table I got this error message: Then after I tried, and tried, and tried again I got this crash message: Any advice? Thanks. Ramone

  • Anyone know how to dynamically change the border of UILoader Component

    Hi All I am loading multiple instances of UI loader containing external SWFs on my stage. When user double clicks on the video thumbnail, an instance of UIloader will be placed on the main stage.The user can place as many UIloader instances on the ma

  • Expanding the virtual machine max memory in osx

    i just upgraded the memory on my power mac because this java program im using requires alot of memory on the heap. i remember on windows, there is a property file u can tweak to increase the max memory used by the virtual machine, im just wondering i

  • Standby Database in RAC

    Hi, We have two nodes RAC environment on the AIX 6.1 Our requirement is to have a database for the reporting purpose in one of the node and replicate the data from source to target.  Is it possible to create physical standby database in one of the no

  • Why Threading is not allowed in EJB?

    Hello, I learnt that threading concepts is not allowed/used in EJB. can u please post your view, regarding the above question. Thanks