1,145 pts.
 Has anyone setup a Konica Minolta bizhub MFP on an iSeries system?
I have setup a printer device on a clients iSeries that is a Konica Minolta C280 MFP and it will print but indicates a change in forms message on the printer display. Has anyone configured a similar model before? I believe I will need to create a WSCST object for it, but I don't know which print device to start with to modify. If someone has a similiar one working, could you provide me with the device description source code? Thanks

Software/Hardware used:
V5R4 OS Konica Minolta bizhub C280
ASKED: March 25, 2010  9:54 PM
UPDATED: March 29, 2010  5:29 PM

Answer Wiki:
I have several models that I configured as remote outq's and they work fine. But, I have 3 model 282's that just would not cooperate. It took a lot of trial and error but got them working (finally). CRTDEVPRT : Class *lan Type 3812 Model 1 Port 9100 Online at IPL *yes Font:: Identifier 11 Point size *none Form feed *autocut Printer error message *info Inactivity timer *sec15 Type of parity *type - - - - Nothing would work right until I changed this one. Haven't had a problem with any of them since.
Last Wiki Answer Submitted:  March 26, 2010  1:42 pm  by  taekwondo   90 pts.
All Answer Wiki Contributors:  taekwondo   90 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I created a WSCST object using the *LEXOPTRAC and modified the :D WRSLT to use the following:

 :D WRSLT               
  DRAWER=DRAWER1      
  DATA ='1B266C3448'X.

The same as DRAWER2 so that it would pull from the correct tray without having to change the spool file drawer to 2.

I did set the “Type of parity” on the printer object to *TYPE as suggested by Taekwondo. I have never had to do this before but it prints now so I don’t plan to change it.

 1,145 pts.