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. SQLServer学习笔记系列3

    一.写在前面的话 今天又是双休啦!生活依然再继续,当你停下来的时候,或许会突然显得不自在.有时候,看到一种东西,你会发现原来在这个社会上,优秀的人很多,默默 吃苦努力奋斗的人也多!星期五早上按时上班, ...

  2. T-SQL中的一些小陷阱

    1,当心ISNULL函数对你的逻辑引起BUG 有人喜欢或者习惯于(并不代表我推荐,甚至这种写法没有任何好处)用ISNULL处理变量这种方式写查询 比如:select * from TestISNULL ...

  3. Android正则表达式使用及性能隐患分析

    场景:找出一个关键词在一条短信中出现的次数 使用正则的实现方式: public static int findKeyWordCount(String srcText, String keyword) ...

  4. 移动设计必备:iPhone 5S PSD 矢量原型免费下载

    正如预期的那样,苹果公司最近发布了 iPhone 5S——其最新的旗舰级智能手机.新发布的 iPhone 5s,搭载了 iOS 7,看上去和 iPhone 5 几乎一模一样的,有岩石灰.金色以及银色三 ...

  5. C# 通过反射来动态创建泛型类型

    C# 通过反射来动态创建泛型类型与创建普通类型的区别在于:泛型参数的处理 创建泛型类型存在三种情况: 第一种:知道泛型类型,但需要动态指定泛型参数: 第二种:知道泛型参数,但需要动态创建指定参数的泛型 ...

  6. SQL--Order By

    Order By--将当前查询出来的数据结果,进行排序,排序按照后面指定的列排序; DESC--倒序排序(降序); ASC--正序排序(升序); 汉字:用拼音的首字母排序,升序是从a--z;降序是从z ...

  7. LINQ的Contains方法

    此方法,判断集合中是否包含有某一元素. source code: Enumerable.Where(stringArray, n => n.Contains("t"));

  8. JAVA多线程和并发基础面试问答(转载)

    JAVA多线程和并发基础面试问答 原文链接:http://ifeve.com/java-multi-threading-concurrency-interview-questions-with-ans ...

  9. MUI(1)

    今天小编用HBuilder+MUI开发移动APP,不用Android原生也不用IOS原生,仅仅用HTML5+MUI.小编也是初学者所以如有不准确的地方望大家指出帮助小编改正,同时也可以促进大家的深入学 ...

  10. 设计模式/原则篇- Unit of Work

    概念 Unit of Work 即工作单元. 用来维护一组受业务影响的对象列表,将多个操作放在一个单元中,把操作原子化,通过事务统一完成一次提交,如果某个过程出现异常,就将所有修改进行回滚,保证数据的 ...