Error Creating Print Manager LDAP: error code 19

  • 7010739
  • 05-Sep-2012
  • 05-Sep-2012

Environment

Novell iPrint for Linux

Situation

The following error is returned when attempting to create a Print Manager object through iManager or iprintman:

javax.naming.directory.InvalidAttributeValueException: [LDAP: error code 19 - NDS error: syntax violation (-613)]; Remaining name: 'cn=<DriverStoreNameAndContext>'

The <DriverStoreNameAndContext> portion of the error will be replaced by the name and context of the Driver Store object.

Resolution

While creating the print manager, instruct the tool creating the object to communicate with the eDirectory server which hosts a copy of the Driver Store object.  iprintman allows for that:

Syntax:
iprintman psm <Print Manager Name and Context> -c --use-ids <Driver-Store-Name-and-Context> --use-directory-server <IP-Address-of-eDir-server-hosting-a-copy-of-the-Driver-Story-Object> -s <IP-Address-of-the-server-to-host-the-Print-Manager-Service>

Example:
iprintman psm cn=prntmgr,ou=services,o=company-name -c --use-ids cn=drvstr,ou=services,o=company-name --use-directory-server 192.168.51.4 -s 192.168.53.7