|
Home > Archive > SQL Anywhere Mobile > July 2005 > Multiple users using same user_name
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Multiple users using same user_name
|
|
|
| Hi All,
My client is getting the following error when trying to synchronize. No
errors in the output file is being reported.
I have created an application using MobileVB v. 4.0.0(0799) and Ultralite v.
9.0.1(1862) for both Palm and Pocket PC. My client is using the Palm
version.
Any ideas why???
FAIL Adaptive Server Anywhere Conduit (SQLCODE = -956) 06/30/05 14:53:41
Information for synchronization is incomplete or invalid, check 'user_name'
06/30/05 14:53:41
Upload was not received by the MobiLink server. 06/30/05 14:53:41
I have created 2 users through SQL Anywhere Sybase Central and in my
application I use one of them as follows. Is it correct? (I use the other
name in the Pocket PC app.)
With Connection.SyncParms
.UserName = "afSK"
.Stream = ulPalmConduit
.Version = "skdb 9.0"
End With
There will be a number of Managers who have their individual set of data in
a database (MS MSDE), who will be using the application to transfer data
to/from their individual Palm device to their own database. In a situation
like this can I use just the one user to synchronize? or do I have to create
a different user for each of the Managers? Does the above error have
anything to do with this?
Any help will be greatly appreciated.
Thank you.
Mili
| |
| David Fishburn 2005-07-05, 9:24 am |
| "Mili" <mili@jmo-systems.com> wrote in news:42c96d28$1@foru
ms-2-dub of
sybase.public.sqlanywhere.mobilink:
M> Hi All,
M>
M> My client is getting the following error when trying to synchronize.
M> No errors in the output file is being reported.
M>
M> I have created an application using MobileVB v. 4.0.0(0799) and
M> Ultralite v. 9.0.1(1862) for both Palm and Pocket PC. My client is
M> using the Palm version.
M>
M> Any ideas why???
M>
M> FAIL Adaptive Server Anywhere Conduit (SQLCODE = -956) 06/30/05
M> 14:53:41 Information for synchronization is incomplete or invalid,
M> check 'user_name' 06/30/05 14:53:41
M>
M> Upload was not received by the MobiLink server. 06/30/05 14:53:41
M>
M> I have created 2 users through SQL Anywhere Sybase Central and in my
M> application I use one of them as follows. Is it correct? (I use the
M> other name in the Pocket PC app.)
M> With Connection.SyncParms
M> .UserName = "afSK"
M> .Stream = ulPalmConduit
M> .Version = "skdb 9.0"
M> End With
I don't really see anything wrong here.
MobiLink Clients
UltraLite Clients
Synchronizing UltraLite databases on the Palm Computing Platform
Checking that MobiLink HotSync conduit installation is
correct
Can you follow the instructions in this section.
Setting the UL_DEBUG_CONDUIT should help in this case (I believe) to see
what is being passed to the conduit.
Also, start ML using -v+ -o ml.txt and post the output of it after a
sync as well.
--
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]
| |
| David Fishburn 2005-07-06, 7:24 am |
| "Mili" <mili@jmo-systems.com> wrote in news:42c96d28$1@foru
ms-2-dub of
sybase.public.sqlanywhere.mobilink:
I just read the subject of your post.
If you do need multiple remotes need to share the same user_name, then
you can read this techdoc for techniques to accomplish this:
http://www.ianywhere.com/developer/...e_remotedb.html
--
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]
|
|
|
|
|