| Stevenson Stewart 2005-08-05, 11:23 am |
| Phillppe,
I am attempting to synchronize an UltraLite database containing a single
table with an SQL Server 2000 database using the UltraLite.NET component.
I've used the indicated parameters in my sample application. I compiled and
deployed the application to a pocketPc device. The application loads.
However, when start the sync, it returns the following error:
" A managed ULException occurred at application::Run+0xf
" Information for synchronization is incomplete or invalid, check' -n/a
Which leaves me with the following questions:
1. I know the mobilink server must be running. Is the mobilink server
compiled into the UltraLite.NET component? and if yes, is it automatically
launched? If not, is there a component that must be added to the system?
2. I assume the answer to the above is no, because the server should be
running on the system that is hosting the consolidated database. If that is
the case, I am having difficulty getting the mobilink server to start on my
test host. I am running the command line executable with the following
parameters:
dbmlsrv9 -c "dsn=sampleapp" [-za -zu+] -x tcpip
(The brackets indicate optional parameters sometimes included.)
The following Mobililnk Error Message is Generated:
E. 08/05 10:52:18. <Main>: Error: [-10002] ODBC: [Microsoft][ODBC SQL Server
Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated
with a trusted SQL Server connection. (ODBC State = 28000, Native error code
= 18452)
Note the Following:
An ODBC connection is configured in the ODBC Data Source.
To the best of my ability, using the UltraLite Schema Painter, the
publication and synchronization have been created.
|