createSession

When I call createSession to perform remote access calls to Domino on a Windows 2000 server, I get a NotesException, ‘Could not get IOR from Domino server,FileNotFoundException, http://hostname/diiop_ior.txt not found’

This file is not found on the server. I am not familiar with setup issues for Domino. Do I need to create this file?

This test is being done on a private network for which I installed JBuilder 8 Personnel. Unfortunately, this version is using JDK 1.4. Could that be causing this problem?

Subject: Did you load the DIIOP task?

“load diiop” on the server console. The file doesn’t exist unless the diiop task is loaded.

Subject: RE: Did you load the DIIOP task?

That did it. Thank you. Sorry for such an ignorant question but I’m just a programmer.