For years we have had a JSP running on a Websphere server that used the standard Domino JSP tags for displaying a view from a Domino database. Up until now we have been going against a database that was on a Domino 6.5 server and it worked just fine. We have the JSP use a valid Domino User Name and Password for getting access to this database.
Now we are trying to run this same application using a replica of the same database that now lives on a Domino 7 server. But now instead of displaying the view information in the JSP, we get the following error message:
“domino:view:DOMINO_ERROR:Domino object error.: (4164) To open database (XXXXX!!xxxxx\xxxxxxx\xxxxx\xxx.nsf) on remote machines the server where the agent is running has to be listed by remote machine as trusted server”
Is this a new restriction of Domino 7 servers? Do we have to put the IP addresses of the Websphere boxes in the trusted server field of the the security section of the new Domino 7 server document?
Any help would be greatly appreciated. Thanks.