Field: 'FirstName': File does not exist

Hey,

Im trying to use @DBColumn to pull contact information and display it into the database I’m currently creating. The problem is I keep recieving the following error message…

“Field: ‘FirstName’: File does not exist”

I dont think the formula i am using is wrong because i think all the semi-colons and all are in the right place. I have also put the correct server and database name etc.

Here is the formula I am currently using

@DbColumn( “”: “”; “DOMDEV1/DEV”: “Group\ContactInfo.nsf”; “Notes\Bourne\Contacts\ By FirstName”; 1)

I have put this code in a field called “FirstName” which is text and computed.

Any ideas?

Thanks

Sunny

Subject: Field: ‘FirstName’: File does not exist

It says file does not exist, therefore it looks like there is a problem with “Group\ContactInfo.nsf”

My guess is the "", as "" is a special character, you probably need “\”

Give that a try.

Subject: RE: Field: ‘FirstName’: File does not exist

Hi Stephen,

Thanks for your response. I gave it ago but i got the same error message and I also got another message…something to do with replication database?!

Any more ideas?

Thanks,

Sunny

Subject: RE: Field: ‘FirstName’: File does not exist

What was the other error message?

Subject: RE: Field: ‘FirstName’: File does not exist

Hi,

The error message is…

“The server with this database is no longer responding. Should Notes switch to replica on another server”

Thanks,

Sunny

Subject: RE: Field: ‘FirstName’: File does not exist

Then your server name in your formula is not correct

Or your server is down

Subject: RE: Field: ‘FirstName’: File does not exist

Thanks, problem fixed!!