I need feedback after calling browser api installApplication

Hi,
We developped two applications using Flex builder, the first application is a Flex online application, the second is a Flex desktop (air)  application.
When the client openes the online application in his browser, he is asked to install the desktop application, and when he clicks on the install button, we use the browsing API to launch the installation for the desktop Application, the procedure followed by the online application is as following.
1- Loading the air.swf from http://airdownload.adobe.com/air/browserapi/air.swf
2- Checking if the AIR runtime is installe
3- installing our AIR application from the needed URL as does the example bellow:
var url:String = "http://www.example.com/myApplication.air";
var runtimeVersion:String = "1.0.M6";
var arguments:Array = ["launchFromBrowser"]; // Optional
airSWF.installApplication(url, runtimeVersion, arguments);
Our clients are experiencing sometimes different kinds of problems installing our AIR application from the browser, we want to be able to detect those errors, and redirect the clients to a troobleshooting page, the problem is that there is no feedback from the installer to our online application.
MY QUESTION IS:
Is there a way to a have feedback (from air application installer) after to call airSWF.installApplication.
Keywords: flex, air, browser, api, install, application, event, installApplication, air.swf, damaged.

TyskJohan,
In scenarios like these where we have an API available and the business logic requirement involves lot many complex validations, its better to go for jdbc calls. You are basically reusing the exiting code and It saves lots of coding effort instead of trying to think all validations, duplicate the existing code.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Page not found after call to API

    Hi all,
    I have a portal formal that calls a PL/SQL procedure on submit. My procedure has the following lines.
    uid:= create_user (p_username, p_password, p_first_name, p_last_name);
    wwsec_api.add_user_to_list ( p_person_id => uid, p_to_group_id => p_group_id, p_is_owner => wwsec_api.NOT_OWNER);
    wwsec_api.SET_DEFAULTGROUP ( p_groupid => p_group_id, p_username => p_username);
    After a successfull call I'm not able to navigate through Portal any more (I get "Page cannot be found" errors). Every page under pls DAD gives me this error, even if I try to call http://server/pls/portal30/ . I have to close my browser and open it again to be able to work.
    I tried to change my procedure to have just one line: dbms_output.put_line ('something') and then I was able to navigate after the call.
    So I changed again the code and put just the line "portal30.wwctx_api.set_context (p_user_name => 'PORTAL30_SSO', p_password => 'PORTAL30_SSO');" and got the same problem again.
    Somebody could explain me what I am doing wrong ?
    Thanks,
    Rafael.

    I'm having the exact same problem!!
    Some procedures are calling API's which needs to be run as
    PORTAL30. You can make it work for a normal user if you use
    set_context like this:
    portal30.wwctx_api.set_context(p_user_name => 'PORTAL30',
         p_password => 'PORTAL30');
    my_special_procedure;
    portal30.wwctx_api.clear_context;
    BUT - the user cannot access any page after using set_context!
    You need to quit the browser and go back to be able to access
    portal again... I guess the session is lost somehow.
    I've been struggling with this for a few days and still haven't
    got it to work.
    There is another post going with some more info:
    http://forums.oracle.com/forums/message.jsp?
    id=576096&v=d&uid=1005925321432

  • Help needed for Custom Trusted Reconciliatin API uses

    Hi Experts,
    I have created Resource Object, One Process Definition and One Reconciliation Rule.
    I have mapped FirstName,lastname,username,UserType(End-User),Type(EMP to Role),organization,email .
    After that after calling createReconciliationEvent() API, I am getting the following error:
    +<Dec 22, 2011 7:49:54 AM CET> <Error> <oracle.iam.reconciliation.impl> <IAM-5010000> <Generic Information: {0}+
    oracle.iam.reconciliation.exception.ReconciliationException: Exception occurred while inserting data into table RA_TESTRECONFLATFILE74 due to RA_TESTRECONFLATFILE74
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.reconEvent(ReconOperationsServiceImpl.java:285)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:189)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:212)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:201)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.createReconciliationEvent(ReconOperationsServiceImpl.java:197)
    at oracle.iam.reconciliation.api.ReconOperationsServiceEJB.createReconciliationEventx(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Please help.
    Regards,
    J

    http://docs.oracle.com/cd/E17904_01/doc.1111/e14308/recon_service.htm#BABGIIIA
    -Bikash

  • First feedback after 1 day with BPM11gR1

    This is my feedback after one day of work with the BPM11gR1 (installation from scratch, no reuse of beta2 environments):
    The goal of the first test was short:
    -> Making a small process in BPM Composer with 1 initiator task and 1 human task to validate without gateway, with the default role.
    -> Publish it in MDS repository
    -> Import it in JDeveloper and add 2 string data object ("name" and "lastOutcome")
    -> auto-generate human task
    -> deploy the process and screens (and mapping role and users)
    -> make one execution from start to end (only 2 steps) without any error.
    My observations during this quick test:
    - The "call" activities are activated in BPM Composer but not in JDeveloper
    - The name of activities and all graphical elements are not transfer from BPM Composer to JDeveloper (and from JDeveloper to BPM Composer)
    - During the auto-generation of the second human task, JDeveloper has frozen and needed to be killed by the Windows task manager. The project folder had to be cleaned manually.
    - The import from MDS in JDeveloper generate a double project windows folder (like
    ..\myWork\<myApplicationName>\<myProjectName>\<myProjectName>\...)
    - On first deployment (process + the 2 screens), JDeveloper ask to restart the server to finish the deployment of the 2 screens.
    - After writing the mail to ask the restart and doing 1 short work, I came back to JDeveloper and it was another time frozen (taking 30%-40% of CPU). I did not killed it immediately to see if it is just temporary frozen. I had waiting a meeting delay (more than 1 hour) without any modification on Jdeveloper => Another Windows kill.
    - After the reboot of the server, the initiator task works. I had the screen auto generated and I was able to submit the first step. But the second screen (just to approve or refuse) didn't work. I got an internal server error 500 (null pointer exception).
    - I had made several deployments of the 2 screens (the 2 screens are in the same .ear file and always deployed in same time). Sometimes the second screen worked but not the first, another time it was the first but not the second or both didn't work. I had never managed to have both screens working in the same time if I deploy them in the same deployment. To have both working screen, I needed to deploy them separately.
    - If we deploy the process and screens with the option "Append composite revision to name": the first time we got on ear profile name
    "BC-UI-BPMComposer_rev_c1v1.0", the second time "BC-UI-BPMComposer_rev_c1v1.0_rev_c1v1.0", etc...
    - I got another time the JDeveloper freeze. It's seems to append when I do nothing with it during a "long" delay.
    During this test a colleague had tried to design our prototype process (one main process with 2 possible starts (a human or a web service) with 4 sub-processes linked with service activities). He got same errors but also others:
    - One unwanted log-off during the design of BPM Composer
    - JDeveloper crash during Auto-generation of ADF Screens.
    - In the beginning, he had save the project on a network drive but JDeveloper was too slow. So he made a "make clean" and copy the project folder to a local hard drive. On the first deployment, JDeveloper had an error because it couldn't create the file: ..\myWork\<myApplicationName>\<myProjectName>\<myProjectName>\classes\scac_out.xml. He had to create manually the folder "classes" and after JDeveloper can start the deployment.
    - After the deployment, he had mapped all roles to users. But he couldn't manage to have the link in the application panel to start manually the process with the initiator task. He tested also by removing the web service start (and having just one human start).
    - He tried to create a small process, with just one initiator task reusing the initiator human task of the previous process but he got null pointer exception on delpoyment (even he put data object in process with mapping, added other human task)...

    Hi Heidi,
    The current used version was downloaded on OTN the 28th of April. SOA and BPM extension were imported by "check for update...".
    You can find bellow the a part of the about of JDeveloper :
    About
    Oracle JDeveloper 11g Release 1 11.1.1.3.0
    Studio Edition Version 11.1.1.3.0
    Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    Copyright © 1997, 2010 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.3.37.56.60
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.3.37.56.60
    Version
    Component     Version
    =========     =======
    ADF Business Components     11.1.1.56.60
    BPMN Editor     11.1.1.3.0.6.84
    Java(TM) Platform     1.6.0_18
    Oracle IDE     11.1.1.3.37.56.60
    SOA Composite Editor     11.1.1.3.0.25.57
    Versioning Support     11.1.1.3.37.56.60
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    ADF Business Components     oracle.BC4J     11.1.1.3.37.56.60     Loaded
    ADF Business Components Dependency     oracle.bc4j.dependency     11.1.1.3.37.56.60     Loaded
    ADF Business Components Deployment     oracle.bc4jdt.deploy     11.1.1.3.37.56.60     Loaded
    ADF Business Components Modeler     oracle.adfbcdt.modeler     11.1.1.3.37.56.60     Loaded
    ADF Business Components Tester     oracle.bc4j.tester     11.1.1.3.37.56.60     Loaded
    ADF Context Debugger     oracle.adf.share.debug     11.1.1.3.37.56.60     Loaded
    ADF Controller Configuration Design Time     oracle.adf.controller.config.dt     11.1.1.3.37.56.60     Loaded
    ADF Data Visualizations Design Time Tests     oracle.dvt.dt     11.1.1.3.37.56.60     Loaded
    ADF Debugger     oracle.adf.debug     11.1.1.3.37.56.60     Loaded
    ADF Debugger Diagram Support     oracle.adf.debug.diagram     11.1.1.3.37.56.60     Loaded
    ADF Desktop Integration Design Time     oracle.adfdt.desktopintegration     11.1.1.3.37.56.60     Loaded
    ADF Faces Cache     oracle.webcache     11.1.1.3.37.56.60     Loaded
    ADF Faces Data Visualization Tools Help     oracle.dvt-faces-doc     11.1.1.0.0     Loaded
    ADF Faces Databinding Design Time     oracle.adf-faces-databinding-dt     11.1.1.3.37.56.60     Loaded
    ADF Faces Design Time     oracle.adf-faces-dt     11.1.1.3.37.56.60     Loaded
    ADF Faces Design Time Migration     oracle.adffacesdt.migration     11.1.1.3.37.56.60     Loaded
    ADF Faces Runtime Help     oracle.adf-faces-rt-doc     11.1.1.0.0     Loaded
    ADF Faces Skin Design Time     oracle.adf-faces-skin-dt     11.1.1.3.37.56.60     Loaded
    ADF Java Server Faces Diagram     oracle.adf.jsf.diagram     11.1.1.3.37.56.60     Loaded
    ADF Library Design Time     oracle.jdeveloper.adflibrary     11.1.1.3.37.56.60     Loaded
    ADF Lifecycle Design Time     oracle.adf.lifecycle.dt     11.1.1.3.37.56.60     Loaded
    ADF Management Pages     oracle.adf.management     11.1.1.3.37.56.60     Loaded
    ADF Menu Model Design-Time     oracle.adfmenudt     11.1.1.3.37.56.60     Loaded
    ADF Page Flow Design Time     oracle.adf.pageflow.dt     11.1.1.3.37.56.60     Loaded
    ADF Page Flow Design Time Extras     oracle.adf.pageflow.dt.extras     11.1.1.3.37.56.60     Loaded
    ADF Page Template DT     oracle.adf-faces-templating-dt     11.1.1.3.37.56.60     Loaded
    ADF Region Design Time     oracle.adf-faces-region-dt     11.1.1.3.37.56.60     Loaded
    ADF Struts Page Flow Modeler     oracle.struts.adf     11.1.1.3.37.56.60     Loaded
    ADF Struts and Model One Databinding     oracle.adf.struts.and.model.one.databinding.dt     11.1.1.3.37.56.60     Loaded
    ADF Swing     oracle.adfdt.swingcore     11.1.1.3.37.56.60     Loaded
    ADF View Debugging Design Time     adf.view.debugging.dt     11.1.1.3.37.56.60     Loaded
    ADFv Common Databinding     oracle.adf-view-databinding-dt     11.1.1.3.37.56.60     Loaded
    Ant     oracle.ant     11.1.1.3.37.56.60     Loaded
    Application Server Manager     oracle.jdeveloper.asnav     11.1.1.3.37.56.60     Loaded
    Application State - Application Navigator     oracle.ideimpl.appstate.appnav     11.1.1.3.37.56.60     Loaded
    Application State - Editors     oracle.ide.appstate.editors     11.1.1.3.37.56.60     Loaded
    Application State Manager     oracle.ide.appstate     11.1.1.3.37.56.60     Loaded
    Archive Compare     oracle.jdeveloper.archive-compare     11.1.1.3.37.56.60     Loaded
    BAM     oracle.bam     11.1.1     Loaded
    BI Beans Graph     oracle.bibeans     11.1.1.3.37.56.60     Loaded
    BM metamodel framework     oracle.bm.meta     11.1.1.3.37.56.60     Loaded
    Bug Reporter     oracle.jdeveloper.bugfiler     11.1.1.3.37.56.60     Loaded
    Business Modelers     oracle.bm     11.1.1.3.37.56.60     Loaded
    Check For Updates     oracle.ide.webupdate     11.1.1.3.37.56.60     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.3.37.56.60     Loaded
    Command Line Formatting Support     oracle.jdeveloper.ojformat     11.1.1.3.37.56.60     Loaded
    Command Line Make/Rebuild Support     oracle.jdevimpl.oj-compiler     11.1.1.3.37.56.60     Loaded
    Common Controller Design-Time     oracle.controller.dt     11.1.1.3.37.56.60     Loaded
    Common Page Flow Design-Time     oracle.pageflow.dt     11.1.1.3.37.56.60     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.3.37.56.60     Loaded
    Controller to ADF Bindings Bridge     oracle.controller.bindings.dt     11.1.1.3.37.56.60     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.3.37.56.60     Loaded
    Database Features (JDeveloper)     oracle.jdeveloper.db     11.1.1.3.37.56.60     Loaded
    Database Features (SQLDeveloper in JDeveloper)     oracle.jdeveloper.db.navigator     11.1.1.3.37.56.60     Loaded
    Database Modeler     oracle.dbmodeler     11.1.1.3.37.56.60     Loaded
    Database Modeler Migration     oracle.dbmodeler.migrate     11.1.1.3.37.56.60     Loaded
    Database Object Dependency API Support     oracle.jdeveloper.db.dependency     11.1.1.3.37.56.60     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.3.37.56.60     Loaded
    Database Object Transfer Framework     oracle.jdeveloper.db.transfer     11.1.1.3.37.56.60     Loaded
    Database UI     oracle.ide.db     11.1.1.3.37.56.60     Loaded
    Design Time Resource Bundle Variable Resolver     oracle.jdeveloper.resourcebundle.resolver.dt     11.1.1.3.37.56.60     Loaded
    Diagram Framework     oracle.diagram     11.1.1.3.37.56.60     Loaded
    Diagram Framework Toplink extensions     oracle.diagram.toplink     11.1.1.3.37.56.60     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.3.37.56.60     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.3.37.56.60     Loaded
    Diagram to XMLEF Bridge     oracle.diagram.xmlef     11.1.1.3.37.56.60     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.3.37.56.60     Loaded
    EJB     oracle.ejb     11.1.1.3.37.56.60     Loaded
    EJB Modeler     oracle.ejbmodeler     11.1.1.3.37.56.60     Loaded
    Editor Tint     oracle.ide.ceditor-tint     11.1.1.3.37.56.60     Loaded
    Editor Tint (Java)     oracle.jdeveloper.ceditor-tint-java     11.1.1.3.37.56.60     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.3.37.56.60     Loaded
    Extension Designtime Core     oracle.jdeveloper.extensiondt.core     11.1.1.3.37.56.60     Loaded
    Extension Designtime UI     oracle.jdeveloper.extensiondt.ui     11.1.1.3.37.56.60     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.3.37.56.60     Loaded
    Feedback     oracle.ide.feedback     11.1.1.3.37.56.60     Loaded
    File Support     oracle.ide.files     11.1.1.3.37.56.60     Loaded
    Fusion Application Overview Definition     oracle.ide.appoverview.fusion.definition     11.1.1.3.37.56.60     Loaded
    Fusion Web Application (ADF) Template     oracle.adf.webapp.template     11.1.1.3.37.56.60     Loaded
    Go to File     oracle.ide.gotofile     11.1.1.3.37.56.60     Loaded
    Go to Java Type     oracle.jdeveloper.gotojava     11.1.1.3.37.56.60     Loaded
    HTML     oracle.html     11.1.1.3.37.56.60     Loaded
    Help System     oracle.ide.help     11.1.1.3.37.56.60     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.3.37.56.60     Loaded
    IDE Reports Extension     oracle.ide.report     11.1.1.3.37.56.60     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.3.37.56.60     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.3.37.56.60     Loaded
    J2EE     oracle.j2ee     11.1.1.3.37.56.60     Loaded
    J2EE     oracle.j2ee.webapp.ve     11.1.1.3.37.56.60     Loaded
    J2EE     oracle.j2ee.webapp.ve.facelets     11.1.1.3.37.56.60     Loaded
    J2EE CSS     oracle.css     11.1.1.3.37.56.60     Loaded
    J2EE Faces Config     oracle.j2ee.facesconfig     11.1.1.3.37.56.60     Loaded
    J2EE Web App     oracle.j2ee.webapp     11.1.1.3.37.56.60     Loaded
    J2EE-ADRS     oracle.j2ee.adrs     11.1.1.3.37.56.60     Loaded
    J2ee extension help     oracle.j2ee.help     11.1.1.0.0     Loaded
    JDeveloper     oracle.jdeveloper     11.1.1.3.37.56.60     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.3.37.56.60     Loaded
    JGoodies Forms     oracle.jdeveloper.jgoodies     11.1.1.3.37.56.60     Loaded
    JPublisher     oracle.jdeveloper.db.jpub     11.1.1.3.37.56.60     Loaded
    JSON Language support     oracle.jdeveloper.json     11.1.1.3.37.56.60     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.3.37.56.60     Loaded
    Java Annotation Inspector     oracle.jdeveloper.annotation.inspector     11.1.1.3.37.56.60     Loaded
    Java Breadcrumbs     oracle.jdeveloper.ceditor-breadcrumbs-java     11.1.1.3.37.56.60     Loaded
    Java Class Modeler     oracle.javamodeler     11.1.1.3.37.56.60     Loaded
    Java Modeler Toplink extensions     oracle.javamodeler.toplink     11.1.1.3.37.56.60     Loaded
    Java Server Faces Page Flow Modeler     oracle.jsfmod     11.1.1.3.37.56.60     Loaded
    Java Structure Compare     oracle.jdeveloper.java-compare     11.1.1.3.37.56.60     Loaded
    Java Type Search     oracle.jdeveloper.searchbar.java     11.1.1.3.37.56.60     Loaded
    Java extension help     oracle.java.help     11.1.1.0.0     Loaded
    JavaBeans, Swing, and AWT     oracle.swingawt     11.1.1.3.37.56.60     Loaded
    JavaScript Language Support     oracle.ide.javascript     11.1.1.3.37.56.60     Loaded
    Jdeveloper UI Editor     oracle.jdeveloper.uieditor     11.1.1.3.37.56.60     Loaded
    Jdeveloper XML Extension     oracle.jdeveloper.xml     11.1.1.3.37.56.60     Loaded
    Legacy Controller Design-Time     oracle.controller.bm.dt     11.1.1.3.37.56.60     Loaded
    Legacy Preferences integration for BM     oracle.modeler.bm.prefs     11.1.1.3.37.56.60     Loaded
    Log Window     oracle.ide.log     11.1.1.3.37.56.60     Loaded
    MDS Extension     oracle.mds     11.1.1.3.37.56.60     Loaded
    MOF Ide Integration     oracle.mof.ide     11.1.1.3.37.56.60     Loaded
    MOF Modeler Integration     oracle.modeler.mof     11.1.1.3.37.56.60     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.3.37.56.60     Loaded
    Modeler Framework     oracle.modeler     11.1.1.3.37.56.60     Loaded
    Modeler Framework Common Layer     oracle.modeler.common     11.1.1.3.37.56.60     Loaded
    Modelling migration from BM     oracle.modeler.bm.migrate     11.1.1.3.37.56.60     Loaded
    Navigator     oracle.ide.navigator     11.1.1.3.37.56.60     Loaded
    Nightly Indexing support     oracle.ideimpl.indexing-rt     11.1.1.3.37.56.60     Loaded
    OAR/MAR/SAR Deployment Support Extension     oracle.deploy.orapp     11.1.1.3.37.56.60     Loaded
    OWSM Policy Manager Installer     oracle.jdeveloper.webservice.wsmpm.installer     11.1.1.3.37.56.60     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.3.37.56.60     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.63.74     Loaded
    Offline Database     oracle.jdeveloper.offlinedb     11.1.1.3.37.56.60     Loaded
    Offline Database Import/Generate     oracle.jdeveloper.offlinedb.transfer     11.1.1.3.37.56.60     Loaded
    Offline Database Reports Extension     oracle.jdeveloper.offlinedb.report     11.1.1.3.37.56.60     Loaded
    Offline Database SXML     oracle.jdeveloper.offlinedb.sxml     11.1.1.3.37.56.60     Loaded
    Offline Database User Properties     oracle.jdeveloper.offlinedb.userprops     11.1.1.3.37.56.60     Loaded
    Offline Database User Properties SXML     oracle.jdeveloper.offlinedb.userprops.sxml     11.1.1.3.37.56.60     Loaded
    Oracle BPEL Designer     oracle.bpm.modeler     11.1.1.3.0.25.55     Loaded
    Oracle BPEL Designer Plugins     oracle.bpm.modeler.plugins     11.1.1.3.0.25.57     Loaded
    Oracle BPM DVM     oracle.bpm.dvm     11.1.1.3.0.25.57     Loaded
    Oracle BPM Internal     oracle.bpm.fusion.internal     11.1.1.3.0.6.84     Loaded
    Oracle BPM Internal     oracle.bpm.resources     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ar     oracle.bpm.resourcesrt-ar     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal cs     oracle.bpm.resourcesrt-cs     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal da     oracle.bpm.resourcesrt-da     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal de     oracle.bpm.resourcesrt-de     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal el     oracle.bpm.resourcesrt-el     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal en     oracle.bpm.resources-en     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal es     oracle.bpm.resourcesrt-es     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal fi     oracle.bpm.resourcesrt-fi     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal fr     oracle.bpm.resourcesrt-fr     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal hu     oracle.bpm.resourcesrt-hu     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal it     oracle.bpm.resourcesrt-it     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal iw     oracle.bpm.resourcesrt-iw     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ja     oracle.bpm.resources-ja     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ko     oracle.bpm.resourcesrt-ko     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal nl     oracle.bpm.resourcesrt-nl     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal no     oracle.bpm.resourcesrt-no     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pl     oracle.bpm.resourcesrt-pl     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pt     oracle.bpm.resourcesrt-pt     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pt_BR     oracle.bpm.resourcesrt-pt_BR     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ro     oracle.bpm.resourcesrt-ro     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ru     oracle.bpm.resourcesrt-ru     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal sk     oracle.bpm.resourcesrt-sk     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal sv     oracle.bpm.resourcesrt-sv     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal th     oracle.bpm.resourcesrt-th     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal tr     oracle.bpm.resourcesrt-tr     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal zh_CN     oracle.bpm.resourcesrt-zh_CN     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal zh_TW     oracle.bpm.resourcesrt-zh_TW     11.1.1.0.30.50.25     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.core     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.repository     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.builder     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.ui     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.designer     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.studio     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio     oracle.bpm.tests.jdev-test     11.1.1.3.0.6.84     Loaded
    Oracle BPM Studio SOA Extension     oracle.bpm.fusion.soa     11.1.1.3.0.6.84     Loaded
    Oracle BPM XREF     oracle.bpm.xref     11.1.1.3.0.25.57     Loaded
    Oracle Business Rules Designer     oracle.bpm.rules     11.1.1.3.0.25.57     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.63.74     Loaded
    Oracle ESS Designer     oracle.bpm.ess     11.1.1.3.0.25.57     Loaded
    Oracle Enterprise Repository Editor     oracle.jdeveloper.oereditor     11.1.1.3.37.56.60     Loaded
    Oracle Events Designer     oracle.bpm.events     11.1.1.3.0.25.57     Loaded
    Oracle Fabric Plugins     oracle.sca.modeler.plugins     11.1.1.3.0.25.57     Loaded
    Oracle Human Task Designer     oracle.bpm.workflow     11.1.1.3.0.25.57     Loaded
    Oracle IDE     oracle.ide     11.1.1.3.37.56.60     Loaded
    Oracle JDevloper Deployment Core Module     oracle.deploy.core     11.1.1.3.37.56.60     Loaded
    Oracle MDS Design time     oracle.mds.dt     11.1.1.3.37.56.60     Loaded
    Oracle Mobile ADF     oracle.wireless.dt     11.1.1.3.37.56.60     Loaded
    Oracle Page Templates     oracle.adf-page-template-samples     11.1.1.3.37.56.60     Loaded
    Oracle SOA Composite Editor     oracle.sca.modeler     11.1.1.3.0.25.57     Loaded
    Oracle SOA Mediator     oracle.sca.mediator     11.1.1.3.0.25.57     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.63.74     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.63.74     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.63.74     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.63.74     Loaded
    PL/SQL Debugger     oracle.jdeveloper.db.debug.plsql     11.1.1.3.37.56.60     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.3.37.56.60     Loaded
    Peek     oracle.ide.peek     11.1.1.3.37.56.60     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.3.37.56.60     Loaded
    Profiler     oracle.jdeveloper.profiler     11.1.1.3.37.56.60     Loaded
    Properties File Support     oracle.jdeveloper.props     11.1.1.3.37.56.60     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.3.37.56.60     Loaded
    Quick Start Features for Web Applications     quickstart.webapp.dt     11.1.1.3.37.56.60     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.3.37.56.60     Loaded
    REST Web Services     oracle.jdeveloper.webservice.rest     11.1.1.3.37.56.60     Loaded
    Refactoring     oracle.jdeveloper.refactoring     11.1.1.3.37.56.60     Loaded
    Replace With     oracle.ide.replace     11.1.1.3.37.56.60     Loaded
    Reports Extension     oracle.javatools.report     11.1.1.3.37.56.60     Loaded
    Resource Bundle Support     oracle.ide.resourcebundle     11.1.1.3.37.56.60     Loaded
    Resource Bundle Support for Properties Files     oracle.jdeveloper.resourcebundle.props     11.1.1.3.37.56.60     Loaded
    Resource Catalog Application Server Adapter     oracle.jdeveloper.asadapter     11.1.1.3.37.56.60     Loaded
    Resource Catalog DB UI extension     oracle.jdeveloper.db.rcadapter.ui     11.1.1.3.37.56.60     Loaded
    Resource Catalog Database Adapter     oracle.jdeveloper.rcdbadapter     11.1.1.3.37.56.60     Loaded
    Resource Catalog WSIL Adapter     oracle.jdeveloper.rcwsiladapter     11.1.1.3.37.56.60     Loaded
    Resource Lookup     oracle.jdeveloper.rclookup     11.1.1.3.37.56.60     Loaded
    Runner     oracle.ide.runner     11.1.1.3.37.56.60     Loaded
    SQL*Plus Integration     oracle.jdeveloper.db.sqlplus     11.1.1.3.37.56.60     Loaded
    SQLJ     oracle.jdeveloper.sqlj     11.1.1.3.37.56.60     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    SearchBar Commands     oracle.ide.searchbar.commands     11.1.1.3.37.56.60     Loaded
    Searchbar Preferences     oracle.ide.searchbar.preferences     11.1.1.3.37.56.60     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.63.74     Loaded
    Struts Page Flow Modeler     oracle.struts     11.1.1.3.37.56.60     Loaded
    Studio     oracle.studio     11.1.1.3.37.56.60     Loaded
    Studio extension help     oracle.studio.help     11.1.1.0.0     Loaded
    Template     oracle.ide.ceditor-template     11.1.1.3.37.56.60     Loaded
    TopLink     oracle.toplink     11.1.1.3.37.56.60     Loaded
    Trinidad Databinding Design Time     oracle.trinidad-databinding-dt     11.1.1.3.37.56.60     Loaded
    Trinidad Design Time     oracle.trinidad-dt     11.1.1.3.37.56.60     Loaded
    UDDI Resource Catalogue Provider     oracle.jdevimpl.uddiadapter     11.1.1.3.37.56.60     Loaded
    UML XMI     oracle.uml.v2.xmi     11.1.1.3.37.56.60     Loaded
    UML v2     oracle.uml.v2     11.1.1.3.37.56.60     Loaded
    UML v2 Activity Modeler     oracle.uml.v2.activity     11.1.1.3.37.56.60     Loaded
    UML v2 Class Diagram     oracle.uml.v2.clazz     11.1.1.3.37.56.60     Loaded
    UML v2 Migration     oracle.uml.v2.migrate     11.1.1.3.37.56.60     Loaded
    UML v2 Sequence Diagram     oracle.uml.v2.sequence     11.1.1.3.37.56.60     Loaded
    UML v2 Transformation to Java     oracle.uml.v2.umljava     11.1.1.3.37.56.60     Loaded
    UML v2 Use Case Diagram     oracle.uml.v2.usecase     11.1.1.3.37.56.60     Loaded
    UML2 Modelers Common Classes     oracle.uml.v2.modeler     11.1.1.3.37.56.60     Loaded
    URL Connection     oracle.jdevimpl.urlconn     11.1.1.3.37.56.60     Loaded
    VHV     oracle.ide.vhv     11.1.1.3.37.56.60     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.3.37.56.60     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.3.37.56.60     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.3.37.56.60     Loaded
    WSDL Chooser     oracle.jdeveloper.wsdllookup     11.1.1.0.0     Loaded
    WSDL web services extension     oracle.jdevimpl.wsdl     11.1.1.3.37.56.60     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.3.37.56.60     Loaded
    Web Services     oracle.jdeveloper.webservice     11.1.1.3.37.56.60     Loaded
    WebDAV Connection Support     oracle.jdeveloper.webdav2     11.1.1.3.37.56.60     Loaded
    WebStart     oracle.j2ee.webstart     11.1.1.0.0     Loaded
    XML Compare     oracle.jdeveloper.xml-compare     11.1.1.3.37.56.60     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.3.37.56.60     Loaded
    XML Editing Framework Java Integration     oracle.jdeveloper.xmlef     11.1.1.3.37.56.60     Loaded
    XSL Mapper     oracle.bpm.mapper     11.1.1.3.0.25.57     Loaded
    adf-deploy-dt     oracle.adfdt.common.deploy     11.1.1.3.37.56.60     Loaded
    adf-deploy-dt-mds     oracle.adfdt.common.deploy.mds     11.1.1.3.37.56.60     Loaded
    adf-installer-ide     adf.installer.dt     11.1.1.3.37.56.60     Loaded
    adf-jmxdc-ide     oracle.adf.jmxdc     11.1.1.3.37.56.60     Loaded
    adf-logging-dt     oracle.adf.logging.dt     11.1.1.3.37.56.60     Loaded
    adf-model-debugger-dt     oracle.adf-model-debugger-dt     11.1.1.3.37.56.60     Loaded
    adf-model-tools     oracle.adf.model.tools     11.1.1.3.37.56.60     Loaded
    adf-security-policy-dt     oracle.adfdtinternal.adf-security-policy-dt     11.1.1.3.37.56.60     Loaded
    adf-share-deploy-dt     oracle.adf.share.deploy.dt     11.1.1.3.37.56.60     Loaded
    adf-share-dt     oracle.adf.share.dt     11.1.1.3.37.56.60     Loaded
    adfmcoredt-xdf     oracle.adfm.xdf     11.1.1.3.37.56.60     Loaded
    adfquerylovdt     oracle.adf-faces-query-and-lov-dt     11.1.1.3.37.56.60     Loaded
    analytics.measurement     oracle.bpm.analytics.measurement     11.1.1.3.0.6.84     Loaded
    appoverview     oracle.ide.appoverview     11.1.1.3.37.56.60     Loaded
    asnav-weblogic     oracle.jdeveloper.asnav.weblogic     11.1.1.3.37.56.60     Loaded
    audit     oracle.ide.audit     11.1.1.3.37.56.60     Loaded
    audit-core     oracle.ide.audit.core     11.1.1.3.37.56.60     Loaded
    bam     oracle.bpm.bam     11.1.1.3.0.6.84     Loaded
    bi-jdbc     oracle.bi.jdbc     11.1.1.3.37.56.60     Loaded
    boot     oracle.bpm.boot     11.1.1.3.0.6.84     Loaded
    bpa     oracle.bpm.bpa     11.1.1.3.0.6.84     Loaded
    bpm-services.client     oracle.bpm.bpm-services.client     11.1.1.3.0.6.84     Loaded
    bpm-services.interface     oracle.bpm.bpm-services.interface     11.1.1.3.0.6.84     Loaded
    bpmobject     oracle.bpm.bpmobject     11.1.1.3.0.6.84     Loaded
    bpmobject.datacontrol     oracle.bpm.bpmobject.datacontrol     11.1.1.3.0.6.84     Loaded
    bpmobject.runtime     oracle.bpm.bpmobject.runtime     11.1.1.3.0.6.84     Loaded
    chart     oracle.bpm.chart     11.1.1.3.0.6.84     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    compiler     oracle.bpm.compiler     11.1.1.3.0.6.84     Loaded
    compiler.debug     oracle.bpm.compiler.debug     11.1.1.3.0.6.84     Loaded
    compiler.xpath     oracle.bpm.compiler.xpath     11.1.1.3.0.6.84     Loaded
    configuration     oracle.bpm.configuration     11.1.1.3.0.6.84     Loaded
    connectors     oracle.bpm.connectors     11.1.1.3.0.6.84     Loaded
    core     oracle.bpm.core     11.1.1.3.0.6.84     Loaded
    dashboard     oracle.bpm.dashboard     11.1.1.3.0.6.84     Loaded
    db-audit     oracle.ide.db.audit     11.1.1.3.37.56.60     Loaded
    db-modeler-transform     oracle.dbmodeler.transform     11.1.1.3.37.56.60     Loaded
    dcadapters-ide     oracle.adfm.dc-adapters     11.1.1.3.37.56.60     Loaded
    dependency-java     oracle.jdeveloper.java.dependency     11.1.1.3.37.56.60     Loaded
    dependency-refactor     oracle.jdeveloper.refactoring.dependency     11.1.1.3.37.56.60     Loaded
    deploy-ant     oracle.deploy.ant     11.1.1.3.37.56.60     Loaded
    deploy-rt     oracle.jdevimpl.deploy-rt     11.1.1.3.37.56.60     Loaded
    designer     oracle.bpm.designer     11.1.1.3.0.6.84     Loaded
    editor     oracle.bpm.editor     11.1.1.3.0.6.84     Loaded
    fdi     oracle.bpm.fdi     11.1.1.3.0.6.84     Loaded
    feedback-client2     oracle.ideimpl.feedback2.client     11.1.1.3.37.56.60     Loaded
    fuegoui     oracle.bpm.fuegoui     11.1.1.3.0.6.84     Loaded
    fusion.sca     oracle.bpm.fusion.sca     11.1.1.3.0.6.84     Loaded
    fusion.scac     oracle.bpm.fusion.scac     11.1.1.3.0.6.84     Loaded
    ide-diagnostics     oracle.ide.diagnostics     11.1.1.0.0     Loaded
    j2ee-adrsimpl     oracle.j2ee.adrsimpl     11.1.1.0.0     Loaded
    j2ee-facelets     oracle.j2ee.facelets     11.1.1.3.37.56.60     Loaded
    j2ee-jpsconfig     oracle.j2ee.jpsconfig     11.1.1.3.37.56.60     Loaded
    j2ee-security     oracle.j2ee.security     11.1.1.3.37.56.60     Loaded
    j2ee-server     oracle.j2ee.server     11.1.1.0.0     Loaded
    j2ee-server-dt     oracle.j2ee.server.dt     11.1.1.3.37.56.60     Loaded
    j2ee-serverimpl     oracle.j2ee.serverimpl     11.1.1.3.37.56.60     Loaded
    j2ee-weblogic     oracle.j2ee.weblogic     11.1.1.3.37.56.60     Loaded
    j2ee-weblogic-editors     oracle.j2ee.weblogic.editors     11.1.1.3.37.56.60     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.3.37.56.60     Loaded
    lib     oracle.bpm.lib     11.1.1.3.0.6.84     Loaded
    library-dconfig-infra     oracle.jdeveloper.library.dconfig.infra     11.1.1.3.37.56.60     Loaded
    library-jee-api     oracle.jdeveloper.library.jee.api     11.1.1.3.37.56.60     Loaded
    library-jmx     oracle.jdeveloper.library.jmx     11.1.1.3.37.56.60     Loaded
    library-jps     oracle.jdeveloper.library.jps     11.1.1.3.37.56.60     Loaded
    library-weblogic-api     oracle.jdeveloper.library.weblogic.api     11.1.1.3.37.56.60     Loaded
    library-weblogic-client     oracle.jdeveloper.library.weblogic.client     11.1.1.3.37.56.60     Loaded
    mof     oracle.mof     11.1.1.3.37.56.60     Loaded
    mof-index     oracle.mof.index     11.1.1.3.37.56.60     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.3.37.56.60     Loaded
    obpi     oracle.bpm.obpi     11.1.1.3.0.6.84     Loaded
    oracle.adfm     oracle.adfm     11.1.1.3.37.56.60     Loaded
    oracle.adfm.contextual     oracle.adfm.contextual     11.1.1.3.37.56.60     Loaded
    oracle.dynamic-faces-dt     oracle.dynamic.faces     11.1.1.3.37.56.60     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.3.37.56.60     Loaded
    oracle.ide.filequery     oracle.ide.filequery     11.1.1.3.37.56.60     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.3.37.56.60     Loaded
    oracle.ide.usages-tracking     oracle.ide.usages-tracking     11.1.1.3.37.56.60     Loaded
    oracle.todo.tasks     oracle.todo.tasks     11.1.1.3.37.56.60     Loaded
    palette2     oracle.ide.palette2     11.1.1.3.37.56.60     Loaded
    papi     oracle.bpm.papi     11.1.1.3.0.6.84     Loaded
    parser     oracle.bpm.parser     11.1.1.3.0.6.84     Loaded
    placeholder-jsf-ui     oracle.placeholderjsf-ui     11.1.1.3.37.56.60     Loaded
    placeholderdc-dt     oracle.placeholderdc.dt     11.1.1.3.37.56.60     Loaded
    pml.service     oracle.bpm.pml.service     11.1.1.3.0.6.84     Loaded
    project     oracle.bpm.project     11.1.1.3.0.6.84     Loaded
    project.catalog     oracle.bpm.project.catalog     11.1.1.3.0.6.84     Loaded
    project.command     oracle.bpm.project.command     11.1.1.3.0.6.84     Loaded
    project.compile     oracle.bpm.project.compile     11.1.1.3.0.6.84     Loaded
    project.draw     oracle.bpm.project.draw     11.1.1.3.0.6.84     Loaded
    project.importer     oracle.bpm.project.importer     11.1.1.3.0.6.84     Loaded
    project.interface     oracle.bpm.project.interface     11.1.1.3.0.6.84     Loaded
    project.io     oracle.bpm.project.io     11.1.1.3.0.6.84     Loaded
    project.metadata     oracle.bpm.metadata     11.1.1.3.0.6.84     Loaded
    project.model     oracle.bpm.project.model     11.1.1.3.0.6.84     Loaded
    project.ui     oracle.bpm.project.ui     11.1.1.3.0.6.84     Loaded
    project.view     oracle.bpm.project.view     11.1.1.3.0.6.84     Loaded
    rcasadapter-dt     oracle.jdeveloper.asadapter.dt     11.1.1.3.37.56.60     Loaded
    rcasadapter-oc4j     oracle.jdeveloper.asadapter.oc4j     11.1.1.3.37.56.60     Loaded
    rcasadapter-rescat2     oracle.jdeveloper.asadapter.rescat2     11.1.1.3.37.56.60     Loaded
    rcasadapter-thirdparty     oracle.jdeveloper.asadapter.thirdparty     11.1.1.3.37.56.60     Loaded
    rcasadapter-weblogic     oracle.jdeveloper.asadapter.weblogic     11.1.1.3.37.56.60     Loaded
    rcasadapter-weblogic-api     oracle.jdeveloper.asadapter.weblogic.api     11.1.1.3.37.56.60     Loaded
    rescat2     oracle.jdevimpl.rescat2     11.1.1.3.37.56.60     Loaded
    resourcebundle-api-adfdeps     oracle.jdeveloper.resourcebundle.adfdeps     11.1.1.3.37.56.60     Loaded
    resourcebundle-api-xliff     oracle.resourcebundle.xliff     11.1.1.3.37.56.60     Loaded
    resourcebundle-customization     oracle.jdeveloper.resourcebundle.customization     11.1.1.3.37.56.60     Loaded
    rmi     oracle.bpm.rmi     11.1.1.3.0.6.84     Loaded
    searchbar-gallery     oracle.ide.searchbar.gallery     11.1.1.3.37.56.60     Loaded
    searchbar-help     oracle.ide.searchbar.help     11.1.1.3.37.56.60     Loaded
    searchbar-index     oracle.ide.searchbar.index     11.1.1.3.37.56.60     Loaded
    status     oracle.ide.status     11.1.1.3.37.56.60     Loaded
    tests.core     oracle.bpm.tests.core     11.1.1.3.0.6.84     Loaded
    ui     oracle.bpm.ui     11.1.1.3.0.6.84     Loaded
    vfilesystem     oracle.bpm.vfilesystem     11.1.1.3.0.6.84     Loaded
    web.execution     oracle.bpm.web.execution     11.1.1.3.0.6.84     Loaded
    web.formdesigner     oracle.bpm.web.formdesigner     11.1.1.3.0.6.84     Loaded
    xml     oracle.bpm.xml     11.1.1.3.0.6.84     Loaded
    xml-schema-dt     oracle.jdevimpl.xml.schema     11.1.1.3.37.56.60     Loaded
    xobject.devel     oracle.bpm.xobject.devel     11.1.1.3.0.6.84     Loaded
    xobject.runtime     oracle.bpm.xobject.runtime     11.1.1.3.0.6.84     Loaded
    xsl-dt     oracle.jdevimpl.xml.xsl     11.1.1.3.37.56.60     Loaded
    xsqldt-ide     oracle.xsqldt-ide     11.1.1.3.37.56.60     Loaded
    Best regards,
    Benoît

  • Need help in using a API

    I am new to flash . And my doubt may seem very trivial. I hae
    a problem using the Flash administation API "getLiveStreams()" . I
    am supposed to get the list of all live streams. However in the
    client when i do
    nc.call("getLivestreams",responder); i don't get any return
    value . Do i need to set any variables before calling this ? or how
    should i parse the output after calling the function. Any inputs
    would be highly appreciated

    Please see Kenichi Unnai in his blog "How to use UWL API for NetWeaver BPM Tasks"
    How to use UWL API for NetWeaver BPM Tasks
    The .sca-file can be found on the sap service marketplace, afterwards you need to import the .sca-file, add the SC to your "MyComponents" and then you can select your necessary DC's.

  • Calling java APIs from a function module

    Hi,
    Can someone tell me whether it is possible to call Java APIs from a function module in SAP system?
    Thanks in advance,
    Vineetha

    Hi,
    I guess you have changed the properties of screen only.
    I assume you have made a Ztransaction Code.
    When you define a transaction code, you need to specify a screen number for radio option program and screen and you need to specify a screen and not subscreen.( I think so!!)
    You changed only the code without changing the transaction code properties.
    Therefore, i think u r getting a dump.
    If you want to call your subscreen, call it in some screen and then call that screen using your transaction code properties.
    To include a subscreen screen in the subscreen area of the main screen and call its PBO flow logic, use the following statement in the PBO event of the main screen:
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN <area> INCLUDING <prog> <dynp>.
    To call the PAI flow logic of the subscreen screen, use the following statement in the PAI flow logic of the main screen:
    PROCESS AFTER INPUT.
    CALL SUBSCREEN <area>.
    Refer:
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm
    Regards,
    Tanveer.
    Please mark helpful answers.
    Message was edited by: Tanveer Shaikh
    Message was edited by: Tanveer Shaikh

  • How to cause them to associate my Case Number 185689167 with the real phone number I need to be called at:

    I purchased a one year subscription to Acrobat Pro, and after installation on my MacBook, in the LaunchPad (aside from the normal Adobe Acrobat Pro, Acrobat Distiller, and Forms Central for Acrobat) a folder containing two icons.  The first was (I forgot the name) and the second entitled AAMLauncherUtil.  Shortly after installation I ran the AAMLauncher Util, and it downloaded and "updated" Acrobat Pro and installed Creative Cloud.  I was told by some person in Tech Support that I didn't need these two additional icons in LaunchPad, and I could just drag them to the trash.
    The folder would not go in the Trash, so I dragged them out of the folder and then the one whose name I don't remember was able to go to the Trash, but not the AAMLauncherUtil icon.
    I called Tech Support again, and got a technician whose name I will withhold, but although he tried to solve the problem, basically he was clueless and I could hear him asking other people in the background what to do and they were giving him suggestions, mucking around my library and deleting anything that sounded like it was associated with AAMLaucher, and in the end all he succeeded in doing was making my Creative Cloud not work anymore and produce messages that it was corrupted and had to be removed and reinstalled.  Finally he gave up and said that he was referring my Case 185689167 to the next level higher of tech support, who would call me within 24 hours.  Of course they never did that so I called Apple Support and a representative there went way beyond what he needed to do and we were able to uninstall and reinstall Creative Cloud and make it work again, although the AAMLaucherUtil icon remains there.  Currently, it doesn't update anything like it did the first time I ran it, or act like it is trying to update anything, but it does open Creative Cloud if you have closed it. 
    Several days later (not the promised 24 hours) I got an email from my Voicemail Service with a  transcribed message from Adobe Tech Support saying that they had tried to call me... at the number listed in my subscription payment details... NOT at the number I had told them to call me at, and since I am 7000 miles away from my billing number I didn't get the call.  The message requested me to call them back.  I did so, and the message on the VRU said I would have to wait approximately 30 minutes. Two and one half hours later (not 30 minutes) someone answered who was not Second Level Tech Support, and reiterated that it was not possible to transfer me to them, and he would note that I had called back and they would call me within 24 hours.... yeah right.  By then after waiting all that time to speak to someone I was so mad that I forgot to mention the correct number to call me at... although I had mentioned it previously.  Several days later (not 24 hours) they called the wrong number again, and when I didn't answer it then sent me an email that they were considering the case solved and closing it, and I could reopen it within 14 days. 
    I then called back and this time waiting 3 hours on hold, and the person who I spoke with (whose name I withhold for now) said he would reopen the case and they would call me within 24 hours... again he couldn't transfer me to them.  Again I forgot to reiterate the correct phone number that I had told them the first time since I was so mad about waiting 3 hours on hold.
    The next day, I realized that I had not reiterated the correct phone number, and I went into my account settings and changed the phone number in both places it exists, and then tried calling back to make sure they would call the correct phone number.  This time I waited on hold for 4 hours, and finally gave up without ever being able to speak to a person.
    The next day... still no call even to the wrong number since my Voice Mail would have informed me it there was a call.... I called Sales since that seemed to be the only way to talk to a real person, and screamed at them about this issue and was informed they couldn't do anything about Tech Support, or about associating my phone number with my case number, but he would put me in the queue for tech support since nobody was in the queue so they should call me back right away. 
    I did get a call in a few minutes, which said "If Valued Customer is available, press 1" so I pressed 1 and it went to music.  I then waited for 15 minutes of music with no answer, after which I got an email from my Voicemail Service transcribing the message saying:
    "Reschedule this call back for a later time press three to cancel this call back press nine. Your response was not recognized. Please try again. When valued customer is on the line press one to speak to a support specialist. If you need time to get valued customer on the line press two. To reschedule this call back for a later time press three to cancel this call back press nine. Your response was not recognized. Please try again. When valued customer is on the line press one to speak to a support specialist. If you need time to get valued customer on the line press two. To reschedule this call back for a later time press three to cancel this call back press nine."
    ... more. Please listen to your voicemail for the remainder of this message.
    They can't recognize me pressing 1?????  So who know... I was listening to music but did that mean I was really ever going to reach a real person, or was the Voicemail message correct and I would be listening to music forever?
    So this morning I tried calling again only to receive message the the Tech Support Telephone Lines were down for scheduled maintenance until August 10th... I tried chatting... that is offline also.
    Is there a way to associate my actual phone number with my case number... maybe somebody from Adobe actually reads these diatribes?  I need to be called at or after 17:00 Pacific time.... I was told the hours are on Pacific Time.... although  one representative who I was trying to coordinate the timing of the call with was very confused about the time zones. He was trying to tell me that the current time was 09:00 Pacific Time, which I knew to be wrong, and he finally admitted, after I challenged him to look on www.timeanddate.com, that it was  09:00 in Bangalore, and Pacific time was 20:00.

    Thanks for your answer TSN!
    I did try Chat yesterday and it didn't work.... said unavailable.  I'll will try it again. 
    I do understand that this is a Community Forum, but it appears that some Adobe staff persons do read and respond to some messages, so since all other avenues of contact seem to not work, I thought I would try this just in case somebody from Adobe happened to read it and could do something.
    A secondary reason I posted the whole explanation is that I thought maybe somebody else had experienced this issue as well and might comment on it.
    As for it being a problem or not, maybe it is not.  Adobe did work when I installed it.  When I invoked that icon "AAMLauncherUtil" the first time, it updated Acrobat Pro and Installed Creative Cloud (which the original trial subscription had not installed).
    I then noticed that these two icons didn't seem to do anything useful.  The first time I called and was able to connect to support, the rather poor attitude person who answered just said to delete both icons in the folder... that they weren't needed.  When I found that one of them could be deleted and not the other one "AAMLauncherUtil" could not be deleted, and since the tech support person had suggested deleting them both, I called back.
    The next rather clueless person in tech support spent a lot of time trying to help get rid of it, but couldn't.  When he was mucking around in the "Library" he deleted everything named "AAMLauncherUtil" from the Library (but left some stuff I would have imagined could have been deleted like references to my previous trial subscription.
    After he got done, Creative Cloud no longer worked and he couldn't figure out how to fix it... we were getting messages the Creative Cloud was corrupted and needed to be uninstalled.  He said he was going to refer the problem to a  higher level tech support, and that he couldn't transfer me there... they would have to call me which would be in 24 hours.
    The next day (since the higher level tech support failed to call back) I called Apple Support, and they helped me find a Creative Cloud Uninstaller and we ran that and re-downloaded and installed Creative Cloud again.
    I would expect from the name "AAMLauncherUtil" that this icon would Launch Adobe Application Manager and perhaps try to update my product(s) like it did the first time, OR report that my software is up to date... as most other software update attempts would do.  However what it really does now when I invoke the "AAMLauncherUtil" icon is just to open Creative Cloud just as if I had clicked on the icon in the top menu bar of my Apple Menu Bar.  The Apple person suggested that MAYBE it is supposed to do that if you have shut down Creative Cloud for some reason, and want to start it up again without restarting the computer.  Maybe that is so, but if it is, then I would have expected that they would have renamed the icon to Creative Cloud or something more descriptive of what it is supposed to do.
    As is is now, I am not sure if it is a leftover remnant of my original updated installation that should have gone away when I updated and it installed Creative Cloud, or if everyone else running Adobe Acrobat Pro XI has this icon in their Launchpad as well and it is supposed to be there for some unknown reason to perform some unknown function.
    After all that happened, I did update Creative Cloud, but that was within Creative Cloud itself when it reported having an update available, and not using the "AAMLauncherUtil" icon at all, so that would appear to negate it's possible update functionality wouldn't it?
    Assuming you are using a Mac, do you have such an icon in LaunchPad?
    Thanks for your help!

  • After call commit sql , data can not flush to disk

    I use berkey db which support sql . It's version is db-5.1.19.
    1, Open a database.
    2. Create a table.
    3. exec "begin;" sql
    4. exec sql which is insert record into table
    5. exec "commit;" sql
    6. copy database file (SourceDB_912_1.db and SourceDB_912_1.db-journal) to Local Disk of D, then use a tool of dbsql to open the database.
    7. use select sql to check data, there is no record in table.
    1
    sqlite3 * m_pDB;
    int nRet = sqlite3_open_v2(strDBName.c_str(), & m_pDB,SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE,NULL);
    2
    string strSQL="CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );";
    char * errors;
    nRet = sqlite3_exec(m_pDB, strSQL.c_str(), NULL, NULL, &errors);
    3
    nRet = sqlite3_exec(m_pDB, "begin;", NULL, NULL, &errors);
    4
    nRet = sqlite3_exec(m_pDB, "INSERT INTO TBLClientAccount (ClientId,AccountId) VALUES('dd','ddd'); ", NULL, NULL, &errors);
    5
    nRet = sqlite3_exec(m_pDB, "commit;", NULL, NULL, &errors);
    Edited by: 887973 on Sep 27, 2011 11:15 PM

    Hi,
    Here is a simple test case program I used based on your description:
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include "sqlite3.h"
    int error_handler(sqlite3*);
    int main()
         sqlite3 *m_pDB;
         const char *strDBName = "C:/SRs/OTN Core 2290838 - after call commit sql , data can not flush to disk/SourceDB_912_1.db";
         char * errors;
         sqlite3_open_v2(strDBName, &m_pDB, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, NULL);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "begin;", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "INSERT INTO TBLClientAccount (ClientId,AccountId) VALUES('dd','ddd'); ", NULL, NULL, &errors);
         error_handler(m_pDB);
         sqlite3_exec(m_pDB, "commit;", NULL, NULL, &errors);
         error_handler(m_pDB);
         //sqlite3_close(m_pDB);
         //error_handler(m_pDB);
    int error_handler(sqlite3 *db)
         int err_code = sqlite3_errcode(db);
         switch(err_code) {
         case SQLITE_OK:
         case SQLITE_DONE:
         case SQLITE_ROW:
              break;
         default:
              fprintf(stderr, "ERROR: %s. ERRCODE: %d.\n", sqlite3_errmsg(db), err_code);
              exit(err_code);
         return err_code;
    }Than I copied the SourceDB_912_1.db database and the SourceDB_912_1.db-journal directory containing the environment files (region files, log files) to D:\, opened the database using the "dbsql" command line tool, and queried the table; the data is there:
    D:\bdbsql-dir>ls -al
    -rw-rw-rw-   1 acostach 0 32768 2011-10-12 12:51 SourceDB_912_1.db
    drw-rw-rw-   2 acostach 0     0 2011-10-12 12:51 SourceDB_912_1.db-journal
    D:\bdbsql-dir>C:\BerkeleyDB\db-5.1.19\build_windows\Win32\Debug\dbsql SourceDB_912_1.db
    Berkeley DB 11g Release 2, library version 11.2.5.1.19: (August 27, 2010)
    Enter ".help" for instructions
    Enter SQL statements terminated with a ";"
    dbsql> .tables
    TBLClientAccount
    dbsql> .schema TBLClientAccount
    CREATE TABLE [TBLClientAccount] ( [ClientId] CHAR (36), [AccountId] CHAR (36) );
    dbsql> select * from TBLClientAccount;
    dd|dddI do not see where the issue is. The data can be successfully retrieved, it is present in the database.
    Could you try putting in the sqlite3_close() call and see if you still get the error?
    Did you remove the __db.* files from the SourceDB_912_1.db-journal directory?
    Did you use PRAGMA synchronous, and if so, what is the value you set?
    If this is still an issue for you, please describe in more detail the exact steps needed to get this reproduced and provide a simple stand-alone test case program that reproduces it.
    Regards,
    Andrei

  • An internal error occurred while calling 'submitReport' API. (Error: ERR_WI

    An internal error occurred while calling 'submitReport' API. (Error: ERR_WIS_30270)
    We get above mentioned error message at any point in WebI Rich Client.
    DataSource: Teradata 12.0 (Local machine)
    BO XI 3.1 Client installed on local machine
    Universe (Secured connection)
    WebI : desiging and creating in Standlone mode
    WebI client version : 12.1.0.882
    Many times above written error is thrown 2-3 times even when we click on OK button and lastly followed by new error message:-
    Unable to get the first page of the current report - Web Intelligence will switch to structure view (WIJ 20003).
    Flow: We create report based on locally saved universe. There are couple of scenarios for which error comes
    1) After successfully saving the report, reopen and refresh causes this error (1st error and 2nd)
    2) Droping a properly written variable on measure column, if done Ctrl + Z, report works sometimes (both or 2nd error message)
    3) Draging out the mesaure or dimension from report (only 2nd error)
    Report is simple and no other stuff except the cross tab table
    Even if we start with simply dropping the dimension and measures on report, 2nd error comes at any time.
    What we noticed is that if we do all desiging in structure mode and then run instead of in result mode, reports works for more time.

    You can have a look here:
    Input Controls with Break Error on webi report
    http://www.forumtopics.com/busobj/viewtopic.php?t=60789&postdays=0&postorder=asc&start=45
    Re: internal error occurred while calling the 'submitReport' API.
    I'm Back
    HAPPY NEW YEAR

  • Getting error while calling AME api from the page

    Hi,
    I am calling ame api ame_api2.getallapprovers7 from our custom page.I have written following code-
    public void getapprovers(String transactionid)
    String OutError = "";
    ArrayList al = new ArrayList();
    OADBTransaction trans = getOADBTransaction();
    String insStmnt = "BEGIN " +
    "ame_api2.getAllApprovers7(applicationIdIn => :1,transactionTypeIn =>:2,transactionIdIn =>:3,"+
    "l_processYN =>:4,approversOut =>:5); " +
    "END;";
    OracleCallableStatement stmt = (OracleCallableStatement)trans.createCallableStatement(insStmnt, 1);
    try
    stmt.setString(1, "800");
    stmt.setString(2, "XXXXCWKAPP");
    stmt.setString(3, transactionid);
    stmt.registerOutParameter(4, OracleTypes.VARCHAR);
    stmt.registerOutParameter(5, OracleTypes.ARRAY,"XXXX_APPROVER_TABLE");
    stmt.execute();
    // OAExceptionUtils.checkErrors as per PLSQL API standards
    OAExceptionUtils.checkErrors(trans);
    ARRAY arrayError = stmt.getARRAY(5);
    Datum[] arr = arrayError.getOracleArray();
    for (int i = 0; i < arr.length; i++)
    oracle.sql.STRUCT os = (oracle.sql.STRUCT)arr;
    Object[] a = os.getAttributes();
    System.out.println("Column:" + a[0] + " Value:" + a[1]);
    //OutError = (String)a[1];
    //al.add(new OAException(OutError, OAException.ERROR));
    stmt.close();
    catch(SQLException sqle){
    try { stmt.close(); }
    catch (Exception e) {;}
    throw OAException.wrapperException(sqle);
    if (OutError != null)
    // OAException.raiseBundledOAException(al);
    4 and 5th parameters are out parameters and 5th parameter provides the approver records and it should have the same data type as ame_util.approversTable2. I have created this table type explicitly in oracle by the name XXXX_APPROVER_TABLE but i am getting the error while running the page "java.sql.SQLException: Fail to construct descriptor: Unable to resolve type: "APPS.ETHR_APPROVER_TABLE"". I requirement is to take the 5th parameter in ame_util.approversTable2 data type.
    Please help me urgently.
    Thanks
    Ashish

    Hi Kumar,
    The ETHR_APPROVER_TABLE is custom pl sql indexed table that I have created.following are the parameters of api-
    procedure getAllApprovers7(
    applicationIdIn in number,
    transactionTypeIn in varchar2,
    transactionIdIn in varchar2,
    approvalProcessCompleteYNOut out varchar2,
    approversOut out nocopy ame_util.approversTable2);
    i need a out variable of type ame_util.approversTable2 so get the values.
    I have changed the code and now getting the following error-
    java.sql.SQLException: ORA-03115: unsupported network datatype or representation
    I have only changed this statement.
    stmt.registerOutParameter(5,OracleTypes.PLSQL_INDEX_TABLE);//,"XXXX_APPROVAL_TBL");
    Edited by: user5756777 on Jul 13, 2009 4:17 AM

  • Firefox profile folder becomes read-only after closing browser

    firefox profile folder becomes read-only after closing browser
    It is a problem with firefox or is it this to to a virus?
    How to fix? How to prevent?

    Only a check mark in the Read-only box means that a folder or file is Read-only.<br />
    Windows doesn't check all the files in a folder so instead displays a greenish block to indicate that it is not sure.<br />
    You need to look at the files individually to see if any are read-only.<br />
    Easiest to do that is to make the Attributes visible in "View > Details" mode: Choose Details in Windows Explorer.<br />

  • Calling oracle API having parameter as record type throughPL/SQL WebService

    Hi All,
    I dont know whether this is the right forum to put this query, but as i am using a pl/sql web service , putting the query on this forum.
    My requirement is to call oracle API which in turh creates a single Invoice(using Ar_Invoice_Api_Pub.create_single_invoice )
    But the issue is this API in turn has some of the input parameters as Record type and table type, my concern is how to pass this data(record type or table type) as parameter thorugh java code .. If i use Collection or Hashmap will it work , I dont think so , some intermediate conversion will require.
    Subsequently the other requirement is fetch this record/table type data and return it to the java code
    Please correct me if i am wrong and suggest a proper solution if anybody is aware off or tried such things before.
    Thanks in advance.
    Regards,
    Anant.

    Hi,I'm new comer of this world,
    I've a pl/sql like this:
    package MY_WS_API is
    type record_set is ref cursor;
    PROCEDURE Get_User_Info(p_user_id VARCHAR2,
    p_rep_id VARCHAR2,
    p_flag out number,
    p_msg out varchar2,
    p_recordset out record_set);
    end MY_WS_API;
    when I using jdeveloper trying to publish it as a webservice, in the step 4 of the wizzard poping me choose the program unit to expose, the PROCEDURE Get_User_Info is not available and told me "Ref cursor Type is not supported due to a jdbc limitation and Ref Cursor Types are only supported for use of return type".
    THE QUESTION is:
    1.the cursor I used is of return type,I'm not very understanding the "why not" message upon.
    2.in such case , need I trans the return cursor into Object[] if have to?
    3.any other limitation for generating WS from PL/SQL using jdeveloper?
    Thanks!

  • Connection remains opened even after calling conn.close

    i have a need to copy records from one table in a database (say db1) to another table in another database(say db2). I open connection to both databases, and get a Recordset (say rs1) by executing a query that contains all rows that i have to insert in the database db2. Next i get an empty recordset(rs2) on the table in the database db2 (with locktype batchoptimistic, clientside cursor). i loop on rs1 and for each row in rs1 i insert a row in rs2 and copy the fields. after all rows are done, i delete the rows from db2 that will be affected and do an updatebatch on rs2. then i close the recordsets and the connections
    everything works fine except that the connection with the db2 is not getting closed, neither is it throwing any exception. when i comment the updateBatch code the connection closes normally.
    can anyone please help me out, where am i going wrong.
    thanks
    Vijay Sharma

    Hi,
    There is one more thing that I want to add to the above question. After calling conn.close() I checked the status of the connection and it was not 'OPEN' but when I checked session information through DBA studio it was showing one connection. I enabled trace of Oracle provider for OLE DB. Trace showed that two sessions were opened but only one session was closed.
    Thanks,
    Vijay

  • Calling Java API from ABAP using JCo (Part 2)

    Hello,
    This is an additional question to thread Calling Java API from ABAP using JCo
    Has anyone managed to get the input parameter value
    input.getString("REQUTEXT")
    that is being passed from ABAP?
    If yes, what kind of setting you need to do? Because when I execute, it has no value.
    Thus, the below ECHOTEXT parameter returns blank value:
    output.setValue(input.getString("REQUTEXT"),"ECHOTEXT");
    When I debug by printing the below line, the input XML is indeed without value:
    System.out.println(input.toXML());
    Anybody knows how to pass input variable from ABAP to JAVA using JCo?
    rgs,
    hiroshi

    Hallo Hiroshi,
    as far as I can see, you are doing it the right way. The problem might be that the ABAP program does not fill in this parameter because something went wrong in the SAP System.
    Have you tried setting a breakpoint (an HTTP session - remote breakpoint) and tried checking step by step if the value is being processed and put into the REQUTEXT field?
    Bye,
    Sameer

  • PublishedPhoto:getPhoto() needs to be called from a task context?

    Does publishedPhoto:getPhoto() need to be called from a task context? It appears to bail out in an ugly manner if not.
    If so, this is really, really inconvenient.

    I think I see what you mean, somewhat.
    You can't just write a button handler, (lest you risk having errors that aren't caught...), you have to wrap it in a task with a context, and associate an error handler with it...
    It took me a long time to come to that realization. I now have boring boilerplate code that I always use for wrappage so I forget about the old days...
    Would you, or how would you suggest Adobe improve this "mess"?
    Me? - dunno, maybe build that boilerplate stuff into Lr?, i.e. Lr traps any errors not caught by the handler so at least an error message can be displayed. And should they always be asynchronous? If so, should recursion always be guarded against? Maybe so - and if one wanted to be able to fire multiple concurrent tasks they still could by creating their own tasks that aren't guarded. Would there ever be a need for it *not* to be asynchronous?
    Haven't given this too much thought...
    But, I did just check - there is significant overhead in calling a function with a context vs. plain (without creating and destroying a context). So, it may be wise to wrap loops instead of wrapping functions called in a loop.
    Sometimes I think if Adobe was just clearer in the documentation, it would be an improvement, i.e. if it said in the api doc for button action functions that errors would be deep sixed, and functions requiring async tasks would fail, and provide an example of how to trap errors in an action handler...
    R

Maybe you are looking for