Print Writer Will Not Start When using Infoprint Integrator
From Support
Listed below is an IBM technical article that explains several errors that might occur when trying to start a print writer when using the RJS Infoprint Integrator in conjunction with the IBM Infoprint Server.
*LAN *IPDS Device Description Configured for IBM Infoprint Server Fails with Message PQT1053
Web Link to article: http://www-1.ibm.com/support/docview.wss?uid=nas1ce5dad2609ad570f86257004006b0fe3
Article text A PSF Configuration (PSFCFG) object and a *LAN *IPDS device description are configured to use the IBM Infoprint Server for iSeries™ product (5722IP1) to convert operating system spooled files to Adobe Acrobat PDF format. However, whenever the writer is started, it ends immediately with the message PQT1053 - IPDS to PDF transform job not run. The reason code is 1 or 2:
1 - No PDF exit program is registered for exit point name QIBM_QPQ_TRANSFORM and exit point format name XPDF0100 with program data of "IPDS PDF". 2 - None of the programs registered for exit point name QIBM_QPQ_TRANSFORM and exit point format name XPDF0100 with program data of "IPDS PDF" are available to PSF/400. Please see previous messages in job logs for the programs that can not be found.
The recovery for reason code 1 and 2 states:
For reason codes of 1 and 2, use the ADDEXITPGM to register a program that is available for exit point name QIBM_QPQ_TRANSFORM and exit point format name XPDF0100 with program data of "IPDS PDF" and start the writer again.
However, this message can be caused by several things. The following are the most common causes and resolutions to the message.
Cause 1: The Infoprint Server product has not been installed.
Cause 2: The exit point or program is missing.
Verify if the exit point or exit program mention in the error message is listed. If it is not listed, then add the missing exit point or exit program:
1 Use the Work with Registration Information ( WRKREGINF ) command, and select Option 8 (Work with exit programs) on the exit point QIBM_QPQ_TRANSFORM that has exit point format XPDF0100:
Work with Registration Information
Type options, press Enter.
5=Display exit point 8=Work with exit programs
Exit
Exit Point
Opt Point Format Registered Text
QIBM_QMF_MESSAGE MESS0100 *YES Original Message Server
QIBM_QMH_REPLY_INQ RPYI0100 *YES Handle reply to inquiry messa
QIBM_QNPS_ENTRY ENTR0100 *YES Network Print Server - entry
QIBM_QNPS_SPLF SPLF0100 *YES Network Print Server - spool
QIBM_QOE_OV_USR_ADM UADM0100 *YES OfficeVision/400 Administrati
QIBM_QOE_OV_USR_SND DOCI0900 *YES OfficeVision/400 Mail Send Ex
QIBM_QOK_NOTIFY VRFY0100 *YES System Directory Notify Exit
QIBM_QOK_SUPPLIER SUPL0100 *YES System Directory Supplier Exi
QIBM_QOK_VERIFY VRFY0100 *YES System Directory Verify Exit
QIBM_QPA_DEVSEL PADS0100 *YES Virtual Device Selection
QIBM_QPQ_TRANSFORM XPDF0100 *YES <=== select Option 8
Press the Enter key. It will bring up the Work with Exit Programs screen. 2 Verify if there is an exit program called QIPSINIT in library QIPS. If additional programs are listed in the error message, ensure they are in the list.
Work with Exit Programs
Exit point: QIBM_QPQ_TRANSFORM Format: XPDF0100
Type options, press Enter.
1=Add 4=Remove 5=Display 10=Replace
Exit
Program Exit
Opt Number Program Library
1 QIPSINIT QIPS
3 If QIPSINIT or another exit program is not listed, add the missing exit program. On the operating system command line type the following:
ADDEXITPGM EXITPNT(QIBM_QPQ_TRANSFORM) FORMAT(XPDF0100) PGMNBR(*LOW) + PGM(QIPS/QIPSINIT) TEXT('InfoPrint Server Mail Mapping Program') + PGMDTA(*JOB 11 'IPDS PDF')
Note: There are 4 spaces required in 'IPDS PDF' , between the IPDS and PDF.
Cause 3: Another exit program is listed before the exit point program listed in the error message.
Determine which exit program number is used and ensure there is not a number lower than that number. Refer to Steps 1 and 2 above to determine the exit point program numbers. If necessary, add another exit point program with a lower number. Refer to Step 3 above to add the exit program.
Example:
QIPSINIT in library QIPS has Program number 9974. There are other exit programs listed before it, but there is no exit program number that uses number 1. Add an exit program for QIPSINIT in library QIPS with program number 1:
ADDEXITPGM EXITPNT(QIBM_QPQ_TRANSFORM) FORMAT(XPDF0100) PGMNBR(1) PGM(QIPS/QIPSINIT) + TEXT('InfoPrint Server Mail Mapping Program') PGMDTA(*JOB *CALC 'IPDS PDF')
Cause 4: The exit point or the exit program is corrupted.
Use Steps 1 and 2 above to verify if the exit point or exit program is listed. If the exit point or exit program is listed, apply the latest Infoprint Server PTFs. Refer to the following Rochester Support Center knowledgebase documents:
23381552, V5Rx PTF Listing for AFP Printing (PSF/400): 405740238, V5Rx PTF Listing for Infoprint Server:
Cause 5: At R530, a license is now required for the Infoprint Server PS to AFP Transform (product 5722IP1, Feature Code 5101). Messages CPF9E71 or CPF9E72 for product 5722IP1 are not shown in the WTR or PDJ joblog, however, they are shown in QSYSOPR. You are using this transform if you are printing PostScript or PDF data in a spooled file that specifies a DEVTYPE(*USERASCII) and you have defined an image configuration object named IMGC... in your *IPDS AFP printer device. This problem can also occur if you have not applied the license key for feature code 5050.
Verify if there is a license for IBM Infoprint Server PS to AFP Transform, product 5722IP1, Feature 5101. Use the Work with License Information ( WRKLICINF ) command and select Option 5 on product 5722IP1 Feature 5101. If the license has not been added, use the Add License Key ( ADDLICKEY ) command to add the license information. If you do not have a license, contact the IBM Marketing office or the IBM Business Partner that you purchased your operating system from to obtain the license key.
References:
Refer to the following APAR:
SE07534, OSP PDFMAPPGM USAGE CONCERNS:
Refer to the following publications:
Infoprint Server for iSeries: User’s Guide , Version 5 Release 2.0 , G544-5775-01, at the following Web site:
http://publib.boulder.ibm.com/prsys/pdfs/54457751.pdf
Infoprint Server for iSeries: User’s Guide , Version 5 Release 3.0 , G544-5775-03, at the following Web site:
http://publibfp.boulder.ibm.com/epubs/pdf/54457753.pdf
IBM eServer iSeries Printing VI: Delivering The Output of e-business , SG24-6250, at the following Web site:
Refer to the following Web sites:
IBM Printing Systems Web site: http://www.printers.ibm.com/
Refer to the following Rochester Support Center knowledgebase documents:
26431812, Configuring a *LAN IPDS Device Description for E-Mail Function of Infoprint Server: 23381552, V5Rx PTF Listing for AFP Printing (PSF/400): 405740238, V5Rx PTF Listing for Infoprint Server:
