SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 67782: The error "...ROLLBACK...Table...does not exist" occurs in SAS/ACCESS® Interface to Vertica when you try to drop a Vertica view

DetailsHotfixAboutRate It

When you use SAS/ACCESS Interface to Vertica with a DROP VIEW statement, the Vertica engine attempts to drop a table instead.

When you encounter this issue, you receive an error similar to the following:

ERROR: CLI execute error: ROLLBACK 4876:  Table "view-name" does not exist

The workaround is to use an explicit SQL query to drop the view. Here is a syntax example:

proc sql ;
   connect to vertica  as dbcon (connection-options) ;
   execute (drop view view-name)  by dbcon;
quit ;

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/ACCESS Interface to VerticaMicrosoft® Windows® for x649.4_M59.4_M89.4 TS1M59.4 TS1M8
64-bit Enabled AIX9.4_M59.4_M89.4 TS1M59.4 TS1M8
64-bit Enabled Solaris9.4_M59.4_M89.4 TS1M59.4 TS1M8
HP-UX IPF9.4_M59.4_M89.4 TS1M59.4 TS1M8
Linux for x649.4_M59.4_M89.4 TS1M59.4 TS1M8
Solaris for x649.4_M59.4_M89.4 TS1M59.4 TS1M8
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.