PowerBuilder accessibility error
I'm trying to do some testing with a PowerBuilder application. I'm setting up name mappings in order to be able to work with the data window controls easier. However as soon as I add a name map to the main application form I start getting an error message everytime I try to initially interact with the application.
The error is "Error loading library. Please check whether PowerBuilder Accessibility Library can be located in the path."
After I setup that name mapping this will happen the first time I try to access the application or it's objects from test complete after opening the application. So if I open the application and try to access the object through the testcomplete object viewer I will get it. Or if I open the application and try to log in through either a keyword or script test. After I get this message once it's fine until I close the application and then open it again.
Has anyone else run into this and have any insight on what might be causing this or where to look?
Thanks!
With the help of a co-worker and some more digging around the internet I found what my issue was. I needed the PowerBuilder accessibility DLL (pbacc125.dll). I didn't think I needed this at first because the name mapping did work if I just did it on the applications logon screen. It wasn't until I went to map the main form in the application that it started having issues. However after getting this DLL into the applications folder it is working.