 APAR= IO10564  
 "PRINTER NAME NOT VALID" ERROR RECEIVED WHEN TRYING TO           
 CREATE PCL OPTIMIZED PRINTER IN IWPM/XP.                
 STAT= CLOSED  
 RCOMP= 5639I8000    IWPM            RREL= R230
 ERROR DESCRIPTION:                                           
 Customer is trying to create a printer profile in IWPM using                   
 the "PCL Optimized (black and white only)" printer driver,                     
 however, every printer that he identifies in the Printer name                  
 field of the 'PCL Optimized Printer Controls' panel produces the 
 "Printer name not valid" error.  This is even though all printer               
 names being specified are spelled exactly as they are known to  
 Windows.                                                         
 LOCAL FIX:                                                       
 Use the IWPM trace to identify which printer is the one causing  
 the problem -- it may be the only printer listed in the          
 trace -- and remove it from Windows.  Then the PCL Optimized     
 printer can be creaetd.                                
 PROBLEM SUMMARY: In this customer's case, the Windows API used  
 to enumerate printers was failing with a rc=122                 
 (ERROR_INSUFFICIENT_BUFFER), which is a known problem in        
 Windows.  It turned out that only one printer, a network        
 printer, was causing the error.  This fix, along with the new   
 environment variable EVN_IGNORE_VERIFYING_PRINTERNAME set to    
 TRUE, will allow IWPM to ignore verifying the printer that      
 causes the error, when it is not the one being specified as     
 the PCL Optimized printer anyway.                               
 PROBLEM CONCLUSION: FIWPCL.DLL had to be fixed and a new     
 environment variable added:             
 EVN_IGNORE_VERIFYING_PRINTERNAME=TRUE                               
                                                                                