ibm bluemix - Database script encounterd "AWKDBE018E Cannot access required JDBC Driver folder" in Workload Scheduler -


i create step of database script access sql database service in workload scheduler service. when run process, step encountered error below.

error message

awkdbe018e cannot access required jdbc driver folder

message information
http://www-01.ibm.com/support/knowledgecenter/ssgspn_9.2.0/com.ibm.tivoli.itws.doc_9.2/common/src_ms/awsmsawkdbe.htm?lang=en

awkdbe018e cannot access required jdbc driver folder

explanation
job not able access jdbc driver folder, might not have enough permissions. system action
operation not performed.
operator response
verify have enough permissions.

this message seems ask me grant proper authority job user. there no property specify job user of workload automation agent. use workload automation agent provisioned bluemix automatically.

could teach me parameters needed ?

database script step information
enter image description here enter image description here

jdbc driver class path info
checked path following "ls -lr" command step's log.

enter image description here enter image description here

it seems have problem agent, tried replicate same job type not working same error message (even using different solutions jdbc driver path). if using workload automation agent created open support ticket have workload team @ agent.


edit after having support service team:

in jar classpath field predefined workload scheduler process have put path directory containing jar files, without putting jar file name use.

so, according current workload scheduler documentation, have use following value: /home/wauser/utils

by way database script works fine. (screenshot added)enter image description here


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -