Notes error: Remote pathname must be relative to Data Directory
5 pts.
0
Q:
Notes error: Remote pathname must be relative to Data Directory
Notes error: Remote pathname must be relative to Data Directory
ASKED: Jul 14 2009  10:56 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
1610 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
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:\LOTUS\NOTES\
and your NSF data in D:\LOTUS\DATA

So If you want to acces a file present in D:\LOTUS\DATA\MyFolder\MyNSFToReach.NSF, your acces path will be
"MyFolder\MyNSFToReach.NSF"

An example in LS

Dim session as New NotesSession
Dim myDb as NotesDatabase
Set myDb = session.GetDatabase( "MyDominoServerName" , "MyFolder\MyNSFToReach.NSF" , False)
Last Answered: Jul 15 2009  3:27 PM GMT by BruceWayne   1610 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mshen   23535 pts.  |   Jul 15 2009  12:11AM GMT

Hello Lotus1977,

Can you give us more information? In Lotus Notes, what are you trying to do when you get this message?

Thanks

 
0