/AWS1/CL_MGNJOBLOGEVENTDATA¶
Job log data
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceserverid TYPE /AWS1/MGNSOURCESERVERID /AWS1/MGNSOURCESERVERID¶
Job Event Source Server ID.
iv_conversionserverid TYPE /AWS1/MGNEC2INSTANCEID /AWS1/MGNEC2INSTANCEID¶
Job Event conversion Server ID.
iv_targetinstanceid TYPE /AWS1/MGNEC2INSTANCEID /AWS1/MGNEC2INSTANCEID¶
Job Event Target instance ID.
iv_rawerror TYPE /AWS1/MGNLARGEBOUNDEDSTRING /AWS1/MGNLARGEBOUNDEDSTRING¶
Job error.
iv_attemptcount TYPE /AWS1/MGNSTRICTLYPOSINTEGER /AWS1/MGNSTRICTLYPOSINTEGER¶
Retries for this operation.
iv_maxattemptscount TYPE /AWS1/MGNSTRICTLYPOSINTEGER /AWS1/MGNSTRICTLYPOSINTEGER¶
The maximum number of retries that will be attempted if this operation failed.
Queryable Attributes¶
sourceServerID¶
Job Event Source Server ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCESERVERID() |
Getter for SOURCESERVERID, with configurable default |
ASK_SOURCESERVERID() |
Getter for SOURCESERVERID w/ exceptions if field has no valu |
HAS_SOURCESERVERID() |
Determine if SOURCESERVERID has a value |
conversionServerID¶
Job Event conversion Server ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERSIONSERVERID() |
Getter for CONVERSIONSERVERID, with configurable default |
ASK_CONVERSIONSERVERID() |
Getter for CONVERSIONSERVERID w/ exceptions if field has no |
HAS_CONVERSIONSERVERID() |
Determine if CONVERSIONSERVERID has a value |
targetInstanceID¶
Job Event Target instance ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETINSTANCEID() |
Getter for TARGETINSTANCEID, with configurable default |
ASK_TARGETINSTANCEID() |
Getter for TARGETINSTANCEID w/ exceptions if field has no va |
HAS_TARGETINSTANCEID() |
Determine if TARGETINSTANCEID has a value |
rawError¶
Job error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAWERROR() |
Getter for RAWERROR, with configurable default |
ASK_RAWERROR() |
Getter for RAWERROR w/ exceptions if field has no value |
HAS_RAWERROR() |
Determine if RAWERROR has a value |
attemptCount¶
Retries for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTEMPTCOUNT() |
Getter for ATTEMPTCOUNT, with configurable default |
ASK_ATTEMPTCOUNT() |
Getter for ATTEMPTCOUNT w/ exceptions if field has no value |
HAS_ATTEMPTCOUNT() |
Determine if ATTEMPTCOUNT has a value |
maxAttemptsCount¶
The maximum number of retries that will be attempted if this operation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXATTEMPTSCOUNT() |
Getter for MAXATTEMPTSCOUNT, with configurable default |
ASK_MAXATTEMPTSCOUNT() |
Getter for MAXATTEMPTSCOUNT w/ exceptions if field has no va |
HAS_MAXATTEMPTSCOUNT() |
Determine if MAXATTEMPTSCOUNT has a value |