DBT Job triggered with error 'No such method triggerJobName'
search cancel

DBT Job triggered with error 'No such method triggerJobName'

book

Article ID: 427171

calendar_today

Updated On:

Products

Workload Automation Agent Autosys Workload Automation ESP dSeries Workload Automation ESP dSeries Workload Automation - Business Agents (dSeries) ESP dSeries Workload Automation - Scheduler (dSeries) ESP dSeries Workload Automation - System Agent (dSeries) ESP Workload Automation

Issue/Introduction

The DBT job triggered successfully in DBT, found below error message in the spool output. Is this something to be addressed or ignored?

 

2026-01-28T15:48:57.284-06:00: Version: 1.0.9
No such method triggerJobName
java.lang.NoSuchMethodException: com.broadcom.dbt.DbtPojo.triggerJobName(dbt.Endpoint, dbt.Token, dbt.AccountId, dbt.JobName, dbt.Cause, dbt.MaxRetry, dbt.SleepInterval, dbt.FailureInterval, dbt.LogLevel)
               at java.lang.Class.getMethod(Class.java:1786)
               at cybermation.plugins.dataservices.handler.CybPOJOHandler.a(CybPOJOHandler.java:158)
               at cybermation.plugins.dataservices.handler.CybPOJOHandler.run(CybPOJOHandler.java:272)
               at java.lang.Thread.run(Thread.java:750)

Resolution

This indicates that the job definition is missing some parameters. The triggerJobName method (V2) requires 15 parameters.

Make sure to include all parameters in the job in the correct order. If a parameter does not have a value, specify it using double quotes "".

Additional Information

DBT Job Definitions