Error Codes
The following table lists error codes, detailed explanation of each error, and where applicable, ways to solve different errors.
Error Code and Error Message | Role | Category | Description | Solution |
---|---|---|---|---|
TIBCO-BW-PALETTE-BWLX-500002
A validation exception occurred : [{0}] |
errorRole | BW-Plug-in | Occurs when the XSD schema and XML provided does not match and schema does not contain elements from XML in XMLValidation activity. | None |
TIBCO-BW-PALETTE-BWLX-500003 File [{0}] was not found. |
errorRole | BW-Plug-in | Occurs in the FileToStream, StreamToFile, XMLSplitter activities, when the file path is incorrect. | None |
TIBCO-BW-PALETTE-BWLX-500005 Error in Fragment Processing : [{0}]. |
errorRole | BW-Plug-in | Occurs when the user provides an element which is not present in the XML. | None |
TIBCO-BW-PALETTE-BWLX-500006
Get Fragment Activity must be run inside Loop Group Activity. |
errorRole | BW-Plug-in | Occurs when the GetFragment activity is not run in a loop. | None |
TIBCO-BW-PALETTE-BWLX-500008
Error in XML Splitter Fragment Processing : [{0}]. |
errorRole | BW-Plug-in | Occurs when the fragment criteria is fragment size and the value is less than the actual fragment chunk. | None |
TIBCO-BW-PALETTE-BWLX-500009
XSLT File not set in Activity Configuration and Input Configuration : [{0}]. |
errorRole | BW-Plug-in | Occurs when an invalid path is input to the stylesheet in TransformXML activity. | None |
TIBCO-BW-PALETTE-BWLX-500010
Error in XML Transformation Processing : [{0}]. |
errorRole | BW-Plug-in | Occurs when an invalid XML is provided. | None |
TIBCO-BW-PALETTE-BWLX-500012
Error in Stream To File Processing : [{0}]. |
errorRole | BW-Plug-in | Occurs when an invalid input or inputstream object is passed as input to the outputstream object of StreamToFile activity. | None |
TIBCO-BW-PALETTE-BWLX-500013
An IO exception occurred while trying to create the file [{0}]. |
errorRole | BW-Plug-in | Occurs when a check box is selected to create a non existing directory and the provided output file is incorrect. | None |
TIBCO-BW-PALETTE-BWLX-500014
An exception occurred while closing the stream: [{0}]. |
errorRole | BW-Plug-in | Occurs when the inputstream object of CloseStream activity has an invalid input, which is the output of GetFragment or TransformXML activity. | None |
TIBCO-BW-PALETTE-BWLX-500015
InputStream object is invalid or already closed. |
errorRole | BW-Plug-in | Occurs when the inputstream object of CloseStream activity has invalid input. | None |