I am getting the same error,
and tried to use the example you gave with the IIS SQL2005 reports pack
logparser "select top 10 date,time,strcat(strcat(strcat(TO_STRING(TO_TIMESTAMP(date, time),'hh'),':00-'), TO_STRING(TO_TIMESTAMP(date,time),'hh')),':59')AS Hour, TO_Int(TO_String(date,'MM')) as Month,TO_Int(TO_String(date,'yyyy')) as year,c-ip,cs-username,s-sitename,s-computername,s-ip,s-port,cs-method,cs-uri-stem,cs-uri-query,sc-status,sc-substatus,sc-win32-status,sc-bytes,cs-bytes,time-taken,cs-version,cs-host,cs(User-Agent),cs(Cookie),cs(Referer) From C:\WINDOWS\system32\LogFiles\W3SVC1\ex080229.log to GlobalIIsLog" -i:IISW3C -o:SQL -oConnString:"Driver={SQL Server};Server=10.101.104.10;db=IISLogs;uid=XXX;pwd=XXX"
and i am still getting the error
Task completed with errors.
An error occurred while uploading data to SQL table
SQL State: 42000
Native Error: 7202
Error Message: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not
find server 'IADPSCOUTDB01P' in sys.servers. Verify that the correct server
name was specified. If necessary, execute the stored procedure
sp_addlinkedserver to add the server to sys.servers.
I would really appreciate if someone can give me a hint