Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


This object is used for a constant you want to reference.
Properties: 

  • Name Defaults to const

Anchor
Continue
Continue
Continue

...

Variable

Possible Values and their Description

name_STATUS_CODE

0 (Success)
-1 (Connection/initialization error)
-2 (Send error)
-3 (Receive timeout)
-4 (Reply read error)

name_CHANNEL_STATUS_CODE

If name_STATUS_CODE is not 0, this variable will contain a channel specific status code.

name_STATUS_MESSAGE

Contains the status message
 .

Anchor
controlobj_editcheck
controlobj_editcheck
Editcheck

...

Variable

Values and Description

Name_EXEC_STATUS

0 – The preprocessor was not executed. For example, the preprocessor execution condition did not evaluate to TRUE.


1 – Success with data.


2 – Success with no data.


-1 – Error.

Name_EXEC_STATUS_MESSAGE

Success.


Query returned no data.


Error.

Name_PREPROCSTATUS

1 – Success with data.


101 – Success with no data.


Other values – error.

Name_PREPROCSTATUS_STDERR

Error text from the console.

Name_PREPROCSTATUS_STDOUT

Output from the console.

Anchor
raiseexception
raiseexception
Raise Exception

...

Variable

Possible Values and their Description

name_RESULT_DATA

Contains the data read from the specified file.

name_STATUS_CODE

0 (Success)
-1 (Connection/initialization error)
-2 (Read error)
-3 (Receive timeout)
-4 (Reply read error)

name_CHANNEL_STATUS_CODE

If name_STATUS_CODE is not 0, this variable will contain a channel specific status code.

name_STATUS_MESSAGE

Contains the status message
 .

Anchor
receive_email
receive_email
Receive E-mail

...

Receive E-mail  has properties, which include the above parameters and a set of properties for any shape: 


You can give a Name to  Receive to Receive E-mail. It is used to construct the result status variable names. If the Name is not empty, the name_RESULT_DATA, name_STATUS_CODE, name_CHANNEL STATUS_CODE, name_STATUS_MESSAGE{_} variables are created, and can be used in other expressions. See the following table for more details:

Variable

Possible Values and their Description

name_RESULT_DATA

Contains the received E-mail message(s) .

name_STATUS_CODE

0 (Success)
-1 (Connection/initialization error)
-2 (Send error)
-3 (Receive timeout)
-4 (Reply read error)

name_CHANNEL_STATUS_CODE

If name_STATUS_CODE is not 0, this variable will contain a channel specific status code.

name_STATUS_MESSAGE

Contains the status message
 .

Anchor
send_email
send_email
Send E-mail

...

Variable

Possible Values and their Description

name_STATUS_CODE

0 (Success)
-1 (Connection/initialization error)
-2 (Send error)
-3 (Receive timeout)
-4 (Reply read error)

name_CHANNEL_STATUS_CODE

If name_STATUS_CODE is not 0, this variable will contain a channel specific status code.

name_STATUS_MESSAGE

Contains the status message
 .

Anchor
controlobj_status
controlobj_status
Status

The Status element is a tool used to create information messages in Message Center Console. It is especially useful when you are debugging a solution (this shape in fact returns the value of the node specified at a moment of processing).
Please drag and drop the Status element to the working area to use it. Then fill in the Status expression in the dialog window after double clicking "STATUS" in the element inside the working area. Properties like Comment, Execute On, Content Type, Scope, Element Type, XML Path, Concatenate, Rows To Include, Condition To Include – can be filled in the "Properties" window in the box on the right.


 

Anchor
controlobj_variable
controlobj_variable
Variable

...

Variable

Possible Values and their Description

name_STATUS_CODE

0 (Success)
-1 (Connection/initialization error)
-2 (Send error)
-3 (Receive timeout)
-4 (Reply read error)

name_CHANNEL_STATUS_CODE

If name_STATUS_CODE is not 0, this variable will contain a channel specific status code.

name_STATUS_MESSAGE

Contains the status message
 .


back to top