in reply to Writing to a File

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Writing to a File
by davorg (Chancellor) on Aug 25, 2006 at 12:50 UTC
    When I tested my system it works..but when the job is configured to scheduler its bombing and not writing the time

    And you didn't think that the fact that the problem only appears when running it from the scheduler was important enough to mention in your original post?

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg

Re^2: Writing to a File
by imp (Priest) on Aug 25, 2006 at 12:52 UTC
    It sounds like you haven't isolated the problem then.

    Try adding verbose debugging output to the script that is being run as a scheduled task and see what it is doing, then reproduce the problem with a working example that demonstrates the problem.