There is a dynamic Lotus Domino R6 URL command called "?OpenFileResource" that can be used to access any shared resource in a Lotus Notes database. The code in this tip can also be used with all Domino URLs that relate to the same Lotus Notes database.
In fact, if you need to access other Lotus Notes databases on the same host, you can still omit the host argument and simply use the file name or the replica ID preceded by two underscores.
If you need to access a Lotus Notes database on a different Domino server, you need to provide that Domino server's hostname or IP address.
The formula in the given code dynamically obtains the name of the Lotus Notes database in this line:
In the above code, @DbName returns a text list that contains the Domino server name and the Lotus Notes database.
@Subset(@DbName; -1) produces the name of the Domino server. However, the name of the Domino server and the hostname are not the same. The hostname is the name associated with the server's IP address in Domain Name System (DNS), or the IP address.
You can find the name of a Domino server in the HTTP section of the server doc
To continue reading for free, register below or login
To read more you must become a member of SearchDomino.com
');
// -->

ument under "Internet Protocols." If the entry is blank, it uses the name of the machine on which the Domino server runs.
The @ReplaceSubstring command flips the backslash to a forward slash to support Web addressing if the Lotus Notes database contains a long path, such as DDriveMyapp.nsf.
MEMBER FEEDBACK TO THIS TIP
In my opinion, it's more efficient to retrieve the "URL ready" database file path using the @WebDbName command:
It's much simpler than using the "old fashioned":
Tomas Z.
******************************************
I agree with Tomas Z. in that the newer @WebDbName formula is easier. Also,
"?OpenFileResource" is not new to Lotus Notes Domino R6; this has been around since R5.
Mike M.
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip library by member Deepali S. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.