Created on 06-18-2018 08:35 AM - edited 08-17-2019 06:55 PM
I'm using template from https://gist.github.com/ijokarumawak/b37db141b4d04c2da124c1a6d922f81f and see this error.
Whats wrong?
Created on 06-18-2018 09:09 AM - edited 08-17-2019 06:55 PM
When you are uploaded the template all the controller services will be in Disable state.
We need to enable controller services associated with the PutDatabaseRecord processor
In your case your need to enable CsvReader and DBCP connection pool controller service
step1:
Right Click on the processor and go to configure
Step2:
Enable CsvReader controller service
Click on the --> after CSVReader controller service and click on Enable button
Enable DBCP connection pool:
Change the connection string(if needed) and make sure the jar path and driver class name,username and password is configured correct and click on Enable button DBCP connection pool
Created on 06-18-2018 09:09 AM - edited 08-17-2019 06:55 PM
When you are uploaded the template all the controller services will be in Disable state.
We need to enable controller services associated with the PutDatabaseRecord processor
In your case your need to enable CsvReader and DBCP connection pool controller service
step1:
Right Click on the processor and go to configure
Step2:
Enable CsvReader controller service
Click on the --> after CSVReader controller service and click on Enable button
Enable DBCP connection pool:
Change the connection string(if needed) and make sure the jar path and driver class name,username and password is configured correct and click on Enable button DBCP connection pool
Created 06-18-2018 11:35 AM
Thanks again!