Greetings,
I've been attempting to create a connection to a DB2 database using the ADO SQL v2 sensor, to no avail.
I've confirmed that the IBM Data Access Drivers are installed and tested connections outside of PRTG. both through the ODBC adminitration panel, as well as using a powershell script to confirm. I keep getting an error about the user credentials are not accepted. Yet I have used those same credentials on all tests Here's the sample connection string:
Provider=IBMDADB2;Database=MyDataBASE;Hostname=xxx.xxx.xxx.xxx;Protocol=TCPIP;Port=50000;Uid=mYuid;Pwd=65CharPwd;
I even went to the extent of setting up another test environment with a fresh install of PRTG, and all the drivers, and the same issue.
The only thing I wonder, is the password for the DB2 user is literally 65 characters long, I don't see how that could be a problem, but right now I am grasping at straws. Our Main system has a 2500 sensor license, the test environment is just the demo/community edition.
I even tried a 3rd party DB plugin, and that one worked but it is using the EXE/Scripting advanced plugin.
Any suggestions would be appreciated.
Add comment