Homepage Search: Profiles server fails while creating the initial index

  • 10 Sep, 2013

When trying to create the initial index for Global Search from the Homepage server, the index update fails with an error.

To prevent further problems with indexing, perform a search in the Profiles database for any null entries in the table EMPINST.EMPLOYEE.

select * from EMPINST.EMPLOYEE
where EMPINST.EMPLOYEE.PROF_DISPLAY_NAME is null

If any entries are returned they must be updated with an entry in the display name column for the Profiles feature to index successfully.

To prevent this issue from occurring, change the value of PROF_DISPLAY_NAME=256 in the validate_dbrepos_fields.properties file, to contain the following:

PROF_DISPLAY_NAME=(x != null) && (x.length() > 0) && (x.length() <= 256)

Then repopulate the peopledb database.

This will cause any name that contains a null value in the Prof_Display_Name field to fail initially when you populate the profiles database.
TN1321806

Related Posts

Proud to be an HCL Ambassador 2021

  • 15 Dec, 2020

​If you have a problem, and no-one else can help, and if you can find them, maybe you can ask an HCL Ambassador… !(http://www.mysphere.com.br/wp-content/uploads/2020/12/HCLAmbassaborlight4x.png) See

Proud to be an HCL Ambassador 2021Read More

Nominate an IBM Champion

  • 30 Oct, 2019

IBM Champions demonstrate both expertise in and extraordinary support and advocacy for IBM technology, communities, and solutions. I am an IBM Champion since the first class  (2011) an this year i wi

Nominate an IBM ChampionRead More

IBM Connections 6 on March 28

  • 13 Mar, 2017

IBM  today announced it is bringing new capabilities to enterprise social networks for a simpler collaboration across the workforce and employee onboarding experience. The latest version of IBM Connec

IBM Connections 6 on March 28Read More