You are not logged in.
Pages: 1
Hello,
I am looking to configure the import plugin manufacturer, but on 136 PCs, only 3 are reassembled by the manufacturers import plugin, and they are all in KO, I do not know how to solve the problem, is it possible that the Dell API key does not be more valid ...
If so, how to get a valid key?
I registered on the Dell site, but where to recover a valid API key?
Thank you in advance,
Sorry, my english is not very good.
My configuration: Linux / Debian 9.2. GLPI 9.2.1
Last edited by epoc2003 (2017-12-01 18:28:34)
Cordialement,
Epoc.
Offline
Hi i have the same problem ...
Offline
hi
first you need to create a account here https://techdirect.dell.com
when your account is create : login and go on the api portal
ask a new api key for a project and answer evey technical question.
they will generate a api key for your project.
after that you only eed to use it.
regards
ps : you can find info about api dell here
https://techdirect.dell.com/API_DOCs/apiwarrantyv4.pdf
Last edited by kurasul (2018-01-10 16:36:09)
Kurasul // IT Manager ============ https://discord.gg/qgDXNwS
OS + plugins: Ubuntu 16.04 // GLPI 9.2.1 // Php 7.0 // Sql + phpmyadmin // LDAP //
Fusion Inventory 9.2+1.0 //Cartographie 4.4.0 // Dashboard 1.4.0 // Gestion de baies 1.8.0 // Comptes 2.3.0 // Impression PDF
Imports fabricants 2.0.0 // Liste des taches 1.2.0 // Plus de rapports 1.4.0 // Arrêté du parc 2.4.0
Offline
hello
after searching a lot ^^
i make some porgression on this point
when you have you api key from dell the lengh can change
for me the lengh was 36 char so you need to make some modification
https://github.com/InfotelGLPI/manufact … /issues/44
go to your serveur
glpi /plugins/manufacturersimports/inc
modifiy your config.class.php
raw 364 --> <input type='text' name='supplier_key' size='40'
change the value by the size of your's
after that go modifiy the sql table
ALTER TABLE glpi_plugin_manufacturersimports_configs MODIFY supplier_key VARCHAR(40) default NULL;
regards
Kurasul // IT Manager ============ https://discord.gg/qgDXNwS
OS + plugins: Ubuntu 16.04 // GLPI 9.2.1 // Php 7.0 // Sql + phpmyadmin // LDAP //
Fusion Inventory 9.2+1.0 //Cartographie 4.4.0 // Dashboard 1.4.0 // Gestion de baies 1.8.0 // Comptes 2.3.0 // Impression PDF
Imports fabricants 2.0.0 // Liste des taches 1.2.0 // Plus de rapports 1.4.0 // Arrêté du parc 2.4.0
Offline
Pages: 1