Hi,I have determined a difference (or problem, you might say), with the environment variable in Notes 8.0.2 FP1 Basic Configuration.
We have compared 3 different versions of Lotus Notes, using the command:
@StatusBar(@RegQueryValue( “HKEY_LOCAL_MACHINE” ; “SOFTWARE\Lotus\Notes” ; “DataPath” ))
Here is the result:
Notes 7.0.3 (HF77 Nov 28 2007):
Result of the above:
C:\Program Files\lotus\notes\data\
Notes Release 8.0.1
Revision 20080214.1630 (Release 8.0.1)
Standard Configuration
Result of the above:
C:\Program Files\lotus\notes\data\
Notes 8.0.2 FP1 Basic Configuration:
C:\Program Files\lotus\notes\data
!!! - it is missing a "" backslash…
My program is used to install a Notes database, and because of the missing backslash it works for Notes 7 and Notes 8 Standard, but not for Notes 8 Basic, which is the version a lot of my colleagues is using…
Surely this is an error ? (or is it the way we installed it??) Why are the paths different ? Should they not in fact be the same…?
Cheers
GND…