Forums: Troubleshooting and Problems
Hello,
I solved my own error but I have another one.
The problem was the "\" after xpt.
Now I have a different problem. My code was the once I posted before corrected. The error is:
2021-02-25 11:54:58 [main] ERROR n.pinnacle21.oce.utils.ProcessUtils - CLI.4.1::Data source is invalid::Data source is invalid for converter operation. source=******\set. Expected source format=xport
net.pinnacle21.oce.exceptions.CLIException: Data source is invalid for converter operation. source=******\set. Expected source format=xport
All files in the source.send folder are ****.xpt so I am wondering why this message.
Do you have any suggestion?
Hello Federico,
Unfortunately, I wasn't able to reproduce the issue that you experienced.
Could you please tell, did you provide source.send as "******\xpt"?
I see that the error message mentions some "set" source file. Are there any nested folders or extra files inside the "xpt" directory?
Thanks,
Philipp
Hello Philip,
I recognize the problem, it was due to my error in defining the path of the .xpt.
Thank you for your help and your time spent working in this application. It is very useful for me.
Best regards
Federico
Goodmorning,
Thank you for your precious work.
I m trying to create the define template for SEND using PINNACLE CLI fllowing instructions present in PharmaSUG-2018-DS20.pdf for SDTM(Example 4).
This is my code:
java -jar p21-client-1.0.3.jar --standard=send --standard.version=3.1 --source.send="******\xpt\" --output.format=define-excel --output="*******\define_original.xlsx" --cdisc.ct.send.version=2020-09-25
I get this eerror:
2021-02-24 09:54:27 [main] ERROR n.pinnacle21.oce.utils.ProcessUtils - CLI.4.8::Output is required::CLI needs output or report parameter defined for processing. None is found in args=Command line: --standard=send --standard.version=3.1 --source.send=********\xpt" --output=*****\define_original.xlsx --cdisc.ct.send.version=2020-09-25
it seems to me that pinnacle do not find output parameters even if it is there.
Do you have any suggestions?
I would be please to share more details if needed.
Regards