Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

Hi,

I'm running a .net framework version 4.6.1 application connecting to a ultralite version 17 database. The app is running on a tablet that is running Windows 10 (desktop version, not mobile). This is not a UWP or WinRT app. I am trying to replicate the database online and I keep getting SQLE SYNC INFO INVALID error. I've verified all the required parts are set in the sync object - version, user id, and stream property. I'm not setting any additional properties. My stream parms are: host=myportal.domain.net;/rs17/client/rs.dll/MY.STUFF.17;port=443 (changed to not real values). I am connected to the cellular network.

Also, I know everything is working on the Mobilink side because that server is being used for online replication from a UWP app.

Thanks for any ideas!

Paula

asked 14 Mar '19, 11:43

Paula's gravatar image

Paula
126141521
accept rate: 0%

1

Hi Paula,

Can you see the parameter for that error? It should tell you what field in particular is problematic.

And you are correct, this is a client error and doesn't indicate any problem with Mobilink.

Tim

(14 Mar '19, 19:34) Tim McClements
1

Thanks for info, Tim. I was missing 'url_suffix=' in the stream parameters. I wasn't looking at the stream parameters because I thought the only problems that would cause that error were version, user, and stream type. I guess that includes the stream parameters...I kinda feel dumb now :)

(15 Mar '19, 12:24) Paula
Replies hidden
2

I'm glad you resolved it! :-) I've added an answer for the record.

(15 Mar '19, 12:40) Tim McClements

The parameter for the SQLE_SYNC_INFO_INVALID error indicates which sync-info field is problematic. If there is a basic problem parsing the format of stream-parameters, the error parameter is "stream_parms". Further problems with stream-parameter values themselves are usually diagnosed separately.

permanent link

answered 15 Mar '19, 12:50

Tim%20McClements's gravatar image

Tim McClements
2.0k1830
accept rate: 35%

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:

×60
×14

question asked: 14 Mar '19, 11:43

question was seen: 1,150 times

last updated: 15 Mar '19, 12:50