Role folder not appearing

Hi Experts,
I need to save work book under a specific Role. When I click on "Save Workbook as "...couldn't find the Roles folder only able to see Favorites.
To save a workbook to a role Iam maintaining the following authorisations and assigned to user.
S_USER_AGR: ACTVT     = *,
            ACT_GROUP = [name of the role ]
S_USER_TCD: TCD = RRMX
Please let me know.. am I missing some thing to enable Roles folder?
thanks in advance.
regards,
Raju

You must to add one report (query - woorkbook...) in the Menu from PFCG.
Then add this role to your user and then you can see this.
I hope you can solve the problem with this.
See you

Similar Messages

  • Folder not appearing in My Folders in Organizer

    In Elements 11, on import, my image files DO download to my computer but that folder DOES NOT appear under My Folders in the Organizer. Any suggestions?

    first see what your server settings are.
    how do you treat a deleted email.
    second see what your inbox folder settings are
    Do you delete messages older than 14 days?

  • 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

  • Actions extension folder not appearing

    So last week I downloaded the latest and greatest OSX 10.10... But I found an issue, and I'm not sure if I'm the only one, but in the extensions there isn't an "Actions" folder with plugins. I originally found out because I couldn't figure out how to get Markup working in the Mail app.
    Here you can see my "Extensions" pane, and like I said, "Actions" does not appear.
    What is the issue? Is there a solution to how to get the "Actions" folder and Markup up and running? Or should I just wait for a patch?

    Working here, so I suspect a faulty installation. The only alternative is to reinstall. Hopefully, you saved a copy of that installer so you don't have to waste time, electricity, and bandwidth DLing the 5+ GB installer file again.

  • Folder not appearing

    Hello everyone,
    I have a very frustrating issue with Adobe Content Viewer...
    I have a folder that I have uploaded via InDesign and it has been made available to download on my friend's iPad when I have signed into it. However when I sign in on my iPad it does not appear to download from the cloud. We both have iPad2s and I sign in to the same login on both.
    I have no idea what to do, and I really need this folder to appear on MY iPad!

    Are you signed in? If so, I would remove the Content Viewer from both iTunes and the device, sync, and then reinstall the app.

  • Photos in Data folder not appearing in iPhoto albums

    I was looking through some older albums the other day and noticed that many of them only had 1 picture in them. It did not contain a bunch of other missing photos, but rather no other photos at all. After freaking out for a second, I went into the iPhoto Library ("Show package contents") and in the Data folder under the album name for that year, found the JPG files for all these photos.
    Is there a way to "rebuild" the iPhoto database or something? It seems to not be synchronized with the contents of the Data folder. I'm wondering how many other albums this may have happened to.
    I did recently (in the last 6 months) upgrade to iPhoto '08 so I'm wondering if it's some strange side effect of the upgrade process.

    LarryHN wrote:
    1 - are you talking about albums (the logical entities that link to photos in the library) or events - the primary way to display the contents of your library
    I'm talking about the Events themselves but also the Albums that I created using pictures in those Events.
    2 - it is recommended that you do not mess around in the iPhoto library - doing so can corrupt or library and create problems
    I was not messing around but rather confirming that there were still JPG files in there as opposed to them having disappeared completely.
    3 - the photos in the data folder are not associated with albums - they are the thumbnails for displaying photos in events or albums
    Cool, that helps. I checked the Originals folder and found the original JPGs there too. I'm sure they're not thumbnails because they are all 600KB+.
    4 - you can rebuild by launching iPhoto while depressing the option (alt) and command (apple) keys and choosing the first three rebuild options - but this does not sound like a good bet
    Why is rebuilding not a good idea?
    5 - can you describe your situation in a bit more detail using the iPhoto terminology so we are all talking about the same things
    Hope that helped!
    Thanks,
    Bradley

  • Role info not appearing once role assignment request is submitted from UI

    Hi Everyone,
    We have a strange problem in our project in IDM 7.2 SP8 where IDM role concept is used which contains privileges (could be role/profile) of backend systems.
    Usually when ever a role (i.e IDM role) assignment request is submitted from UI, the activity with the associated info (like user details, role details, audit ID) should be stored in MXI_LINK table from where the info will be fetched and used in next stages of the processing
    Even though the information is getting available for most of the cases for all users but some times for few users once the role assignment request is initiated from UI there is no info is getting available in MXI_LINK table corresponding to this activity which is strange.
    Because of this problem even though user submits role assignment request no role info getting passed to IDM, set to pending state for the user which is getting meaning of user not submitted any role assignment request at all.
    Can any one suggest what are the things that gets involved between these two steps and any troubleshooting hints are highly appreciable.
    Regards,
    Venkata Bavirisetty

    Is this a situation you recreate at will? In other words, is it always happening on the same users? If so, you could put a trace on that user's account then try to add the role and see what that trace log shows. Additionally, you could just follow the links in the chain of the various tasks that kick off when you do a role assignment and check each task / job's job log and see what that tells you. There's got to be an error somewhere along the way that's preventing this from executing properly.

  • 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)

  • Authorization to save XLWB in Role folder, not role

    Hi, all.
    Is there an oppotunity in BW to allow enduser to save Excel Workbook in Folder in Role, but forbid to save workbook in role directly?
    Thanx in advance

    I created a folder on my Desktop called "screens" then launched Terminal and entered this command:
    defaults write com.apple.screencapture location /Users/francine/Desktop/screens/
    After entering the command hit return. I then restarted the computer and now all screenshots are put in the "screens" folder. If you want to use a different folder you just need to put the path in the command. The easy way to get an accurate path, without depending on your ability to type flawlessly, is type the command, then after typing the space following "location" just drag and drop the folder you want to use into Terminal. The path will automagically be filled in, hit the return key, then either restart or log out and back in (simply relaunching Finder won't do it).
    Francine
    Francine
    Schwieder

  • Captivate Results folder not appearing

    I am using the internal server method to report quiz results. I followed the tutorial and installed the Wamp server and have it running. I think the file internalServerReporting.php is the one that builds the Captivate Results folder. I got it so it worked once, but when I tried it with a different course it didn't work. It now doesn't work for the course it originally worked. Do you know why the Captivate Results folder is not automatically being published when I publish a course.

    Me too.
    Bump!

  • Apps Folder Not Appearing in iTunes?

    I am switching notebooks (Windows) and have iTunes reloaded and my music transfered succesfully. I synced my iPhone and selected the option to move the purchased items from the to iTunes, but I don't see the apps anywhere in iTunes. I used to be able to see them in a folder, perform updates, etc. What am I doing wrong?

    Go to the General tab of the iTunes preferences. Is the checkbox for "Apps" checkmarked? If not, that's your problem.
    Regards.

  • 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

  • Photos folder not appearing using Home Sharing

    My photos folder has stopped showing up in my home sharing section on AppleTV - it seemed to work fine a week or 2 ago but now has stopped working :-/   Music and movie still show however.
    anybody have any ideas what may be the problem?
    thanks guys!
    N

    fixed, I turned it off and on again :-/  (from within the iTunes sharing drop down)  doh!

  • BW Role Transport not appearing

    Hi there mates,
      I went to PFCG, clicked on my role ' FINANCE '
      Then hit the Truck Button, where I created a Transport Request.
      However, when I went to SE09, I don`t seem to see my Request.
      Please advice

    dear John mate,
    make sure you mark 'customizing requests' in se09/se10, in next screen, try to expand your client number->'Customizing' ...
    .. The role is entered in a Customizing transport request (display using transaction SE10)...      
    SE09 can be used also.                                
    hope this helps.

  • Role created in ERM is not appearing in CUP request for assignment-GRC 10.0

    Hi,
    We are on GRC 10.0 - SP5
    We have created a role in ERM and it was succesfully created in backend system. However when we tried to assign the same role using CUP request - the role is not appearing.
    1) Do we need to upload roles for CUP  in GRC 10.0 (similar to 5.3) to populate. Will the role doesnot automatically appears in GRC database for CUP as it is created through ERM?
    2) If the roles are imported in ERM with role owner information, does the same reflects for CUP also for role owner approver assignments?
    Thanks and Best Regards,
    Srihari.K

    Hi Sri,
    Is the role status set to "production" ??
    Cheers,
    Diego.

Maybe you are looking for

  • My MacBook Pro is freezing and then restarts.  Kernal Log showing I/O errors

    My MacBook Pro is freezing up and then restarts.  It started happening about 2 weeks ago.  After several attempts to resolve it, I did a clean install of snow leopard.  And then did a SW Update.  I have no thrid party devices, ram, or HD.  My machine

  • Transfer movies from mac to macbook air

    i have a dvd that i purchased and downloaded to my mac.  how can i get that movie on my macbook air?

  • What is "undefined e-mail" ?

    Since installing Firefox 4, I cannot open my e-mails. The message given is "You have undefined e-mails in your inbox". PC - Compaq SG3 230UK, 64 bit, dual core, Windows 7

  • Dropbox workflow best practices?

    I'm looking for best practices on using Dropbox for an InDesign/InCopy workflow. Specifically, in my own testing with two computers, I've realized that the lockout function does not work when using Dropbox, so multiple people can  edit the same file

  • Integration between OP5 and OMi using BSM Connector

    Hello, I am using BSM Connector to integrate the OP5 alerts to OMi. I have configured the XML-Polcy.and want to put the fields with the right value. But when I am using the "NODE NAME" as "<$DATA:/HOST_ALERT/HOSTNAME>", it is not working. Means in th