Philipp E. Imhof
2007-11-13 19:47:54 UTC
Dear Developers
According to a chat on #synce, some of you might not have the time
to check the bug tracker regularly. This is why I post a copy of a
possible bug I'hve found:
Bugs item #1830660, was opened at 2007-11-12 21:46
Message generated for change (Tracker Item Submitted) made by Item
Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=1830660&group_id=30550
Please note that this message will contain a full copy of the
comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SyncEngine
Group: SVN Trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: phil (imhofp)
Assigned to: Nobody/Anonymous (nobody)
Summary: phone numbers being lost when syncing from pc to mobile
Initial Comment:
When syncing from Mobile to PC, the contacts get copied OK. However,
the other way round, phone numbers get lost.
The sync-engine shows the following output (just the relevant part):
*********************
2007-11-12 21:31:36,986 DEBUG engine.airsync.AirsyncServer : arrived
at rsp_change_node
2007-11-12 21:31:36,988 DEBUG engine.airsync.AirsyncServer :
_handle_sync: converting item to airsync, source is
<?xml version="1.0" ?>
<contact>
<Assistant>
<Content/>
</Assistant>
<Categories/>
<FormattedName>
<Content>
Test
</Content>
</FormattedName>
<Manager>
<Content/>
</Manager>
<Name>
<FirstName>
Test
</FirstName>
</Name>
<Organization>
<Name/>
<Department/>
<Unit/>
</Organization>
<Telephone>
<Content>
123
</Content>
</Telephone>
</contact>
############## until here, the phone is OK, but now it gets lost
###################################
2007-11-12 21:31:36,994 DEBUG engine.airsync.AirsyncServer :
_handle_sync: converting item to airsync, source is
<?xml version="1.0" ?>
<AS:ApplicationData
xmlns:AS="http://synce.org/formats/airsync_wm5/airsync"
xmlns:C1="http://synce.org/formats/airsync_wm5/contacts"
xmlns:C2="http://synce.org/formats/airsync_wm5/contacts2">
<C1:FileAs>
Test
</C1:FileAs>
<C1:FirstName>
Test
</C1:FirstName>
<C1:LastName/>
<C1:MiddleName/>
<C1:Suffix/>
<C1:Title/>
<C2:NickName/>
<C1:Picture/>
<C1:BusinessCity/>
<C1:BusinessCountry/>
<C1:BusinessPostalCode/>
<C1:BusinessState/>
<C1:BusinessStreet/>
<C1:OtherCity/>
<C1:OtherCountry/>
<C1:OtherPostalCode/>
<C1:OtherState/>
<C1:OtherStreet/>
<C1:Categories/>
<C1:AssistantName/>
<C2:ManagerName/>
<C1:CompanyName/>
<C1:Department/>
<C1:OfficeLocation/>
<C1:Spouse/>
<C1:HomeFaxNumber/>
<C1:BusinessFaxNumber/>
<C1:CarPhoneNumber/>
<C1:MobilePhoneNumber/>
<C1:PagerNumber/>
<C1:AssistnamePhoneNumber/>
<C2:CompanyMainPhone/>
<C1:RadioPhoneNumber/>
<C1:JobTitle/>
<C1:WebPage/>
</AS:ApplicationData>
2007-11-12 21:31:36,997 DEBUG engine.airsync.AirsyncServer : arrived
at rsp_responses_node
****************
Best regards
Philipp
According to a chat on #synce, some of you might not have the time
to check the bug tracker regularly. This is why I post a copy of a
possible bug I'hve found:
Bugs item #1830660, was opened at 2007-11-12 21:46
Message generated for change (Tracker Item Submitted) made by Item
Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=1830660&group_id=30550
Please note that this message will contain a full copy of the
comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SyncEngine
Group: SVN Trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: phil (imhofp)
Assigned to: Nobody/Anonymous (nobody)
Summary: phone numbers being lost when syncing from pc to mobile
Initial Comment:
When syncing from Mobile to PC, the contacts get copied OK. However,
the other way round, phone numbers get lost.
The sync-engine shows the following output (just the relevant part):
*********************
2007-11-12 21:31:36,986 DEBUG engine.airsync.AirsyncServer : arrived
at rsp_change_node
2007-11-12 21:31:36,988 DEBUG engine.airsync.AirsyncServer :
_handle_sync: converting item to airsync, source is
<?xml version="1.0" ?>
<contact>
<Assistant>
<Content/>
</Assistant>
<Categories/>
<FormattedName>
<Content>
Test
</Content>
</FormattedName>
<Manager>
<Content/>
</Manager>
<Name>
<FirstName>
Test
</FirstName>
</Name>
<Organization>
<Name/>
<Department/>
<Unit/>
</Organization>
<Telephone>
<Content>
123
</Content>
</Telephone>
</contact>
############## until here, the phone is OK, but now it gets lost
###################################
2007-11-12 21:31:36,994 DEBUG engine.airsync.AirsyncServer :
_handle_sync: converting item to airsync, source is
<?xml version="1.0" ?>
<AS:ApplicationData
xmlns:AS="http://synce.org/formats/airsync_wm5/airsync"
xmlns:C1="http://synce.org/formats/airsync_wm5/contacts"
xmlns:C2="http://synce.org/formats/airsync_wm5/contacts2">
<C1:FileAs>
Test
</C1:FileAs>
<C1:FirstName>
Test
</C1:FirstName>
<C1:LastName/>
<C1:MiddleName/>
<C1:Suffix/>
<C1:Title/>
<C2:NickName/>
<C1:Picture/>
<C1:BusinessCity/>
<C1:BusinessCountry/>
<C1:BusinessPostalCode/>
<C1:BusinessState/>
<C1:BusinessStreet/>
<C1:OtherCity/>
<C1:OtherCountry/>
<C1:OtherPostalCode/>
<C1:OtherState/>
<C1:OtherStreet/>
<C1:Categories/>
<C1:AssistantName/>
<C2:ManagerName/>
<C1:CompanyName/>
<C1:Department/>
<C1:OfficeLocation/>
<C1:Spouse/>
<C1:HomeFaxNumber/>
<C1:BusinessFaxNumber/>
<C1:CarPhoneNumber/>
<C1:MobilePhoneNumber/>
<C1:PagerNumber/>
<C1:AssistnamePhoneNumber/>
<C2:CompanyMainPhone/>
<C1:RadioPhoneNumber/>
<C1:JobTitle/>
<C1:WebPage/>
</AS:ApplicationData>
2007-11-12 21:31:36,997 DEBUG engine.airsync.AirsyncServer : arrived
at rsp_responses_node
****************
Best regards
Philipp