Hi,
Here is my problem:
FNMS agent (16.0.1) does not react to some command line options. This happens without an error or any other kind of message.
The situation:
My customer does run kind of a manual inventory, without installing the agent. Instead ndtrack.exe is triggered by scripts. I tried adding an additional option, but it is completely ignored. Other options seem to be ignored as well. The tracker.log lists all my arguments. When I move the new argument to the front of the list of arguments, it suddenly works.
My assumption:
ndtrack.exe has a character limit on the argument string. Looks like it could be 256 chars.
Edit: It is no character limit. It is that incorrectly formatted attributes silently prevent following attributes from working.
My question:
Can please someone check this and let me know if engineering can change the limit? There are so many agent options and this really limits how the agent can be used.
Best regards,
Markward
‎Aug 24, 2021 10:17 AM - edited ‎Aug 25, 2021 04:04 AM
I can't find or observe any command line length limit (beyond the regular Windows length limit of 8191 characters).
Does the command line have any special characters like quotes or backslashes in there? I've seen misused quoting and escaping causing problems with trailing arguments on command lines being ignored.
‎Aug 24, 2021 10:18 PM
I can't find or observe any command line length limit (beyond the regular Windows length limit of 8191 characters).
Does the command line have any special characters like quotes or backslashes in there? I've seen misused quoting and escaping causing problems with trailing arguments on command lines being ignored.
‎Aug 24, 2021 10:18 PM
Hi Chris,
I put quotes around all attribute values.
-o Option="Value"
That helped. My takeaways:
Best regards,
Markward
‎Aug 25, 2021 04:01 AM
Hi Chris,
I'll change the order of the attributes a bit to see if any of them blocks the rest of the string from working.
Best regards,
Markward
‎Aug 25, 2021 02:16 AM