Xref: alice comp.databases.oracle.misc:56690 comp.databases.oracle.tools:42268
Path: alice!news-feed.fnsi.net!feed.newsfeeds.com!newsfeeds.com!newsfeed.berkeley.edu!su-news-hub1.bbnplanet.com!lsanca1-snf1!news.gtei.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail
Message-ID: <38EA47F1.A043F7D7@lvvwd.com>
From: Kyriakos Lambros <kyriakos.lambros@lvvwd.com>
Organization: Las Vegas Valley Water District
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.misc,comp.databases.oracle.tools
Subject: Re: Concurrent manager queue
References: <8cdcaf$5vg@gap.cco.caltech.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 45
Date: Tue, 04 Apr 2000 19:52:40 GMT
X-Complaints-To: abuse@earthlink.net
X-Trace: newsread1.prod.itd.earthlink.net 954877960 207.221.157.10 (Tue, 04 Apr 2000 12:52:40 PDT)
NNTP-Posting-Date: Tue, 04 Apr 2000 12:52:40 PDT

Hi Craig,

We had a similar problem when we tried to print our 1099 forms.  They would not
print right at all coming out of Financials.  The files that the concurrent
manager creates are located in common/out.  The "common" directory should be
found at the top of the directorty structure you defined for Oracle
Applications.  The file you are looking for will be in the format of <user
name>.<request id>.  We ran this file through a Perl script to remove some extra
carriage returns.  We then issued lp -d printer file.nam and it printed out
perfectly on the forms.

Hope this helps.

Kyriakos Lambros

"Craig Orson Oakland (COO I)" wrote:

> In this case I am thinking of registering in concurrent manager a request
> set of two sequential processes, the first a report that executes an .rdf
> (the ASCII file is already formatted to fit the form and to run on a
> specific impact printer).
>
> The second takes that output, and executes a host command which sends that
> output to a designated printer.
>
> When the first process is finished (and that takes about ten minutes), I can
> send a host command.
>
> UNIX>lp -d printer file.nam
>
> Where do I find that file, and how can I capture the name?  Do I capture it
> using (concatenating) the ccid, and will that locate the actual output file?
>
> Also, does it sound like I am going about this right, or would anyone
> attempt this differently?
>
> BTW This is the *only* report that we have that needs preprinted stock, and
> isn't a candidate for laser.
>
> --
> Craig
> Oracle Environment 7.3.4 NCA
> Solaris
> Designer Reports 2.5 Forms 4.5

