Is there a way to change length limit of log file generated by CrewMacros Runner? Or is there a way to use just Run Command Tool and write down the result without using SupportingExes\AlteryxRunner.exe?
Maybe I can figure out which log from Designer logs (turned on in designer in user level) belongs to flow which have been run by Run command and AlteryxEngineCmd.exe?
Thanks in advance for every idea!
Hi @Drussek
There aren't any tools in the Crew_Runner macro, nor the Log_Parser that remove rows from the log file. You should be seeing all the rows in the result log in both cases. Can you post an image of what you're missing.
There is no way to run a workflow without AlteryxRunner.exe, other than in Designer or Server.
Dan
Thank you @danilang
Ok. If it's not a limit, so is that means there is a bug in AlteryxRunner?
After your info I compared full log from designer, with log produced by Crew's runner and probably found a reason.
Log ends just before first national character which occurs in Input Data Tool (field alias in sql): letter "ł".
I have no idea how I could set eg UTF-8, maybe it could help?
If not using the tool to centrally launch various flows so I could control the logs and respond to errors seems risky. 😞