I have an RRD that runs normally when I execute it manually from the Solution Builder.
I scheduled it as a scheduled task, but it would not run - it appears to run, but exits with code 3762504530 and never actually does anything.
Next, I created a bat file to run it from a command prompt. The script works when I manually type it in the command prompt. It also works when I manually double-click the bat file to run it. However, it does not do anything when a scheduled task tries to run it.
So - the scheduled task does not run the rrd file directly, when scheduled via the Solution Builder, and it also fails to run via the bat file.
Do you have any suggestions as to why the scheduled task will not work? My task is set to run with highest privileges, whether I am logged in or not, and I am a local admin with rights to all locations. I am not using any mapped drives anywhere.