This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I am trying to re3certify using lotus script, to those users whose certificate are going to expire in next 10 days.
Below is my code..
but this is not working, cant figure out what is failing
Please help.
Thanks in Advanced.
*********************************************
Sub Recert(Rdoc As NotesDocument,RCert As String, RCertPath As String, RCertPwd As String, UserName As String, Rdate As Integer)
On Error Goto errrecert
Dim RSession As New NotesSession
Dim RDb As NotesDatabase
Dim Rdoc1 As NotesDocument
Dim adminp As NotesAdministrationProcess
Dim notesID As Variant
Dim CertDate As New NotesDateTime( "" )