ANR0115W
The server script script name attempted to start more parallel commands than are allowed for a single script. A single script is limited to parallel command limit parallel commands.

Explanation

The server waits for all previous parallel commands started by the script to complete. When all previous parallel commands are complete, the server allows the script to continue. The script can attempt to start more parallel commands.

System action

The server waits for all previous parallel commands before allowing the script to continue.

User response

If you need to start more parallel commands than the script limit allows, modify the script to invoke multiple scripts in parallel, each of which can start multiple parallel commands, up to the script limit.