Hello everyone.
My work uses a Lotus Notes 8 email system and I use Lotus EasySync Pro to sync my contacts and calendar.
I installed version 4.2.6 of EasySync Pro using ActiveSync 4.5.0 that oringally came with my Samsung i760 and it will work until the phone is soft reset and then you get a XCPCSyncSvr error on bootup and the same error appears when starting EasySync Pro for a sync and it fails to run.
This appears to be an issue related to HTC phones as I found solution for the Touch HD but it have applied to mine and it is working.
Quote:
1. Remove EasySync from your PC
2. Uninstall EasySync from you HD
3. After that navigate to \Windows\211 and delete the folder 211.
You will not be able to do it right away so you will need to rename to 211v and then back again to 211. Once you do this, delete the folder.
4. Reinstall and it should work.
Now the tricky part that happens when you restart your HD.
Download MortScript( http://sto-helit.de/index.php?module...=view&entry=65 ). You can read in the website to get more info for this app. if you are not already familiar with it. It basically allows you to run batch files.
After that open notepad and copy paste this piece of "code" and save it as XCPCSyncSvr_101.mscr and put it in \windows\startup folder but make sure you delete the application start up link in the \windows\startup
Rename("\Windows\211","\Windows\211v")
Rename("\Windows\211v","\Windows\211")
Run("\Windows\211\XCPCSyncSvr.exe")
If(ProcExists("XCPCSyncSvr.exe"))
SleepMessage(3,"XCPCSyncSvr started")
Else
Message("XCPCSyncSvr NOT started!")
EndIf
This will do the trick. Make sure that you will do this procedure before you restart your HD.
|
I created the XCPCSyncSvr_101.mscr file on my PC and copied it to my Touch Pro 2 and deleted the default XCPC file that was in that folder. When I soft reset, prior to TouchFlo starting, I do see a message that the Mort is running and so far, I have been able to softreset and EasySync Pro still runs correctly.
I don't know if anyone else is using Lotus Notes but this solution is working for me.