I have a question for the masses: has anyone been able to do a calendar sync from UNIX (or Linux) to a SprintPCS Treo650 after the v1.08 firmware update?
Ever since doing the v1.08 firmware update to my SprintPCS Treo650 I've been unable to sync calendar to my Sun Ultra60. Sync to my Win98 PC at home works fine. I was sync'ing fine to the Ultra60 with the old (1.03) firmware using: /usr/dt/bin/sdtpdasync. Install, Memo & Address all sync fine with the new firmware, just calendar is a problem. After the update I get this error: "File Not Open: Error Opening Database".
So I downloaded PilotManager and gave it a shot. For some reason it loops forever when invoked as 'prompt% PilotManager'. The only way I get the GUI to open is by running from the perl debugger (prompt% perl5 -d PilotManager) and setting $DB::deep = 200. But I get an error on calendar sync here too: "Error: Modification of a read-only value attempted at <path>/SyncCM.pm line 1350."
Any help?
Thanks,
ERic
Code:
========================
=== sdtpdasync error ===
========================
palm.conduit.SyncException: File Not Open: Error Opening Database
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at palm.conduit.SyncException.<init>(Compiled Code)
at palm.conduit.SyncManager.verifyResult(Compiled Code)
at palm.conduit.SyncManager.openDB(Compiled Code)
at com.sun.pdasync.Conduits.CalendarSync.CalendarSyncConduit.open(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.EngageConduit(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.SyncConduit(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.SyncConduit(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.DoSync(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.DoConduitSync(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.LocalSync(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.PerformHotSync(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.connectionSniffer(Compiled Code)
at com.sun.pdasync.HotSync.HotSync.pollConnection(Compiled Code)
at com.sun.pdasync.CommPort.SerialPortCommunicator.fireEvent(Compiled Code)
at com.sun.pdasync.CommPort.SerialPortCommunicator.serialEvent(Compiled Code)
at com.sun.comm.SolarisSerial$SSCheckStatusThread.RaiseEvent(Compiled Code)
at com.sun.comm.SolarisSerial$SSCheckStatusThread.run(Compiled Code)
Code:
=========================
=== PilotMgr.pm error ===
=========================
04/04/105 19:01:51 Please press the Hotsync button on your Pilot cradle
04/04/105 19:01:56 Connected.
04/04/105 19:02:05 Synchronizing using the SyncCM conduit
04/04/105 19:02:05 Overwriting <user@host>
04/04/105 19:02:23 Pilot database 'DatebookDB' does not exist.
Creating it...
04/04/105 19:02:23 Error: Modification of a read-only value attempted at <path>/SyncCM.pm line 1350.
04/04/105 19:02:23 No changes
04/04/105 19:02:23 SyncCM encountered an error during operation
To avoid causing further complications, the next
calendar sync will be a full sync.
04/04/105 19:02:23 Synchronization complete
Code:
================================
=== PilotManager run command ===
================================
prompt% perl5 -d PilotManager
Loading DB routines from perl5db.pl version 1.01
Emacs support available.
Enter h or `h h' for help.
PilotMgr::(PilotManager:59): my $VERSION = "1.107"; # PilotManager Version
DB<1> $DB::deep = 200;
DB<2> r
Tk::Menu::Invoke(/usr/local/lib/perl5/perl5db.pl:2083):
2083: "Debugged program terminated. Use `q' to quit or `R' to restart.";
DB<2> q