While troubleshooting an aggregation issue with IQService, it is helpful to gather logging information from IQService. Here are steps that will enable an administrator to capture useful IQService logs:
1. Stop the IQService using the Task Manager
2. From the command shell (started as an admin user), launch the IQService with the following syntax: C:\PATHTOINSTALL\IQService.exe -d -l 3
3. Perform connectorDebug iterate operation in IIQ CONSOLE on IIQ server.
4. Capture the output in the command shell where IIQ is running (launched in step 2) and attach it to this case as a text file. You can redirect output from the command in step 2 with this syntax: C:\PATHTOINSTALL\IQService.exe -d -l 3 > C:\PATHTOINSTALL\output.log
IQService supports the following trace parameters:
-l [level] Trace Level 0-3 0=off 1=info 2=error 3=debug
-f [fileName] Trace File Name
Example Usage:
C:\IQService>iqservice -d -l 3 -f debug.log