Dcf/dcf100.nsf not found while accessing webadmin

I want to access the webadmin.nsf through browser. It opens with error and in the domino console it says:

06/21/2007 12:03:56 PM HTTP Web Server: Lotus Notes Exception - File does not exist [/dfc/dfc100.nsf/js-dfc-base-loader?OpenJavascriptLibrary]

The file is there.

I am in xsp config and also copied the file to the xsp map. no success.

any help welcome

Subject: Known bug in xSP mode and a work-around

It’ll be fixed in 7.03. The bug is that the Domino server in xSP mode doesn’t allow shared access to the dfc100.nsf.

You can temporarily work around the issue by copying the dfc100.nsf into a directory which is accessible in xSP and then tell webadmin where to find it by setting this notes.ini variables (make sure you use forward slashes!)

webadmin_dfc=new_directory_name/dfc100.nsf

or, if you were to copy it into the root data directory:

webadmin_dfc=dfc100.nsf

Thomas - IBM

Subject: RE: Known bug in xSP mode and a work-around

Thanks for response.

I decided to copy the database into the data directory and made the change in the notes.ini through a configuration document. Also I copied the document. Rebooted the server and the same problem occurred.

Than I checked the notes.ini manually and the line was there.

The problem line is the same as before:

06/26/2007 06:15:40 AM HTTP Web Server: Lotus Notes Exception - File does not exist [/dfc/dfc100.nsf/js-dfc-base-loader?OpenJavascriptLibrary]

Please help further!

Subject: RE: Known bug in xSP mode and a work-around

Add a 2nd notes.ini, same like the old one, but prefixed with the $ sign:

So, if you already set this one:

webadmin_dfc=dfc100.nsf

then additionally set this one too:

$webadmin_dfc=dfc100.nsf

Make sure both are identical except for the $ prefix, and try again.

Thomas - IBM

Subject: RE: Known bug in xSP mode and a work-around

to bad - same result.

any other thoughts?

Subject: RE: Known bug in xSP mode and a work-around

I just tried this exact config on my own server and it worked. Not sure what’s going on…?