I have hostname of server and wish to receive the Domino server name.
thanks.
I have hostname of server and wish to receive the Domino server name.
thanks.
Subject: hostname convert to lotus notes servername
Reverse ping the hostname to get it’s ip address. Then in the notes client do ‘File, Database, Open’ and type the ip address in the servername field. Press enter to connect.
This should connect to you the domino server. A connection doc should automatically be added to the local name and address book. From that, you can get the domino server name.
Subject: RE: hostname convert to lotus notes servername
sorry, but i want receive this programatically ![]()
Subject: RE: hostname convert to lotus notes servername
I see. How about you create some keyword documents that map the hostname to the domino name. Call the keyword docs in a view with two columns, one for each value.
Then during your routine, use @DbLookup to poll the view for a given hostname in column 1 and return the domino name from that document.