Web access to views

I have 2 different databases with identical ACL:s. The only difference I have found is that one has ODS Version 41 and the other has ODS Version 43. On the Version 41 database I can do

http://www.nova-data.se/MAIEUTIC/maieuticW.nsf/commentsforms?Openview

On the 43 version I cannot do

http://www.nova-data.se/customerfinw.nsf/ByName?Openview

I get "Lotus Notes Exception. Entry not found in index

[/customerfinw.nsf/Byname?OpenView]

If I remove the default access of Editor in the ACL and get a prompt for logging in the command works fine.

I have checked “everything” but only found a difference in the ODS version

Subject: web access to views

Did you check the form security of the $$ViewTemplate form for that view? It almost sounds like there is read or create restrictions at the form level.

Just one more thing to check.

Subject: RE: web access to views

Good advice. If I rename the $$ViewTemplateDefault the view displays OK. Some more work identified the difference. The nonworking $$ViewTemplate had a DbLookup that failed for Anynomous user.

Thanks for the help

Ingvar