Hello,
1) If I run AX32.exe with the "synchronize" startupcmd, are there logs that are created that I can look at for information and errors? If so, where are they created. I tried running the command with the -logdir parameter and it didn't seem to create any logs in my specified location.
2) I'm trying to setup an automated build / sync script. I run the script through C# in a non-interactive session. When I try to just call the executable with parameters, it works (but it creates a client GUI window of course), but when I run in a non-interactive context it can't create the client GUI window and it seems like it doesn't do anything. Is there a way to run this executable non-interactively? I had read an article by Martin Drab (hello!) about AX32.exe and logging which seemed to suggest that my method of running the utility through C# would work, but apparently it doesn't.
Thanks.