[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Unexpected End-of-File while processing the printer file



Ian,

I ran into the same problem and was able to fix it by not using the -f flag.
Instead, I used -PRINTER:WP to direct the output to window printer directly.

Hope this will help. By the way, PS respond is not 100% accurate. PS do use
the multiple reporting feature in their HRMS 7.5 product.


> -----Original Message-----
> From: Ian Rooke [SMTP:irooke@TGTSOLUTIONS.COM]
> Sent: March 01, 1999 4:46 PM
> To:   Multiple recipients of list SQR-USERS
> Subject:      Re: Unexpected End-of-File while processing the printer file
>
> Thanks for the note Heather. I also have a call in to PS, it will be
> interesting to see how they respond.
>
> -----Original Message-----
> From:   Discussion of SQR,             SQRIBE Technologies's database
> reporting language [mailto:SQR-USERS@list.iex.net] On Behalf Of Heather
> Maile
> Sent:   Monday, March 01, 1999 1:21 PM
> To:     Multiple recipients of list SQR-USERS
> Subject:        Re: Unexpected End-of-File while processing the printer
> file
>
> This is a response I got from PS on the subject.......
>
> Good Morning, Heather!
>
> RESOLUTION ID #16267 -- Multiple Reporting Feature of SQR
> QUESTION:
> How can the SQR Multiple Reporting feature be used with PeopleSoft?
>
> ANSWER:
> Please be advised that the Multiple Reporting Feature of SQR is not
> supported by PeopleSoft.  This is considered a customization.  None of our
> Applications make use of this feature.  The following information has been
> provided to give you direction only.
>
> The Multiple Reporting Feature of SQR allows the user to generate more
> than
> one output file from a single SQR Report.  It creates more than one output
> report such as .LIS, .L01, .L02, etc.
>
> To direct each of these to different directories you can define more than
> one -f report argument for SQRFLAGS (e.g.:  sqr  MULTIPLE -f\temp\ -f\tmp\
> -f\junk\) each successive output gets routed to the subsequent directory.
> So, in this case .LIS would go to \temp\, L01 to \tmp\ and L02 to \junk\
> etc.
>
> This will not work through the Process Scheduler on the UNIX Server. The
> first output would go to the desired directory, but the rest would go to
> the working directory. The customer might have to change the SQR to add
> the
> code to move the output to their desired destination.
>
> For instance:
> let $sourcefilename = 'file1'
> let $targetfilename = 'file2'
> let $command = 'mv ' || $sourcefilename || ' ' || $targetfilename
> CALL SYSTEM USING $command #command-status
>
> Please be advised that this is a very unstable environment for the Process
> Scheduler which only has the capability to pass one -F flag.
>
> FOR RELEASE: Any release 7.5x or lower
>
> I have gone ahead and closed this case.  If you have any questions, please
> contact me.
>
> Sharon Baca
> PeopleSoft Global Support Center
>
>
>
>
> ----------
> From:   Ian Rooke[SMTP:irooke@TGTSOLUTIONS.COM]
> Reply To:       SQR-USERS@USA.NET
> Sent:   Monday, March 01, 1999 12:01 PM
> To:     Multiple recipients of list SQR-USERS
> Subject:        Re: Unexpected End-of-File while processing the printer
> file
>
> Thanks for the reply Derek,
>
> Been down that road. Initially changed to setup32.sqc because of
> incompatable command references for printer-init and page-size with
> setup02.sqc. They are in conflict with declare-report and use-report
> commands required to produce multiple reports from a single sqr.
>
> Ian
>
> -----Original Message-----
> From:   Discussion of SQR,             SQRIBE Technologies's database
> reporting language [mailto:SQR-USERS@list.iex.net] On Behalf Of Derek J.
> Polzien
> Sent:   Monday, March 01, 1999 11:26 AM
> To:     Multiple recipients of list SQR-USERS
> Subject:        Re: Unexpected End-of-File while processing the printer
> file
>
> I had the same problem ... our "garbage" file that printed out was
> actually
> what the .spf file looks like if you send it to the printer via the
> command
> line.
>
> To solve this problem we switched from using the setup32.sqc back to using
> the setup02.sqc   The reports now print fine.
>
> Hope this helps,
>
> --Derek
>
>
>
>
> irooke@TGTSOLUTIONS.COM on 03/01/99 09:35:08 AM
> Please respond to SQR-USERS@usa.net@INTERNET
> To:     SQR-USERS@list.iex.net@INTERNET
> cc:
> Subject:        Unexpected End-of-File while processing the printer file
>
> I tracked a case thru the archive which dealt with the same error message,
> but did not find a definitive answer to the issue. So perhaps someone can
> shed some more light.
>
> I am using PeopleSoft V7 Process Scheduler to execute the sqr. I am
> producing 2 report files. They look fine when processing to file, but I
> receive the above error message and garbage on paper when processing to
> printer.
>
> Found the site a great help to set up a multi report sqr! Thanks to all
> who
> posted info on that topic.
>
> Ian