Forums: Troubleshooting and Problems
I have run a test and had the same experience. The file validates in version v2.0 but not in v2.1. I removed the dataset tags in the XML but still wasn't able to verify the xml file. Did you receive any feedback on this issue or run into it with other tags?
Is your same experience only related to validating define.xml ? You can check the component/logs to see if there was an error and post it here.
This error occurs when trying to validate
DD0010
It trys to get the 3 things
0 = "Element,Attribute"
1 = values
2 = name of attribute (as in SASdatasetName)
You don't have a value and thus "index out of bounds at 2)
org.opencdisc.define.validator.MessageTransformer.getMessage(MessageTransformer.java:231) ~[define-generator-1.1.0.jar:?]
Plese let me report an issue that Pinnacle 21(ver 2.1) crashed while validation of define.xml(ver.1.0). The issue happened not in ver.2.0 but only in ver.2.1.
I tried several times changing structure of define.xml and finally found this issue was caused by 'SASDatasetName' attribute in ItemGroupDef tag. Once I removed the attribute, validation finished without crash.
Could you investigate and fix this issue? Thank you.