I have this simple action in LotusScript
Sub Click(Source As Button)
On error goto ErrorHandler
Dim session as New NotesSession
Dim DbLog As NotesDatabase
Set DbLog = session.Getdatabase( “SERVER01”, “NAMES.NSF”, False )
Print “Ok”
Exit Sub
ErrorHandler:
Print "Error " + Cstr(Err) + ": " + Error
Exit Sub
End Sub
This works fine in Lotus Notes 8.5.3, but does not work in Lotus Notes 9.
I debugged and, in Lotus Notes 9, when it try to execute the line “session.GetDatabase”, it returns “Error 4000: Notes error: file does not exist”.
Before you ask, the ACL is ok, the database is not corrupted, etc. because it works with a Lotus Notes 8.5 client. The server is 8.5.2 FP3.
Please, I need your help.
TIA,
Update 2013.10.15: I update Lotus Notes to Release 9.0 SHF316, but the error still…
Update 2013.10.15 - 2: I try to report as an incident, but the link is broken. Damn.
IBM - My IBM - United States https://www-947.ibm.com/account/userservices/jsp/login.jsp?persistPage=true&page=https%3A%2F%2Fwww-946.ibm.com%2Fsupport%2Fservicerequest%2FHome.action%3Flnk%3DmsdTS-srap-usen&PD-REFERER=none