ThingWorx 8 Part 2 Error: Unable to Invoke Service GetAllRecords on ACMESQLDatabase : null
Summary of Issue:
While taking the Training Course: ThingWorx 8 Part 2: Connecting to External Data, I'm at the section: "SQL Queries and SQL Commands">"Verifying the Database Connection".
When attempting to test the service, I receive the following error:
"Error Executing Service, Unable to Invoke Service GetAllRecords on ACMESQLDatabase : null"
Checking the Application logs reveals about the same information.
Question:
I've double and triple checked a lot of details but can't determine my error.
Has anyone come across this?
Additional Details:
The ACMESQLDatabase thing has the following properties/configuration:
JDBC Driver Class Name = com.mysql.jdbc.Driver
JDBC Connection String = jdbc:mysql://127.0.0.1:3306/thingworxtrainingsample?allowMultiQueries=true
connectionValidationString = SELECT NOW()
Maximum Number of Connections = 5
Database UserName and Pass = root

