Environment
Situation
A blank object selector window is opened after clicking the Add button under the "Printers to install" section within the iCM (iPrint Client Management) task. The expected result is to see the ability to browse throughout the tree to find iPrint printers.
Resolution
-
From the server hosting iManager, make a back up of
sys:\tomcat\5.0\webapps\nps\portal\modules\iPrint\skins\default\devices\default\ICMPrinterPage.jsp -
Open ICMPrinterPage.jsp within a text editor.
-
Remove these lines from the .jsp file:
c.set("OS.AdvancedSelection", "true");
c.set("OS.AdvSelCriteria", "<selection-criterion><types><id>NDPS Printer</id></types><group><row>" +
"<attribute>NDPS Printer XRI</attribute><operation>AS.Op.isPresent</operation>" +
"<row-op>and</row-op></row><group-op>or</group-op></group></selection-criterion>");