Resolution for Deploy Error in .sda in Rules Composer
Hello Folks
Many a times we might have encountered error such as cannot deploy the .sda file as it is empty ; however, the .sda might not be empty if you see it on the local drive, but the the Language=”default” directive in the xml files make the deploy fail – As in the below screenshot.
This happens as the languagecode is set as “default” in the associated files; to overcome this we will have to change the languagecode to “EN” in the following files of the ws folder.
languagecode=”EN”
- Filename : demo.sap.com~rules_exp_sharedres.aliasset
- Filename : demo.sap.com~rules_exp.aliasset
- TripApproval.aliasset
- TripApprovalRuleSet.aliasset
where
rules_exp is your DC;
TripApprovalRuleSet is your Ruleset
TripApproval is your ruleflow / Decision table
The Deploy will run successfully after this change is made.
Thanks.
Be the first to leave a comment
You must be Logged on to comment or reply to a post.