Create replica with "Administration Request" IN Program

Dear All,

We try to create replica on other server of same domain with agent running on server.

In program, we create “Admin Request” on admin4.nsf with all information include source server, destination server… Also we signed the document with “document.sign”.

However, an error message “Title: Administration Requests (R5) File name: admin4.nsf; Name: ProxyServer; Error: All of the required fields in the request have not been signed.” still apear when Admin Process handled that request.

Is there anything wrong with our method?

Subject: Create replica with “Administration Request” IN Program

Use the new “NotesAdministrationProcess” class instead. “Manually” creating request documents might or might not work because some expected datastructures in these requests cannot be easily re-created directly in Lotusscript. Thats why the new class with all the proper interfaces exist.

Thomas - IBM