Transaction 10 - ICAL request
This request seems to be similar to transaction 7 and indicates the start of a calendar upload. But the same authentication error seems to have continued from the prvious transactions.
iSync Request
<?xml version="1.0" encoding="UTF-8"?> <request version="1.0" id="A"> <transaction type="authorization" version="1" id="1778343207"> <object entityname=".mac"> <attribute name="username" value="jebeke" /> <attribute name="type" value="token" /> <attribute name="token" value="[removed for brevity]" /> <attribute name="locktoken" value="[removed for brevity]" /> </object> </transaction> <transaction type="commit" version="1" id="1778343208"> <object entityname="ICAL" resourceguid="73645C44-D3B3-11D6-8260-0030655A2EF2"> <attribute name="storageconsumed" value="0" /> <attribute name="localversion" value="-1" /> <attribute name="adds" value="0" /> <attribute name="updates" value="0" /> <attribute name="deletes" value="0" /> <attribute name="moves" value="0" /> <attribute name="renames" value="0" /> <attribute name="provider" value="1020" /> <attribute name="description" value="calendars and To Do items" /> <attribute name="filter" value="1020" /> </object> </transaction> </request>
Apple Response
<response version="1.0" id="A"> <transaction type="authorization" version="1.0" id="1778343207"> <result> <attribute name="resultcode" value="13" /> <attribute name="resulttext" value="13 User record not found (No iTools user exists for supplied username.)" /> <attribute name="hostname" value="sync-mgmt03" /> <attribute name="timestamp" value="2002 10 29, 09:29:30 GMT" /> </result> </transaction> <transaction type="commit" version="1.0" id="1778343208"> <result> <attribute name="resultcode" value="-1" /> <attribute name="resulttext" value="Unable to complete due to previous errors" /> <attribute name="hostname" value="sync-mgmt03" /> <attribute name="timestamp" value="2002 10 29, 09:29:30 GMT" /> </result> </transaction> </response>
All of the XML has been formated for easy reading. The actual conversation had no line breaks in them. I also removed some long attributes and confidential data.