List of all BMC Remedy ARS errors

All BMC Remedy AR Server messages with detailed description and developers comments.

Show/Hide menu

ARERR 117

Command string is empty or longer than the maximum allowed length.

Description:

The command string that issues an external command to the operating system is empty or is too long. If empty, you must supply a command. If too long, you must reduce the command to the maximum length allowed (AR_MAX_COMMAND_SIZE, 255 characters).

Note that if the command being created is in an active link, filter, or escalation, the command string might contain parameters. When they are expanded, the command line might expand to 4,096 bytes. The unexpanded line is limited by the value defined by AR_MAX_COMMAND_SIZE.

Community comments:

Top