Actually the package will run, however dts via the scheduler will not interact with the desktop.
which on the server will probably not be logged in anyway.
Jay
Main Topics
Browse All TopicsExpert,
I need help regarding my Scheduled DTS Package with a Execute Process Task (calc.exe) inside. When executing manually, the package runs and meet my expection - to run and show the calculator. But when i start scheduling my DTS Package, the calculator doesn't show up.
Thanks.
- Fred
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
that will be fine but you must make sure NOT to use ANY graphical interaction
try writing to a file if you want to make sure the program is executing ..
or inserting records into a databse, also remember WHERE the appication is running from
and when it is executing from the agent it will be run under the agent's user information.
Jay
jltoops,
Thanks for the reply. Actually the real scenario is i've created a .Net win app which is creating an xml file after some transaction from my DTS. My DTS transfer data from Server A and Server B. Server B serves as my staging area (clean data). After this process, my win app will get data from Server B and convert to xml. Is it ok to insert a Execute Prcess task after my Execute SQL task in my package? When i tries running this package manually, it gives me my expected outcome but when i tried scheduling my package i see no result. Also FYI im running this process in my local just to test.
"or inserting records into a databse, also remember WHERE the appication is running from
and when it is executing from the agent it will be run under the agent's user information. "
- i'm getting confuse here...
- Fred
Things run from the scheduler are executed by the SQL Server Agent Process from the database machine..
start ->settings -> control panel -> admin tools -> services -> SQL Agent
check the Userid this services runs with AND make sure its running.
If you are using a local system account, you will not have access to network shares
so the executable must be placed on the local hard drive.
Jay
Jay
Thanks again sir. I've already check the SQL Agent and it's running. I thought i missed something when u've said something bout the sql agent before. All the settings u told here are in place but my exe realy doesn't respond to the jobs setting. Hmmm. weird.
But thanks again for the effort coz it push me to search for another solution. I saw the Execute Process task is able to run a batch file. I tried creating one and thank god it works well. I dunno why my scheduled DTS package with execute process task inside doesn't work when u directly point the path of the exe. Anyways batch file solves my problem.
- Fred
jltoops,
My condolences on the "C" grade, it is a shame the questioner has not bothered to follow the EE grading standards clearly stated here:
http://www.experts-exchang
Business Accounts
Answer for Membership
by: acperkinsPosted on 2006-03-10 at 11:08:38ID: 16157480
>>But when i start scheduling my DTS Package, the calculator doesn't show up. <<
Ask yourself this: Where would you expect it to appear if no one is logged on to the server?