Messages U100xx

[U00010000][U00010001][U00010002][U00010003][U00010004][U00010005][U00010006][U00010007][U00010008][U00010009][U00010010][U00010011][U00010012][U00010013][U00010014][U00010015][U00010016][U00010017][U00010018][U00010019][U00010020][U00010021][U00010022][U00010023][U00010024][U00010025][U00010026][U00010027][U00010028][U00010029][U00010030][U00010031][U00010032][U00010033][U00010034][U00010035][U00010036][U00010037][U00010038][U00010039][U00010040][U00010041][U00010042][U00010043][U00010044][U00010045]
U00010000 '&01', Object '&02' was not found. Please enter the correct name.
U00010001 Includes are nested too deep at '&01'

Explanation: The nesting depth of INCLUDE elements is limited to 9.

U00010002 Include '&01' not found in object '&02', line '&03'.

The specified Include object does not exist.

U00010003 Object: '&01': Include '&02' not found in object '&03'.

Object: '&01': Include '&02' not found in object '&03'.

U00010004 Host '&01' is not defined.
U00010005 '$01'
U00010006 Error in task with RunID '&01': Could not replace script variables inside string '&02' (field: '&03').
U00010007 Task '&01' (RunID '&02') is not active for post processing.

The task could not be found in the activities. It was either already deactivated or a program error occured.

U00010008 Runtime error in object '&01' (RunID '&02'): BEGIN_EXT_INT not possible. Cascading of interpreters is not possible.
U00010009 Runtime error in object '&01' (RunID '&04'): Interpreter definition for interpreter '&05' not found in variable '&06'.

false

U00010010 Runtime error in object '&01' (RunID '&02'): :END_EXT_INT found without :BEGIN_EXT_INT
U00010011 Runtime error in object '&01' line '&02'. BEGIN_EXT_INTERPRETER and END_EXT_INTERPRETER only valid for attribute-type WINDOWS and UNIX
U00010012 CallAPI script has been canceled during generation.

Explanation: A script that had been started via CallAPI was canceled by a user during generation.

U00010013 Activation of '&01' was aborted by user.
U00010014 Activation of '&01' was aborted by :STOP.

Explanation: Script processing was stopped with the statement :STOP. Refer to the activation protocol for more detailed information. &01 = Object name

U00010015 Activation of '&01' RunID '&02' was aborted by :STOP NOMSG. Additional Information: '&03'

Explanation: Script processing was stopped with the statement :STOP NOMSG. The previously-defined message text provides additional information in the detail window. It is sent as part of the acknowledgement when calling the CallAPI and may be used to return the RunID of a started task to the CallAPI, for example.

U00010016 Activation of '&01' was aborted. Object is set inactive.
U00010017 The UC TRUSTEDCERTS object in client 0 could not be found.
U00010018 The SMTP_SERVER is not defined, but it is required. (RunID '&01')
U00010019 Error found in object '&01', line '&02'.

Explanation: In order to find the error more easily, the object's name and line number in the script are output. Causes: The syntax check found an error &01 = Object name &02 = Script-line number

U00010020 Object of type '&01' cannot be activated.

Explanation: Notification, Cockpit, Event, FileTransfer, Group, Job, ProcessFlow, QueueManager, Schedule and Script are executable objects. All other object types have a supportive function but cannot be executed. &01 = Object type

U00010021 Error in :incfile '&01' (Status '&02').

Explanation: An error occurred when attempting to open the file specified in the INCFILE statement. Status codes: see Knowledge-Base - Error codes - COBOL-File error

U00010022 Error when reading from INCFILE '&01' (Status '&02').

Explanation: An error occurred when reading from the file specified in the INCFILE statement. Status codes: see Knowledge Base - Error Codes - COBOL File Eerror (original text from Compiler Description)

U00010023 Line overflow error when changing string '&01' to '&02'.
U00010024 The dialog form for Block READ could not be created.

Explanation: The statement :BEGIN_READ causes the DialogClient to create the form for the dialog. This was not possible. Possible reason: Probably a resource problem (non memory for form available). Solution: Close other applications or expand the memory of your PC.

U00010025 Runtime error in object '&01' line '&02'. Object name was missing in statement '&04'.

Explanation: The object could not be inserted in the script. Possible reasons: In an INC/INCLUDE statement, the name of the include object was missing. Solution: * An INC/INCLUDE statement must contain the name of an existing include object. &01 = Name of the object &02 = Number of the script line &04 = Script element

