raulk89

Results 12 comments of raulk89

Then how I am supposed to run bulk request. This 1k limit is very low. What are my options if I want to export daily logs from there regularly.

Temporary hack, that will work: ``` Modifying first row of file: /usr/share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Docker.pm package FusionInventory::Agent::Task::Inventory::Virtualization::Docker; --> #package FusionInventory::Agent::Task::Inventory::Virtualization::Docker; ``` But that will be overwritten by future releases. So looking for a...

This parameter also works yes. Thanks. Is this a feature, that glpi software (GLPI 10.0.5) loses all the dependencies for the VM where certain docker container resides..? At the moment,...

No I mean, type=docker is running on certain VM. There seems no link between those. When I delete VM, the dependent docker items should also be deleted. Raul

We use "FusionInventory" at the moment. We did this change from both. FusionInventory: ![image](https://user-images.githubusercontent.com/25365468/212299905-6f9f46e6-5b16-40de-b7e1-664262e3972d.png) Native Inventory: ![image](https://user-images.githubusercontent.com/25365468/212299958-715d6427-a793-4f21-8308-2ff93a66acae.png) No luck. Still those type=docker entities were created. Raul

I have downloaded this developer tool also. I get the same error there. What flag should I use there, the "--help" isn't heplful either.. ``` $ java -jar "-Dfile.encoding=UTF-8" dbptk-app-2.9.10.jar...

When I modify this **dbvtk.war** file, then application does not start-up at all. Usually it takes less than minute to start. I have this for over 10 minutes already. ![image](https://user-images.githubusercontent.com/25365468/142874018-3efba347-e5bf-4e8a-99be-ebc3964af26e.png)...

I tried with the following command: ``` $ java -classpath /home/raulk2/lib/orai18n.jar -jar "-Dfile.encoding=UTF-8" dbptk-app-2.9.10.jar migrate --import oracle --import-server-name=CCCCCCCCCCC --import-instance="ZZZZZZZZ" --import-port-number=1521 --import-username=XXXXXX --import-password="YYYYYYYYY" --import-accept-license --export siard-2 --export-file=example.siard Converting database: oracle to...

Thank you very much. It indeed worked. Is it possible to ignore certain tables with developer version...? I noticed, it ignores views. Does it have to do that..? Also, I...