Details
-
Bug
-
Status: QA Testing (building)
-
Medium
-
Resolution: Unresolved
-
Xporter DC 7.4.2
-
None
-
Jira 11
Description
When we have more than 2100 exports on Saving and/or processing state, they will not be removed when Xporter get disabled and the following error will be thrown:
SQLServerException: The incoming request has too many parameters. The server supports a maximum of 2100 parameters.
Steps to reproduce:
- Have a Jira instance that uses SQL Server as database.
- Create more than 2100 entries in the XPORTER_PROCESS table with status PROCESSING or SAVING
- Try to disable Xporter plugin
Result:
SQLServerException is thrown, processes are not deleted
Expected result:
All processes in SAVING/PROCESSING state are deleted successfully