Skip to Content
0
Former Member
Mar 11, 2013 at 08:16 PM

Alter Table Error

63 Views

When I try to run the following alter command

ALTER TABLE ITEM_LOCATION ADD CONSTRAINT IL_LOC_TO_LOCATION_FK FOREIGN KEY (LOCATION_KEY) REFERENCES LOCATION (LOCATION_KEY) ;

I get this error?

Cause: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [7]: feature not supported: more than 32 triggers for single table is not yet supported: line 1 col 78 (at pos 77)

Can someone help me?

Thanks,

Geetha