Das ist ein bekannter Bug:
http://www.ibm.com/support/docview.wss?uid=swg21206459http://www.ibm.com/support/docview.wss?rs=463&context=SSKTMJ&dc=DA400&uid=swg27008587&loc=en_US&cs=UTF-8&lang=en&rss=ct463lotusError: '1926 Could not Set File Security for File...' when performing a UI installation or upgrade to a network drive
Problem
You install the Notes 6.5.4/6.0.5 client in UI mode (that is, not silently), and specify the data directory to a network drive. However, the installation fails with the error:
"1926 could not set file security for file c:\Lotus\Notes\Data\, error 5. Verify that you have sufficient privileges to modify the security permissions for this file."
This issue can also occur when upgrading to Notes 6.5.4 using UI mode.
Solution
This issue was reported to Quality Engineering as SPR# RHAN6CAJY9 and was addressed in Notes 7.0.2 / Notes 6.5.5.
Excerpt from the Lotus Notes and Domino Release 7.0.2 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
Template
* SPR# LJAS5UYPMQ - Fixed typos in the hide/when formula of the Edit Group action.
Refer to the Upgrade Central site for details on upgrading Notes/Domino.
You can work around the error in previous versions by performing the installation of the client in silent mode using one of the following parameters:
e:\setup.exe -s /v"DATADIR=h:\lotus\notes\data /qb+"
-or-
msiexec /i "e:\lotus notes 6.5.4.msi" DATADIR=h:\lotus\notes\data /qb+
where e:\ is the mapped drive to the install files and h:\ is the mapped drive to the user network folder.
Supporting Information:
Definition of switches:
-s installs the client silently
/v passes the values in the quotes to the MSI package
/qb+ tells the MSI to install silently
Andreas