Renaming QWPTIFFG4 Workstation Customization Object and using a custom workstation customization object - Support

Renaming QWPTIFFG4 Workstation Customization Object and using a custom workstation customization object

From Support

Jump to: navigation, search
If you have a question or seek clarification, please call Technical Support.

Contents

Problem:

We found that changing the customizatoin object for CPYAFPPDF and CPYAFPTIF does not work with the Email Report Server/400 because the command calls are hard coded to use the QWPTIFFG4 workstation customization object in QSYS.

Sample Workstation Customization Object (WSCST) to create a 300 DPI TIFF File wheh using AFP to TIF or AFP to PDF Converter

Solution:

Renaming and Saving the QWPTIFFG4 Workstation Customization Object

Display a List of all TIFF Workstation Customization Objects

WRKOBJ OBJ(QSYS/QWPTIFF*)  

Rename the QWPTIFFG4 Customization Object

RNMOBJ OBJ(QSYS/QWPTIFFG4) OBJTYPE(*WSCST) NEWOBJ(QWPTIFFSAV) 

Copying RJS 300 DPI Workstation Customization Object to QSYS as QWPTIFFG4

CRTDUPOBJ OBJ(QFXDFINE) FROMLIB(RJSCONVERT) OBJTYPE(*WSCST) TOLIB(QSYS) NEWOBJ (QWPTIFFG4)

Putting Back the Original QWPTIFFG4 Workstation Customization Object

Display a List of all TIFF Workstation Customization Objects

WRKOBJ OBJ(QSYS/QWPTIFF*)  

Remove the New Customizatoin Object Created in the Renaming Section

DLTWSCST WSCST(QSYS/QWPTIFFG4)  

Copy the Saved Customization Obect back to QWPTIFFG4

CRTDUPOBJ OBJ(QWPTIFFSAV) FROMLIB(QSYS) OBJTYPE(*WSCST) TOLIB(QSYS) NEWOBJ (QWPTIFFG4)
Personal tools