well.. maybe the 515 Error is an SQL error. That means, the Script is trying to insert a NULL Value into the database for some reason..
I also tried now the 2.4 client on my Win 10 Pro (v1909) 64 Bit. But with the same result.
No Data has been stored at the server.
While there is (obviously) the SQL Error 515, there are no fails with the credentials. But definitely something different went wrong.
Anyone any idea?
[EDIT]
I figured out, that the initial Run of the client (if there's no entry in the DB yet) will send the "Prolog" and the client is fetching Data. But then,
ERROR *** AGENT => Failed to send Inventory <HTTP Status Code #500>
and the activity Log shows up with:
Wed May 13 22:09:15 2020;4075;515;TVPC-2020-05-13-22-04-10;[IP-ADDRESS];OCS-NG_WINDOWS_AGENT_v2.4.0.0;end;error
What am i doing wrong?
There are Entries in the database for both of my Computers.
But just with DeviceID and NULL entries
I really don't know what I need to change/configure/add/remove to bring this thing to work...
Please help.
[Addition]
There is another row in the debug-log from the client...
WARNING *** EXECUTABLE PLUGIN => Plugin <C:\Program Files\OCS Inventory Agent\plugins\Saas.ps1> does not produce any output
I think, that might be a problem though, right?
Well, as far as I can see, this ps1 script reads out the dns-cache of the client. For what ever this is necessary. and it sets the language to french. Wouldn't it be more efficient if it is english?
[/Addition]
[/EDIT]