Changing Pagesize in Reports 10 On Solaris platform
All,
I use the reports builder on a Windows machine, then copy the .rdf file over to a Solaris 10 environment. I use the rwconvert to convert from an rdf to rep file on Unix. One of the reports I'm working on needs legal paper (8.5 X 15). I have a single tray (tray2) setup on my lexmark printer that contains the appropriate paper. Here is the command I'm using to generate the report, then the Unix lpr command to print the report:
rwrun.sh SERVER=rep_dvmvdb01_FRHome2 report=PICKTICKET userid=move/******@DM1 destype=file desname=/opt/optum/move/5.4.1.17//tmp/PL_MSDS_HAZ/PICKTICKET_1049678.out cmdfile=/opt/optum/move/5.4.1.17//tmp/PL_MSDS_HAZ/PICKTICKET_1049678.prm
lpr -Ppl01 -Zlegal PICKTICKET_1049678.out
My issue is no matter how I form my commands, this report will only generate on normal letter paper stock.
I have set up within the report builder paper_layout / Main section, width 8.5 height 15 and character mode width 80 height 122.
I have also tried different variations of using "PAGESIZE=8.5X15" within the rwrun command above and have gotten no luck.
Can anyone assist me with this?