Api C...question for getnewcertify and store in ID files

I have a little problem in my Lotus Application with my customer and I don’t know who I can contact…

The last feature of my nsf Tool that I have realized is a .EXE ( develop with API C of Notes) that execute a fast switchId feature ( read a InputTXT with a lot path of ID) and open a names.nsf of admin server hub.

It’s a stupid program, but important for Admin people to complete the rename process ( change organization) of AdminP task.

The typical scenario is:

When the administrator create the rename process ( change OU) with the administrator client in the database admin4.nsf you can see the request of rename of People.

For complete correctly the process,after the user logging in a client Notes, the System see the request in the AdminP, write in the ID file the new certify of new organization and in the admin4.nsf database I see new documents that show that the request go-on corretly.

So that:

I have realized correctly and without problem the first part of process ( create the request of rename of change OU) with the class LS NotesAdministrationProcess

For the second part I have realized a program .exe ( switchId) that execute a log-in and open the names.nsf (with the API C) …but there are something obscure to me that the client notes execute in background to go ahead with the process in the adminP.

(Unfortunately I don’t know what are the real trigger…in the help documentation of Lotus Administrator was written that it was enough simply log-in of user…)

Know someone can help me?

I’d be very grateful ( I do not know where to turn… )

Subject: Solution!

We must call the C API call SECRefreshIdFile() to pull in the updated certificets into the ID file so that the process go…