We observed a possible bug with the Pinnacle 21 while we were running the Pinnacle 21 for validating SDTM datasets with the define.xml, and the application works fine without using define.xml.
The Pinnacle 21 is generating exceptions for the SDTM variables that they are neither in the datasets nor in define.xml, e.g. VSENRF should never be created in all SDTM datasets except in DM, but we’ve seen the following exception from VS data check. Hundreds of those exceptions eventually terminates the application.
The validation rule CT2001 lacks required data from VS: Variables required were not present in the data source: ‘VSENRF’
at org.opencdisc.validator.rules.AbstractValidationRule.validate(AbstractValidationRule.java:162)
at org.opencdisc.validator.rules.AbstractScriptableValidationRule.validate(AbstractScriptableValidationRule.java:69)
at org.opencdisc.validator.engine.BlockValidator$BlockTask.call(BlockValidator.java:348)
at org.opencdisc.validator.engine.BlockValidator$BlockTask.call(BlockValidator.java:223)
at org.opencdisc.validator.engine.BlockValidator.validate(BlockValidator.java:205)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:247)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:92)
at org.opencdisc.validator.cli.Connector$1$2.run(Connector.java:222)