Is it possible for a server to index databases using a different id?

Greetings,

I have a situation where we need a server to index multiple mail journal databases that contain encrypted fields that require a user ID. It is important to be able to get search results from these encrypted fields via a multi-db/domain search (by the authorized id of course).

What we’re thinking is we want to index on the server all of these db’s with the journaling ID, and then perform multi-db searches on these using the journaling ID.

Alternatively, is it possible to update encryption of those fields to give access to the server ID?

Thank you.

Subject: no…

I know this is a late answer, but just in case someone else stumbles across this…

The mails are encrypted with the encryption key of the user specified in the journaling configuration, and the server doesn’t have access to un-encrypt that data.

The only way to FTI the database is to have the user do the actually index creation - ie - set up a client for that user ID, copy the journal databases over to the client PC, and create full text indexes and perform the search on the client PC.