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 for iOS SQLite Encryption alogrithm

Can anyone tell me what is the encryption algorithm used by SUP on iOS to encrypt the underlying database ? Does it rely on SQLite EE (Encryption extension), and if so which of the 4 algorithm available is used ? My guess is some sort of AES, but…
ikarius
  • 513
  • 6
  • 10
1
vote
1 answer

Sybase SUPQuery testcriteria issue [iOS]

I'm developing an iPad app that shows activities in a calendar and I have 2 related MBOs with this activities. I am able to get the result set via query + join. But I am not able to get a "where" query using a testcriteria sentence. The query is OK…
javiazo
  • 1,892
  • 4
  • 26
  • 41
0
votes
1 answer

Deploying web application in SUP2.0

I have deployed my web application in the folder C:\Sybase\UnwiredPlatform\Servers\UnwiredServer\deploy\webapps of SUP server. I have stoped and restarted the server. But it is not working. i have also checked the server error log file it is not…
0
votes
1 answer

Mac Xcode build failure issue when deploying application physical iPad device

I am using Xcode 4 version, and I have deployed SUP sample project developed for iOS platform in Xcode. All the configurations I had done for running the application. The project was successfully built and run in iPhone & iPad simulators. When I am…
TKV
  • 2,533
  • 11
  • 43
  • 56
0
votes
1 answer

Blackberry: Sybase(SUP): LoginToSync: register callback

I'm new to Blackberry and Sybase and I must admit that I'm really hating the lack of info for both... trying to write a plugin that will allow me to connect and login to my sybase. I'm currently blocked by this line…
Jason Rogers
  • 19,194
  • 27
  • 79
  • 112
0
votes
1 answer

SUP101: blackberry works on simulator but not device

I'm having a problem with getting the tutorial to work on the device it works fine in the simulator, but when I try to run it on the device it doesn't work. I put some logs and it seems to come from the login function ===JASONROGERS292C 2480…
Jason Rogers
  • 19,194
  • 27
  • 79
  • 112
0
votes
2 answers

SUP101: blackberry

I've been following the SUP101 tutorial for both IPhone and Blackberry. http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01208.0152/doc/html/vhu1236620712162.html I managed to make both work. But, when I tried to launch…
Jason Rogers
  • 19,194
  • 27
  • 79
  • 112
0
votes
1 answer

How to format half size with tag?

Below is a function for joining words. Given the first or last word could be a string like 7 1/2, how would I ensure that; if the word contains a fraction, format the fraction with (superscript) tags.. so it shows nicely like below? export const…
lache
  • 608
  • 2
  • 12
  • 29
0
votes
1 answer

How to add a subscript symbol in Vue.js

I want to add this ® subscript symbol after SAP. How can I do it? { number: '02', title: 'Multiple Automation Agents ', descriptionTwo: [ 'Achieve 100% savings on infra scaling & Additional SOX Cost', 'Eliminate GUI based…
0
votes
1 answer

MBO ResultSet Filters - JDBC Driver

I am attempting to combine two disparate data sources into one MBO. The sybase documentation states that you have to develop a custom result set filter in java. Ok. No big deal. I am somewhat familiar with JDBC Rowsets so I think I can probably…
janarde
  • 115
  • 9
0
votes
1 answer

Unhandled exceptions in iOS generated code

I am attempting to simply test some of the objective-c API but I am having some issues with unhandled exceptions in the generated code created by SUP. I have set up a simple test with the following code: +(void)testPersonalizationKeys { …
janarde
  • 115
  • 9
0
votes
1 answer

Blackberry application in SUP 2.0

I am developing a blackberry application in SUP 2.0, in which I need to fetch data from SAP ECC 6.0 based on two input values on the devices. For this I had created two synchronization parameters and mapped the synchronization parameters to the load…
Rinzy
  • 11
  • 4
0
votes
2 answers

Upgrading SUP 1.5.5 to SUP 2.0

I am currently using SUP 1.5.5 Personal Developer Edition which I got by upgrading SUP 1.5.2. Now I want to upgrade my SUP 1.5.5 to SUP 2.0. From Sybase Online help tutorials, I came to know that from 1.5.5 we can directly upgrade to 2.0 by running…
Rinzy
  • 11
  • 4
0
votes
1 answer

Sybase connectivity with iphone

I am developing sample app for iPad in which I am trying to pull data from SUP.I followed all the steps given in document "Developer Reference for iOS Sybase Unwired Platform 1.5.5 (sup_devref_iOS.pdf)" but still I am getting error Xcode could not…
Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243
0
votes
1 answer

Styling the tag

I was wondering if there's way to style the superscript tag without effecting the whole paragraph. so for example here what I'm trying to do is to remove the underline from the superscripts without removing it from the link title itself. I was able…
user3905032