Influence the sequence of Roles in IllumLoginRoles

Hi all,
is there a possibility to influence the sequence in which MII orders the roles which are assigned to a user?
For example, user A has roles IllumLoginRoles="'SAP_JAVA_NWADMIN_LOCAL','XMII Administrators','XMII Users', 'My new Role' ". How can I manage to get the role 'My new Role' to be the first role in the list?
This is important, because the Content Display Tabs on the MII Portal are displayed in the sequence of the roles in the IllumLoginRoles list. And the first Content Display Tab is loaded on login. So if I want the Content Tab of role 'My new Role' to be loaded when user A logs in, it must be the first role in the list.
I think it doesn't matter when the role was created, and surely the roles are not ordered by name.
Michael
Edited by: Michael Otto on Nov 4, 2008 9:15 AM

Michael,
The order of your role names has no bearing on how it is showed in the Content Display Tabs or Navigation Items.  Under System Management -> Custom Attribute Mapping -> Roles Tab, there is an option for priority.  The lowest number has the highest priority so most likely XMII_Administrators would have a priority of '0' and XMII_Users would have one of '100'.
Content tabs are added, modified, and deleted in a similar manner to the navigation tree items. The tab item hierarchy is one dimensional. Tabs may be ordered within a user or role. Tabs are inherited from the user level first and then the role level. The order of inherited roles is determined by the role priority. The user's first tab, whether it be from the user or role level becomes the default home page in the main content area.  The target window radio buttons behave the same way as the navigation tree items.
When the attributes are read, roles are added lowest priority to highest priority.  Profile properties can be created at the role or the user level.  A user will inherit properties from the roles that they are a member of.  If more than one role has the same property name, the role with the highest priority will pass its property value to the user.  If the user has the same property name defined in their profile, the user value always takes precedence.

