Easysoft ODBC-ODBC Bridge

How do I use oobping to diagnose authentication problems?

Article:
00820
Last Reviewed:
19th January 2024
Revision:
2

Once you are sure a connection can be made to the Easysoft ODBC-ODBC Bridge Server with oobping, you can check ODBC-ODBC Bridge Server authentication.

The -u and -p arguments to oobping allow you to specify a valid Operating System username and password.

Note If you have disabled authentication in the ODBC-ODBC Bridge Server, whatever username and password you specify should work.

Note If the usernames or passwords you are using contain spaces or characters that the shell might interpret, you should enclose them in single quotes (UNIX) or double quotes (Windows).

Note The values specified with -u and -p are equivalent to the ODBC-ODBC Bridge Client DSN attributes LogonUser and LogonAuth. For example:

oobpings -h myserver -t 8888 -u 'A User' -p 'mypassword'
Host: myserver, Port: 8888
Attempting connection...OK
Examining Server...
    ODBC-ODBC Bridge Server Version: 1.1.0.00
    ODBC-ODBC Bridge Server Name: ODBC-ODBC Bridge
Trying to authenticate...OK

If there is something wrong with the username or password, the output will look something like this:

oobpings -h myserver -t 8888 -u 'A User' -p 'mypassword'
Host: myserver, Port: 8888
Attempting connection...OK
Examining Server...
    ODBC-ODBC Bridge Server Version: 1.1.0.00
    ODBC-ODBC Bridge Server Name: ODBC-ODBC Bridge
Trying to authenticate...Fail
Authentication failure (error number 1326)

In this case, the error returned by the remote username/password authentication service is 1326. (As the server was on Windows, this is a Windows error code.) For information about this and other common error codes, see this Knowledge Base article.

Applies To

Knowledge Base Feedback

* Did this content help you?
* Please select one option based on your first choice:

(* Required Fields)