The following error message appears trying to run the default template "IBM DB2" inside "Application Monitor Templates"
[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver specified
Where is the "Data source name not found" and "no default driver specified" referenced?
The following template entry is configured as...
Connection String: Driver={IBM DB2 ODBC DRIVER};Database=xyz;Hostname=vv.xx.yy.zz;Port=50000; Protocol=TCPIP;Uid=${USER};Pwd=${PASSWORD};
the odbc.ini file for two databases contains...
[FRED]
Driver = DB2
USER=george
PASSWORD=safty
DSN=vv.xx.yy.zz;Uid=${USER};Pwd=${PASSWORD};
[STCCDBQA]
Driver = DB2
USER=george
PASSWORD=safty
DSN=vv.xx.yy.zzbb;Uid=${USER};Pwd=${PASSWORD};
the odbcinst.ini contains...
[DB2]
Description = DB2 driver
Driver = /opt/ibm/db2/V10.5/lib64/libdb2.so
FileUsage = 1
DontDLClose = 1