Can't pass -P to pxExtractDataWithArgs for dynamic BIX Extract File Destination
Summary
BIX 7.2.2
I am currently calling pxExtractDataWithArgs from another activity to run an extract rule. However, I would like to pass in a dynamic file destination in pyArgs. I'm trying to pass in "-P /logarch/Pega/RUSA/RSM/dev2/SFT/outgoing/bixkyc" for pyArgs but am getting an error. I also tried with a backslash and still no luck: "-P \"/logarch/Pega/RUSA/RSM/dev2/SFT/outgoing/bixkyc\"".
Error Messages (Tracer)
** [Rule-Admin-Extract.pyMessageLabel]pzInvalidExtractArgument -P |
Steps to Reproduce
- Call pxExtractDataWithArgs from an activity.
- Try passing -P.