Database script encounterd “AWKDBE018E Cannot access required JDBC Driver folder” in Workload Scheduler

爱⌒轻易说出口 提交于 2019-12-13 04:38:53

问题


I create a step of database script which access to SQL Database Service in Workload Scheduler Service. When I run the process, the step encountered the 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
The job was not able to access a JDBC Driver folder, you might not have enough permissions. System action
The operation is not performed.
Operator response
Verify that you have enough permissions.

This message seems to ask me to grant the proper authority to the job user. But there is no property to specify the job user of Workload Automation Agent. I use a Workload Automation Agent provisioned by Bluemix automatically.

Could you teach me which parameters are needed ?

Database script step information

JDBC driver class path info
I checked the path by the following "ls -lR" command step's log.


回答1:


it seems to have a problem with the agent, I tried to replicate the same job type but it is not working with the same error message (even using different solutions for jdbc driver path). If you are using the Workload Automation Agent that is created for you then you could open a support ticket to have the Workload team look at that agent.


Edit after having support from service team:

in the jar classpath field for a predefined workload scheduler process you have to put only the path to the directory containing jar files, without putting the jar file name to use.

So, according to current Workload Scheduler documentation, you have to use the following value: /home/wauser/utils

By this way the database script works fine. (screenshot added)




回答2:


It looks like it is having issues referencing the location to the JDBC class path for DB2. Can you please double check the location for the class path for the DB2 driver?



来源:https://stackoverflow.com/questions/32195513/database-script-encounterd-awkdbe018e-cannot-access-required-jdbc-driver-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!