Hi all, I have a somewhat similar case, I have a program that uses a printing process MCPRINT, which I can not configure the xsa, is there any way to set a print collection as in WC5325
Or I can recommend
peopleandplanet,
The drivers can be downloaded from http://www.support.xerox.com/support/colorqube-8900/downloads/enus.html?operatingSystem=linux&fileLa...
Printing from Standard accounting can be tricky to setup in Linux also but lets start with the correct drivers.
Thank you,
Jordan
If someone helped you make sure you give Kudos for their efforts! Don't forget to Select Accept as Solution if the reply resolved your issue as it will be able to help others!
I am getting "the job was deleted due to invalid accounting IDs" printed out instead of my documents.
I am using a ppd file from the Windows XP download (there wasn't one for Linux despite a reference to one in the guide), which I have adapted by adding in the following:
*% Generic Accounting
*JCLOpenUI *JCLAccounting/Accounting: PickOne
*OrderDependency: 10.1 JCLSetup *JCLAccounting
*DefaultJCLAccounting: XSAGroup
*JCLAccounting False/Off: ""
*JCLAccounting try1/Try 1: "@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION <22>0301|0421000<22>;<0A>"
*JCLAccounting XSAGroup/XSA Group Based Accounting: "@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_USERID,0301<22>;<0A>@PJL COMMENT OID_ATT_ACCOUNTING_INFORMATION_AVP <22>XRX_GROUPACCT,1000<22>;<0A>"
*JCLCloseUI: *JCLAccounting
I also noted missing JCL/PJL stuff elsewhere, so added:
*Protocols: BCP PJL TBCP
*JCLBegin:"<1B>%-12345X@PJL JOB<0A>@PJL<0A>@PJL COMMENT XRXbegin<0A>"
near the top, and near the bootom:
*JCLEnd:"<1B>%-12345X@PJL EOJ<0A><1B>%-12345X<0A>"
My user Id is 0301 and my groupId is 1000. I've tried every which combination I can think of, but always the same error.
If I turn off XSA then I can print to the printer with this ppd fine.