2013-08-22 94 views
1

我从詹金斯调用声纳转轮,然后出现以下错误清除数据:声纳错误无法与声纳3.7和MS SQL

Fail to purge data [id=1] 
org.apache.ibatis.exceptions.PersistenceException: 
### Error updating database. Cause: java.sql.SQLException: Prepared or callable statement has more than 2000 parameter markers. 
### SQL: delete from dependencies where from_snapshot_id in 
... 
### Cause: java.sql.SQLException: Prepared or callable statement has more than 2000 parameter markers. 

是否有任何人知道这个错误(声纳缺陷)的一种替代方法。

回答