DB Thing not running - Configuration Table Update
I am trying to update DB thing configuration parameters using services (SetConfigurationTable).
- JDBD Driver Class name
- Connection String
- DB user name
- DB password
Everything working fine.
But, if i am trying to give some random value to 'JDBD Driver Class name' (Ex. com.yourdatabase.yourDriver) and getting an error "ERROR starting: JDBC Driver Class Not Found: com.yourdatabase.yourDriver".
Also DB thing stopped running. It can be resolved by opening DB thing and Click Save.
- How to avoid this issue?
- How to start Thing programmatically if Thing is not running? - RestartThing() not working
- How to validate 'JDBD Driver Class name' in Thingworx?

