Using Data Services (AMF) with Android

Hello,
I'm working on Android application which needs to invoke existing AMF service.
I've read the following post:
Creating an Android application that invokes Data Services
...which states that you need flex-messaging-client-android.jar as part of your build to be able to use Data Services.
This took me to the following post:
Create a Data Services application for the Experience Server that returns data
From there I managed to set up Expesience Server and connect to the Packages, but nowhere can I find the "dataservices-sdk-pkg.zip" which is suppose to contain the flex-messaging-client-android.jar. All I can find is "dataservices-pkg.zip" which does not have "flex-messaging-client-android.jar", but has bunch of other JARs. I've also spend reasnoble amount of time seraching through Package Share, but no luck.
I've also Googled and read through all other posts relaetd to this topic and none of them seem to lead to success
So my question is:
when connecting Android application to AMF backend, do we still need to use the "flex-messaging-client-android.jar" or is there a new JAR that has replased this?
If "flex-messaging-client-android.jar" needs to be used, could you help me find it.
Thanks

Found it...
In the Package Share found the following package: es-sdk-pkg
Downleaded that, then saved to local drive, then unzip.
In "es-sdk-pkg" package you can find "dataservices-sdk-pkg" in the following location:
...\jcr_root\etc\packages\adobe\aep\platform\sdk
Unzip "dataservices-sdk-pkg" and the "flex-messaging-client-android.jar" is in the following location:
...\jcr_root\etc\aep\sdks\riaservices\dataservices\4.5.1\android
Hope this helps someone else.

