When migrated process shows mapping errors?
|
- Go to and click
Clean All Projects.
- Go to the Activity Input with the Mapping Error. Click
Show Check and Repair and fix existing errors.
- Click
Fix Type Casting Errors.
- If the error still persists, check the expression and do the necessary corrections.
|
When processes have unresolved WSDL references?
|
- Close and reopen the project.
- If this does not fix the references, heck the WSDL Interface value on the
General tab of the
Process Service.
|
When Java Invoke activities show
Input Configuration Error after migration?
|
- Go to the
General tab of the
Java Invoke activity and check whether the Class Name is available in the workspace. If available, re-select the Java class.
- If the class is not available, check whether the JAR file packaging the Java class is available. Otherwise, copy the JAR file to the "lib" folder and reselect the Java class.
|
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?
|
- In
TIBCO BusinessWorks™ Container Edition
the Iterate Group Index Variable does not have visibility outside the Iterate scope.
- Define a process variable of type integer, map it to the Iterate Group Index variable, and use the variable in the process scope.
|
When
a
TIBCO BusinessWorks Container Edition
activity migrates as
Empty or
Rescue activity
?
|
The
TIBCO ActiveMatrix BusinessWorks 5.x activity migrates as
Rescue activity, if the migration framework fails to migrate.
- Check the
TIBCO ActiveMatrix BusinessWorks 5.x project
- Add the corresponding activity in the
TIBCO BusinessWorks Container Edition
project
- Redo the mappings.
|
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
tib:concat-sequence-format() with the
string-join() function.
|
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.
|
-
Verify the XPath condition and resolve the group issues (for example, iterator, for-each...)
- Re-map the same from the group.
|
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.
|
- Remove all the variables
- Recreate the variables
- Add the mappings again. In this case the back-end references are also removed.
- Delete the XPath on the variables one by one and re-correct them. This also resolves the issue sometimes.
|
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
TIBCO BusinessWorks Container Edition
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 BusinessWorks Container Edition
.
|
After migration to
TIBCO BusinessWorks Container Edition
, the
tokenize() function can yield the same results as the
tib:tokenize-allow-empty() and
tib:tokenize() functions
of
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
for-each expression must be evaluated to sequence, which covers the sequence of atoms and node scenario.
|
After migration, when a boolean always evaluates to false with XSLT 1.0 and validation off.
|
- Navigate to
.
- Select the
Assume all inputs untyped check box.
- Click
Apply, and then
OK.
- Clean the project. After the errors related to untyped input are displayed, use the
Quick Fix option to resolve them.
- Execute the project.
|
After migration, when there is a invalid comparison, or conversion error in a transition or a group.
|
- Navigate to
.
- Select the
Enable Quick fix to change Xpath version from 2.0 to 1.0 check box.
- Click
Apply, and then
OK.
- Clean the project.
- On the
Problems tab, right-click and select the
Quick Fix option for the XPath Version 2.0.
|