Discussion
4
Replies
161
Views
Posted: March 27, 2015
Last activity: April 2, 2015
Closed
Parse XML Save rule error in 6.2
Hi,
When ever i used to save Parse xml rule from one version to a new version, i get below error. but when i checkout and save it and check in the rule, error disappers. Why this is happening? Thanks for help.
Error Details:
pyParseSteps: ***Not found in ruledata but is needed on this form
Thanks.
In PRPC 5.5, a change was made to the underlying rule metadata stucture to support a tree-view display instead of a flat list of parse steps. For backwards compatibility, both old and new views are present in the rule form, and Javascript selects the correct view to display on form load based on the presence of the pyTree property. The rule form seems to get confused about this change and reports a false error on Save As that the pyParseSteps property is not found. It is a false error because the save actually succeeds, and all saves from that point on work correctly without the form error showing. The rule form was upgraded to a harness in 7.1 ML7, so this problem should not be seen again after that.