About this task
Two scenarios explain why your
XSLTransform node might not
work after deployment:
Error messages are displayed indicating
that the style sheets were not found
What to do next
You get unexpected transformation
results
- Scenario: You get unexpected transformation results.
- Explanation: For complex message flows, incompatibility
might arise among style sheets and XML files after a deployment.
The two typical reasons for this error are:
- Only part of the cooperating style sheets or XML files are deployed
and updated (a file system failure could cause this failure).
- Multiple XSLTransform nodes
that are running inside the same integration server are supposed to use
compatible style sheets, but are using different versions to process
the same incoming message.
- Solution: If only part of the cooperating style sheets
or XML files are deployed and updated, resolve all incompatibility
by redeploying the compatible versions. To avoid multiple XSLTransform nodes using different
versions of the style sheet, pause relevant message flows in the target
integration server before performing the deployment, then restart the
flows.