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

Troubleshooting FIM: (No Display Name) in FIM Portal的更多相关文章

  1. FIM 2010: Kerberos Authentication Setup

    The goal of this article is to provide some background information regarding the Kerberos related co ...

  2. 定义Portal显示规则

    Defining Portal Display Rules Use You use the Portal Display Rules editor to create and edit rule co ...

  3. uestc_retarded 模板

    虽然这个队,以后再也没有了,但是他的模板,是永垂不朽的![误 #include <ext/pb_ds/priority_queue.hpp> __gnu_pbds::priority_qu ...

  4. SPOJ - OTOCI LCT

    OTOCI Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hust.edu.cn/vjudge/problem/viewProblem. ...

  5. BZOJ 2002: [Hnoi2010]Bounce 弹飞绵羊 LCT

    2002: [Hnoi2010]Bounce 弹飞绵羊 Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://www.lydsy.com/JudgeOn ...

  6. 设备管理 USB ID

    发现个USB ID站点,对于做设备管理识别的小伙伴特别实用 http://www.linux-usb.org/usb.ids 附录: # # List of USB ID's # # Maintain ...

  7. EBS CAS SSO测试

    https://wiki.jasig.org/display/CAS/CASifying+Oracle+Portal https://wenku.baidu.com/view/5f110a85b9d5 ...

  8. 针对Linux 文件完整性监控的实现

    针对Linux 文件完整性监控的实现 摘要 计算机和互联网是20世纪以来最伟大的发明之一,随着计算机技术的不断发展,人们的生活方式发生了巨大的变化.计算机和互联网的发展给人们的生产生活带来了极大的便利 ...

  9. 活久见!Linux命令行居然也可以用来查看图像?

    在 Linux 中有很多 GUI 应用程序可以查看图像,但是这对经常使用命令行来工作的人可能会觉得很繁琐.今天要介绍的是 3 个实用的 CLI 图像查看器来在终端上查看图像,让那些使用 CLI 的朋友 ...

随机推荐

  1. Azure REST API (2) Azure Storage

    <Windows Azure Platform 系列文章目录> 注意:本文适用于国内由世纪互联运维的Azure China. 本文将会介绍如何使用REST API来直接访问Storage ...

  2. BP算法笔记

  3. Elasticsearch——使用_cat查看Elasticsearch状态

    Elasticsearch通过使用JSON来作为沟通的数据格式,这对于开发者来说很友好,因为很多程序都支持JSON格式.比如js就不说了,Java也有fastjson,ruby什么的都自带json. ...

  4. EF基本操作增、删、查、改、分页,join……等

    一.批量添加数据 static void Main(string[] args) { add(); add2(); Console.ReadKey(); } static void add() { D ...

  5. Node.js系列基础学习----安装,实现Hello World, REPL

    Node.js基础学习 简介 简单的说 Node.js 就是运行在服务端的 JavaScript.Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台.Node.js是一 ...

  6. jquery实现轮播图

    /** * Created by hui on 2015/11/3. */ $(function(){ var circleLi = $('.poster-item'); var liLength = ...

  7. Sql去重语句

    海量数据(百万以上),其中有些全部字段都相同,有些部分字段相同,怎样高效去除重复? 如果要删除手机(mobilePhone),电话(officePhone),邮件(email)同时都相同的数据,以前一 ...

  8. 【转载】lucene中Field.Index,Field.Store详解

    lucene在doc.add(new Field("content",curArt.getContent(),Field.Store.NO,Field.Index.TOKENIZE ...

  9. Clr编写Insert Triggr

    在CLR编写一个插入娄据的触发器. 这个触发器是当对表插入数据时,即时把刚才插入的数据显示出来: 可复制代码: public static void tri_RetrieveJustInsertedD ...

  10. http服务器返回状态代码含义

    100 - 表示已收到请求的一部分,正在继续发送余下部分. 101 - 切换协议. 2xx - 成功.服务器成功地接受了客户端请求: 200 - 确定.客户端请求已成功. 201 - 已创建. 202 ...