Click here to Skip to main content
15,892,746 members

Comments by Cody O'Meara (Top 31 by date)

Cody O'Meara 10-Oct-23 10:36am View    
Hey Dave,
I finally understood what you were saying and resolved this. Switching to "Run only when user is logged on" fixed it. Thanks!
Cody O'Meara 6-Oct-23 16:09pm View    
Only one user is logged into the computer and is on almost up 100% of the time. This computer is used only for automated processes but first time using python. I may just end up making my own service that runs in the background instead of using Task Scheduler. See below link with screenshot of potentially helpful info, maybe something will stick out that you will notice. Thanks again for helping!!

https://gyazo.com/c9978a98860c18e762fca9303cc4bd34
Cody O'Meara 5-Oct-23 19:08pm View    
Hello! Thank you for some troubleshooting steps. I should of clarified. This is a normal user account in the domain, it is just associated with our Administrators group which has Full control over the network location, as well as printers, at least it should.

This might help. I just removed the "print" operation from my method (os.startfile(file_path)) so it should just open the file in adobe. Same thing, work fine when running the .bat file manually - opened in adobe as expected, but doesn't with the Task Schedule. Odd...
Cody O'Meara 15-May-23 15:40pm View    
Thank you! I should read better. This resource helped me to resolve https://learn.microsoft.com/en-us/sql/connect/php/cursor-types-sqlsrv-driver?view=sql-server-ver16
Cody O'Meara 9-May-23 10:49am View    
Perfect, knew it was something so simple... Thank you!