(imported topic written by SystemAdmin)
Hi,
I’m trying to create a fixlet using the TestAPI.htm example that comes with the BESAPI and I’m receiving the following DiagnosticMessage:
class NoAuthorizedSignature (class FileListSignatureAuthorizationDenied).
My username and password are valid because I tried with a wrong password and I received a different diagnostic message:
Database Error:
Microsoft
ODBC SQL Server Driver
SQL Server
Login failed for user ‘alexandra’.
I also checked my signing keys and they are valid. I was thinking that probably the API tries to access my private key from a default location and it doesn’t find it there.
Any help is appreciated.