![]() |
Windows 10 Task Scheduler Error - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Windows 10 Task Scheduler Error (/thread-12150.html) |
Windows 10 Task Scheduler Error - mypython - Aug-11-2018 Hello Team I'm new to python - here is my problem , any suggestions are welcome .. We are using pentaho as a ETL tool to load data from CSV to SQL Server. Using python , I'm calling pentaho job in python , which will load data from CSV to SQL Server tables, this is working fine when I call python program using Windows command prompt. I want to automate this process - I'm using window 10 task scheduler , but when it's running python program , it shows error that the path is not correct ..this path to get the csv file from a location ..any suggestion..how to do I test this ..because it's running in Command prompt assume it should work good in task schedular..pls suggest me the ways to debug. Thanks RE: Windows 10 Task Scheduler Error - ichabod801 - Aug-11-2018 Is the path a relative path or an absolute path? Can you make it absolute? |