Mike,
Thanks for the details of the problem; it makes diagnosis easier. It sounds
to me as though something is missing. Reinstalling PD 4.0 might be your best
course. I am using PD 4.0, Entourage conduit, latest Entourage, and Mac OS
10.2.2, and it works for me. The failure of the Hot Sync even to launch
points to some kind of PD problem, since Entourage's part is just one among
conduits.
Cut and paste the following script into Script Editor and run it; it will
tell you if Transport Monitor is running.
tell application "System Events"
set x to every process whose name contains "Transport"
repeat with aProc in x
display dialog "Found " & name of aProc
end repeat
end tell
--
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
<http:[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>
> From: Mike Panas <[EMAIL PROTECTED]>
> Reply-To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
> Date: Sat, 23 Nov 2002 09:02:34 -0800
> To: <[EMAIL PROTECTED]>
> Subject: Hot Synch
>
> I have a Palm m505 which I have synched to Entourage successfully in the
> past.
>
> I recently had to reinstall 10.2.2 on my G4/667/1G machine and now cannot
> hot synch. When I push the hot synch button nothing happens -- the hot synch
> app does not launch, and eventually I get the "connection was lost" dialog
> on the Palm. I am using Palm Desktop 4 for OS X, and I have run the hot
> synch updater from MS which puts my Palm conduits in a Disabled folder, and
> the Entourage conduit in my hot synch folder -- I have confirmed they are
> there. Possible problems:
>
> 1. Ran the latest MS service update 10.1.2 -- does this affect hot synch?
> 2. maybe lost a startup app (transport monitor?) when reinstalled X.2.2?
> 3. maybe need to reinstall PD 4 to be sure all parts are there?
>
> Any help appreciated.
>
> Mike Panas
>
>
> --
> To unsubscribe:
> <mailto:[EMAIL PROTECTED]>
> archives:
> <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
> old-archive:
> <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>