Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Scheduling report printing using winnt 4.0 and at command

Re: Scheduling report printing using winnt 4.0 and at command

From: Petter Skjolden <petter_at_intrinsic.no>
Date: 1997/09/13
Message-ID: <01bcc056$60b6e290$ad6b4382@petter>#1/1

The AT command is running as a service under NT and as such do not have the same privileges as your USER account. That is your network connections and so forth will not be established. See Microsoft material on this... Use redirection
of command line output... Notice that you can redirect both std.err and std.out
separatly on NT (unlike DOS, and like UNIX). This is very useful in debugging
AT batches....

regards
Petter Skjolden
Intrinsic AS
Senior Systems Consultant


Matthew Heiman <boo_at_deltanet.com> wrote in article <341509BA.649C7CF_at_deltanet.com>...
> Running oracle on an alpha running OpenVMS and developer 2000 on Winnt
> 4.0 platform.
>
> I have a problem. I would like to automate the priniting of reports;
> ie. I woule like to print
> a report automatically at the end of a shift. The problem is, when I
> schedule the report command
> to run at a specified time, the report does not get printed. I can use
> the same report command
> at the command line interpretor prompt or within a batch or cmd file and
> it works fine. But when
> the command is executed within an at command or when the batch or cmd
> file is executed within an
> at command, the report is not printed.
>
>
> I need help.
>
> report command: c:\orant\bin\r25run32.exe report=c:\orant\bin\delays
> userid=<username>/<password> paramform=no destype=printer printjob=no
>
> Thanks.
>
>
>
>
Received on Sat Sep 13 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US