I’m running an agent on the server where I do a simple NSFDBOPEN. This used to work just fine under Domino 6.5 but now that we’ve upgraded to 8.01, the NSFDBOPEN function returns a code 0 but strangely enough, the handle returned is always 0! All subsequent function calls using this handle abend and I just can’t see why this would have changed.
I declare the NSFDBOPEN like this :
Declare Function AIX_NSFDbOpen Lib “libnotes_r.a” Alias “NSFDbOpen” _
( Byval dbName As String, hdb As Integer) As Integer
and I call it with the required parameters. Nothing fancy. Anybody knows if anything has changed regarding the parameters on AIX ?