Questions tagged [sup]

SUP stands for Sybase/SAP Unwired Platform. Use sap-smp tag if using version 3.0 or newer.

SUP - the Sybase Unwired Platform - is a development environment and a runtime platform to assist developers in building applications for mobile devices.

SAP's primary strength is that it provides both online and offline support for mobile applications, using an underlying DB replication system to keep synchronized copies of data on the mobile device.

The software has a developer component (written inside of Eclipse) and a runtime component for either Windows or UNIX systems.

Sybase was acquired by SAP, Inc. in August of 2011, as of version 3.0, the name has changed to SAP Mobile Platform. SAP is now using this software as the base for it's mobile development efforts, and has incorporated support for accessing SAP databases.

There is more information on the Sybase/SAP web site, and additional developer resources can be found on the SAP Community Network.

113 questions
2
votes
0 answers

Issue with unregistering and registering to a different server

I've encountered an issue with registration and unregistering in my app. For Development purposes we have 3 instances of SUP. The following scenario causes ErrorCode 568; Create database & register with UAT Server (Success) Perform an Initial Sync…
CStreel
  • 2,642
  • 2
  • 19
  • 37
2
votes
1 answer

How to Build Xcode build with Maven plugin

I'm trying to build Xcode app with maven plugin, I wrote pom.xml as shown in below
Ravi
  • 888
  • 6
  • 24
2
votes
1 answer

UltraLiteJ Error[-1305]: MobiLink communication error -- code: 201, parameter: 128, system code: 0 Error

I am getting UltraLiteJ Error[-1305]: MobiLink communication error -- code: 201, parameter: 128, system code: 0 error while synchronizing with SUP server some time synchronization takes place but most of the time i am getting this error.. please…
DCoder
  • 3,486
  • 7
  • 36
  • 68
2
votes
1 answer

How to integrate Relay server in a working SUP Android project?

I am a pure Android developer and don't know anything about Sybase Unwired Platform and Relay Server. I have a working SUP based project('m not one who develop it). I need to integrate Relay server in between SUP and Mobile. The Relay Server is…
ASP
  • 1,974
  • 3
  • 18
  • 30
2
votes
2 answers

To transfer a .ipa file into iPad by using windows machine

I am very much new to iOS development.I am working in native iOS development with Objective C as front end and SUP 2.1.3 as backend.I have successfully deployed an application in iPad by connecting it to MAC machine.(I am having a valid…
iOSiOS
  • 214
  • 2
  • 5
  • 10
2
votes
2 answers

Android platform not supported in SUP

I want to build a native application using Android, but when I try to "Generate Code" in SUP, I can't find Android platform in the choices. Can someone please help me ? In the SUP installation, I selected the "Evaluation License (30 days trial)".…
eman
  • 41
  • 1
  • 3
2
votes
1 answer

Connect iOS App SAP-SUP through Relay Server

I´m trying to connect to SAP-SUP trough a relay server and I followed the How-To: Transitioning Existing Object API Applications to Mobile SDK 2.1 ESD #3 I registered with success the application but I can´t synchronize. I keep getting the error 216…
bruno
  • 2,154
  • 5
  • 39
  • 64
1
vote
2 answers

Can a custom XSLT definition handle a SOAP response that returns an Array of Objects when defining an MBO?

I seem to have run into a limitation in SUP regarding its ability to handle a SOAP response containing a list of objects and I am wondering if it would be possible to write a custom XSLT to handle this. I am trying to make a call into Jira via the…
janarde
  • 115
  • 9
1
vote
1 answer

Failed to run an application into Simulator like iPhone-Linker command failed with Exit code 1

I am developing applications using Objective C as front end , SUP as middleware and SAP as backend Undefined symbols for architecture i386: "_OBJC_CLASS_$_MBOLogger", referenced from: objc-class-ref in CallbackHandler.o objc-class-ref…
Ritika
  • 593
  • 1
  • 8
  • 21
1
vote
0 answers

BAPI gets called multiple times in Android SUP application Async Task

I am new to SUP Mobility . I have a MBO created for Image uploading in SUP Sybase and I call it via thread in android code inside a Async task call. But , it so happens that the BAPI is getting called multiple times at backend . Kindly suggest .
Project Android
  • 575
  • 4
  • 16
1
vote
1 answer

how to get the synchronizationGroup names in SUP 2.2?

Im using SUP2.2 SP06 version. My question is how to get the synchronizationGroup names in iOS ??? I found some methods in generated DB class. Which one I have to use it and how ??
1
vote
1 answer

How to make sure whether my static library works fine

We are developing a Xamarin iOS application by making use of SUP MBOs. We have generated the code in Objective C and in order to access it from C# code base(Xamarin), this generated code should be bundled as a static library (.a file) with some SUP…
Anupam
  • 555
  • 1
  • 5
  • 14
1
vote
0 answers

Sybase SMP 2.3.4 synchronization error x86 processor (SG Tab 3 10.1)

I am developing a hybrid application that connects to Sybase through a WebView. When the application is synchronized for the first time there is no problem. Everything is correct. It is the second time that it causes a "FATAL ERROR SIGNAL 11".…
Modus
  • 21
  • 2
1
vote
1 answer

Unable to connect to SMP 2.3 via Relay Server - iOS App

I am getting Error code 516 while synchronizing data in iOS app from SMP 2.3. The device gets registered and then the app does not move forward to home screen. The log file shows following error in Xcode : SUPConnectionStatus_DISCONNECTED, code =…
abhhab
  • 253
  • 2
  • 6
  • 22
1
vote
1 answer

How to solve MobiLink server has encountered an error and the synchro in SUP android

I am developing android application using SUP. Application is registered on SCC and initially sync to SUP server but when I synchronize("test") particular synchronization group it will gives me below…
Nitish Patel
  • 1,026
  • 2
  • 19
  • 36