- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am creating a process job in SAS Data Management Studio 2.5 on the desktop and am receiving the following error message:
"The WorkTable Plugin requires the WORKTABLE_URI parameter value (Echo 1) to be mapped to a work table."
when trying to use a Work Table Reader node
This node is running in a data job that I am calling from a process job where the Echo 1 table exists.
Can anyone tell me what this message is telling me?
Thanks,
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Setting parameters to pass values/pointers from the process job down to the data job can be tricky. Take a look at the Variables, Outputs, and Inputs of the process job and embedded data job to see if you have source bindings set up correctly.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Setting parameters to pass values/pointers from the process job down to the data job can be tricky. Take a look at the Variables, Outputs, and Inputs of the process job and embedded data job to see if you have source bindings set up correctly.
Ron