Scheduled Task Help

R

Rafael Chemtob

Hi,
I have 2 machines. one file server (Machine A),
Application Server (Machine
B).
Machine B has a scheduled task that takes an HTML page and
converts it to
PDF and then it places it on a directory on Machine A.
I scheduled the task to run and keep a log. The log shows
as the task being
executed, but it doesn't print the file to PDF and place
it on the file
server. I don't know if it's failing on the print or on
the save (since
they are the same call). I can run the task manually and
it works, but when
it executes via the scheduler, no luck.

Anyone have any ideas
thanks
rafael
 
P

Pegasus \(MVP\)

Rafael Chemtob said:
Hi,
I have 2 machines. one file server (Machine A),
Application Server (Machine
B).
Machine B has a scheduled task that takes an HTML page and
converts it to
PDF and then it places it on a directory on Machine A.
I scheduled the task to run and keep a log. The log shows
as the task being
executed, but it doesn't print the file to PDF and place
it on the file
server. I don't know if it's failing on the print or on
the save (since
they are the same call). I can run the task manually and
it works, but when
it executes via the scheduler, no luck.

Anyone have any ideas
thanks
rafael

Add some diagnostics, then examine the logfiles:

@echo off
c:\tools\ConvertHTML.exe 1>> c:test.log 2>>c:\test.err
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top