U00010026 Runtime error in object '&01' line '&02'. In statement '&04', the search string is missing in the replacement clause.

Explanation: The replacement clause in the statement INC/INCLUDE/INCFILE was specified incorrectly. Possible reasons: * The string was not found. * A string of length zero (='') was specified. Solution: * The search string must be specified * The search string must be at least one character long. Syntax: :INC object name 'findstring' = 'replacestring' &01 = Name of the object &02 = Number of the script line &04 = Script element

U00010027 Runtime error in object '&01' line '&02'. In statement '&04', '=' is missing in the specification for replacing a string.

Explanation: The replacement clause in the statement INC/INCLUDE/INCFILE was incorrectly specified. Possible reason: The search string and replacement string were not separated by "=". Solution: * The replace term must be fully specified. Syntax: :INC object name 'findstring' = 'replacestring' &01 = Name of the object &02 = Number of the script line &04 = Script element

U00010028 Runtime error in object '&01' line '&02'. The search string is '&04' characters long. The maximum length permitted is '&05'.

Explanation: The length of a search string is limited. Possible reasons: * The specified string is too long * The delimiter at the end of the string is missing. Solution: Specify a shorter string or set the delimiter at the end of the string. Syntax: :INC object name 'findstring' = 'replacestring' &01 = Name of the object &02 = Number of the script line &04 = Invalid number of characters &05 = Maximum number of characters

U00010029 Runtime error in object '&01' line '&02'. The replacement string is '&04' characters long. The maximum length is '&05'.

Explanation: The length of the replacement string is limited. Possible reasons: * The specified string is too long * The delimiter at the end of the string is missing. Possible solution: * Specify a shorter string * Set the delimiter at the end of the string. Syntax: :INC object name 'findstring' = 'replacestring' &01 = Name of the object &02 = Number of the script line &04 = Invalid number of characters &05 = Maximum number of characters

U00010030 Runtime error: Report/file could not be transferred correctly: '&01'
U00010031 WARNING: 'generate at runtime' not used due to test options.
U00010032 Runtime error in object '&01' line '&02': Access to include '&04' denied.
U00010033 Continuation of script line incorrect (colon is missing).

Explanation: The underscore character "_" can be used for extra long lines to indicate that the text continues in the next line. The last character of a line should therefore be an underscore. The proximate line should start with a colon.

U00010034 Agent with e-mail connection is not active (RunID '&01').
U00010035 Runtime error in object '&01' line '&02': The maximum line length of 255 was exceeded by continuation lines.

Explanation: Script lines must not exceed 255 characters. Lines may be split in order to keep a clear overview using the continuation character "_", but they are still regarded as one line. &01 = Object name &02 = Number of the script line

U00010036 Initialization error: Table UC_STYP is empty - LOAD of this system table is necessary.

Use the service program DB Load to load the database.

U00010037 Object: '&01', client: '&02': processing interrupted, possible loop! Script processing will continue in '&03' seconds.

Explanation: Search the task's script for possible constellations which might have produced this endless loop: 1) WHILE loops whose condition always apply, so they will never end. Check the condition and the Variables forming this condition. 2) Script whose processing takes long. Extremely long scripts which result in this message should be split to several objects. &01 = Name of the object &02 = Client &03 = Number of seconds

U00010038 Runtime error: Could not create data sequence '&01'. Status: '&02', return code: '&03'.
U00010039 '$01'
U00010040 '$01'
U00010041 Runtime error: Variable ID's do not fit together when receiving answer to :READ (ID1: '&01', ID2: '&02', index: '&03').
U00010042 Runtime error in object '&01' line '&02'. No valid include level ((0), (1) or (2)) found in script statement: INC_SCRIPT.

Permitted Include levels: "0" - Includes Pre Process (only in Jobs) and !Process (only in Events) "1" - Includes Process (only in Jobs and Events) "2" - Includes Post Process (only in Jobs) &01 = Name of the object &02 = Number of the script line

U00010043 MAX_SCRIPT_TYPES internal tab-overflow. Please contact Automic Support !
U00010044 Function '&01' has not been implemented. Please contact Automic Support!
U00010045 The SMTP_FROM_ADDR is not defined, but it is required. (RunID '&01')