Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Controller Service is disabled.

avatar
Contributor

I'm using template from https://gist.github.com/ijokarumawak/b37db141b4d04c2da124c1a6d922f81f and see this error.

Whats wrong?

77702-11.jpg

1 ACCEPTED SOLUTION

avatar
Master Guru
@Vladislav Shcherbakov

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

77703-enable.png

77704-enable1.png

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

View solution in original post

2 REPLIES 2

avatar
Master Guru
@Vladislav Shcherbakov

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

77703-enable.png

77704-enable1.png

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

avatar
Contributor

Thanks again!