zoukankan      html  css  js  c++  java
  • Troubleshooting FIM: (No Display Name) in FIM Portal

     from: http://social.technet.microsoft.com/wiki/contents/articles/12682.troubleshooting-fim-no-display-name-in-fim-portal.aspx

    OVERVIEW / PURPOSE / GOAL

    The purpose of this wiki page is to cover an issue that you may run into on your first deployment of Forefront Identity Manager 2010.  This goal of this wiki is to provide guidance to troubleshooting/isolating why you see (No display name) in the FIM Portal after your initial export, or possibly in future exports. 

    PROBLEM STATEMENT

    I recently worked an issue where User Synchronization from Active Directory to the FIM Portal  had been completed.  However on review of the Users page in the FIM Portal you see (No display name) as the below picture displays.  







    You click on the (No display name) and discover that no attribute values have flowed to the FIM Portal User Object as per the below picture.







    Now we need to understand why this is happening.

    TROUBLESHOOTING STEPS

    Validate Active Directory Synchronization Rule

    1. As a FIM Administrator, navigate to the FIM Portal Home Page
    2. From the menu on the left, select Administration, then Synchronization Rules
    3. Display the details of your Active Directory Inbound Synchronization Rules
    4. Select the Inbound Attribute Flow ( the picture below displays a basic synchronization rule with the required attributes )



    5. If you are flowing the required attributes as per the TechNet Documentation on User Synchronization to the FIM Portal  , then move on to the next troubleshooting step.  If not, then you need to ensure that you have all of the required attributes.

    Validate the Attribute Flow in the FIM Service Management Agent

    *NOTE: If you need to make changes, you need to ensure that there are no runs running.

    1. In the FIM Synchronization Service Manager Console, select Management Agents
    2. Select the FIM Service Management Agent
    3. From the Actions menu, select Properties ( or Double Click on the FIM Service Management Agent )
    4. Select Configure Attribute Flow and expand Object Type: Person :: Object Type: person
    5. Ensure that you have Export Attribute Flow for the required attributes as per the below picture



    6. If your attribute flow lines up, then move on to the next troubleshooting step.  If not, you need to ensure that your export attribute flow lines up with what is documented in the User Synchronization to the FIM Portal  TechNet Documentation.

    Preview the Source Object

    1. In the FIM Synchronization Service Manager Console, select Management Agents
    2. Select the Active Directory Management Agent
    3. From the Actions menu, select Search Connector Space
    4. Change the Scope to RDN, and enter the beginning of the DN of the object in question ( CN=sample user 1 )
    5. Click Search
    6. Once the object appears, select it and click the Properties button
    7. Click the Preview button, and then Generate Preview
    8. Expand Connector Updates, then the item below it, and select Export Attribute Flow

      ( In the case that I worked, this is where the problem was discovered as per the below picture. )



    CAUSE

    In the case that I worked recently, the cause of our issue was the 3rd troubleshooting step.  The 3rd troubleshooting step exposed the status of the attribute value.  We see "Skipped: Not Precedent" for several attributes.



    Skipped: Not Precedent indicates that the management agent with the authorization to update ( change the value ) of the attribute is not the management agent that you are executing the preview.  Skipped: Not Precedent is not an error message but a status message to let you know why the attribute value is not being updated. 



    When you review the precedence of these attributes, you will discover that the FIM Service Management Agent has precedence.  



    Review the following Microsoft TechNet Wiki Page called REFERENCE: Checking / Configuring Attribute Precedence for more information on how to view, and change the attribute precedence.



    RESOLUTION

    To resolve the issue of (No display name) in the FIM Portal, you will need to change the precedence of the required attributes, so that the Active Directory Management Agent will have precedence.



    Review the following Microsoft TechNet Wiki Page called REFERENCE: Checking / Configuring Attribute Precedence for more information on how to view, and change the attribute precedence.







    ADDITIONAL INFORMATION / SEE ALSO

    FIM LANDING PAGE: Resource Wiki Page

  • 相关阅读:
    #18.2.27 codevs1098 均分纸牌
    18.2.26 codevs3143 二叉树的序遍历
    18.2.14 codevs1501 二叉树最大宽度和高度
    18.2.14 codevs1011 数的计算
    18.2.14 【水】codevs1475 m进制转十进制
    18.2.14 【水】codevs1474 十进制转m进制
    18.2.14 【水】codevs1430 素数判定
    18.2.13 codevs1212 最大公约数
    18.2.13 codevs1012 最大公约数和最小公倍数问题
    17.12.31 链表合并
  • 原文地址:https://www.cnblogs.com/frankzye/p/3949677.html
Copyright © 2011-2022 走看看