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
0
votes
1 answer

Connection to sup2.2

I am developing an IOS application, and I need to develop connection interface ( user, password). Pressing the connect button I must synchronize with sup2.2 .I followed many tutorials but I still couldn't connect to server sup2.2
M Merou
  • 13
  • 2
0
votes
2 answers

SUP Personalization Key via Native Android Search button

I'm setting up a simple demo of SUP on android natively but I'm having a few doubts regarding how to use personalization keys. Using the SUP101 sample as a basis (here), I've created a 'state_pk' personalization key to filter customers by state. I'd…
Zed_Blade
  • 1,009
  • 3
  • 18
  • 38
0
votes
4 answers

How to make a screen with listview and table scrollable?

I am new to android.When i am trying to make a screen scrollable, the screen is becoming scrollable but the content is not shown.The screen contains a listview and another tableview.This is the code i am using.
anjaly
  • 518
  • 5
  • 12
0
votes
1 answer

RFC_ERROR_LOGON_FAILURE: Name or password is incorrect

I have created an application with SAP as backend. My application is having following error: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon) while trying for synchronizing with the mbos. I…
anjaly
  • 518
  • 5
  • 12
0
votes
1 answer

Sync failed:-857 The remote database identified by remote ID '%1' is already synchronizing or the database connection is unusable:

I am working with iOS native application in iOS using objective C and SUP as middleware .I am using the same provisioning profile for two fifferent application to run in iPAD. My application was working well before . But now when I try to run it is…
iOSiOS
  • 214
  • 2
  • 5
  • 10
0
votes
1 answer

Personalization key not working SUP Native iOS

This is my code and i want to get the ACCOUNT list by using date as my personalization key. AC_FLOWPersonalizationParameters *pp=[AC_FLOWAC_FLOWDB getPersonalizationParameters]; NSDate *date=@"2013-03-09"; pp.PO_DATE_PK=date; [pp…
DineshKumar
  • 1,641
  • 15
  • 13
0
votes
1 answer

In Sybase SUP, do you have suggestions for non-example startup?

All, Maybe I'm thinking too much about this. All of the examples I have seen seem to cover starting a (iOS) native App from the AppDelegate. I'm not excited about this, but I can't get around it so that it feels more comfortable. Are you doing…
Paul
  • 316
  • 2
  • 12
0
votes
4 answers

Significance of -ObjC value in Other Linker Flags: GMaps SDK

I was trying out google maps sdk integration with iOS 6.1. I am successfully able to populate gmap on iOS simulator by using instructions given on GMaps for iOS starting guide Then what the issue with it: It works great when I use it as a separate…
turtle
  • 928
  • 1
  • 11
  • 23
0
votes
2 answers

Optional Input Values in SUP Personalization Parameters(iOS)

I am creating an iPhone application with SUP. I am using SAP as my datasource.In my MBO s I created some personalization parameters not any synchronization parameters.Some of them are optional inputs.For eg I have an MBO for approving purchase…
Joemon
  • 23
  • 3
0
votes
2 answers

Failed to deploy an application into device like iPad-Linker command failed with Exit code 1

I am a beginner in native application.I am developing applications using Objective C as front end , SUP as middleware and SAP as backend.I have a valid provisioning certificate with a valid bundle identifier.I tried deploying one of my simple…
iOSiOS
  • 214
  • 2
  • 5
  • 10
0
votes
1 answer

submitPending operation issues in SUP 2.1.3

Hi community experts, I am developing an iOS application by referring sybase 2.1.3 documentation. In background i am connecting an iOS device using a native app based on SUP object API's to connect to SUP and SUP connects to SAP backend. The…
AJG
  • 31
  • 6
0
votes
2 answers

to insert data using Objective C and SUP 2.1.3. backend

I am working with Xcode using Objective C and SUP 2.1.3 backend. I want to insert some data. For that I have used create command. [createReq setCUST_ID:instBaseS.CUST_ID]; [createReq setCust_Name:custName.text]; [createReq…
iOSiOS
  • 214
  • 2
  • 5
  • 10
0
votes
2 answers

App Building on Simulator not on Device: XCode

I am developing a SUP based iOS application. I went a way through running the application on simulator, and never tested it on device. There is a folder Library, this is a static library that supports debugging and running application on simulator…
turtle
  • 928
  • 1
  • 11
  • 23
0
votes
2 answers

SUP 2.1.3 - iOS native application - exception is in createCore

I am developing an iOS app using Sybase Unwired Platform 2.1 ESD 3. I am getting this error before save the Synchronization Parameters: Terminating app due to uncaught exception 'SUPPersistenceException', reason: 'exception is in createCore: Illegal…
javiazo
  • 1,892
  • 4
  • 26
  • 41
0
votes
1 answer

Synchronizing issues of MBO in SUP 2.1.3

I am trying to run an iOS application which is migrated from SUP2.1.2 to SUP2.1.3. An application is working fine with device registration and connection, but the problem arises when i try to synchronize 3 MBO synchronization group. The…
AJG
  • 31
  • 6