Using @dbcolumn in database on a cluster

Hi !we´re working with a lotus cluster since a few days. Now I´ve a problem with forms which contain “@dbcolumn” formula, because they connect to a special server and if you´re working on the other cluster server, you get an error message.

I try the following:

server:=@Name([CN]; @Subset(@MailDbName; 1));

@DbColumn( “” : “NoCache” ; server : “XX.nsf” ; “(XY)” ; 1 )

–>> but without success !

Any help is welcome.

Stefanie

Subject: What error do you get?

Is the database you are doing the lookup in on both servers in the cluster?

Subject: found a solution

Thanks for your help.