Wednesday, December 14, 2016

DM_METHOD_E_INVALID_MTHD_VERB

Symptoms
[DM_METHOD_E_INVALID_MTHD_VERB]error: "The dm_method named (dmclean) of type dmbasic has invalid method_verb (./dmclean)."

Cause
Apparently, there is a bug with the UI in DA. The method_type attribute is supposed to be set to '  '  for dmclean method.

Resolution
Update method_type of dmclean method to `  `. This will resolve the issue.

query : select * from dm_method where object_name='dmclean'

No comments:

Post a Comment