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.

Similar Messages

  • Monitoring info not appearing in console for one of the managed server

    Monitoring info not appearing in console for one of the managed server though server is running fine. It happens some times. I tried to get these info from executruntimeMBean, but that is also not returning any info for that server. The entry for that server get erased from running-managed-server.xml after some time. Any idea why?

    hi Arun,
    Please find the below diagnostic module config fom the condig.xml
    <server-diagnostic-config>
    <data-retirement-enabled>true</data-retirement-enabled>
    <wldf-data-retirement-by-age>
    <name>DomainHealth_WLDFRetirePolicy_m2ap5</name>
    <enabled>true</enabled>
    <archive-name>HarvestedDataArchive</archive-name>
    <retirement-time>2</retirement-time>
    <retirement-period>6</retirement-period>
    <retirement-age>1</retirement-age>
    </wldf-data-retirement-by-age>
    </server-diagnostic-config>
    This configuration was present earlier also, but it looks like the logs statrted accumulating recently due to some other changes made to console. There is nothing coming under the WLDF console extension in server admin console.
    Other than changing the start script, will it be fine to go the file location ./server/data/store/diagnostics/WLSDIAGNOSTIC**.DAT and delete the older file while the server is running now?
    Incase not posisible , an example on the change in startscript and the config.xml will b helpful
    thanks
    JZWL

  • Sales order number not appears  in account assignment tab

    Hi,
    User raised PO for third party and account assignment category.But ,Sales order number  and its item not appear in account assignment tab.
    Can anybody help me.
    Lucky.

    Hi Lucky,
    Z Account assignment is not in standard SAP it is customized, u have to check the settings in SPRO->MM->PURCHASING->ACCT ASSIGNMENT-> ITEM CATEGORIES as well u have to know why this is customized, since there is deviation from standard i'm really not able to locate the issue. this is purely based on the requirement done, if it is as per standard SAP sales order number will definitely show in acct assingment tab view.
    Thanks for your inputs on this issue.
    Regards
    Rang

  • FF Id from Target system, does not appear to be assigned

    Hi All,
    I have configured ECC as a Connector, and a FF id with below roles, in ECC. After Repository Sync, the table GRACUSER, shows FF id from ECC. However, while assinging Owner to FF id, the FF id from ECC, is not shown.
    SAP_GRAC_SPM_FFID
    SAP_GRC_FN_BASE
    SAP_GRC_FN_BUSINESS_USER
    Any clue, what needs to be done here

    HI Plaban
    What is your configuration parameter 4010 role? Is that role assigned to the FF Id (before you ran the sync)?
    Did you set the owner up as an Access Control Owner first?
    Have you checked to ensure you have sufficient authorization GRC to assign the FF Id?
    Regards
    Colleen

  • "Get Info" not appearing in ARD 3.1

    Hi all.
    Ctrl-clicking on a managed computer and selecting Get Info results in... absolutely nothing. No Info window appears. Nothing happens. From the menubar, File>Get Info, or Command-I result in the exact same nothing.
    The only way for me to edit computers is to remove them from the "All Computers" list, and then add them back from the Scanner.
    It used to work fine. I've tried a re-install and preference trashing. Any one got any ideas?
    Thanks, Ben

    How did you re-install? Doing a simple reinstall will just replace missing components. You may need to manually uninstall and reinstall.
    http://docs.info.apple.com/article.html?artnum=108021

  • PR00 Not editable in Credit Memo Request, when copying from Mile stones

    Dear,
    PROO condition type is not editable in Credit memo request(VA01-CR) when iam creating with ref to Mile stone related invoice.
    Requirement:
    Mile stones maintained in Sale order at  line item level -
    >Invoice created with ref to sale order Miles stones-----> Now I would like to create Credit memo with ref to Invoice, the data is copying but the PROO condition type is not changeble.. I would like to change the amount in credit memeo.
    can  i know the reason why it is not changable???
    Thanks  in advance.

    Its a standard functionality.
    Take a help of an ABAPer for following userexit.:
    USEREXIT_PRICING_PREPARE_TKOMP in the include MV45AFZZ.
    The following code will make the condition type PR00 modifiable for user XXXX and non-modifiable for all other users.
    >FORM USEREXIT_PRICING_PREPARE_TKOMP. DATA : i_T685A TYPE STANDARD TABLE OF T685A WITH HEADER LINE. IF SY-UNAME = 'XXXX'. LOOP AT XKOMV. IF XKOMV-KSCHL = 'PR00'. SELECT * FROM T685A INTO TABLE I_T685A WHERE KSCHL = 'PR00'. READ TABLE I_T685A WITH KEY KSCHL = XKOMV-KSCHL. I_T685A-KMANU = 'C'. MODIFY I_T685A INDEX SY-TABIX. MODIFY T685A FROM TABLE I_T685A. REFRESH I_T685A. ENDIF. ENDLOOP. ELSE. LOOP AT XKOMV. IF XKOMV-KSCHL = 'PR00'. SELECT * FROM T685A INTO TABLE I_T685A WHERE KSCHL = 'PR00'. READ TABLE I_T685A WITH KEY KSCHL = XKOMV-KSCHL. I_T685A-KMANU = 'D'. MODIFY I_T685A INDEX SY-TABIX. MODIFY T685A FROM TABLE I_T685A. REFRESH I_T685A. ENDIF. ENDLOOP. ENDIF. ENDFORM.
    Thanks & Regards
    JP

  • Role assignment request

    hi guys,
    In my scenario, roles are given to end users by their manager. The thing that I'm really confused of, is that the manager should only see users that are part of his team in order to assign them roles.     
    I saw it's possible to set up restriction at manage tab level by modifying the MX_PERSON entry type but I'm not sure if it's well adapted  for a manager / user restriction.
    I know it's possible to set up "access control" on the assign role task but manager will still see people that are not in his team.
    Have you ever been though that kinf of requirement? do you have ideas?
    Thanks!!
    guillaume

    Thanks for your answers!!
    I did as you told me.
    I use the MX_FS_PERSONNEL_NUMBER_OF_MANAGER attributes as search attribute and MX_FS_PERSONNEL_NUMBER as user attribute. In that way, it allows a manager to see only people from its team.
    But it's quite rigid and it becomes really hard to set up a more complexe filter (for example, see the all hierarchy under a given manager)
    Thank you!
    guillaume

  • Transfer customer specific Roles assigned to a customer from R/3 to CRM

    Hello dear all,
    on R/3 side there are customer specific roles defined and assigned to customers. These roles are sales area depending.
    On CRM side we plant to uses the Employee Responsible relationship to build up these customer specific roles. To differentiate these roles we want to use the partner function which is assigned to the sales area.
    Can anybody show me how to do the initial load of the CRM system and map the role to the Employee Responsible relationship?
    I assume that I have to create a own mapping function module to realize this. Where do  I register this function module so it will be used during the initial load? How do I debug these functionality?
    A similar functionality we have to build up in case of the upload to the R/3 system. There we have map the Employee Responsible relationship to the specific role and assign it to the customer. Where do I register this function module?
    Thanks for your help!
    Best regards
    Michael

    hi
    In order to replicate the ECC customer to CRM customer the following steps (tips) might be helpful to you:
    First a Mapping structure should exist between business partners in SAP CRM and ERP ECC Customers in both the directions. In the ERP ECC system you can see this mapping using transaction /nPIDE
    You should create your own account group for the data transfer from SAP CRM to ERP ECC
    In SAP CRM, the roles sold-to party, ship-to party, bill-to party and payer are assigned to the classification Customer and the customer is assigned to exactly one account group in ERP ECC
    For consistent distribution of Business Partners with identical numbers in both the systems, the internal number range (ex. 1-5999) should correspond to an external number assignment in the ERP ECC system or vice versa. Thus a business partner is given the same number in both systems.
    For data exchange to be successful, you must ensure that the field control (mandatory fields) between the CRM system and the ERP system matches.
    Besides Both SAP CRM and SAP ECC can talk to each other only when there is some settings done in the middleware. And for the CRM only a small plugin is needed for the ERP/ECC Connectivity.
    Now whenever you have both the system mapped then if you create a BP in CRM it will automatically flow in the ERP System. And also the vice versa. As for the roles are concerned, the roles like ship-to-party and some few specific roles are mapped in ECC system. For a complete look at roles matching have a look at the following link.
    http://help.sap.com/saphelp_crm50/helpdata/en/52/cff837a9aae651e10000009b38f8cf/frameset.htm
    Once you have created a BP in CRM it will be created in some Account group in ECC. And in that AC GRP you will be not be able to create the Customer with identical ID. So if your systems are connected then even manually you also cannot create same BPs.
    And for all of these the PIDE settings in ECC needs to be maintained properly.
    Hope it serves your purpose
    best regards
    ashish

  • My Default Website Folder & Manage Sites info Not Appearing

    The pop up box on the right with the Files, Assets, and Snippets has somehow changed my default "AAA_WebSite" folder under the Files tab to show "Computer." I can still drill down to the correct folder, but since it's not set to the correct folder, all my "Manage Sites" info is missing as well.
    Any thoughts?

    The pop up box on the right with the Files, Assets, and Snippets has somehow changed my default "AAA_WebSite" folder under the Files tab to show "Computer." I can still drill down to the correct folder, but since it's not set to the correct folder, all my "Manage Sites" info is missing as well.
    If you're referring to what I think you're referring to, that's the Site Manager dropdown box where you can quick jump between sites in DW and select which site you want to work on.
    Click the box (where it says Computer) and select "AAA_WebSite" from the dropdown menu.
    If I've mis-understood, feel free to repost.

  • Delete Dialogue not appearing... can't delete songs from hard-drive

    After downloading ver 7.0.2 I can't delete songs from my hard-drive by deleting them in iTunes.
    There's supposed to be a dialogue(sp?) box that shows up when you delete a song in the main library (not in playlists), that asks you if you want to permanantly delete a file (song, movie, etc), or if you only want to delete it from the iTunes list.
    It's not showing up for me, so I have to seek out the folder and delete the song manually in Windows.
    I'd get this problem occasionaly in the older versions, but usually a restart of the program, or in worse cases, rebooting the computer would solve the problem, but not this time.
    I've tried re-installing the program, but no luck.
    Any ideas?
    Thanks.

    I tried the following fix, and it didn't work..
    Is anyone else having this problem after upgrading to 7.0.2?
    I'm sure I didn't check the box in the delete dialog that says "do not show this again"
    I've also tried hitting the shift key when deleting.. still no luck.
    HELP!!
    Resetting the iTunes Preference Files:
    -- Quit iTunes
    -- Delete C:\Documents and Settings\<your username>\Application Data\Apple Computer\iTunes\iTunes.pref
    -- Delete C:\Documents and Settings\<your username>\Local Settings\Application Data\Apple Computer Inc\iTunes.pref
    You may need to enable 'Show Hidden Files/Folders' in Windows Explorer==>Tools menu==>Folder Options==>’View’ tab before you can see the Application Data & Local Settings folders.
    This will force iTunes to run the setup assistance the next time you open it. You'll have to go back and re-set any preferences you want changed from the iTunes default. When you restart iTunes, it will perform its initial startup process. Do not let iTunes search for your music files. The old library is still there and iTunes will see it after it gets past the initial dialog screens.

  • Format Type Does Not Appear.  Can Only Export to PDF from InDesign.

    When I export a document from InDesign, I am unable to choose any other format besides PDF.  It does not give me the option to select a format type.

    I don't think that's what he means. Think IDML or Jpeg...
    See Replace Your Preferences

  • HT204291 On Airply button my iphone does not appear, thus i can't hear music from my iphone.

    On ipod app, youtube app whatever using audio source, on my airplay button at the right down corner of the dispaly I can't find iphone selection. As such I can't hear sound from my iphone. I can use my telephone without any problem. What's the matter?

    That's the way that they were designed.

  • Bbm icon does not appear in home screen as I update from BBM 6 to 7

     am using Torch 9800. I have been unable to locate the BBM icon since I was try to upgrade BBM 6 to 7. I have checked all the tabs and folders, and it is still nowhere to be found. BBM  application is only listed in a BB app world,and update fail all the time I want to upgrade please help

    Hello jmawalla,
    Welcome to the BlackBerry Support Community.
    Thank you for your question regarding your missing BBM icon.
    The following article will assist you regarding your missing BBM icon: http://bbry.lv/UzPueo
    Let us know if this helps.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • Indirect Role Assignment Within CUA

    Hi Experts,
    Weu2019re implementing indirect role assignment in SAP HR and exploring the feasibility to include this client as part of CUA. Has anyone implemented this before? Appreciate if you could share.
    I understand that CUA able to distribute DIRECT role assignment made from central client to the child client(s), but not so sure if it is possible for INDIRECT role assignment approach. My previous project exclude client with indirect role assignment from the CUA distribution landscape and I wonder why.
    Appreciate your input in this matter and looking forward for further discussion.
    Best regards and million thanks in advance.

    Hi,
    So I worked on a CUA managed landscape that had systems that featured indirect org assignment hooked in.  The association between the User ID and the HR org based position was still maintained locally as the local system contained the HR Org structure, but direct access was still blocked by CUA The roles assigned indirectly were visible from CUA in a different colour.  You can still maintain users directly from CUA on top of this.  This may be an alternative to consider.
    If the local system does not contain the HR Org structure you are probably going to have to export the structure, so if that is the case you might as well import it to CUA if all org relevant users are maintained there and manage it centrally via the advised link anyway.
    Cheers
    Steve

  • Supplying Plant field is not appearing in vendor creation of receving plant

    Dear Friends,
    Iam configuring Cross Company Scenario to my  client for the version SAP 4.6C as they implemented a new company code and want to transport the material from one company code to another company code.
    I made all the required customizations in the system
    while creation a vendor code in the reciving plant in Pur.Org.Data screen->Extras--> Add.Pur.data i am unbale to view plant field where we maintail supplying plant
    In OMSG at purchasing data at add purchasing data PLANT, vsr relevacne & plant relevance made optiional
    but while creation of vedor code the other two VSR relevance and Plant relevance indicators are populating but the PLANT field is not appearing.
    without this assignment while creating a STO, shipping data tab is not appearing
    Please Provide me input in solving this error.
    Thanks inadvance
    Regards
    Srini

    Dear Srini Behara
    The field selection is controled at Vendor accounting group.
    For Vendor account group (std 0001) , the field Plant in additional Pur data is supressed whereas for accounting group 0007 this field is activated.
    Please rfer the following path to activate the field
    SPRO--> Financial accounting --> Account receible and Payable --> vendor accounts --> Master data --> Prepataions for creating vendor master data --> Define account groups with screen layout
    Select the Vendor account group and go to Purchase org data and change the Plant filed option.
    Or create teh Vendor under accounting group Plant (0007 std)
    warm regards
    Ramakrishna

