It's getting DISK FULL in Identity Manager wildfly server.log repeating message from ims.tmt.persistence as shows:
ERROR [ims.tmt.persistence] (Thread-2 (HornetQ-client-global-threads-950818477)) PersistenceProvider: JMS:ID:23c4b4ec-6399-11e8-8948-73aeb0fbe1df: getTaskSessionEventList() 23904e91-b16b6927-cfb3bdb1-a8a0b0: com.microsoft.sqlserver.jdbc.SQLServerException: The incoming request has too many parameters. The server supports a maximum of 2100 parameters. Reduce the number of parameters and resend the request.
CA Identity Suite Virtual Appliance 14.5.1 CHF01
This may indicate a loop generated in a Policy Xpress that by mistake being executed an infinite cycle modifying the user and synchronize it.
1. Enable the DEBUG of logging.jsp following the steps from the documentation: 14.5 Documentation - Modify Identity Manager Application Log Level
2. With the debug enabled for im and ims it's possible identify the task causing the issue having abnormally a bunch number of events.
This following sql statement shows this in the log in DEBUG:
select * from event12_5 WITH (NOLOCK) where tasksessionid=? and type in (?, ?, ?, ?) (5658c0e3-c81e3e2d-a1d8fa98-7b48f6,2,34,4,36)
The long alpha-numeric string corresponds to the taskid, 5658c0e3-c81e3e2d-a1d8fa98-7b48f6 from the above example
3. Cancel this task
a. Go to System, Open View Submitted Tasks
b. Select this options:
c. "Task ID equals" and paste the "5658c0e3-c81e3e2d-a1d8fa98-7b48f6" for this field (value got from DEBUG log)
d. Click in Search
e. If list the task. Please, get the status of this task, if this is in progress we need to CANCEL this.
f. If not show, try also enable the button "Show unsubmitted tasks" together.
4. If you can cancel this task or not you may need purge this task from task persistence using these steps:
a. Go to System / Cleanup Submitted Tasks / Execute Now / Next
b. Do the criteria that will cancel the task and mark the option "Cancel In Progress Tasks Only" if the task is in Progress....
(** Warning: You may cancel the problematic task and also other tasks that are in Progress so take care doing the search criteria in this page **)
c. After you select click in "Finish" and check if task is now canceled.
5. At this point with task canceled, check if message continues repeating in the wildfly.log. It's possible now to a cleanup this task returning to task "Cleanup Submitted Task" and doing the Criteria to purge this task from DB repeating the step 4, but now not selecting the option "Cancel In Progress Tasks Only"