Refresh window to see new role

If I add a new role it becomes only visible by quiting and re-login to the Portal.
Isn't it possible to refresh to see a new role?

A lot depends on whether the role has been given to the user dircetly, or through group membership. If you assign a role directly to a user, then a browser refresh will handle this. However, if the role is given to a group and the group is then assigned to a user, then a logoff/logon will be required, as group membership is only picked up at logon time.
Cheers

Similar Messages

  • Unable to see new role in environment

    An end user said that a role that was working last week is no longer available in the portal. No changes have been made to the system in the past week.
    A co-worker successfully imported this new role into the portal a week ago, but the change did not synchronize to all the servers in the environment. We have one Central Instance and two Web Application Servers in our Java environment.  The import was successfully completed on WAS1. I verified this by checking the PCD import log files on WAS1. When I log into the portal running on WAS1 the new role is available. When I log into the portal running on the Central Instance the role is NOT available.
    To resolve the issue a logged into the portal running on the Central Instance and used System Administration >Transport Packages> IMPORT to import the *.epa file containing this role.
    Is there something else I should have done to resolve this use? How does a the system synchronize changes to objects in the java environment?

    Hi,
    when doing a depoly of an application (PAR) or EPA, you basically just copy the file to a (shared) folder on your java instance. This change get's recognized by your instance.
    If it's a PAR, the instance informs all the other instances in your cluster of the change. They all access the application and do a local deploy / installation of the change.
    If it's an EPA (PCD objects), the instance reads the content and writes it to the DB and informs the other instances that a DB change has occured and they should read the DB again to sync their content.
    Normally, the deploy;import works without problems in a server, but can produce from time to time some errors / sync issues. Depending on the cache, an instance simply won't read the DB. You can use a tool from SAP that checks the instance and DB for sync issues (the tool is called something like: PCDcheckDB.sh).
    Generally, you should clear the cache of your portal after every deploy/transport to ensure that the user is getting the latest version:
    - Navigation cache
    - portal DB cache
    - PCD cache
    - (HTTP provider cache, web dispatcher cache)
    Depending on you configuration (cluster with many servers and nodes), you see this issue several times, you can do the following:
    - Shut your DI down and do the deploy on your CI.
    - Restart your DI with the sync option. This way, they will sync the content of the DB and disregard the local cache.
    br,
    Tobias

  • Add on for opening new windows in a new tab in the same window

    I am using a software that opens the scheduler in a new window. I have in the past had an add on that allowed the new window to open in the original window in a new tab. The add on was lost when i refreshed Fire Fox but I don't remember the name of the add on. Thanks.

    Did you check the settings in Options/Preferences > Tabs?
    See also:
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    For links opened via JavaScript you can look at this pref:
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • Creation of a new Role in Content 10.0.1

    Hi everyone,
    I would like to create a new standard role in my domain.
    To do this I noticed the SecurityManager and its method createRole. I tried to create a new role with it using the default domain as target. I always get the error ORACLE.FDK.AccessDenied even if I use user orcladmin.
    If I use a library as target I get error ORACLE.FDK.UnexpectedError:ORACLE.FDK.ServerError…
    Moreover in the javadoc I did not notice any attribute that associate permissions to a newly create role.
    Could anyone have an idea on these points?
    Thanks for any help.
    Emmanuel

    Hi,
    1) Is the CUST_BI database user in the right place ?Yes, though you should add the language code to the user name, e.g. CUST_BI_US. This will be the EUL owner, the schema that holds all the EUL tables. The temporary tablespace you specify in the create_eul command is only used when you connect as the EUL owner, so is not important.
    When you connect as an apps user the connection will be made using the APPS database user, and therefore the temporary tablespace used (and location of MVs) will be the temporary and default tablespaces associated with the APPS user. You can change the temporary tablespace just for the Discoverer users by issuing a ALTER SESSION SET CURRENT_SCHEMA command in a PL/SQL procedure called during the initialisation of the Discoverer sessions.
    2) As you can see, I need to separate the BI administration from EBS administration... and DISCOADMIN is a new Apps user... any checklist/recommendation for this new Apps. user? The disco administration user can be any apps user who has EUL administration privileges in the EUL. This user should then be used to create all business areas, etc.
    Rod West

  • New Window from "FILE- NEW-WINDOW" duplicates all the currently open tabs in the new window. I want new window with just the "Home" tab please?

    Running Firefox 3.6.13 on 64Bit Win7.
    I like to group tabs on a topic in a window, and when the tabs get to be too many, or a new topic, I do FILE->NEW-WINDOW and expect a new window with just one default (Home) tab. Instead I get a new window with ALL the tabs of the first window.
    I have checked all the Options I could find. Nothing helped. I CAN make a new Window with just one tab if I right-click a link and say "Open in NEW Window".

    A new window should only open with the home page(s).<br />
    If you see differently then you need to check your extensions.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Create a new role in SRM 7.0 and Portal

    Dear All,
    We are using SRM 7.0 with Portal.  We created a maintenance table in SRM. This table must be maintained from time to time by the key users. But they want to maintain in from Portal, not from SRM.
    When i was using SRM 4.0, it was simple, i was creating a new role from PFCG and assigning the table to the role. Then i was be able to see and maintain it from web. But it is not that simple now in Portal side. Because i created a new role and assigned the table to that role in SRM, but nothing happened in Portal side.
    Can anyone advise me the steps ? How am i going to show and maintain this table in portal  ?
    Thanks in advance,
    Best regards,

    Hi,can you share your solution with me. I have the same question but not smart as you.
    Thanks in advance.
    WuLin
    SRM

  • I'd like to transfer all of my songs from iTunes from my old laptop (windows) to a newer laptop (mac).  Is it possible to do this?  If so, how?

    I'd like to transfer all of my songs from iTunes from my old laptop (windows) to a newer laptop (mac).  Is it possible to do this?  If so, how?

    See Here...
    Move iTunes Library from PC to MAC
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html

  • Can't instal Windows 7 to new hard drive

    Hello everyone,
    I was looking for solution for a while, but cant find it, so I really hope you'll help me here ! 
    First of all, I 've been using my pc until I received the S.M.A.R.T. warning about possible hard drive failure soon, and one morning PC didnt start - one of the hard drives was dead (in my hp model there are two hard drives). After finding out which one was it ( I tried taking one hard drive out, leaving the other and vice versa) I bought a new 500 GB hard drive. Aparently the damaged hard drive was the one with operating system, because of startup message which told me that operating system not found. Nothing fancy, just instal windows like I always did, or so I thought ..
    Got my USB flash drive with Windows 7 64 bit, plug it in, the usual windows instal guide loads up.  I choose my language , keyboard input etc . At the point where I have to choose "where do I want to instal my windows" I see two hard drives: 1) disk 0 Partition 1 (my old original  232 GB stock drive) and 2) disk 1 Partition 1 (new recently purchased 500GB drive).
    So ofcourse, since I replaced old hard drive with the new one I just bought, put it in the same slot, naturaly I chose my location for windows - new hard disk 1 Partition 1. When I highlighted it, a yellow mark apeared at the botom which said "Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure the disk's controller is enabled in the computer's BIOS menu". 
    Ok, so I tried to continue anyway, I pressed next and windows began to instal, took about 10 - 15 mins. Everythings normal until first restart part before completing instalation. PC restarted and .. Windows instalation setup started once more from the begining. So I thought , ok I ll try to instal to the old hard drive disk 0 Partition 1 ( this time there was no yellow warning mark). So instalation began again , restarted , and ... Once more instalation setup starting from begining ! 
    I am really lost here, I tried replacing hard drives places whith each other, or leaving just one of them, every time windows starts instaling from begining ! Allthough, everytime there are less and less disk space, which means it actualy is instaling. 
    So any thoughts where to start ? 
    I would be so greatful for your help,
    And see ya 

    Hi @Seniunas ,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    It is my understand that one of your two hard drives failed.  You have replaced the failed drive and are having a difficulty installing Windows 7 from a USB stick.
    I have some questions.
    What is your exact model of n DV9700 notebook?
    How Do I Find My Model Number or Product Number?
    Is this a retail version of Windows 7?
    Were your drives setup in a RAID configuration or  just  two individual drives, one being the boot drive  with Windows.
    You could try this,  I am not sure if it will work.
    Remove the 232 GB drive completely from your system.
    Boot to your Windows 7, USB stick and let Windows format the drive before it installing Windows.
    If this completes successfully, make sure the boot order is set to boot to that drive and test it.
    If you are then able to boot into windows,  shut down the notebook and reinstall the secondary drive.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Windows 8's new Chkdsk and drive activity after scan

    Hello,
    I have some questions regarding the new Chkdsk in Windows 8 (I'm using Windows 8.1 Pro 64bit).
    Please note that Windows 8's Chkdsk has changed considerably since the previous Windows versions; so if you know about the Chkdsk in Windows 7 or previous Windows versions, this could not apply to the Chkdsk in Windows 8.
    I also point out that I'm talking about the GUI version, accessible from the drive's properties Window.
    My main questions are: when Chkdsk has finished scanning, and the results window appears, can I at once proceed with the following, or should I wait some time:
    1) In case of an external USB drive, disconnect the hard drive (with “safely remove hardware”, even if the cache is turned off), and turn it off.
    2) In case of an internal drive (HDD or SSD), reboot Windows, or turn off the computer.
    My worry is that if I would disconnect a USB drive, or reboot or turn off the PC in case of an internal drive, before the Chkdsk-related activity is finished, then the file-system of the disk in question could get damaged.
    My doubts come from the following facts:
    - I have been told that when the Chkdsk results window appears, this means that Chkdsk has finished working with that drive; but I have noticed that some short drive activity is happening some seconds (about 6) after the results window appears (should be a
    write activity, not sure if also read activity). I noticed this by observing the LED on my USB drives, and also by monitoring the drives in question with Windows 8's new Taskmanager.
    - In case of disconnecting USB drives, I have been told that I can be sure that if some drive activity is happening, then the “safely remove hardware” feature won't have effect, and would warn me that there is disk access going on; but I have tried to select
    “safely remove hardware” while Chkdsk was in the middle of a scan, and the result was that Chkdsk got interrupted (with an error messsage appearing probably from Chkdsk), and the USB hard drive got removed. Though this seems not to have caused any file-system
    errors (I did another Chkdsk scan later).
    You may think that I just need to look at the drive's LED, or monitor the drive's activity with the new Taskmanager, and take note of after how much time the drive activity ceases. Then I would just need to wait so long before disconnecting the USB drive, or
    rebooting or turning off the PC.
    My problem here is that I'm not sure if the new Taskmanager, or the drive's LED, are sensible enough to detect even the smallest disk access, which could get unnoticed. I'm not sure how much I should wait... seconds? Minutes? What do you think? Perhaps there's
    no need to wait at all?
    I did some tests by disconnecting (with “safely remove hardware”) a USB drive shortly after doing a Chkdsk on it. Then I did another Chkdsk after turning it on again. I didn't get any error message from Chkdsk. But I'm still worried that there could be an unfortunate
    moment, during which a disconnection (still with “safely remove hardware”) could cause problems, perhaps because in that moment a write operation could be in process.
    I think I have read that the new Chkdsk in Windows 8 uses VSS (“Shadow Copy”) to check the drives while keeping them online. With this new Chkdsk, I think it is possible to continue using the drive while the scan is happening, even on the system drive.
    I was thinking about this: is it possible that the short activity which I have noticed after Chkdsk's results window appears, comes from this Shadow Copy Service, which is “unmounting” (?) the shadow copy used by Chkdsk?
    If this is true, is it important to let the “unmounting” task happen, or can I disconnect, reboot, or turn off before it starts? And what happens if I interrupt this “unmounting” task in the middle, while it is in process?
    What do you suggest? Am I being too worried, even paranoid?
    Does it make some sense to wait some time after doing a Chkdsk, or can I at once proceed to disconnect the USB drive, or reboot or turn off the PC (in case of internal drives)?
    Thanks.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    As the question is off topic here, I am moving it to the
    Where is the Forum... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Adobe Acrobat 9 Standard is still seeing my old scanner install.  How to force it to see new scanner install.

    Adobe Acrobat 9 Standard is still seeing my old scanner install.  How to force it to see new scanner install?  Scanner is recognized by and works fine in Windows.  Acrobat however still sees Fujitsu fi-6130dj #3.  I need it to see Fujitsu fi-6130dj which is what is listed in Device Manager.  (Windows XP SP3).
    Thank you for any suggestions.

    To provide more detail and list what was done to resolve the issue but there may be a better way.
    Background.  When you install a USB device to a PC it is listed in Windows Device Manager as installed hardware.  If you take the USB plug for any device and plug it into a different USB port on the PC the PC will install drivers again for that device.  In Device Manager, if you set a system environment variable for device manager to show non-present devices you can see all of the times this may have occurred.  In this specific instance there were five installations in Device Manager for one piece of hardware, a Fujitsu fi-6130 scanner.  The first listing was Fujitsu fi-6130dj, then Fujitsu fi-6130dj #2, Fujitsu fi-6130dj #3 and so on.  Adobe Acrobat only saw the third instance of these drivers being installed.  Once I cleaned Device Manager of all Fujitsu scanner installs I was able to have a single set of drivers installed for this Fujitsu but Adobe still recognized the third instance of the driver install and I could not figure out how to force it to see what Device Manager was seeing, a single instance of the scanner being installed (with no #3 behind it).
    Steps performed to try to resolve.
    Repair install of Adobe - no luck - still sees the #3 instance of the scanner
    Deactivation, uninstall, reboot, reinstall, reactivation of Adobe - no luck, same behavior as above
    Complete removal of all scanner related software.  This included the ISIS drivers in Add/Remove Programs and all other related software.  This also included deleting the contents of the TWAIN_32 directory found within the root of the Windows directory and also included deleting the scanner from Device Manager.
    Rebooted.
    Reinstalled complete packages of both TWAIN and ISIS scanners - with the scanner disconnected.  Powered the scanner back on and let Windows install the drivers for the hardware.  Only at this point did Adobe see the new install of the Fujitsu scanner and no longer looked for the #3 instance of that scanner install.

  • Dragging an existing tab to the desktop (or below tab bar) does not open that URL in a new window, only a new window with an empty tab. FF4 RC2 (did it with RC1 as well).

    When I drag an existing open tab from the FF4 tab bar onto my desktop, a new window opens as expected but the tab within that window does not load the URL of the tab dragged from the previous window. The tab menu item "Move to New Window" does the same thing as well.
    I have disabled Tab Mix Plus add-on but it has made no difference. Is there a setting somewhere that I am missing?

    I use Tab Mix Plus and do not have that problem.
    <br/>
    You may need to try Firefox Safe Mode to see if an add-on is causing the problem; see: http://kb.mozillazine.org/Safe_Mode
    *<u>In Firefox 4, to enter Safe Mode, hold the Shift key while clicking on the Firefox 4 desktop icon.</u>
    *Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes '''<u>before</u>''' starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    * If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling '''<u>one at a time</u>''' until the problem reappears. '''<u>You MUST close and restart Firefox after EACH change</u>''' via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    * See the following for more information
    ** http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    ** http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    ** http://support.mozilla.com/en-US/kb/Basic+Troubleshooting

  • With Windows XP I have Firefox 4 and am trying to download Firefox 6 but it rejects saying I need Windows 2000 or newer

    Tried several times to download Firefox 6 as upgrade to Firefox 4 and near end of download I get error message that I need Windows 2000 or newer. I have windows XP 2002. Cannot find error in my system.

    This is typically caused when an add-on changes the user agent string (identifies the version of Firefox). To rectify this you can reset your user agent string.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''general.useragent.override''', right-click (or control-click) on it and select '''Reset''', this will set the user agent string back to the default in Firefox 4
    There are other user agent string settings that may have been modified, but these are no longer used in Firefox 4. You can reset them if you want, for details see https://support.mozilla.com/kb/Websites+or+add-ons+incorrectly+report+incompatible+browser

  • SAP AC 10 : ERM working fails (Unable to add Actions,permission)to new role

    Hello Gurus,
    We have done configuration for Role creation via ERM in SAP GRC AC 10.
    The configuration is done via BRF+ and MSMP ,when we try to create a new role via
    NWBC > ACCESS MANAGEMENT>Role Management -->Role Maintenance.
    We see that the correct "methodology" is selected which contains following steps
    Define Role --> Maintain Authorization -->Risk Analysis -->Request Approval -->generation.
    We go past 1st stage and when we are at Maintaining authorizations , the "edit" option is disabled
    It is not possible to add any Action (Tx), Permission(Objects) to the role.
    Is there something else that we need to configure or something that is missing ??
    Please suggest.
    Regards,
    Victor

    Hello All,
    This issue was resolved , after i maintained a User as "Role content approver" and "Assignment Approver"  Under "Owners/Approver" Of define role Tab.
    Whole cycle ran w/o any problem.
    Regards,
    Victor

  • New role with workbooks not visible

    Dear all,
    I have something strange. I created a role and I saved workbooks in it.
    When I create a new workbook and save, I can see this role and I can save the workbook in my role (this role is assigned to me).
    However, when I reopen the workbook, I go to the Role tab but I have nothing: no role and thus no workbook.
    Do you have any idea?
    Regards
    Eric

    Hi Ric,
    I know that behavior from my own experience. Up to now I just came up with a workaround solution. When you want to open the saved workbook, you can go to "Search" tab where you can search for the workbook description. This search seems to be case sensitive, so be careful with that.
    If someone else found another solution I am interested in that, too.
    Best regards
    Volker

Maybe you are looking for