I am trying to get the ODBC Template to work with a DB2 V9.1.5 installed on Linux. The ODBC drivers are installed on the Solarwinds Server but when I try to connect I get the error below:
Testing on node <my server name> failed with 'NotAvailable' status Data source name not found and no default driver specified.
I am using the following configuration to make the connection (I put in dummy info):
Driver=D:\Progra~1\IBM\SQLLIB\BIN\db2cli.dll;Database=<dbname>;Hostname=<ip address>;Port=<port>;Protocol=TCPIP;Uid=<db id>;Pwd=<db password>;
Any ideas?