Troubleshooting
Schema Converter
Error: “schemaLocation attribute is not found in the file(s)”
An import or include element in the XML Schema (XSD) is missing the schemaLocation attribute.
Steps to Troubleshoot:
- Identify the Missing schemaLocation Attribute
- Open the XSD file that is causing the issue.
- Look for import or include elements.
- Ensure that each element includes a schemaLocation attribute.
- Re-upload the updated XSD file to the cloud platform.
Example of a missing schemaLocation:
<xs:import namespace="http://example.com/schema" />Corrected version:
<xs:import namespace="http://example.com/schema" schemaLocation="path/to/schema.xsd" />XSLT Converter
What can cause XSLT compilation issues?
Some external references from XSD or XML are not decoded but included as-is to maintain originality. This may cause compilation issues when users try to execute the XSLT files.
The users are expected to replace these references with the actual values before executing the XSLT files in their environment.
How can I resolve issues with the generated XSLT not producing expected transformations?
Review the original TIBCO® process file. Check for proprietary functions that may not directly translate to standard XSLT.
Connector Config Generator
Error: “Connection parameters missing in input file”
Mandatory parameters are missing from the input configuration.
Steps to Troubleshoot:
- Review the input file and add any missing parameters.
- Ensure that file paths provided are correct.
- Re-run the connector configuration generator.
Error: “SSL Certificate validation failed”
The HTTPS certificate is not uploaded or improperly configured.
Steps to Troubleshoot:
- Upload the certificate to the cloud platform.
- Verify the file path in the Confluent® connector JSON configuration.
Example command to upload the certificate:
kubectl cp custom-truststore.jks confluent/connect-0:/home/appuserMapping Documents
Component count is incorrect in the mapping document
The component count is determined by parsing the pre-determined activity type class and adding it statically.
Add a new activity type class to cover the missing components and re-run the mapping process.
Common Issues
Cannot extract output ZIP file in Windows
When downloading large ZIP files, Windows may encounter issues extracting them due to path length limitations.
Use a third-party tool like 7-Zip to extract the contents of the ZIP file.
TIBCO® is a registered trademark of Cloud Software Group, Inc. and/or its subsidiaries in the United States and/or other countries. Confluent® is a registered trademark of Confluent, Inc. All other product names, logos, and brands are the property of their respective owners.