|
Home > Archive > SQL Anywhere Mobile > March 2005 > There is also have same problem.
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 |
There is also have same problem.
|
|
|
| There is also have same problem.
When i deploy synchronization server on Adaptive Server Anywhere MobiLink
Version 9.0.1.1753,
then log is:
-----------------------------
I. 03/21 17:06:25. <thread 1.5>: UltraLite synchronization request from:
pda1 (version: update)
W. 03/21 17:06:31. <1.5> [pda1]: Warning: [10050] ODBC: [DataDirect][ODBC
20101 driver]258 (ODBC State = 109, Native error code = 0)
W. 03/21 17:06:31. <1.5> [pda1]: Warning: [10050] ODBC: [DataDirect][ODBC
20101 driver]251 (ODBC State = 102, Native error code = 0)
I. 03/21 17:06:31. <1.5> [pda1]: ODBC isolation set to: Read Committed
I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
SELECT t1.event, t2.script_language, t2.script FROM
ml_connection_script
t1, ml_script t2 WHERE t1.version_id = ? AND
t1.script_id = t2.script_id
I. 03/21 17:06:31. <1.5> [pda1]: begin_connection <connection> (no script)
I. 03/21 17:06:31. <1.5> [pda1]: COMMIT Transaction: begin_connection
I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
SELECT hashed_password FROM ml_user WHERE name = ?
I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
UPDATE ml_user SET hashed_password = ? WHERE name = ?
E. 03/21 17:06:31. <1.5> [pda1]: Error: [-10055] Unable to authenticate user
pda1
I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
SELECT commit_state FROM ml_user WHERE user_id = ?
I. 03/21 17:06:31. <1.5> [pda1]: Remote sequence number is 00000005.
Consolidated sequence number is 00000000.
I. 03/21 17:06:32. <1.5> [pda1]: Synchronization failed
I. 03/21 17:06:36. <Main>: MobiLink server shutting down
I. 03/21 17:06:36. <Main>: MobiLink server undergoing hard shutdown.
I. 03/21 17:06:36. <Main>: All connections and synchronizations being
terminated.
| |
| Chris Keating \(iAnywhere Solutions\) 2005-03-30, 9:43 am |
| Why have you posted this question again? Have your tried my recommendation?
"star" <hbjin@metarnet.com> wrote in message news:423f9e57@forums
-1-dub...
> There is also have same problem.
> When i deploy synchronization server on Adaptive Server Anywhere MobiLink
> Version 9.0.1.1753,
> then log is:
> -----------------------------
> I. 03/21 17:06:25. <thread 1.5>: UltraLite synchronization request from:
> pda1 (version: update)
> W. 03/21 17:06:31. <1.5> [pda1]: Warning: [10050] ODBC: [DataDirect][ODBC
> 20101 driver]258 (ODBC State = 109, Native error code = 0)
> W. 03/21 17:06:31. <1.5> [pda1]: Warning: [10050] ODBC: [DataDirect][ODBC
> 20101 driver]251 (ODBC State = 102, Native error code = 0)
> I. 03/21 17:06:31. <1.5> [pda1]: ODBC isolation set to: Read Committed
> I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
> SELECT t1.event, t2.script_language, t2.script FROM
> ml_connection_script
t1, ml_script t2 WHERE t1.version_id = ? AND
> t1.script_id = t2.script_id
> I. 03/21 17:06:31. <1.5> [pda1]: begin_connection <connection> (no script)
> I. 03/21 17:06:31. <1.5> [pda1]: COMMIT Transaction: begin_connection
> I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
> SELECT hashed_password FROM ml_user WHERE name = ?
> I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
> UPDATE ml_user SET hashed_password = ? WHERE name = ?
> E. 03/21 17:06:31. <1.5> [pda1]: Error: [-10055] Unable to authenticate
> user
> pda1
> I. 03/21 17:06:31. <1.5> [pda1]: Translated SQL:
> SELECT commit_state FROM ml_user WHERE user_id = ?
> I. 03/21 17:06:31. <1.5> [pda1]: Remote sequence number is 00000005.
> Consolidated sequence number is 00000000.
> I. 03/21 17:06:32. <1.5> [pda1]: Synchronization failed
> I. 03/21 17:06:36. <Main>: MobiLink server shutting down
> I. 03/21 17:06:36. <Main>: MobiLink server undergoing hard shutdown.
> I. 03/21 17:06:36. <Main>: All connections and synchronizations being
> terminated.
>
>
| |
| xstan@metarnet.com 2005-03-30, 9:43 am |
| I'm sorry for this.
I can't connect the newsgroup directly,because i in a
special local network.
My friend forget revert the mail and write a new mail at
yesterday.
This problem is so strange and feazed me a week.
There is a description for unxi error in the help file.But i
find the file not be modified recently.
/driver/locale/en_US/LC_MESSAGES/wqora19.mo
-----------------------------------------------
UNIX error handling follows the X/Open XPG3 messaging
catalog system. Localized error messages are stored in the
subdirectory
locale/ localized_territory_
directory/LC_MESSAGES, where
localized_territory_
directory depends on your language.
For instance, German localization files are stored in
locale/de/LC_MESSAGES, where de is the locale for German.
If localized error messages are not available for your
locale, then they will contain message numbers instead of
text. For example:
[MERANT] [ODBC 20101 driver] 30040
-----------------------------------------------
|
|
|
|
|