Hello,

I am running an ultralite database version 16 build 2043 on a Windows mobile (version 6.5) handheld. It is replicating to a mobilink server of the same version/build. I'm using .NET 3.5 compact framework.

I have 2 problem scenarios since Windows mobile does not persist the data connection automatically:

1 - the cellular is disconnect: I have to set the network_name parameter in the stream parameters for replication. This forces the cellular connection to dial but immediately fails replication.

2 - the cellular is connected: If the network_name parameter is defined in the stream parameters in this instance, replication fails.

If replication is attempted after the cellular connection is made, replication is successful.

My question is why? Is there a parameter I'm missing in the first scenario that tells the engine to wait until the connection is made? Why would replication fail in the second scenario?

Thank you in advance for any information, feedback or suggestions!

Paula

asked 11 May '15, 08:43

Paula's gravatar image

Paula
126141521
accept rate: 0%


There had been an issue in some MobiLink synchronization environments where the dial-up network would not establish a connection within a reasonable time and the client would timeout the connection attempt. If you are running a version prior to 16.0.0.1873, you should update the client to at least that version. The server was impacted by this issue and should not need to be updated.

If you are running a newer version that has this change, you may need to work with technical support to isolate this issue.

permanent link

answered 11 May '15, 09:50

Chris%20Keating's gravatar image

Chris Keating
7.8k49128
accept rate: 32%

Thanks for the response! I'm running 16.0.0.2043 so I'll open an issue with tech support.

(11 May '15, 10:30) Paula
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×14

question asked: 11 May '15, 08:43

question was seen: 1,391 times

last updated: 11 May '15, 10:30