Unable to associate printer driver profile using iprntman

  • 7005273
  • 02-Feb-2010
  • 26-Apr-2012

Environment


Novell iPrint for Linux Open Enterprise Server Support Pack 1
Novell iPrint for Linux Open Enterprise Server Support Pack 2

Situation

iprntman profile command does not complete successfully

Attempting to associate a printer driver profile from the command line using iprntman fails with error:

Error: general error (Error 1349320716 (506D000C) was returned from WBEM_OP_GET_PROFILE_INSTANCE)


Resolution

Correct the syntax of the driver name.  Replace any spaces in the driver name with "%20" (without the quotation marks).

Status

Reported to Engineering

Additional Information

The man page for iprntman lists an example:

iprntman profile winxp "HP Color LaserJet 5500 PS" HP5500_A4 -i -s server1.my_company.com

When, in fact, the command should be entered:

iprntman profile winxp HP%20Color%20LaserJet%205500%20PS HP5500_A4 -i -s server1.my_company.com