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. Sybase 数据库新增用户,赋权

    Sybase数据库, 需求:新增用户user1,赋予对原数据库中表t_jingyu的查询权限 数据库原用户登陆 isql -U用户 -P密码 -S服务名 sp_addlogin 'user1','us ...

  2. js每天进步一点点3

    JS之样式的改变

  3. Windows Azure Cloud Service (38) 微软IaaS与PaaS比较

    <Windows Azure Platform 系列文章目录> 最近一直想总结Azure IaaS和PaaS的区别与比较,写个博文详细说明一下.建议读者在阅读之前,先熟悉微软PaaS和Ia ...

  4. MySQL5.7(5.6)GTID环境下恢复从库思(qi)路(yin)方(ji)法(qiao)

      要讨论如何恢复从库,我们得先来了解如下一些概念: GTID_EXECUTED:它是一组包含已经记录在二进制日志文件中的事务集合 GTID_PURGED:它是一组包含已经从二进制日志删除掉的事务集合 ...

  5. JQuery学习笔记---jquery对象和DOM对象的关系

    1.DOM(Document  Object Model,文档对象模型).DOM树 { html (head&&body),  head(meta && title) ...

  6. 【转】关于redis.conf的参数配置

    1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 daemonize no 2. 当Redis以守护进程方式运行时,Redis默认会把pid写入/var/ru ...

  7. [Asp.net 5] Configuration-新一代的配置文件(ConfigurationSource的多种实现)

    关于配置文件的目录:[Asp.net 5] Configuration-新一代的配置文件 在前面我们介绍了,系统中用IConfigurationSource表示不同配置文件的来源,起到读取.设置.加载 ...

  8. java反射的基础学习代码

    java反射的学习,好多东西不太理解,主要分析了constructor,method,field,数组和调用main函数等反射的多个方面小例子. 主要的练习类 package javaAdvanced ...

  9. 【C#】第3章学习要点(一)--整体把握

    分类:C#.VS2015 创建日期:2016-06-18 使用教材:(十二五国家级规划教材)<C#程序设计及应用教程>(第3版) 一.使用别人已经设计好的类简化你的代码编写工作量 当让你去 ...

  10. pageEncoding的默认设置

    windows-->preference-->myeclipse-->files and editors-->jsp 右侧 Encoding 选择  ISO 10646/Uni ...