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.

VBS scripts' results NOT added into data base

I already asked that, but got no answer.

Hey, developers, where are you?

Situation:

1. I have vbs to modify some field_xx

2. it works perfectly and its results uploaded to server

(from OCS file sent to server)

       <ACCOUNTINFO>
            <KEYNAME>fields_21</KEYNAME>
            <KEYVALUE>(Gigabyte Technology Co., Ltd.) H55M-S2H</KEYVALUE>
        </ACCOUNTINFO>
        <ACCOUNTINFO>
            <KEYNAME>fields_22</KEYNAME>
            <KEYVALUE>N/A</KEYVALUE>
        </ACCOUNTINFO>

3. agent uplads the results of scripts and then sends default, empty valuse for these fields

(from admininfo.conf AFTER inventory)

<ACCOUNTINFO>
    <KEYNAME>fields_21</KEYNAME>
    <KEYVALUE />
</ACCOUNTINFO>
<ACCOUNTINFO>
    <KEYNAME>fields_22</KEYNAME>
    <KEYVALUE />
</ACCOUNTINFO>

4. as result, there NO scripted results in database and I have NO WAY to modify these

WHAT THE HELL I MUST DO TO MAKE THESE SCRIPTS WORKING???

Sorry for screamer, but getting no solution for such simple question just drives me mad
in OCS Inventory NG server for Unix by (320 points)

Please log in or register to answer this question.

 
Powered by Question2Answer
...