You are not logged in.
lorsque je lance le script run.bat sur le serveur glpi (windows xp sp2), il ne se passe rien.
les logs sont vides.
La synchro manuelle fonctionne très bien.
run.bat:
@echo off
echo Chemins php et du script a lancer
SET path_php="C:\Program Files\OCS Inventory NG\xampp\php"
SET plugin_glpi="C:\Program Files\OCS Inventory NG\xampp\htdocs\glpi\plugins\mass_ocs_import\scripts"
echo Definition du path
PATH = %PATH%;%path_php%
IF EXIST %plugin_glpi%\run.php GOTO RUN
IF NOT EXIST %plugin_glpi%\run.php GOTO EXIT
:RUN
echo Lancement du script
php %plugin_glpi%\run.php --nolog
GOTO FIN
:EXIT
echo Le chemin vers run.php est incorrect
pause
:FIN
pause
Résultat de l'execution:
C:\Program Files\OCS Inventory NG\xampp\htdocs\glpi\plugins\mass_ocs_import\scri
pts>run.bat
Chemins php et du script a lancer
Definition du path
Lancement du script
Appuyez sur une touche pour continuer...
C:\Program Files\OCS Inventory NG\xampp\htdocs\glpi\plugins\mass_ocs_import\scri
pts>
merci pour votre aide
Offline
Pas beaucoup d'aide, enfin j'ai trouvé la solution.
Le fichier C:\Program Files\OCS Inventory NG\xampp\htdocs\glpi/files/_log/ocsng_fullsync.pid n'avait pas été supprimer suite à des tests.
Offline