You are not logged in.
Pages: 1
After using GLPI, I realized I need to do a unit import of the printers. However, after my initial import from OCS, printers were globally imported.
I've deleted and purged all printers. How can I re-import (unit import) the printers from OCS?
Offline
You need to unlock ocs printers.
We will add a massive action in order to do it easily.
It will be included in the 0.7.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
What would the non-easy way involve? thanks
Last edited by beallm (2007-10-04 17:16:53)
Offline
In case anyone is looking for the answer, this is what I did.
I ran the following SQL command:
UPDATE `ocsweb`.`glpi_ocs_link` SET `Import_Printers` = NULL
Then for each computer I used the "Force Synchronization" button found under the OSCNG tab.
Offline
Pages: 1