5 pts.
 Notes error: Remote pathname must be relative to Data Directory
Notes error: Remote pathname must be relative to Data Directory

Software/Hardware used:
ASKED: July 14, 2009  10:56 PM
UPDATED: July 15, 2009  3:27 PM

Answer Wiki:
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  BruceWayne   4,075 pts.
All Answer Wiki Contributors:  BruceWayne   4,075 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hello Lotus1977,

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

Thanks

 27,310 pts.