Forums: Troubleshooting and Problems
Hello Alex,
The reason the validation may be failing is due to the incompatible FDA 1903.1 engine parameter. If this is updated to FDA 2204.1 or FDA 2010.1, with real paths for --source.define and --report, are you able to validate successfully?
Please also refer to our documentation on engines https://www.pinnacle21.com/projects/validator/engine-compatibility
Kind regards,
Matt
thank you Matt for your response, it seems the validation engine is a little bit messy in P21 community, in P21 interface, you can select "FDA (2204.1)" and SDTM-IG 3.3, but in CLI version, only FDA 2010.1 works, FDA 2204.1 doesn't work...
Hi Alex,
I would check to make sure the engine is loaded in the configs folder at Documents\Pinnacle 21 Community\configs. If the folder 2204.1 is not listed, I recommend running a validation with the 2204.1 engine in app and refreshing the configs folder to see if it populates. I am able to run CLI validations with the 2204.1 after verifying the same.
The example below didn't work any more on CLI 1.0.6, is there any reason for this update?
Define.XML Example Validation
java -jar p21-client-1.0.6.jar
--engine.version="FDA 1903.1"
--standard=sdtm
--standard.version=3.2
--source.define="C:\path\to\sdtm\define.xml"
--cdisc.ct.sdtm.version=2017-12-22
--report="C:\path\to\validation\report.xlsx"