You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed and configured officepack plugin for OCS. However I do not see any keys being managed under the plugin.
I started debugging with running the .vbs locally and I received the correct information.
Then I run the ocs agent and I noticed that although it finds the .vbs script and it runs it, it doesn’t produce any output to send it to the server:
EXECUTABLE PLUGIN => Searching for VBS script(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
EXECUTABLE PLUGIN => Found executable plugin <msofficekey.vbs>
================= TRACE START ===============
================= TRACE STOP ===============
EXECUTABLE PLUGIN => Plugin <msofficekey.vbs> executed successfully
EXECUTABLE PLUGIN => Searching for PS1 script(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
AGENT => Sending Inventory
Could someone give me an idea on how I could fix this? Or what else should I check?
The ocs server is the 2.5 version installed on a debian stretch with the latest officepack plugin (2.0.0)
Thank you in advance for your help.
Best regards,
Dana
The text was updated successfully, but these errors were encountered:
There is no .xml output for officepack, there is a .txt output in "C:\Users\YourUser" named "output.txt".
Hope it helps !
Best regards,
Antoine.
No that's not true. Every OCS plugin must output XML, as it's the plugin format to send information back to server.
OfficePlugin generate an output.txt when it runs the OSPP command, and then it get the informations from this output.txt to generate XML data.
So, if the plugin find an office instance it must display XML data in standard output when you run the script manually.
@dana-saracut
If you run this command (after creating the C:\temp directory if non-existant) : ocsinventory.exe /local=C:\temp /xml=c:\temp
Do you have datas in the generated XML ?
Like this (it should be near the beginning of the file) :
HI,
I installed and configured officepack plugin for OCS. However I do not see any keys being managed under the plugin.
I started debugging with running the .vbs locally and I received the correct information.
Then I run the ocs agent and I noticed that although it finds the .vbs script and it runs it, it doesn’t produce any output to send it to the server:
EXECUTABLE PLUGIN => Searching for VBS script(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
EXECUTABLE PLUGIN => Found executable plugin <msofficekey.vbs>
================= TRACE START ===============
================= TRACE STOP ===============
EXECUTABLE PLUGIN => Plugin <msofficekey.vbs> executed successfully
EXECUTABLE PLUGIN => Searching for PS1 script(s) in folder <C:\Program Files (x86)\OCS Inventory Agent\plugins>
AGENT => Sending Inventory
Could someone give me an idea on how I could fix this? Or what else should I check?
The ocs server is the 2.5 version installed on a debian stretch with the latest officepack plugin (2.0.0)
Thank you in advance for your help.
Best regards,
Dana
The text was updated successfully, but these errors were encountered: