|
From: SourceForge.net <no...@so...> - 2007-06-17 23:36:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4367183 By: kriede Hello John, you might try to the IOR from your server to check if DIIOP is running properly with the following URL: http://192.168.1.34/diiop_ior.txt You should retrieve a text-file that starts with "IOR" followed by a very long hex number. If you are not able to get this file, please check your DIIOP settings. >From your information I assume that "dreamfire" is the internet-password of the user "manoj". Once you are able to connect to the server, you should use the empty string as the server when accessing a database on that server (you can only access databases on that server): DDatabase database = session.getDatabase("", "names.nsf"); Hope this helps. Kurt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=542947 |