Similar Messages

  • Using Data Services WSDL with Visual Studio 2008

    I am attempting to use the Data Services XI 3.1 WSDL (I think this Data Integrator v 12.1) in Visual Studio 2008 and I am having some difficulty.
    I am getting the wsdl from the following location: http://devserver:28080/DataServices/servlet/webservices?ver2.0&wsdlxml
    When I attempt to add the web reference to a project all look fine, I see a display of all the methods and their parameter description, etc. but when the add is complete it appears to be unusable. Attempting to instanciate the web service and call the methods results in unreconizable data types. The web service does not show up in Intellisense as a reconizable class, etc.
    Am I doing something wrong?
    Any help would be appreciated.
    Thanks.

    try adding a "Service Reference..."
    In the add Service Reference panel, click Advanced and then select Add Web Reference.  Enter the url to the WSDL and see if this works.
    If this continues to fail, try replacing 2.0 with 1.1 on your URL
    ie:   /webservices?ver1.1&wsdlxml
    if that still fails, past the URL in a browser and see if there are any error messages in the <documentation> tags.
    if you are still having issues, try posting to:
    Expert Forums --> Business Objects --> Enterprise Information Management
    Dan

  • Data services connectivity with Oracle 8i database

    Query 1:
    We are using Data services XI R3 for pulling data from Oracle 8i data soure to Oracle 10g target.
    Our repository is also a 10g database.
    We created a datastore for 8i source and tried to import the table.
    Below is the error that we get when try to import the table:
    Error: Cannot import metadata.
    Oracle <....> error message for operation <OCIStmtExecute> : <ORA-00904: Invalid column name>..(BODI-1112338)
    While creating datastore, we entered database type as Oracle.
    We were able to import the table with same 8i source , target and repository of 10g version by using Data Integrator XI R2 tool but when we try the same thing with Data services, we are getting this error.
    Any other alternative other than using System DSN?
    Query 2:
    Also,is there any performance impact if we use ODBC System DSN name as the data source instead of Oracle while creating data store in Data services XI R3?
    We have used DSN since we were not able to import table from Oracle 7 and 8i databases(source) into repository (Oracle 10g) if we give Oracle as the data source. Target database is also Oracle 10g database.
    Edited by: Amardeep Pandey on Jun 26, 2009 8:51 AM

    the following issue is fixed in XI 3.2, you will be able to import the tables, but Oracle 8i and 7 are not supported oracle datastore versions, you will have to select oracle 9i in the datastore
    Oracle <....> error message for operation <OCIStmtExecute> : <ORA-00904: Invalid column name>..(BODI-1112338)
    no there is no other alternate than using ODBC

  • Extract data from ECC to Oracle using Data Services 4.0

    How to extract data from ecc6.0 Business content extractors  to oracle using sap bo data services 4.0

    Are you trying to use the SAP BW Business Content to extract data out of ECC and load into Oracle tables with Data Services? If that's the case, then you cannot do that. The SAP BW Business Content was developed to only be used in conjunction with SAP BW. When using Data Services to access the extractors in ECC, it has to have an SAP BW InfoPackage associated with it to execute. In this architecture, Data Services is only a pass through from ECC to BW and allows the ability to do some transformations of data prior to loading into the EDW layer (staging tables basically) on SAP BW.
    To connect ECC to Oracle, you're going to have to have all of the SAP BusinessObjects supplied Function Modules loaded onto ECC, along with a non-dialog logon account that has the ability to pass dynamic ABAP programs, generate the programs and schedule them. Depending on how you want to process the output, you may also have to have the ability to write to files on the ECC application servers and have an FTP account created on the application servers that can GET flat files and potentially DELETE them (you're going to need to delete periodically, otherwise your jobs will crash when the file space allocation has been consumed).

  • Error while loading data into BW (BW as Target) using Data Services

    Hello,
    I'm trying to extract data from SQL Server 2012 and load into BW 7.3 using Data Services. Data Services shows that the job is finished successfully. But, when I go into BW, I'm seeing the below / attached error.
    Error while accessing repository Violation of PRIMARY KEY constraint 'PK__AL_BW_RE_
    Please let me know what this means and  how to fix this. Not sure if I gave the sufficient information. Please let me know if you need any other information.
    Thanks
    Pradeep

    Hi Pradeep,
    Regarding your query please refer below SCN thread for the same issue:
    SCN Thread:
    FIM10 to BW 73- Violation of PRIMARY KEY -table AL_BW_REQUEST
    Error in loading data from BOFC to BW using FIM 10.0
    Thanks,
    Daya

  • Push Data in SAP Tables using Data Services

    Hi
    Lets suppose that I have used Data Services 4.0 to pull data from KNA1 table , and loaded into the MDM where data cleansing , enrichment and deduplication has been done, and then MDM writes to a file.
    How can Data Services then push the cleansed data back into the SAP table ( KNA1) ? [or it cannot be done due to multiple reasons ]
    Rishi

    Hi
    To update an SAP table, import the metadata for the relevant BAPI or IDoc and call it via a query transform.
    M

  • Extract data from a BW 7.0 cube to a SQL DB using Data Services XI

    Hi Gurus,
    We are trying to extract data from a BW 7.0 cube to a SQL DB using Data Services XI, the issue is that we can not read text without making "joins" between SID in the fact table and the master data tables. Do you know if it is posible to read text in a natural way?
    Best Regards

    Thanks Wondewossen,
    As you know, the DataStores (Data Services) provide access to:
    1.-Tables
    2.-Functions
    3.-IDOCs
    4.-Open Hub Tables
    We are trying to extract data using the first one (Tables), not using Open Hub.
    Best Regardas

  • Unable to support application while using data services

    I have a curve9220
    all time good product
    but unable to use any application while using data services 
    but i can browes from explore. 

    Yes, if you want to use them on mobile network you must have a BB data plan.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • I want to use data service,Idon't know how to download it

    I want to use data service,Idon't know how to download it,if you have data service please send me thanks a lot!

    Hello Long,
    you can download it here:
    http://service.sap.com/bosap-support
    (around middle of the screen:) “Browse Analytics Downloads: Installations, Upgrades and Support Packages”
    (on top of the page:) “Installation and Upgrade”
    SAP Data Services.
    Regards,
    Laszlo
    Message was edited by: Laszlo Badovszky

  • Cannot view Master Data Services Models with Excel Add-In, using MSSQServer 2014 Trial and Excel 2010 (non-trial)

    I'm using using MSSQServer 2014 Trial with Master Data Services installed. I have connected to the MDS server with the Excel 2010 MDS Add-In. 
    Models are not listed in the Add-In's Explorer browser. When I open the MDS server with IE, no models are listed either.
    I can view them locally on the server in IE.
    There are no remote DB access issues.
    Is it just that the 2014 Trial version does not supply this info remotely??

    Was a Model Permission issue. Fixed here: http://technet.microsoft.com/en-us/library/ff487055.aspx
    Would be good if the interface would show some kind of alert to that fact.

  • Using the new Data/Services generation with server push

    Have moved my Flex/BlazeDS app (which uses Blaze AMFChannel for request/response messages and StreamingAMFChannel for server push messaging) from Flex Builder 3 to Flash Builder 4. The new Data/Services works fine to generate service classes and value objects for the request/response messages, question is can it provide any help setting up a messaging consumer and value objects for the pushed data?
    rick holland

    I am so sorry - I meant AirPort Express - not extreme - but it's moot since I missed the point of your post - you want two outputs - and one to not be digital.
    For what it's worth - I still think the express might be your best bet.
    http://www.apple.com/airportexpress/airtunes.html
    It has combined digital/analog out - you plug in one and it switches the output depending on which connection is inserted. I would expect a very short wait until everything accepts digital input - expecially for people who want good sound quality. If you have to go digital to analog outside of the receiver/amp (where it really belongs) - why not let it be the express sitting right next to where you want the second "receiver" to be...

  • ORA-00054 error when loading Oracle table using Data Services

    Hello,
    we are facing ORA-00054 error when loading Oracle table using BO Data services
    (Oracle 10g database, BODS Xi 3.2 SP3)
    Test Job performs
    1- truncate table
    2- load table (tested in standard and bulk load modes)
    Scenario when issue happens is:
    1- Run loading Job
    2- Job end in error for any Oracle data base error
    3- When re-running the same Job, Job fails with following error
         ORA-00054: resource busy and acquire with NOWAIT specified
    It seems after first failure, Oracle session for loading the table stays active and locks the table.
    To be able to rerun the Job, we are forced need to kill Oracle session manually to be able to run the Job again.
    Expected behaviour would be : on error rollback modifications made on table and BODS stops Oracle session in a clean way.
    Can somebody tell me / or point me to any BODS best practice about Oracle error handling to prevent such case?
    Thanks in advance
    Paul-Marie

    the ora-0054 can occure depending how the job failed before. If this occures you will need the DBA to release the lock on the table in question
    Or
           AL_Engine.exe on The server it creates the Lock. Need to Kill Them. Or stop it..
    This Problem Occurs when we select The Bulkloading Option in orclae  We also faced the same issue,Our admin has Killed the session. Then everything alright.

  • How to perform merge operation using Data services designer?

    I am new here and new to Data Services Desinger as well.
    And currently, I want to do a merge operation using query transform or table comparison transform. But sadly, neither one of them is giving me what I want.
    So, wonder if you could help clarify if either one of them could achieve MERGE operation between and source and target tables?
    if positive, then how?
    PS:
    by MERGE, i mean, if data exists in target table, then only do update, else, do insert. same with the standard MERGE operation of oracle.
    If you need any more info, let me know!
    Thanks in advance.

    You can do this.
    You don't need the Tabe_Comparison transform actually.
    Just query the data you need and output the flow from your query to your target table.
    Then, you'll have to check the "Auto correct load" option: this will insert new lines and updates old ones. One checked, you can ckeck the "Auto correct load" checkbox.
    By default, BODS will know a line already exists based uppon the primary key columns of your target table. If you want to change the columns used to determine if a line should be inserted or updated, use the "Use input key" checkbox (and define some PK column in your query).
    Hope this helps
    Guillaume

  • Problem to use data services on different telco device

    Dear Readers,
    I've bought a used BlackBerry Curve 8900 of telco Starhub Limited (Singapore).
    I found the trackball faulty & managed to get a replacement set from Starhub as it is
    still under warranty.
    The new device carry the following PIN & IMEI.
    PIN : [removed personal information]
    IMEI : [removed personal information]
    I brought it back to my own country (Malaysia) & use it with my current Telco, Maxis.
    I'm able to make/receive calls & send/receive sms.
    Then I went along to register this device to use my telco (Maxis) BIS service.
    I managed to register this device to my telco BIS but however I wasn't able to use
    any data services at all ie. emails, browsers, applications & even wifi.
    My device only shows upper case GSM network on its screen & no gprs or edge.
    Throubleshoot cames & I found there are entries in the device host routing table.
    Whenever I try to register the entries this error will appear.
    "Registration message queued. It will be sent once data coverage is available"  
    I called my Telco many times on this problem & hasn't got a clue what is going on
    Their BlackBerry technical assitance also spoke the same tone. 
    For trial & error I went to purchase a Starhub sim & activate this device with Starhub prepaid
    BlackBerry service & to my surprised the data services came alive!!
    The device is showing upper case GPRS on its screen & I'm able to use all the data services.
    Thinking that this device PIN might be hooked to Starhub wireless network I called them up to release it.
    I got a big shock when they told me that this device PIN wasn't hooked to their BIS service.
    Not giving up I went back & try to register this device with my Telco (Maxis) BIS service again & this error came.
    "The information you have provided is not valid for this service provider"
    I got so upset & has been losing sleep as both telco are unable to tell me what is the problem.
    I'm paying for a unlimited BIS plan with my Telco (Maxis) & unable to use any data services.
    Went off to spend my Christmas losing sleep!!!
    Can anyone out there tell me what is going on??
    I would also be very grateful is someone is knowledgeable enough to guide me how to hook
    this device with my Telco (Maxis) BIS & use all the data functions.
    Lastly not forgetting I wished all readers a belated Christmas.

    Dear Readers,
    I've got my BlackBerry alive & kicking!
    For the benificial of all, I will post what I did here.
    First of all I called up Starhub to cancel off my prepaid BlackBerry
    service with them.
    From the information given by Starhub I figured out that my device
    is hooked on Maxis BIS but working on Starhub data network.
    I've called up Maxis & ask them to release my PIN then reset my BIS account.
    They told me to do a hard reset (battery & sim off) for 10 minutes.
    When I turned it on after 10 minutes, to my surprised upper case GPRS appeared.
    From my own analysis these few days the only clue I for the cause of this is
    probably I register my BIS too early even before the data service is activated.
    Other that this I can't think of any possibilty.
    Welcome all to share their view here.

  • Loading standard R/3 Hierarchy in BO Database Table using Data Services

    Hello,
    i'm trying to load Cost Center Hierarchy from R/3 to BO database table using SAP BO Dataservices 4.0
    i have replicated the Data Flow and Abap Data Flow explained in SAP documentatio (SAP BusinessObjects Data Services 4-0 SP1 Supplement for SAP) and http://wiki.sdn.sap.com/wiki/display/BOBJ/ReadingR3Hierarchies
    but it doesn't work
    i get errors like:
    [Merge:Merge]
    Length <64> for Tran Merge input ABAP_DF_Hierarchy_Leaf_Values column <PARENT_DESC> does not match the length <30> of Tran Merge input ABAP_DF_Hierarchy_Extraction column <PARENT_ID>. The matching columns of Merge transform must have the same data type length. (BODI-1111062)
    [Merge:Merge]
    Length <30> for Tran Merge input ABAP_DF_Hierarchy_Extraction column <PARENT_ID> does not match the length <64> of Transform Merge output column <PARENT_DESC>. The matching columns of Merge transform must have the same data type length. (BODI-1111062)
    thanks for your support
    Bilal

    It appears that the structures of the two Data Transports going into the Merge Transform don't have the columns in the same order. One of the Data Transports has PARENT_DESC listed before PARENT_ID and the other Data Transport has PARENT_ID before PARENT_DESC.
    Basically, you need to change the order of the columns in one of the Data Transports so that it structurally matches the other Data Transport that it's being merged (UNIONed) with.

Maybe you are looking for

  • Duplicate font in PDF causes prepress RIP failure

    I've scanned various forums trying to get a handle on this problem but nothing seems to get at this issue. A book that we've built with InDesign generates pdfs that show a duplicate MyriadPro-Light font embedded in the document. The second iteration

  • What's the Maximum Number of Achievements allowed for an app?

    We are working on an app and have created 39 Achievements,  but Game Center only shows 35 available achievements for the app. Does this mean that we are only allowed 35?

  • Does the iMac have an AUDIO IN besides from the built-in mic?

    Does the iMac have an AUDIO IN aside from the built-in mic?  Also, are any special cables needed? Thanks, John

  • Behaves odd after a row is removed

    I am able to add new rows to the table and remove a row using table.getSelectedRow(). But when the next time I try to add a new row, it adds the row but the setValuesAt() doesnt seem to work. I debugged the values and they seem to be there. Do I need

  • Required file could not be found

    When I try to sync songs onto my ipod it gives me the (1418)-error or it says that the ipod could not be updated, because the rquired file could not be found. PLEASE help