I have a data job that needs to output NCOA data into an existing table in Teradata. However, I'm getting an error (32: Data Access Plugin - Output table doesn't exist) when I run the data job. I've made sure the correct output table is selected under properties in the Data Target (Update) node and the inputs (DSN, Schema_name, Table_name, Fields, Primary_key, etc) to the Data Target (Update) node are correct based on my existing table in Teradata. What is required in the Data Target (Update) node to insert data into an empty table?
The message 32: Data Access Plugin - Output table doesn't exist looks to me like:
- Access to Teradata as such is working
- Either the table does really not exist in Teradata or your user connecting to Teradata doesn't have the right privileges to "see" the table.
The message 32: Data Access Plugin - Output table doesn't exist looks to me like:
- Access to Teradata as such is working
- Either the table does really not exist in Teradata or your user connecting to Teradata doesn't have the right privileges to "see" the table.
After giving the user correct access to the table in Teradata, the job is running. Thank you for your guidance.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.