We are executing a python script by running python.exe on the command line and script name+parameters on the Arguments line. There are a lot of parameters so the line is very long. The script fails with Exit Code 1783. But when we shorten the line of arguments, it runs successfully.
We are also seeing it succeed when we run without credentials, but then it fails when we run with credentials.
Has anyone seen this?