ISS

 4 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Lawson_Kid
Basic Member Send Private Message
Posts: 13
Basic Member
Does ISS have a database that the sync of information sits on?
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
No. It is in the Ldap.
Lawson_Kid
Basic Member Send Private Message
Posts: 13
Basic Member
Well what does not make sense then is we have users in ldap not showing up in ISS.
Kwane McNeal
Veteran Member Send Private Message
Posts: 479
Veteran Member
Jim is partially correct.

The data for each user sync IS in the LDAP, but master metadata is in a derby database.

The data you're looking for I believe is in the LDAP, per user
JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member
You could try rebuilding the search index. Here are the steps that I got from Infor.
1. From a command line on the LSF server (For cusomters running on the IBM i platform you'll need to be in qsh), type:
ssoconfig -c enter your password for ssoconfig when prompted.
2. choose option 17 for Manage Search Index.
3. choose option 1. "Build the resource Full index".
This can take up to 30 min, sometimes longer.
4. Once the build of the index is complete, stop the WebSphere app server(s) for the LSF environment and then stop the LSF environment. Start LSF env and start WAS app server(s).
5. Try the search in ISS again.