Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page details all the error messages that could potentially appear in the S2PX log file.

Error Message

UNEXPECTED_ERROR("Unexpected error '${ERROR_ID}' occurred processing '${JOB}', please verify that this job or shared container successfully compiles and raise a support ticket if the problem persists")

UNATTACHED_STAGE("'${JOB}' contains one or more unattached links, all jobs and shared containers must be compilable before S2PX translation")

SHARED_CONTAINER_LINK_NOT_FOUND("'${JOB}' references shared container '${CONTAINER_NAME}' which could not be found or is missing link '${PARTNER_LINK}'")

CUSTOM_ROUTINE_NOT_FOUND("Cannot find custom routine '${ROUTINE_NAME}' inside of stage '${STAGE}' in job '${JOB}'")

CUSTOM_ROUTINE_ARGUMENT_MISMATCH("'${ROUTINE_NAME}' was called with ${CALL_ARGUMENTS} arguments inside of stage '${STAGE}' in job '${JOB}', expected ${EXPECTED_ARGUMENTS}")

UNEXPECTED_NULL_SYSTEM_VARIABLE("@Null appeared in an unexpected location inside of stage '${STAGE}' in job '${JOB}'")

PARAMETER_SET_NOT_FOUND("Failed to resolve Parameter or Parameter Set from Parameter set '${PARAMETER_SET_NAME}' in job '${JOB}' in stage '${STAGE}'")

FAILED_TO_PARSE_XML_DESCRIPTOR("Failed to parse XML descriptor of stage '${STAGE}' in job '${JOB}'")

FAILED_TO_DECODE_XML_PROPERTIES("Failed to decode XML properties of stage '${STAGE}' in job '${JOB}'")

UNKNOWN_STAGE_TYPE("Unknown stage type found. ${STAGE_TYPE} stage '${STAGE}' in job '${JOB}' has been converted to a copy stage.")

AGGREGATOR_STAGE_KEYS_NOT_MATCHING("The output column '${KEY}' cannot be matched to an input column either by name or position. Please check stage '${STAGE}' in job '${JOB}'")

  • No labels