| Author |
protocol error - ultralite 902
|
|
| handheldmaster 2005-10-27, 7:41 am |
| Appforge mobilevb 3.5 (0633) , ultralite 9.0.2.3137, mobilink server 9.0.3.3137, asa 9.0.2.3137
Am attempting to do a Desktop Sync (simple Ctrl+F5 then Connection.Synchronize after initializing all components)
E. 10/19 13:09:59. <1.5> [USERID]: Error: [-10001] Protocol error
As per docs this is a version mismatch ..
Have checked ..
(1) Ran ulmvbreg -u
(2) Then reinstall using ulmvbreg -r
(3) checked registry it points to the ultralite 9 mobilevb directory correctly at ulmvb9.dll
(4) Checked DatabaseMgr (object of ULDatabaseManager) and made sure it also shows 9.0.2.3137
(5) Re-tried removing references and re-adding them but no luck either.
Any suggestion's to fix ?
Thanks
| |
| handheldmaster 2005-10-27, 7:41 am |
| Mobilink server is also identical 9.0.2.3137 .. typo in earlier post
"handheldmaster" <anup.mistry@gmail.com> wrote in message news:43568183$1@foru
ms-2-dub...
Appforge mobilevb 3.5 (0633) , ultralite 9.0.2.3137, mobilink server 9.0.3.3137, asa 9.0.2.3137
Am attempting to do a Desktop Sync (simple Ctrl+F5 then Connection.Synchronize after initializing all components)
E. 10/19 13:09:59. <1.5> [USERID]: Error: [-10001] Protocol error
As per docs this is a version mismatch ..
Have checked ..
(1) Ran ulmvbreg -u
(2) Then reinstall using ulmvbreg -r
(3) checked registry it points to the ultralite 9 mobilevb directory correctly at ulmvb9.dll
(4) Checked DatabaseMgr (object of ULDatabaseManager) and made sure it also shows 9.0.2.3137
(5) Re-tried removing references and re-adding them but no luck either.
Any suggestion's to fix ?
Thanks
| |
| handheldmaster 2005-10-27, 7:41 am |
| This one is solved. For some unknown reason my schema file had got corrupted of sorts; don't remember changing it but may have opened it up in schema painter. Regenerated the USM file and was able to sync again without any errors.
C:\ulxml.exe -toxml orglschema.usm schemaxml.xml
Adaptive Server Anywhere UltraLite XML/Schema Conversion Utility Version 9.0.2.3137
Creating temporary database, loading UltraLite schema...
Converting to XML...
Finished.
C:\ulxml.exe -tousm schemaxml.xml newschema.usm
Adaptive Server Anywhere UltraLite XML/Schema Conversion Utility Version 9.0.2.3137
Creating temporary database...
Loading and parsing XML...
Finished.
| |
| Tom Slee 2005-10-27, 7:41 am |
| Thanks for posting this follow up. It helps!
Tom Slee
handheldmaster wrote:
> This one is solved. For some unknown reason my schema file had got
> corrupted of sorts; don't remember changing it but may have opened it up
> in schema painter. Regenerated the USM file and was able to sync again
> without any errors.
>
> C:\ulxml.exe -toxml orglschema.usm schemaxml.xml
> Adaptive Server Anywhere UltraLite XML/Schema Conversion Utility Version
> 9.0.2.3137
> Creating temporary database, loading UltraLite schema...
> Converting to XML...
> Finished.
>
> C:\ulxml.exe -tousm schemaxml.xml newschema.usm
> Adaptive Server Anywhere UltraLite XML/Schema Conversion Utility Version
> 9.0.2.3137
> Creating temporary database...
> Loading and parsing XML...
> Finished.
>
>
|
|
|
|