ANR0116W
The server script script name attempted to start more parallel commands than are allowed for the server. The server 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. If the limit is exceeded, the command will run serially.

System action

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

User response

Reduce the number of parallel commands or scripts that are running on the server at any one time.