I'm running AGP 2.8.0 with the default python environment.
I can execute the same script fine through the toolbox, but if I schedule it for a later time, or run it in the IDE it fails with the error below.
Error Info:
ERROR 160326: The table already exists.
Failed to execute (ExtractMultiValuesToPoints).
When I look this error up, under the Solution it says "There is no documented solution at this time."
I have env.overwriteOutput=True, but I also go through and check for the field names that are generated and delete them before I get to this step in the script.