Design Time Error Codes
This section describes the error messages that can be reported at design time.
Error Codes | Error Message | Error Resolution |
---|---|---|
TIBCO-BW-DT-VALIDATION-500023 | Cyclic reference detected in process {0}. Reference {1} points to {2}. This might cause the application to reach an impaired state at runtime. | Inspect the reference binding on the process. BWEngine does not support references that point to the same process. This reference needs to be removed. Point to another process/sub process to correct this. |
TIBCO-BW-DT-VALIDATION-500024 | One or more sources mapped for activity {0} contain invalid references. | Delete existing links and create links again before deploying to runtime. |
TIBCO-BW-DT-VALIDATION-500025 | Process configuration error. The variable with the name [{0}] is no longer being referenced in the process [{1}]. | Remove this variable or quick fix. |
TIBCO-BW-DT-VALIDATION-500026 | External Shared Module error. The Module [{0}] is out of sync. It is not present on the current Target Definition. | The resolution is not applicable. Contact TIBCO Support. |
TIBCO-BW-DT-VALIDATION-500027 | Folder: '' {0} '' contains special characters. | Replace the special characters with alphanumeric characters, “-”, “_”, or whitespaces. |
BW_VALIDATION_MODULE-_VERSION_CONFIG_ERROR-500620 | The Bundle-Version of the BusinessWorks module [{0}] must end with .qualifier in the manifest file [META-INF/MANIFEST.MF]
|
The resolution is not applicable. Contact TIBCO Support. |
APPLICATION_MANIFEST_VERSION_ERROR-501005 | The Bundle-Version of the Application [{0}] must end with .qualifier in the manifest file [META-INF/MANIFEST.MF].
|
The resolution is not applicable. Contact TIBCO Support. |