Focal Point
[SOLVED] Report Caster PDF - First Page Issue

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8967090506

June 07, 2011, 10:41 AM
Leicester Tiger
[SOLVED] Report Caster PDF - First Page Issue
I am new to Webfocus and I am trying to print a PDF on a HP multi function printer using Report Caster. I keep getting a front sheet with each print saying:
User: admin
Host:
Class:
Job:
How do I stop this being printed everytime I print a document as it is wasting a lot of paper.

This message has been edited. Last edited by: Kerry,


7.7.02, Linux
PDF, HTML, Excel
June 07, 2011, 11:31 AM
Francis Mariani
I don't think this is a function of ReportCaster or WebFOCUS, it might be a setting on the printer itself...

User, Host, Class, Job appear to be mainframe output attributes.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
June 08, 2011, 05:28 AM
Leicester Tiger
Thank you Francis. As I have said previously, we are new to Webfocus and are currently trying to output to all of our printers. They all print this page out. Surely, I am not the first person in the world to come across this quirk. Our Tech bod's think it is Report Caster, IBI think but don't know that it is printer related, some think it could be a Linux Printer set up issue. We don't know what we don't know. I hope someone can answer my call for help.


7.7.02, Linux
PDF, HTML, Excel
June 08, 2011, 07:05 AM
FrankDutch
If you send your report to an user by email, does it have that first page too?

If not, the printer job que manager does at this
If it has that info on the first page, RC does it.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

June 08, 2011, 07:35 AM
Leicester Tiger
Thank you Frank.

When emailing, no front sheet is produced.

I have just found I CAN print without the front sheet if I do the following:

In FEX add the following line to last TF:

ON TABLE HOLD AS PDFTEST1 FORMAT PDF

Then add the following Unix command:

UNIX lp -d &PRINTER pdftest1.pdf

Where &PRINTER is the printer name. This might be the solution.


7.7.02, Linux
PDF, HTML, Excel