cancel
Showing results for 
Search instead for 
Did you mean: 

HANA Cloud HDI - Could not find the "com.sap.hana.di.schedulerjob" build plugin

sucheno
Participant
0 Kudos

Hi,

I am trying to schedule a job using .hdbschedulerjob artifact and running into below error in business application studio. Can someone help me to resolve this error? I have already updated the plugin configuration in .hdiconfig as mentioned in SAP help.

"Could not find the "com.sap.hana.di.schedulerjob" build plugin"

Note: I am able to create scheduler job using same SQL in DB explorer.

HANA Cloud version is -> 2022.42.16 (QRC 4/2022).

Thanks in advance.

Suchen.

sucheno
Participant
0 Kudos

Update: SAP has released a note on the process. https://launchpad.support.sap.com/#/notes/3308719

Accepted Solutions (1)

Accepted Solutions (1)

jan_zwickel
Product and Topic Expert
Product and Topic Expert

Hi Suchen,

for existing HDI containers you need to update the library configuration, e.g., by running:

cf update-service <hdi service> -c "{\"action\": \"configureLibraries\"}"

Best,

Jan

sucheno
Participant
0 Kudos

Thanks jan.zwickel for your answer. (Also Thanks tyler.johnson01 for your answer on this same question.)

We have 1000+ HDI containers for our customer and we are now searching if there is anyway to centrally update instead of mass updating all HDI containers either with a script of cf commands or running procedure to configure default plugins at container level.

Could you suggest if you are aware whether there is any option to centrally update before we proceed to mass update?

Thanks in advance.

Suchen.

Answers (1)

Answers (1)

jan_zwickel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Suchen,

unfortunately, the HDI-containers need to be updated individually. I hope scripting the cf command will not be too much effort.

Best,

Jan