IIS-CONN-JRULES-30001I The connector will enforce the batch of 1 because the ruleset parameter Java type: class name is not an array type and the key processing is not enabled for the stage.
Explanation
When a rule set parameter is not an array Java™ type, the batch size can be
greater than 1 only if the stage is configured to work in key mode.
Because the stage was not configured in key mode, the connector enforced the batch size of 1 automatically.
User response
To eliminate this message, set the batch size to
1 in the stage. If a batch size greater than 1 is needed, ensure that
all rule set parameters are based on array Java types, or enable key mode for the stage.