Property | Data Type | Description | Property Type |
Server | String | Server name for the specified process session. | Session |
UserId | String | Logon name for the server used by a process session. | Session |
Password | String | Password for the server used by a process session. When a session password is retrieved using the Password property, the returned password is encrypted. This allows the password to be assigned to a different session without revealing the password. | Session |
Database | String | Name of the database used in a process session with a DBMS. | Session |
Status | String | Status message for process step. | Step |
ReturnCode | Integer | The ReturnCode represents the success or failure of the execution of the script. Successful execution of the script within the script step returns 0. Execution with a compile error, runtime error, user abort, or similar will result in the step ending with an error code that represents the failure. | Step |
ErrorCount | Long | Number of errors logged for Transformation step. | Step |
OutputRecordCount | Long | Number of records written for Transformation step. | Step |
RejectRecordCount | Long | Number of records rejected for Transformation step. | Step |
User-defined | Variant | User-defined property. | Session or step |
Exception | Description |
ERR_INDEX | Index for variable is not a valid session or step name. This can happen when: • The session or step name is incorrect • You are attempting to access a step before the step has been executed |
ERR_PROPFAIL | Invalid property references. This can happen when: • The property name is incorrect • You are attempting to access the incorrect property type (for example, trying to read the server property for a step) |