03-11-2008, 09:55 AM
|
#1 (permalink)
|
| Junior Member Join Date: Mar 2008
Posts: 1
Rep Power: 0  | API Login - Access Denied Message We have been using an Access database to link to RE for over a year and it worked fine. Recently the user upgraded to a new version and our login routine dosen't seem to work. We are receiving the following error message:
'Access to the Raisers Edge Install directory and subdirectores has been denied. User rights should be checked' or 'No read persmissions on 'Outline LayoutNodes''
It was working fine until recently.
Our code to call the login is: Dim oAPI As REAPI Set oAPI = New REAPI oAPI.init "SNO” Dim goREServices As REServices Set goREServices = New REServices goREServices.init oAPI.SessionContext Dim osearch As IBBSearchScreen Set osearch = goREServices.CreateServiceObject(bbsoSearchScreen) I was wondering if the references I am using on the pc were wrong to the new version and maybe I had to find them again on the server. References are: BBREAPI7.tlb version 1.0 REAPI7.dll version 5.2 Bblogman7.exe version 1.1 Al we can think of is that the references are incorrect. Raisers Edge is loaded on the machine and if we login using RE it is fine, so it must be our initilisation string. Any help would be greatly appreciated. Alan Owen. |