Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

When connecting to the SUP Server 2.1.1 from the Android emulator the application registers but fails on the synchronization with the following error message:

com.sybase.persistence.SynchronizeException: com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-1305]: MobiLink communication error -- code: 63, parameter: , system code: 110Details: StreamErrorCode = 63 StreamErrorMessage = null

The same source code works on an actual device, so I'm assuming I am missing config on the emulator?

asked 27 Feb '13, 02:01

D_W's gravatar image

D_W
1111
accept rate: 0%

edited 15 Mar '13, 19:55

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


'Code 63' is 'Unable to connect a socket' so check for general device network connectivity, you have the correct SUP server hostname/port configured, there are no firewalls blocking you, etc.

Note that all Android applications require that the AndroidMainfest.xml must also contain the permission: <uses-permission android:name="android.permission.INTERNET" /> in order to use network communications.


Since this is SUP, this may be a question you will need to re-ask on the SAP Mobile Platform Discussions on the SAP Community Network (SCN).

permanent link

answered 27 Feb '13, 09:28

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

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:

×84
×79
×72
×5

question asked: 27 Feb '13, 02:01

question was seen: 2,997 times

last updated: 15 Mar '13, 19:55