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
1
vote
1 answer

SUP Error: 571 Detail: Session failed Source: in iOS

im developing ios native application using sup 2.1.3 (SUP server). but i'm getting below error while registering the device in sybase control center .I have searched for this but i didn't get any solutions..can any one help me how to solve this? My…
ggg_1120
  • 398
  • 2
  • 19
1
vote
1 answer

SUP error while sending date parameter to server

I am developing an iOS app using Sybase Unwired Platform 2.1.3 I am getting error while sending date parameter to database. Here is my code, @try { SUP105Sales_order *insertRow =[[SUP105Sales_order alloc]init]; int32_t idValue =2671; …
ggg_1120
  • 398
  • 2
  • 19
1
vote
1 answer

how to integrate hybrid app into ios native app?

I have a requirement like integrate hybrid app into ios application? Is it possible or not? Currently iOS application accessing SUP server as middileware and downloading the hibrid app. Now i want to change as look and feel like native. How to…
simbesi.com
  • 1,539
  • 3
  • 17
  • 27
1
vote
2 answers

Using mutiple users in an android SUP app

Is it possible to use multiple users in an android app based on SUP (Sybase Unwired Platform 2.1.2)? I have an android app which is installed on devices (logistics) which are shared by multiple users. When I register a device, it is bound to a…
1
vote
1 answer

How to receive Push notification from sup(2.1.3)

As per the sybase documentation in the following link http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01205.0211/doc/html/aba1258735405889.html have uploaded the .p12 development certificate in SCC Then push enabled RFC…
Priya
  • 25
  • 4
1
vote
1 answer

Deleted Items are Synchronising

I am using SUP 2.1.3 I've spent the last few hours trying to figure out why any item I delete is being Synchronized with the SUP Cache. It seems the only way to delete an instance of an MBO you create is to call CancelPending(). I've read the…
CStreel
  • 2,642
  • 2
  • 19
  • 37
1
vote
1 answer

SUP Searching data between two dates

I am creating an iPhone application using Sybase unwired platform.In my application I have a screen to search purchase orders according to 'From' and 'To' dates,purchase order number and username.Username is inputing implicitly.If I give username…
Joemon
  • 23
  • 3
1
vote
1 answer

Sybase Synchronization Group in iPhone

I am using Sybase Unwired Platform in my iPhone application.I created MBO 's using SAP functional modules.I am following the iOS developer guide 2.1 ESD #3 to creating my application.I have some Synchronization groups in my SUP server.I need to…
Joemon
  • 23
  • 3
1
vote
0 answers

Sybase SUP,(2.1.3) using SAP RFC/BAPI, how to know when call results are available?

Scenario: I am calling a SAP RFC from my MBO (as an OTHER). The call makes updates to the database that I need to get back onto my device. The call works correctly, eventually. What mechanism can I use to let me know when the results are…
Paul
  • 316
  • 2
  • 12
1
vote
2 answers

how to resolve SUP server time out error?

While connecting to sup server from ios code i am getting this error "Terminating app due to uncaught exception 'SUPApplicationTimeoutException', reason: 'registration took longer then @i'" please some one help me out on this.
IOS Rocks
  • 2,127
  • 2
  • 21
  • 24
1
vote
0 answers

Sybase Unwired Platform (SUP) Authentication with SAP

I have few queries in authenticating SUP user against SAP. Please assume that we don’t have SSO in our SAP landscape. a) I use Basic HTTP authentication to authenticate the user against the SAP System. I use the URL…
1
vote
0 answers

Register CallBackHandler IOS application,SUP,Xcode

we are following the steps mentioned in the infocentersybase. we need to register a cal back to retrive the information.ie, the following step **To configure an application to synchronize and retrieve MBO data you must start the client engine,…
1
vote
1 answer

Remove an application connection from SUP server when the application uninstalls from an android Device

I am developing an application for Android using SUP 2.1.3. While initialization the application will be registered in the server and makes a connection between the server and the device. Now this registered connection has to be removed when the…
Anu
  • 1,884
  • 14
  • 30
1
vote
1 answer

httpclient.execute error: java.lang.reflect.InvocationTargetException

I am working on an SUP MBO project. I am trying to use a Result Set Filter to customize my MBO. In that class, I need http get something and customize the MBO rows based on the feedback. I use MobileSDK of SUP2.1.2 and try preview the resultset. I…
Leon
  • 11
  • 4
1
vote
1 answer

How to acess data from a MBO created from SAP using SUP

i have been trying to use the generated Android code for a deployed MBO from a native android application. the step followed is as follows : MBO created using a SAP BAPI ( BAPI_FLIGHT_GETLIST) deployed it into the unwired server generated the…
Atmaram
  • 3,655
  • 2
  • 27
  • 33