Nils Eriksen 3.Dec.03 05:58 PM a Web browser General All Releases Windows 2000
Hey...
in a script i need to automate checkind ACL's on several DB's. on remote servers. But to access the ACL, i need to open the DB. That's no problem.
But when accessing next DB, og next server. then when i declare the db object variabel again. i get an error.
How do i destroy the object declartion, or close the object before assigning it again.
Call dbTmp.Open( strServerName, "log.nsf" )
Dim acl As NotesACL
Dim aclEntry As NotesACLEntry
Set acl = dbTmp.ACL
Set aclEntry = acl.GetFirstEntry
When executing the above call again, it seems to get an error...?!?
Regards
Nils H. Eriksen


Closing DB in Lotus Script ?!? (Nils Eriksen 3.Dec.03)
. . How to ask a CRISPY question about ... (Andre Guirard 4.Dec.03)
. . . . RE: How to ask a CRISPY question ab... (Dan Lebrun 28.Feb.08)
. . RE: Closing DB in Lotus Script ?!? (Andre Guirard 4.Dec.03)
. . . . RE: Closing DB in Lotus Script ?!? (Nils Eriksen 4.Dec.03)
. . . . . . RE: Closing DB in Lotus Script ?!? (Ramesh Kumar S ... 4.Dec.03)
|