Maybe you are looking for

  • Can I create an action link(drill through) to a Union report

    hello experts, Through my summary report I have created an action link to the detail report. My summary report is coming from one subject area; but my detail report is a union of 4 different subject areas. When I click on my action link to do to the

  • How to delete a PS network with status 'Technically Completed' (TECO)?

    Dear all, We have Webdynpro application, which will create a PS network in background. In the past it was working fine and many PS network  are created. Now we have a scenario where some of the networks which are with status 'Technically Completed' (

  • Getting a QC error "COMMON LANGUAGE RUNTIME detected an invalid program" everytime loading the page

    Hi, I wanted to install QC 11 on my laptop and i am accessing QC through the link we all use in my company. But the thing is everytime i tried loading that, a ' COMMON LANGUAGE RUNTIME detected an invalid program" error comes up on screen and it stop

  • Speeding up neooffice

    Hi! I've tried "neooffice" on my early 2005 G4 for a while and it works fine for me and looks good too! But the thing is it is really way too slow, it takes ages to start it up and if I then open iPhoto my poor G4 is having a really hard time. But I

  • 0CRM_SALES_ACT_1 delta load

    Hi, All. I am working in CRM system and I try to organize delta load to datasource 0CRM_SALES_ACT_1. But I have some problem - I don't see data in rsa7] -I din't see data for my datasource in smq1 I think, I don't have delta query, i don't knoq how c