Similar Messages

  • Changing the sequence of roles/groups for Portal users after Login

    Hi
    We are at EP 7.0 SP11.
    We have developed custom role for ESS, MSS, EIC and Reports etc.
    Now when all the 3 roles are assigned to any user, the sequence of the display is generally
    Employee Self Service, Manager Self Service and then EIC.
    We need to change this sequence in Dev QA and production environment for some users preferably (or for all portal users), so that the 1st page which loads in portal after user logs in , is not necessary ESS. 
    The requirement can also be considered as, we need to change the default page which displays after user logs in.
    Does someone have any idea how can we achieve this ?
    Looking forward for your response.
    Thanks
    Neha

    Hi Neha,
    Add custom Welcome page/Home page(eu_role) and Sort Priority property as per  Koti Reddy.
    Hope it helps
    Regards
    Arun

  • Planning Workflow (9.3.1): how to influence the view of an enduser?

    Hi all,
    In Planning (9.3.1) Workflow the administrator and planner views are quite different. Where the administrator sees a nice top-down approach when opening Workflow (in other words: an administrator can navigate from generation 0 down into the entity dimension) a planner always sees the level 0 members. All of them… which is not very handy.
    How can we influence the way a planner (=account with role “planner”) sees his part of the Workflow? Now, if a planner has to see multiple departments, he can see 100s of cost centers in Planning, while just viewing and influencing the highest level depending on a person’s actual security (for instance a department as a whole) would be enough already.
    There must be some place where this can be influenced within Planning, but we can’t find it in the documentation or in the standard interfaces of the Planning administration site.
    Thanks in advance!
    Gr.
    Ivo

    Hi,
    some FM elements always need special treatment. This is true for graphics (objects), cross links and tables especially.
    The EDD can do lots of things, but is also limited in doing others.
    There are also different ways to reach a goal, depending on your preferences.
    Some things have to be done in the template, some things need to be done in the EDD, others need to be done in the RWR.
    It always depends on what you have as given input, how good your skills at certain things are, how consistent your input is or how the general workflow is laid out.
    The best way to learn structured FM is to take a look on existing EDDs, DTDs, RWR and templates.
    Check out how other people solved those problems. See if the same way works for you.
    In your special case, my solution was the quick and dirty one. But there could have been another solution.
    You could have wrapped your reference within a font formatting tag (such as <b> or <i> in DITA/HTML) and add the font properties there.
    But introducing a font tag usually has influence on your XML input/output.
    This means you would need to either get this information already within the XMl source, add it with XSLT on import (remove on export), redefine your structure or use FM scripting.
    As you see, there are many ways leading to the desired output - it just depends on your special case, what is best for you.
    -Alex

  • Topics on EP and the sequence to be followed

    Hi ,
       I have explored a few topics on the development side of the portal and there are a few on my mind .What I wish to know is if I have to develop a team of delivery capability then in what sequence these topics are to be taken with the team . I am listing the topics below . Please guide as I have never been on a project on EP so I am not aware about the importance of these topics and the sequence to be followed while taking them up with a team .
    Iviews : These include
    Making iviews using standard templates available .
    Making iviews using visual composer .
    Making customised iviews using PDK(NDS and WAS) .
    Webdynpro application
    JSPDynpage
    Business Packages
    Integration of Third party applications
    Configuring your mail server with the portal .Learning the configurational concepts of the exchange server .
    BSP applications
    HTMLB and tableviews
    BISDK and XMLA
    Using JCO and JCA
    Knowledge/content management
    Collaboration
    TREX
    If you have some other topics in mind please feel free to include here and also specify where do you wish to include them in the sequence . I need to know how do we go about this as it becomes quite confusing as to what to persue and with what importance as I have never faced a real time client requirements.
    I AM LOOKING FOR AN EXPERT ADVICE HERE .
    Regards
    Deepak Singh

    Hi deepak
    I think you can go for this sequence
    Making iviews(Making iviews using standard templates available .) and other pcd objects like worksets,pages etc..
    Creating users,roles and Assinging  roles to users
    Making iviews using visual composer.
    Knowledge/content management
    Customization of portal.
    Webdynpro application
    JSPDynpage,HTMLB and tableviews
    Making customised iviews using PDK(NDS and WAS).
    Using JCO and JCA
    Creating systems
    Configuring your mail server with the portal.Learning the configurational concepts of the exchange server .
    Integration of Third party applications
    Collaboration
    TREX
    Business Packages
    BSP applications
    BISDK and XMLA
    Regards
    Geogi

  • Setting the sequence of asset listeners

    Hi All,
    We have about 10 asset listeners and would like to have them execute in a specific sequence. I have contacted Fatwire Support and I got the standard answer:
    "There is no documented way to specify ordering of asset listeners. If order of asset listeners is a concern, you could put all the asset listener code into one asset listener"
    Obviously, putting all the listener code into a single listener is less than ideal. I'd like to know if any of you have been able to find a way of reliably setting the sequence in which the asset listeners are executed.
    We tried the obvious approaches of ordering the listeners in our AssetListener_reg table using ID, insert order, etc but they have not proved reliable.
    One option we are considering is to write a single listener that is responsible for invoking the existing listeners rather than rely on Fatwire to do this.
    So, if we don't have to write custom code to do the obvious, I'd like to know what has worked for others.
    Thanks,
    --Adi.

    Hi,
    Sadly the queries that retrieve listeners from the listener tables don't specify an ordering, e.g.:
    select id from AssetListener_reg where listener = ...
    select listener from AssetListener_reg where blocking = ...
    In Oracle DB there is no way to reliably predict or influence the ordering that comes back from a query, except by using an explicit ORDER BY. See http://stackoverflow.com/questions/899514/default-row-ordering-for-select-query-in-oracle for more description on that.
    It does seem like it could be useful to determine the order so I have logged enhancement request 16998818 "ALLOW FOR ORDERING OF ASSET LISTENER EXECUTION" for this.
    Regards,
    Phil

  • O7_dictionary_accessibilty parameter : does it influence the security of the DB ?

    o7_dictionary_accessibilty parameter : does it influence the security of the DB ? If yes, how ? If no, why not ?
    Thanx a lot !
    Regards,
    Luc

    The o7_dictionary_accessibility parameter can be used to prevent (if set to false) the viewing of the data dictionary (SYS tables and views) by users with an "ANY" privilege (e.g. SELECT ANY TABLE). If set to false, then a user must be granted explicit access to a SYS object or through the roles SELECT_CATALOG_ROLE, EXECUTE_CATALOG_ROLE, and DELETE_CATALOG_ROLE.
    Oracle9i provides the privilege SELECT ANY DICTIONARY (Oracle9i) which gives access to the entire data dictionary (SYS tables and views). The role SELECT_CATALOG_ROLE limits access to SYS views.

  • How does system status influence the crm transactions?

    Dear CRM Experts,
    Can you please clarify the use of system status in the crm transactions?how it's control or influence the crm transactions.can we link  the R/3 and CRM transactions using system or user status?how user status & system status are linked?
    Please provideme the solution for  the above mention points.
    Warm regards,
    Ronnit

    hi
    Using status management, you can find out about the processing status of a business transaction, and change individual statuses. Each status informs you at header and item level that a specific status has occurred (for example, quotation has been released), and specifies which step may be executed next (for example, release is allowed).
    *user status*
    A status set by the user to complement the system status for a given status object.
    You can use only a user status belonging to a status profile (defined in Customizing) and assigned to the relevant status object.
    User statuses enable you to extend the control of business processes managed by the system status. You can set and delete user statuses manually when carrying out business transactions.
    *System Status*
    A status the SAP System sets internally as a part of general status management.
    This status tells the user that a certain business transaction was performed for an object.
    moreover using user status is customised,you can mainatian your own user uset status and control the system response as decided by the system status
    for this you can make your status profile which when you atach to your transaction can be used in particular transaction*
    *Status Profile*
    A profile used to control user statuses.
    A status profile is created by the user in general status management.
    In a status profile you can:
    Define the sequence in which user statuses can be activated*
    Define initial statuses*
    Allow or prohibit certain business transactions*
    *more about system status*
    Each marketing project goes through various system statuses, one of which is always set:
    ·        Created
    ·        Released
    ·        Finished or Rejected
    ·        Locked
    ·        In Process
    ·        Approved
    *System Status Overview*
    *Created (CRTE)*
    Use
    In the Created status, you structure the marketing project and enter plan values and dates.
    Features
    This system status is the initial status for new marketing projects. The status is set automatically when you create a new marketing project.
    The status does not allow you to:
    ·        Transfer to ERP
    ·        Transfer the target group to the channel
    *Released (REL)*
    *Use*
    Structuring is complete and the marketing project is released for the operative execution of the marketing activities.
    Prerequisites
    The marketing project has the Created status.
    Features
    In the Released status, you can create new, lower-level marketing projects and change the hierarchy. The Released status is passed on automatically to lower-level marketing projects.
    *Finished (FINI)*
    Use
    This status identifies a finished/completed marketing project. A marketing project with the Finished status can no longer be changed.
    Prerequisites
    The marketing project has the Released status.
    Features
    Lower-level marketing projects belonging to the same marketing project are also finished automatically. This does not apply to lower-level marketing projects that have the Finished or Rejected status.
    You can revoke the Finished status. The system then automatically revokes the status for all upper-level marketing projects in the relevant marketing project. For this, it is prerequisite that none of the marketing projects on a higher level to the relevant marketing project are finished or rejected.
    more details you can see in
    http://help.sap.com/saphelp_crm50/helpdata/en/81/1ba63a28195840e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/c5/e4aed5453d11d189430000e829fbbd/frameset.htm
    check out table JEST and TBOJ!,for system status and object relationship,along with user status.
    guess i have cleared your doubt
    best regards
    ashish

  • Merging Navigation Nodes and Defining the Sequence

    We are merging several portal roles on the top level.  However, we do not seem to be able to define the sequence of the second level tabs.  Each role contains a folder which is the entry point and each folder contains one page. 
    How is the sequence of the second level navigation determined for merged roles?  Is there any way to changed the sequence?

    Yes, I think so. Did you try the attribute "Sort Priority"? The higher the number (e.g. 100.0), the later the tab appears, i.e. a folder with 90.0 will appear to left of a folder with 100.0
    Same goes for third level navigation.

  • Is there a way to create a renaming preset where the sequence starts at the number "0" zero?

    What I am trying to achieve is the following:
    Fro example, I am photographing a handbag and I need to rename the file using a barcode and a barcode scanner.
    My sequence of images goes like this:
    Image 1: Tag shot
    Image 2: Front
    Image 3: Back
    Image 4: Inside bag
    Let's say the barcode once scanned produces a code such as TRE8801AZT16-Z
    Right now my current preset is "Custom Text_Image # (1)"
    This results with the images being renamed as:
    TagShot: TRE8801AST16-Z_1
    Front: TRE8801AST16-Z_2
    Back: TRE8801AST16-Z_3
    Inside bag: TRE8801AST16-Z_4
    What I need is the sequence to start at zero so the tag shot is _0 and my images are named like this:
    TagShot: TRE8801AST16-Z_0
    Front: TRE8801AST16-Z_1
    Back: TRE8801AST16-Z_2
    Inside bag: TRE8801AST16-Z_3
    Is this possible? If yes, how?
    Thanks for the help
    Cody

    About as close as you can get is to right-click on a single clip and Make Multiclip Sequence. Hit OK to make an sequence out of the single clip. Open the sequence made and delete the multiclip and edit the clip you want back into the sequence.

  • Bug in the copy cluster roles wizard - CSV reparse points cannot have names with spaces

    Hi All,
    I have identified a bug in the copy cluster roles wizard in 2012 R2, which is preventing me from migrating my clusters from 2008 R2 & 2012 to 2012 R2.
    The bug surfaces when you attempt to copy a VM role from a 2008 R2 or 2012 cluster that has a CSV reparse point name that contains spaces as follows:
    The role appears to copy across fine, but once you've migrated the CSV and brought it online followed by starting the VM, the VM configuration resource promptly fails along with the VM.
    The issue can be spotted inside the copy cluster roles wizard, where it presents itself by removing all text after the first space in the name to read "C:\ClusterStorage\CSV" rather than "C:\ClusterStorage\CSV
    Test Disk 3" as follows:
    The bug only appears for VMs on CSVs with a reparse point name containing spaces - all other scenarios succeed.
    After searching through the registry on the new cluster, you can clearly see that the VM role hasn't been correctly copied.
    It shows a value called SharedVolumeMappings with the data C:\ClusterStorage\CSV|<guid>|<integer>
    Whereas it should show the data C:\ClusterStorage\CSV Test Disk 3|<guid>|<integer>
    If you modify the data in the SharedVolumeMappings value in both
    0.Cluster\Resources\<VM guid> and Cluster\Resources\<VM guid> keys, the VM will start and work correctly.
    The problem for me is that I have many VMs on many different CSVs all with spaces in the names of the reparse point! Its not feasible for me to go through the registry for every copied VM on every node of the new cluster, as this would take a very long time
    and would be prone to errors that could cause further problems.
    Can anyone provide any help on this? A hotfix for the issue would be great, if anyone from Microsoft is reading :-)
    My deadline to get the VMs migrated to the new cluster is the 21st February, so I would really like to have a solution to the problem before then if at all possible.
    Many thanks in advance,
    Tom

    Hi Subhasish,
    Thanks for the reply, glad that its something that is reproducible!
    Do you have any idea of timescale? Or is it likely that I will have to modify the registry as above to get this working?
    If I am going to have to modify the registry, please can you let me know if the resolution I have tested above is safe and viable? Or are there other settings that I will need to change to make the cluster fully aware of the proper path to the CSVs for its
    VMs?
    Also, is there a known procedure for renaming the reparse point whilst VMs are running on it? This would allow me to negate the issue before copying the roles to the new cluster :-)
    Thanks again,
    Tom

  • I can not play the sequence in preview mode. How do I fix this issue?

    Each frame loads in the preview window when highlighted, but I can not play the sequence.

    I am working on a project for school. I have been draging clips down to the timeline and matching it with a few voice overs. Nothing too complex. I have been previewing my work as I go by pressing the space bar, Im not sure what I did but now Premiere will not play the preview in the Program sequence window.

  • Active Directory LDAP integration; can not see the XMLP_ groups/roles

    We have configured XMLP 10.1.3.3 to use "LDAP" as the Security model. The LDAP server is Active Directory running under Windows Server 2003.
    It is working to a certain extent:
    Users can log on to the XML Publisher using login/password as defined in AD.
    -When logged in as administrator, groups (roles) are visible in Admin/Roles and Permissions and can have assigned folders and data sources.
    Problems/questions:
    The required roles ("XMLP_ADMIN, etc) can not be seen in Admin/Roles and Permissions. Is this as expected or is it an error?
    -When logging in as a user who is member of the group/role XMLP_ADMIN, I do not get any administrator privileges (I have not tested the other XMLP_* roles defined in AD yet). So all administration has to be done as the local superuser.
    Is there any way to monitor the login process to try and see what goes wrong?
    -Roald
    -Roald

    The problem has been solved, it was self inflicted, typo in the config file:
    <property name="LDAP_PROVIDER_USER_DN" value="Cn=Users;dc=company,dc=com"/>
    (semicolon instead of comma after Users).
    It is a little surprising that this typo lead to problems with group matching, though. It took some time before this part of the config got enough attention.
    -Roald

  • Sequence header at the end of the sequence in the report

    Good afternoon everyone,
    I have a strange issue with my TestStand Report (any kind of report type) : some time ago the headers (with the name, the parameter's values, the module time, the status) of the sequence and sub-sequence were at the begining. Now they are a the end of the sequence, which means instead of having the status of the sequence first, I have the status of all the steps contained in the sequence BEFORE having the status of the sequence.
    I have checked and double checked the Report options : nothing tells that the headers must be at the end.
    I have 2 bench on which my sequences are running and one of them has the sequence headers upside down in the report and the other has the headers in the proper order. Their report options are exactly the same and I can't find where the configuration is different !
    Does anyone have some idea ? Please ?
    TestStand revision : 2010

    To Norbert : 
    The steps in the body are ok, in the correct order yes.
    I've attached two extract of report (check the Report Correct first), change the extention from ".txt" to ".html", the html one wasn't authorized by the forum.
    To jiggawax
    I'm not using XML format, only text or html. Where is located the ReportOptions.ini file ? I cannot find it with a basic search, could it be hidden ? As I am not managing this file in the configuration of the benches, it might be the origin of the problem !
    Both benches are running the same client sequence indeed : the client sequence are located on a network reachable by the benches.
    I doubt that one the client sequence can override a report callback but afterall I should make sure of this possibility.
    Thanks for your help !
    Attachments:
    Report Correct.txt ‏12 KB
    Report Upside down.txt ‏15 KB

  • How to open a message popup and keep the sequence running ?

    I have some steps in my sequence to initialize communication ports that takes a few seconds. As i have the trace off i want to display a message popup to tell the user that the sequence is doing the init. After the init steps are done i want to close the popup out of the sequence without pressing any button.
    Is there a possibility in TestStand to do this ?
    The normal Message popup stays until a key is pressed and even pauses the sequence while active.
    Thank for help.

    You could call your message popup in a subsequence as new execution and terminate this execution programmatically after your init steps have finished.
    In order to do this you have to specify (module) the sequence call step that calls your subsequence:
    -Multithreading and Remote Execution = Run in a New Execution
    -Settings: Initally Hidden and Tracing disable, Restartable, Close Window when done, Wait for Execution to complete: Do not wait, Process Model Option: Do not use a Process Model
    -Store an Object Reference to the New Execution in: e.g. Locals.ExecutionRef
    After your Init steps you insert a ActvieX/COM Action Step that terminates the new execution:
    -Object Reference: Locals.ExecutionRef
    -Automation Server: NI TestStand API 3.1
    -Object Class: Execution
    -Call Method or Access Property: Call Method
    -Method: Terminate
    This will terminate your new execution showing the message popup.

  • I can able to see odbc entries in virtual regisrty of the sequence. But on client machine I am unable to find them

    Hi,
    I have created a sequence I can able to see odbc entries in virtual regisrty of the sequence. But on client machine I was
    unable to find the ODBC entries. Actually the same application is worked in Windows 2003. Now I am creating the same for WIndows 7.
    Application: LOB
    Sequence on Windwos 7
    Sequencer App-V 4.6 
    Thanks in Advance.

    Have you tested the ODBCs aren't there (and/or the app doesn't work), or are you only looking at regedit?
    http://blog.gridmetric.com/2011/09/26/possible-caveats-in-mixing-32-bit-and-64-bit-app-v-packages-and-environments/
    We have seen sometimes where the registry keys aren't visible under wow6432 node, but are really there.  I would suggest opening up the ODBC (odbcad32.exe) in the bubble, and see how things look.

Maybe you are looking for