Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Agent doesn't preform inventory

Hi,
my agent doesn't perform inventory. If I use /local /xml=C:\ inventory is create successful, when I run inventory manual in ocs inventory.log I have a information:

AGENT => Prolog successfully sent
SUPPORT => No support detected, Registration key : N/A
AGENT => Prolog Frequency set to 24 hour(s)

Full ocsinventory.log:

==============================================================================
Starting OCS Inventory NG Agent on Wednesday, August 20, 2014 08:11:53.
AGENT => Running OCS Inventory NG Agent Version 2.1.1.1
AGENT => Using OCS Inventory NG FrameWork Version 2.1.1.1
AGENT => Loading plug-in(s)
    DLL PLUGIN => Searching for Plug-in DLL(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
    DLL PLUGIN => 0 DLL Plug-in(s) succesfully loaded on 0 DLL(s) found
AGENT => Using network connection with Communication Server
    COM PROVIDER => Loading Communication Provider <C:\Program Files (x86)\OCS Inventory Agent\ComHTTP.dll>
AGENT => Using Communication Provider <OCS Inventory NG cURL Communication Provider> Version <2.1.1.1>
AGENT => Sending Prolog
    DID_CHECK => Read DeviceID <xxxxx-2014-08-19-11-50-34> and MACs <xxxxxxx> in file <ocsinventory.dat>
    COM SERVER => Initializing cURL library for sendRequest
    COM SERVER => Using cURL without server authentication
    COM SERVER => Disabling cURL proxy support
    COM SERVER => Disabling cURL SSL server validation support
    COM SERVER => Sending HTTP Post request to URL <http://192.168.7.10/ocsinventory>
    COM SERVER => HTTP Post response received <HTTP Status Code #200>
    COM SERVER => Cleaning cURL library
================= TRACE START ===============
<?xml version='1.0' encoding='UTF-8'?>
<REPLY>
  <OPTION>
    <NAME>IPDISCOVER</NAME>
    <PARAM IPDISC_LAT="100">192.168.0.0</PARAM>
  </OPTION>
  <OPTION>
    <NAME>DOWNLOAD</NAME>
    <PARAM FRAG_LATENCY="10" PERIOD_LATENCY="1" ON="0" TYPE="CONF" CYCLE_LATENCY="60" TIMEOUT="30" PERIOD_LENGTH="10" EXECUTION_TIMEOUT="120" />
  </OPTION>
  <RESPONSE>SEND</RESPONSE>
  <PROLOG_FREQ>24</PROLOG_FREQ>
</REPLY>

================= TRACE STOP ===============
AGENT => Prolog successfully sent
SUPPORT => No support detected, Registration key : N/A
    AGENT => Prolog Frequency set to 24 hour(s)
AGENT => Inventory required
AGENT => Launching hardware and software checks
    INVENTORY => Loading Download history
    ...
    INVENTORY => System Memory set to 8192 (instead of 8070)
    INVENTORY => Reading last inventory state
AGENT => Communication Server ask for IpDiscover
    IPDISCOVER => Scanning to detect IPv4 enabled hosts for network <192.168.0.0> with <100> ms between each request
    IPDISCOVER => Computer found @IPv4:192.168.0.2 @MAC:xxxxx NAME:xxxxxxx
 

Ocsinventory.ini:

[OCS Inventory Agent]
ComProvider=ComHTTP.dll
Debug=2
Local=
NoSoftware=0
HKCU=0
NoTAG=0
IpDisc=
[HTTP]
Server=http://192.168.7.10/ocsinventory
SSL=0
CaBundle=cacert.pem
AuthRequired=0
User=none
Pwd=none
ProxyType=0
Proxy=
ProxyPort=
ProxyAuthRequired=0
ProxyUser=
ProxyPwd=
[OCS Inventory Service]
PROLOG_FREQ=24
OLD_PROLOG_FREQ=24
TTO_WAIT=0

Agent version: 2.1.1.1

Server version: 2.1.2

It's a clean install, at this moment I have only 2 clients.

What is the problem?

PS. On the agent and server I install MS Office Key Plugin. There no information about license.

Sorry for my bad english.

 

in OCS Inventory NG agent for Windows by (280 points)

1 Answer

+1 vote
 
Best answer

    COM SERVER => HTTP Post response received <HTTP Status Code #200>

It say that work. Go whit your web browser on http://192.168.7.10/ocsinventory and if you get an error 500 : all are ok.

by (22k points)
selected by
 
Powered by Question2Answer
...