We have Domino R6.5.1|F1 and WAS 5 Plugin on Separate machines (W2K sp4).Everything works well, automatic authentication with MS Users Domain, but @DbCommand (example ViewNextPage, ViewPreviousPage) don’t work.
We try with different versions of Domino R6/R6.5 but nothing, also on the same machine.
Subject: Problem with @DbCommand in Domino R6.* & WAS Plugin
Some things to check:
In UriGroup section of the plugin-cfg.xml file try setting the Uri Name parameter to handle all incoming calls:
Also make sure the Notes.ini file has:
HTTPEnableConnectorHeaders=1
If you’ve done all this and it doesn’t work, what is the exact error you are getting?
Alex
Subject: RE: Problem with @DbCommand in Domino R6.* & WAS Plugin
Notes.ini already include
HTTPEnableConnectorHeaders=1
in plugin-cfg.xml original configuration is:
<Uri Name="*.nsf*"/>
<Uri Name="*/icons/*"/>
<Uri Name="*/domjava/*"/>
I’ve made your changes, but nothing when anybody clik Previous or Next link (in the view) the browser stop of working, anything else work very well!
Thank in advance
Stefano Minelli