I tried a round trip of contacts from Blackberry database to LDIF format and
back again. I lost a few contacts. The ones lost did not have a surname
(sn).

*Blackberry to LDIF*
btool -c somename -P `cat password.txt` > torch_addresses.txt

*Check LDIF parsing*
upldif < torch_addresses.txt
At this stage, I lose some addresses

*Back to Blackberry, naturally now missing some records*
upldif -u -P `cat password.txt`  < torch_addresses.txt

password.txt contains my Blackberry password for security reasons.

Adding a surname to the dropped contacts, causes them to save successfully.

Szemere
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to