task scheduler problem

  • Thread starter Thread starter massong
  • Start date Start date
M

massong

I have task scheduler set up to print some Excel spread
sheets. The printing works but the data in the spread
sheets does not. The data source to the cells is via a DDE
connection to an SQL server database. Each cell when
printed contains #REF. When I print the sheets manually it
all works. Scheduler somehow does not allow the DDE
connection. Any thoughts on this?

thanks
Kim
 
It seems that the scheduled job needs to access some
data that is inaccessible to it. Schedule it under your
own account for starters in order to get a handle on the
issue.
 
Back
Top