I am receiving the following error when attempting to scan for "Collecting ADUsers Data": Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
Scanning continues, and is successful with "Collecting ADGroups Data".
Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
-
- Posts: 7
- Joined: Tue Dec 04, 2018 11:26 pm
- 5
Re: Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument l
On the agent that is the DC of that location or client, Have a look at the command and script logs during a scan. This will return errors in full and at what steps in the process.
Post these logs here so we can see what and where it has issues.
Also include the DC type, version, size, etc so we know what environment we are working in.
Post these logs here so we can see what and where it has issues.
Also include the DC type, version, size, etc so we know what environment we are working in.
-
- Posts: 7
- Joined: Tue Dec 04, 2018 11:26 pm
- 5
Re: Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument l
Where would I find these "Command and script logs"?Cubert wrote: ↑Thu Sep 22, 2022 1:00 pm On the agent that is the DC of that location or client, Have a look at the command and script logs during a scan. This will return errors in full and at what steps in the process.
Post these logs here so we can see what and where it has issues.
Also include the DC type, version, size, etc so we know what environment we are working in.
Re: Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument l
In the Control Center, Select the agent that is the Domain Controller for the client in question and open that agents console. Select the GEAR menu at top of console and select either scripts or commands. (I would start with scripts).
Automate scripts can call commands that will show up in the commands logs at the same time stamp as the script log entry happens. So if you read a script log that says error failed, then look for a command at the same time that also errored. The command log will show what the command returned including errors. The scrip logs are by script name, so you should see an ADUC script being scheduled and executed on the Domain Controller to capture Active Directory information and return it to Automate.
Automate scripts can call commands that will show up in the commands logs at the same time stamp as the script log entry happens. So if you read a script log that says error failed, then look for a command at the same time that also errored. The command log will show what the command returned including errors. The scrip logs are by script name, so you should see an ADUC script being scheduled and executed on the Domain Controller to capture Active Directory information and return it to Automate.
-
- Posts: 7
- Joined: Tue Dec 04, 2018 11:26 pm
- 5
Re: Failed User Probe [Index (zero based) must be greater than or equal to zero and less than the size of the argument l
Thank you for clarifying this. I was physically looking for log files on machine