| Author |
Setting up HTTPS synchronisation with Ultralite for MBusiness
|
|
|
| MBusiness 5.5
Ultralite / Mobilink 9.0.2.3044
Windows Mobile 2003
My application is already working with TCPIP or HTTP data synchronization.
I wish to synchronize data separately from web content synchronization
with HTTPS.
I have followed the online documentation :
MobiLink Administration Guide/MobiLink Transport-Layer
Security/Configuring MobiLink clients to use transport-layer
security/Configuring UltraLite clients to use transport-layer security
In my javascript code for MBusiness, I set up the synchronization parms:
conn.syncParms.setStream(conn.syncParms.STREAM_TYPE_HTTPS );
but when I check the syncParms (alert(conn.syncParms.getStream())), I
get a 0 value (instead of 3 for HTPPS).
If I test with TCPIP, I get 2 (it is written 1 in the online
documentation ) and 1 if I test with HTTP (instead of 2 in the
documentation).
It looks like my Ultralite Engine does not allow HTTPS synchronization.
Do I need to install a specific Ultralite POD on the PDA (I'm using
ulpod9.dll)?
I have copied the ulrsa9.dll on PDA but MBusiness Client is not able to
load it (it is not a pod dll)?
I hope my explanations are not too confused!
Thanks for your help
Pierre
| |
| David Fishburn 2005-08-10, 11:24 am |
| PL <nospam@p.l> wrote in news:42f9f91c$1@foru
ms-1-dub of
sybase.public.sqlanywhere.ultralite:
P> MBusiness 5.5
P> Ultralite / Mobilink 9.0.2.3044
P> Windows Mobile 2003
....
P> Do I need to install a specific Ultralite POD on the PDA (I'm using
P> ulpod9.dll)?
P> I have copied the ulrsa9.dll on PDA but MBusiness Client is not able
P> to load it (it is not a pod dll)?
When you installed SQL Anywhere Studio did you check the box indicating
the security components? I just want to verify you have them installed
first.
This is a separately licencable(sp?) component and does not come by default
with SQL Anywhere Studio.
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
| |
|
| Yes, I am able to start the Mobilink server in HTTPS mode with the
enterprise certificate.
David Fishburn a écrit :
> PL <nospam@p.l> wrote in news:42f9f91c$1@foru
ms-1-dub of
> sybase.public.sqlanywhere.ultralite:
>
> P> MBusiness 5.5
> P> Ultralite / Mobilink 9.0.2.3044
> P> Windows Mobile 2003
> ...
> P> Do I need to install a specific Ultralite POD on the PDA (I'm using
> P> ulpod9.dll)?
> P> I have copied the ulrsa9.dll on PDA but MBusiness Client is not able
> P> to load it (it is not a pod dll)?
>
> When you installed SQL Anywhere Studio did you check the box indicating
> the security components? I just want to verify you have them installed
> first.
>
> This is a separately licencable(sp?) component and does not come by default
> with SQL Anywhere Studio.
>
| |
| David Fishburn 2005-08-17, 1:23 pm |
| PL <nospam@p.l> wrote in news:42fa117d$1@foru
ms-1-dub of
sybase.public.sqlanywhere.ultralite:
P> Yes, I am able to start the Mobilink server in HTTPS mode with the
P> enterprise certificate.
P>
P> David Fishburn a écrit :
P>> PL <nospam@p.l> wrote in news:42f9f91c$1@foru
ms-1-dub of
P>> sybase.public.sqlanywhere.ultralite:
P>>
P>> P> MBusiness 5.5
P>> P> Ultralite / Mobilink 9.0.2.3044
P>> P> Windows Mobile 2003
P>> ...
P>> P> Do I need to install a specific Ultralite POD on the PDA (I'm
P>> using P> ulpod9.dll)?
P>> P> I have copied the ulrsa9.dll on PDA but MBusiness Client is not
P>> able P> to load it (it is not a pod dll)?
Hmmm, can you check the file size in bytes of:
%ASANY9%\ultralite\U
ltraLiteForMBusiness
Anywhere\ce\arm\ulpo
d9.dll
Then right click on the file and go to the Version tab.
Mine says:
File Version: 9.0.2.3137
Description: UltraLite for M-Business Server (TLS CE_300_ARM)
How about yours?
--
David Fishburn
Certified ASA Developer Version 8
iAnywhere Solutions - Sybase
Professional Services
Please only post to the newsgroup
Please ALWAYS include version and MORE importantly BUILD number with
EACH post (dbeng9 -v).
EBFs and Maintenance Releases
http://downloads.sybase.com/swx/sdmain.stm
Developer Community / Whitepapers
http://www.ianywhere.com/developer
CaseXpress - to report bugs
http://casexpress.sybase.com
CodeXchange - Free samples
[url]http://ianywhere.codexchange.sybase.com/servlets/ ProjectDocumentList[
/url]
|
|
|
|