CA IDMS Secure TASK DB006001 Unrecognizable token
search cancel

CA IDMS Secure TASK DB006001 Unrecognizable token

book

Article ID: 199088

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

Trying to secure a CA IDMS TASK code getting error:

GRANT EXECUTE ON TASK nnnnnnnn TO TEST_GROUP;
Status = -4       SQLSTATE = 42600        Messages follow:
Syntax error in line 1 at column 21, token = TASK
DB006001 T683 C-4M330: Unrecognizable token

 

Environment

Release : 19.0

Component : CA IDMS/DB

Resolution

Tasks are secured by RESOURCE CATEGORY.

Create a new RESOURCE CATEGORY or ALTER an existing one to include the task code:

ALTER RESOURCE CATEGORY category-name
     ADD TASK task-name;
GRANT EXECUTE on CATEGORY category-name TO user/group;

Additional Information

See documentation section Syntax for Securing System Resources