Notes/Domino Fix List
 |  |
| SPR # CYII5YHSGT | Fixed in 6.5.5 release | Regression in 6.5 |



Product Area: Server Technical Area: Web Server Platform: Cross Platform
Lotus Customer Support APAR: LO02653

SPR# CYII5YHSGT - Fixed a problem where Fileopendatabase worked with @username on a 5.x Server, but not on 6.x over the Web. This regression was introduced in 6.5. A workaround in 6.5x is to use @name([abbreviate]) over the web:
@Command([FileOpenDatabase]; "" : "names.nsf" ; "($Users)" ;
@Name([Abbreviate];@UserName ));
@Command([OpenDocument]; "1")

Technote Number: 1169349

Problem:
This issue was reported to Quality Engineering as SPR# CYII5YHSGT and was fixed
in Notes/Domino release 6.5.5.
Excerpt from the Lotus Notes and Domino Release 6.5.5 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Web Server
SPR# CYII5YHSGT - Fixed a problem where FileOpenDatabase worked with @username
on a 5.x Server, but not on 6.x over the web. This regression was introduced in
6.5. A workaround in 6.5x is to use @name([abbreviate]) over the web:
@Command([FileOpenDatabase]; "" : "names.nsf" ; "($Users)" ;
@Name([Abbreviate];@UserName ));
@Command([OpenDocument]; "1")
If you haven't yet upgraded, you can work around this issue by using the
following formula:
NOTE: The code below is a sample provided to illustrate one way to approach
this issue and is used as is and at your own risk. In order for this example to
perform as intended, the script must be laid out exactly as indicated below.
Product Support cannot customize this script for specific environments or
applications.
@Command([FileOpenDatabase]; "" : "names.nsf" ; "($Users)" ;
@Name([Abbreviate];@UserName ));
@Command([OpenDocument]; "1")
This formula works fine over the web and in Notes 5 and 6
clients.
Refer to the Upgrade Central site for details on upgrading Notes/Domino. More >


Last Modified on 12/05/2013
Go back
 |