Hi,
I have Strange error with a mobilink sync. It is a VB application that sync's with a foxPro tables via from a laptop to workstation via USB. It's just suddenly stopped working with this strange error. (part of the error log below)
Adaptive Server Anywhere MobiLink Version 9.0.2.2451
--------------------------------------------
..........
I. 09/15 11:55:36. <thread 1.1>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.2>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.3>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.4>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.5>: Ready to handle requests
I. 09/15 11:55:47. <thread 1.5>: Working on a request
I. 09/15 11:55:47. <thread 1.5>: Translated SQL:
SELECT last_modified FROM ml_scripts_modified
I. 09/15 11:55:47. <thread 1.5>: ml_scripts_modified last modified at: 2006-07-05 13:21:51.000000
I. 09/15 11:55:47. <thread 1.5>: Translated SQL:
SELECT version_id FROM ml_script_version WHERE name = ?
I. 09/15 11:55:47. <thread 1.5>: ASA synchronization request from: ASA5 (version: default)
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
set temporary option chained = 'ON'
I. 09/15 11:55:47. <1.5> [ASA5]: ODBC isolation set to: Read Committed
I. 09/15 11:55:47. <1.5> [ASA5]: 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. 09/15 11:55:47. <1.5> [ASA5]: begin_connection <connection> (no script)
I. 09/15 11:55:47. <1.5> [ASA5]: COMMIT Transaction: begin_connection
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT hashed_password FROM ml_user WHERE name = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT user_id FROM ml_user WHERE name = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Publication #1: Dansac, subscription id: 47, last download time: 2006-07-05 13:24:02.034000
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT progress FROM ml_subscription WHERE user_id = ? AND subscription_id = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Progress offsets for the publications that are explicitly involved in the current synchronization
I. 09/15 11:55:47. <1.5> [ASA5]: Subscription id 47: consolidated progress 0 and remote progress 114270471
I. 09/15 11:55:47. <1.5> [ASA5]: Synchronization failed
I. 09/15 11:55:47. <thread 1.5>: Working on a request
I. 09/15 11:55:47. <thread 1.5>: Cached ODBC statement:
SELECT last_modified FROM ml_scripts_modified
I. 09/15 11:56:41. <Main>: MobiLink server shutting down
I. 09/15 11:56:41. <Main>: MobiLink server undergoing hard shutdown.
I. 09/15 11:56:41. <Main>: All connections and synchronizations being terminated.
I. 09/15 11:56:41. <thread 1.4>: Shutting down
I. 09/15 11:56:41. <thread 1.3>: Shutting down
I. 09/15 11:56:41. <thread 1.2>: Shutting down
I. 09/15 11:56:41. <thread 1.1>: Shutting down
E. 09/15 11:56:42. <thread 1.5>: Error: Unable to read from the 'tcpip' network connection. No error or unknown error.
E. 09/15 11:56:42. <thread 1.5>: Error: This connection will be abandoned due to previous errors
I. 09/15 11:56:42. <thread 1.5>: Synchronization failed
I. 09/15 11:56:42. <thread 1.5>: Shutting down
I. 09/15 11:56:42. <Main>: end_connection <connection> (no script)
I. 09/15 11:56:42. <Main>: COMMIT Transaction: end_connection
I. 09/15 11:56:42. <Main>: Disconnected from consolidated database
I. 09/15 11:56:43. <Main>: Disconnected
I. 09/15 11:56:43. <Main>: MobiLink server finished
-------------------------------------------------
It seems to be some kind of communication error but I don't know what's causing it.
Any help would be very much appreciated!
Thanks.
I have Strange error with a mobilink sync. It is a VB application that sync's with a foxPro tables via from a laptop to workstation via USB. It's just suddenly stopped working with this strange error. (part of the error log below)
Adaptive Server Anywhere MobiLink Version 9.0.2.2451
--------------------------------------------
..........
I. 09/15 11:55:36. <thread 1.1>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.2>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.3>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.4>: Ready to handle requests
I. 09/15 11:55:36. <thread 1.5>: Ready to handle requests
I. 09/15 11:55:47. <thread 1.5>: Working on a request
I. 09/15 11:55:47. <thread 1.5>: Translated SQL:
SELECT last_modified FROM ml_scripts_modified
I. 09/15 11:55:47. <thread 1.5>: ml_scripts_modified last modified at: 2006-07-05 13:21:51.000000
I. 09/15 11:55:47. <thread 1.5>: Translated SQL:
SELECT version_id FROM ml_script_version WHERE name = ?
I. 09/15 11:55:47. <thread 1.5>: ASA synchronization request from: ASA5 (version: default)
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
set temporary option chained = 'ON'
I. 09/15 11:55:47. <1.5> [ASA5]: ODBC isolation set to: Read Committed
I. 09/15 11:55:47. <1.5> [ASA5]: 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. 09/15 11:55:47. <1.5> [ASA5]: begin_connection <connection> (no script)
I. 09/15 11:55:47. <1.5> [ASA5]: COMMIT Transaction: begin_connection
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT hashed_password FROM ml_user WHERE name = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT user_id FROM ml_user WHERE name = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Publication #1: Dansac, subscription id: 47, last download time: 2006-07-05 13:24:02.034000
I. 09/15 11:55:47. <1.5> [ASA5]: Translated SQL:
SELECT progress FROM ml_subscription WHERE user_id = ? AND subscription_id = ?
I. 09/15 11:55:47. <1.5> [ASA5]: Progress offsets for the publications that are explicitly involved in the current synchronization
I. 09/15 11:55:47. <1.5> [ASA5]: Subscription id 47: consolidated progress 0 and remote progress 114270471
I. 09/15 11:55:47. <1.5> [ASA5]: Synchronization failed
I. 09/15 11:55:47. <thread 1.5>: Working on a request
I. 09/15 11:55:47. <thread 1.5>: Cached ODBC statement:
SELECT last_modified FROM ml_scripts_modified
I. 09/15 11:56:41. <Main>: MobiLink server shutting down
I. 09/15 11:56:41. <Main>: MobiLink server undergoing hard shutdown.
I. 09/15 11:56:41. <Main>: All connections and synchronizations being terminated.
I. 09/15 11:56:41. <thread 1.4>: Shutting down
I. 09/15 11:56:41. <thread 1.3>: Shutting down
I. 09/15 11:56:41. <thread 1.2>: Shutting down
I. 09/15 11:56:41. <thread 1.1>: Shutting down
E. 09/15 11:56:42. <thread 1.5>: Error: Unable to read from the 'tcpip' network connection. No error or unknown error.
E. 09/15 11:56:42. <thread 1.5>: Error: This connection will be abandoned due to previous errors
I. 09/15 11:56:42. <thread 1.5>: Synchronization failed
I. 09/15 11:56:42. <thread 1.5>: Shutting down
I. 09/15 11:56:42. <Main>: end_connection <connection> (no script)
I. 09/15 11:56:42. <Main>: COMMIT Transaction: end_connection
I. 09/15 11:56:42. <Main>: Disconnected from consolidated database
I. 09/15 11:56:43. <Main>: Disconnected
I. 09/15 11:56:43. <Main>: MobiLink server finished
-------------------------------------------------
It seems to be some kind of communication error but I don't know what's causing it.
Any help would be very much appreciated!
Thanks.