Skip to main content
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:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Bulk Password Digest
Feedback Type: Problem
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Customization
Platform: Windows
Release: 8.5.2
Reproducible: Always

Hi All,

Wrote script to clear password digest.User will be selected from address book and clicking on button. In backgroud, below agent will run.

Getting error after "Call doc.ReplaceItemValue("PasswordDigest","") in debug as "Object variable not set".

Please help as I am not able to find the solution where it is missing.

Dim workspace As New NotesUIWorkspace
Dim s As New NotesSession
Dim uidoc As NotesUIDocument
Dim db As NotesDatabase
Dim view As Notesview
Dim doc As NotesDocument
Dim Person as Variant

Set uidoc = workspace.CurrentDocument
Person = uidoc.FieldGetText( "User" )

Set db = s.Getdatabase("Hub/wipro", "names.nsf")
Set view = db.getview ("AllView")

Set doc = view.GetDocumentByKey( Person )
Call doc.ReplaceItemValue("PasswordDigest","")
Call doc.Save(True, False)
MsgBox "Password Digest has been cleared Sucessfully"


Feedback number WEBB8UBCET created by ~Howard Nimnukonygon on 05/15/2012

Status: Open
Comments:

Bulk Password Digest (~Howard Nimnuko... 15.May.12)
. . use formula... (~Ned Frofooettu... 15.May.12)
. . . . Issue resolved (~Howard Nimnuko... 17.May.12)
. . What is "AllView"? (~Ned Nimfanakon... 15.May.12)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS