That was done in the Buildgraph node that I copied from BuildAndTestProject.xml:
`Running: F:\p4\main\game\Engine\Binaries\Win64\zen.exe project-create --hosturl http://ae-zen2:8558 ae.oplog
Took 0.10s to run zen.exe, ExitCode=1`I’m assuming here that the “ExitCode=1” is because the oplog already existed, as an early instance of this operation did return “ExitCode=0”.
Does the oplog need to be created *immediately* before it gets exported? That would explain why my export operation where I invoked it explicitly from the command line failed, but it doesn’t explain why the operation fails when called as part of the Buildgraph script.