on 2013 Feb 27 2:01 AM
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?
Request clarification before answering.
'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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.