Products | Versions |
---|---|
TIBCO MDM | - |
User has some constraint written for the repository including expression like tablesql(tableSql({ link_LOCATION_MASTER.LOC_TYP }, where ( link_LOCATION_MASTER.PRODUCTID = PRODUCTID ) )), while deployment or exporting particular rulebase, the studio throws below error:
==========
com.tibco.mdm.ui.common.exceptions.TransformationException: Error while parsing Constraint:Fetch_LOC_TYP: , please correct the expression in assign Action component name: null
==========
For reference, I have attached the error screenshot from the studio.
The error states that the defined tablesql expression has some parsing errors. But, in reality, the reason for the issue is different.
If MDM project consist following types of the files in Rulebase Models folder -
rbworkitemdescription.xml
RulebaseCustomFunction.class
RulebaseCustomFunction.java
Then, while export or deployment the studio will throw above error.