I've a task that runs daily which is failing because it starts without internet connection.
I tried to tick wait for network but it doesn't work either.
I tried to register the task with System and with my personal Account, logged in or not, neither works.
I thought maybe it needs a few seconds before the connection is established after login and I put a 10 second wait in the program but I get the same error.
I then tried moved the task to a Sql server agent job as it was related to another job anyways but I have the exact same issue.
The task works fine when I log in and execute it manually.
This is a Windows 10 Server, What can I do to resolve this issue?