cdisc-org / cdisc-rules-engine

Open source offering of the cdisc rules engine
MIT License
46 stars 12 forks source link

[End User] Multiple .xpt Dataset - Not moving from 99% #517

Open tapswi2696 opened 1 year ago

tapswi2696 commented 1 year ago

Discussed in https://github.com/cdisc-org/cdisc-rules-engine/discussions/461

Originally posted by **tapswi2696** July 13, 2023 Dear Core Team, I am executing the command as following in order to execute all .xpt files present in to directory. For some reasons, rule engine not moving forward from 99% and report also not executed (waited almost 35-40 minutes). Command I am executing as follows: python3.9 core.py validate -s sdtmig –v 3-4 -d /path/xpt_files/ I am missing anything or not using correct command? I added all required parameters such as -s, -v, and -d.
nhaydel commented 1 year ago

Hey @tapswi2696, I'm sorry to hear about your issue. To help us debug further, can you run a validation with the additional flag "-l debug" and provide us with those logs. It may be best to pipe the output into a file and just share that file.

Additionally, any information you can share about the datasets you are validating with the engine (i.e dataset size) would be very helpful.

tapswi2696 commented 1 year ago

Hi @nhaydel Sure, I can share with you logs (will mask some info). It may take some time. Thank you.

SFJohnson24 commented 2 months ago

hi @tapswi2696 -- Is this still an issue for you? Can you provide the logs as @nhaydel requested?