Frequently Asked Questions
What do I do... | Answer |
---|---|
When migrated process shows mapping errors? |
|
When processes have unresolved WSDL references? |
|
When Java Invoke activities show
Input Configuration Error after migration?
|
|
When activities in the Catch block show Mapping errors? | The
Catch Block activities does not have the visibility to the output of the activities from the main process.
Re-map the activity input accordingly. This is similar to the Java try or catch constructs. |
When
Variable not defined error for Iterate Group Index variable is used outside the
Iterate scope?
|
|
When a ActiveMatrix BusinessWorks 5.x activity migrates as Empty or Rescue activity TIBCO Cloud Integration ? | The
ActiveMatrix BusinessWorks 5.x activity migrates as
Rescue activity, if the migration framework fails to migrate.
|
After migrating a project using the
tib:concat-sequence-format() , the output returns errors.
|
The function
tib:concat-sequence-format() does not accept a string as its return value for node set.
After migration, replace the
|
When a group is around the activities and the XPath condition over the group is not satisfied after migration, the
Expected Non Repeating got repeating error is displayed.
|
|
When the
Variable not defined error is displayed post migration for multiple variables created in the input of any activity and each variable is created with the condition on another variable.
|
|
When the
Unresolved reference schema error is displayed.
|
Reconfigure the broken module variables. Redo all the mappings as they break due to reconfiguration. |
When the
Catch-All End error is not configured.
|
When a Catch All fault handler is used in a ActiveMatrix BusinessWorks project, on migration the fault handler is converted as expected but an End activity is created in place of a Catch All activity. An End activity without any input is created. Delete the end activity and to resolve the issue. |
Schema references issues post migration | References of schemas that are imported in another schema are not found. Delete the import and add it again. The references are updated with the correct namespace and the namespace issues are resolved. |
When you map an integer value, for example 1, to a decimal field, expecting the output in the decimal field to be 1, but, instead, the decimal field result is 1.0. | Create a new
Mapper activity using the same naming and mappings from the existing mapper activity.
Once all the inwards and outwards mappings are done, delete the old Mapper activity, which is already migrated, and point the transitions to the newly created mapper activity. |
There is no
tokenize-allow-empty() function in
TIBCO Cloud Integration .
|
After migration to
TIBCO Cloud Integration , the
tokenize() function can yield the same results as the
tib:tokenize-allow-empty() and
tib:tokenize() functions of
ActiveMatrix BusinessWorks 5.x.
|
When a mapper activity that has a tokenize function inside a
for-each
expression, throws a Null Input at runtime?
|
Post migration, convert the XSLT version in the activity from 1.0 to 2.0, since in version 1.0 the
for-each expression requires things to be evaluated to a node-set.
The Tokenize function creates a sequence of string atoms, which is not node-set. In 2.0, the
|
After migration, when a boolean always evaluates to false with XSLT 1.0 and validation off. |
|
After migration, when there is a invalid comparison, or conversion error in a transition or a group. |
|