You are not logged in.
Pages: 1
Topic closed
Hello!
Some Devices dont showing in "Assets - Computers - (select any computer) - Connections - Connect an item" list.
So I cant connect some devices.
This devices in dont have any connections with other computers.
But from Assets - Devices I can connect it to any computers.
Best Regards and thanks
Last edited by coffeam (2013-09-24 09:10:02)
Offline
the dropdown is empty ?
Do you used OCS or Fusion ? if yes do you have locks ?
Could you give us example of device not present with caracteristic : management type : global / unit ?
Are items in the same entities ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
This bag we get after gpli was updated from 0.83 to 0.84.
Dropdown is not empty. It is not fully. It dosnt have all available devices, that need connect to Computer.
We don't have OCS or Fusion.
Items are in same entities.
About Example - we try find device that present in Dropdown, and that don't present. Try compare this rows in DB tables and write result here.
Last edited by coffeam (2013-09-25 16:53:46)
Offline
I do not reproduce.
I check the SQL request and it seems to be OK :
SELECT DISTINCT `glpi_peripherals`.`id`, `glpi_peripherals`.`name` AS name, `glpi_peripherals`.`serial` AS serial, `glpi_peripherals`.`otherserial` AS otherserial, `glpi_peripherals`.`entities_id` AS entities_id
FROM `glpi_peripherals` LEFT JOIN `glpi_computers_items` ON (`glpi_peripherals`.`id` = `glpi_computers_items`.`items_id` AND `glpi_computers_items`.`itemtype` = 'Peripheral')
WHERE ((`glpi_computers_items`.`id` IS NULL ) OR `glpi_peripherals`.`is_global` = '1') AND `glpi_peripherals`.`is_deleted` = '0' AND `glpi_peripherals`.`is_template` = '0' AND ( `glpi_peripherals`.`entities_id` = '1' ) ORDER BY entities_id, name ASC LIMIT 0,100
Global ones + not connected ones.
Do you have more than 100 devices in the list ?
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Do you have more than 100 devices in the list ?
Very good question!! Yes we have > 1000 devices
We need to inventory of Components that stored in stock (not connected to Computers). New version have good addition for Components as Serial_Number. But don't have way "Why account Components on Store?". So we inventory Components as Devices.
This problems wrote in forum:
http://www.glpi-project.org/forum/viewt … p?id=33914
http://www.glpi-project.org/forum/viewt … p?id=23458
http://www.glpi-project.org/forum/viewt … p?id=19670
Offline
If you want to inventory components, you can create then in Setup > Components
To link a component with a computer throw component's tab of the computer.
But you don't have any information about stock (like devices)
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
could try this fix : https://forge.indepnet.net/projects/glp … ions/21917
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Pages: 1
Topic closed