I'm curious about the following couple of error message lines and differentiating between situations where it's an actual error with a .rpt file or if it's a mysql or ODBC connection issue.
Here's the relevant log lines from the rc log
2021-10-13 15:09:54 Info Sending e-mail for task Send e-mail with subject "Pick List (Delivery)"
Some background, they have a working version of our python script that downloads a .rpt file, generates a command line and calls adcrutil.exe (RC version 2.3)
They installed our script and Report Commander (2.6) on a new AWS server and created an appropriate and working ODBC connection (tests fine in the odbcad32.exe gui) but when we run the report either through our script or through the Command Line builder, we get the above error.
Is there a way to know if this is some sort of misconfiguration with an ODBC setup, is there a problem with the .rpt (though we've tried several), or both?