You path to acces NSF file in LS or function is invalid.
The path have to be related to your Notes or Domino data installation path.
Suppose you have install Notes software in C:LOTUSNOTES
and your NSF data in D:LOTUSDATA
So If you want to acces a file present in D:LOTUSDATAMyFolderMyNSFToReach.NSF, your acces path will be
"MyFolderMyNSFToReach.NSF"
An example in LS
<pre>
Dim session as New NotesSession
Dim myDb as NotesDatabase
Set myDb = session.GetDatabase( "MyDominoServerName" , "MyFolderMyNSFToReach.NSF" , False)
</pre>
Last Wiki Answer Submitted: July 15, 2009 3:27 pm by BruceWayne4,075 pts.
All Answer Wiki Contributors: BruceWayne4,075 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Hello Lotus1977,
Can you give us more information? In Lotus Notes, what are you trying to do when you get this message?
Thanks