Can i call a Workbook trought the portal?

Hi all,
i have to call a workbook trought the portal, when i put the workbook en in the Rol, this just can be seen from the Browser. but im the portal doesnt appear,  now my task is put these reports (workbooks) that the users can execute them trought the portal, how can i do this? help

this is what i got and what i need,
i got a web template like a panel buttons, where behind each button is a web report,  but there is one report that is needed in a workbook,  i got the button for this report, the problem is how can i call this workbook trough the web template???
trough javascript???
trough html???
trough FM ??
i got a FM RSAH_LAUNCH_EXCEL , this FM just need the ID WORKBOOK and ID QUERY, this can fixed because this button is for this report, but now what can i do to make this...., help

Similar Messages

  • Call a FM in a web template to execute a workbook in the portal

    this is what i got and what i need,
    i got a web template like a panel buttons, where behind each button is a web report,  but there is one report that is needed in a workbook,  i got the button for this report, the problem is how can i call this workbook trough the web template???
    trough javascript???
    trough html???
    trough FM ??
    i got a FM RSAH_LAUNCH_EXCEL , this FM just need the ID WORKBOOK and ID QUERY and call the workbook , this FM can be  fixed because this button is for this report, but now what can i do to make this...., help

    Hello.
    I have exactely the same need, can you please let us know how you solved your problem?
    Thanks
    Best Regards.

  • Procedure to dply a workbook on the portal

    Hello
    I wish to insert queries in a workbook and the deploy the same on the portal.
    Plz give a step by step procedure as to how to do that?
    Should the workbook also be assigned in the eb application designer?
    Plz help by giving a detailed procedure!!!
    Thanks

    Hi,
    How to insert query in Workbook
    Just open the workbook, go to the place you want and click on the option Tools->Insert query (with BW 3.x); With BI 7, just open your workbook, choose a place you want to insert the query and click on the table button, then you have to assign that table to a dataprovider (a query)
    Publishing BW workbook in portal can be done in two ways.
    1)Using RRMXP transaction
    /people/arunkumar.sampathkumar/blog/2006/08/09/publishing-bw-workbooks-into-portal
    2)Using information broadcasting in portal and publishing into the KM folder
    For information broadcasting - you have to install the precalculation server in the portal server.This is needed for precalculation of the workbook.After installing the precalculation server start the corresponding service.If you execute transaction "RSPRECADMIN" in BW, it shows the status of precalculation server, Whether it is running or not
    After doing this. Assign the BEX role inthe portal to the user.Now from this screen you can broadcast the BW workbook
    /message/3214170#3214170 [original link is broken]
    Publishing Strategies
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70e18305-2356-2910-4bbe-
    Also,
    BEx Analyzer Workbook as an iView in the Portal  
    Use
    BEx workbooks are Microsoft Excel workbooks with one or more embedded BEx queries. You can display workbooks in the portal as iViews. You can also open BEx queries in the BEx Analyzer as an iView.
    Features
    Workbooks are displayed in a separate Microsoft Excel window. Opening workbooks within the Web browser window is not possible for technical reasons.
    BEx Analyzer workbooks need the BEx Analyzer, which requires a local installation of the SAP GUI for Windows with the BI front end.
    We recommend that you use BEx Web applications in the portal that run completely in the Web browser.
    You can use the function Export as Excel 2000 File from the BEx Web application context menu as an alternative to a local installation of the BI front end if you need to use the functions of Excel.
    An iView with a workbook can be generated using the Portal Content Studio or Role Upload.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.app integrator.sap.Transaction.
    The most important properties are System, Transaction Code (TCODE) and ApplicationParameter.
    ●      The System property includes the alias on the BI system
    ●      The Transaction Code for every workbook is RRMXP.
    ●      The value WBID=<WORKBOOK_ID> is in the ApplicationParameter property.
    You can determine the workbook ID with the BEx Analyzer:
                                a.      Open the required workbook.
                                b.      In the design toolbar for the BEx Analyzer, choose Workbook Settings The dialog Workbook Settings includes the workbook ID in the upper field Name of Workbook.
    ●      The property ApplicationParameter has the value QUERY=<QUERY>, where <QUERY> is the technical name of the query.
    If a workbook or query is not defined, the BEx Analyzer is started with a connection to the BI system only. An additional logon is not required.
    The following properties must be defined in the iView in order to ensure a concrete start of the workbook or query in the BEx Analyzer.
    ●      The property AutoStart must have the value True.
    ●      The property GuiType must have the value WinGui.
    ●      The property Technique must have the value SAP Shortcut.
    Hope this helps u.
    Best Regards,
    VVenkat..
    Edited by: Venkata Narayana Jakkampudi on Jan 9, 2009 12:15 PM

  • Publishing bw workbooks to the portal

    I am trying to find out what portal role a bw designer would need in order to publish workbooks\queries to KM in the portal and also to publish reports as an iview.  We have a few bw folks who are trying to accomplish this.  In the portal I had assigned them to Business Planning, Business Explorer and Business Intelligence roles as well as Content Admin adn System admin roles.  They said they tried to publish a bw workbook to the portal but were not able to, so for the heck of it I made some of them super admins and then they were able to publish the reports to the portal.  I do not want to leave them as super admins, but I cannot find any documention on sap help that tells me what portal roles they should be in.

    Hello Kathleen,
    You need to investigate why the developers were able to publish the reports when thy were assigned the super admin role.
    Even in our landscape some of the BW developers are publishing BW reports , as of now we have assigned them Contnet Admin role. and they are doing fine with that.
    Let me know if that helps.
    Thanks and Regards
    Manoj Kumar

  • Can we call another transaction from the Userexit

    Hi all,
            Can we call another transaction from the Userexit?
    Thanks,
    Balaji

    Hi
    Because the statament CALL TRANSACTION triggers the end of the LUW so COMMIT WORK, so you should be sure not to insert that statament while some updating actions are been doing.
    So that exit shouldn't be triggered while updating
    Max

  • How can i call ajax and extract the data?

    Hi all,
    I don't know briefly about ajax..i want to learn ajax, so my question is how can i call ajax and extract the data. for ex, i have JSON file
        "mobile": [
                "Name": "Micromax",
                "Model": A310
                "Name": "samsung",
                "Model": grand 2
    for above example how can i call ajax..please anyone explain with small example because it'll help me a lot.
    Thanks & Regards,
    Palsaran

    Hi Palsaran,
    As i understood, your requirement is to POST data from UI to backend.
    The above code you given is not correct if you want to use model based implementation.
    In UI5 you don't need to do an explicit Ajax call, for which we can use Models like OData, JSON etc.
    For your JSON example, you can use like,
    var oModel = new sap.ui.model.json.JSONModel();
    var oData = "YOUR JSON DATA";
    oModel.setData(oData)
    oModel.loadData(yourURL/Entityset,"POST");
    For ref, you can use the below link
    JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.model.json.JSONModel
    Thanks
    Naveenraj

  • Can I call two numbers at the same time on facebook?

    Can I call two numbers at the same time on facebook?

    thanks for your answer. Yes indeed HTML widgets run only full screen (snif snif). I consider this as a "distinguishing treatment".
    One solution  i read !!!!! was to create through keynote a countdown clock, to export to quicktime move and to imported at iBA predefined widgets. of course this is not the solution i need.
    So, in order to have at the same widget and run together a count down clock and a preview test (20 questions)  i must
    1)"hack" the preview widget and insert a countdown clock
    2) create a preview test using iAD.....
    thanks again
    haris

  • Calling Bex Workbooks from the Web Dynpro

    Hi All,
    I'm calling Bex Workbooks from my dynpro using the following code:
    create reentrance ticket
      call function 'CREATE_RFC_REENTRANCE_TICKET'
        importing
          ticket                 = l_ticket
        exceptions
          ticket_logon_disabled  = 1
          ticket_creation_failed = 2
          kernel_too_old         = 3
          others                 = 4.
      check sy-subrc = 0.
    system number
      call function 'GET_SYSTEM_NUMBER'
        importing
          instancenumber = l_sysno.
    create the shortcut
      CONCATENATE '[System]'                           cl_abap_char_utilities=>cr_lf
        'GuiParm=' sy-host ` ` l_sysno                 cl_abap_char_utilities=>cr_lf
        'Client=' sy-mandt                             cl_abap_char_utilities=>cr_lf
        '[User]'                                       cl_abap_char_utilities=>cr_lf
        'Name=' sy-uname                               cl_abap_char_utilities=>cr_lf
        'at="MYSAPSSO2=' l_ticket '"'                  cl_abap_char_utilities=>cr_lf
        'Language=' sy-langu                           cl_abap_char_utilities=>cr_lf
        '[Function]'                                   cl_abap_char_utilities=>cr_lf
        'Title='                                       cl_abap_char_utilities=>cr_lf
        'Command=*RRMXP WBID=' l_workbookid            cl_abap_char_utilities=>cr_lf
        'Type=Transaction'                             cl_abap_char_utilities=>cr_lf
        '[Configuration]'                              cl_abap_char_utilities=>cr_lf
        'GuiSize=Normal window'                        cl_abap_char_utilities=>cr_lf
        'Workplace=true'                               cl_abap_char_utilities=>cr_lf
        '[Options]'                                    cl_abap_char_utilities=>cr_lf
        'Reuse=0'                                      cl_abap_char_utilities=>cr_lf
        into l_content.
      lo_conv = cl_abap_conv_out_ce=>create( ).
      lo_conv->write( data = l_content ).
      l_content_x = lo_conv->get_buffer( ).
      concatenate l_workbookid `.sap` into l_filename.
      cl_wd_runtime_services=>attach_file_to_response(
        i_filename      = l_filename
        i_content       = l_content_x
        i_mime_type     = `application/octet-stream`
        i_in_new_window = abap_false
        i_inplace       = abap_true ).
    Most of the time it's working fine - but some user experience a "Host Unknown" failure ?? - I suspect than it has something to do with contacting Excel, but I can't figure out exactly what goes wrong. The users have all needed componets of course, and they can run Workbooks from SAP GUI without getting this error.
    Thanx Ahead.

    Look at below link: it might help you.
    [WAD URL Call for BEX|/thread/268199 [original link is broken];
    Raja

  • Calling a page without the portal wrap

    I have a portlet with a form in it.
    The form:
    <netui:form action="toggleFavourite" onSubmit="return toggleFavourite(this)">
    If the user has JavaScript DISABLED, the form works like an ordinary form - the page submits itself.
    If the user has JavaScript ENABLED, the "toggleFavourite()" function is called, which submits the form entirely in JavaScript by extracting the target of the form, and calling it in script. This means that the page doesn't have to be reloaded.
    When using the non-JavaScript method, I obviously need the form to submit, and come back with my portal page, including the portlet I submitted from (i.e. exactly as it normally does in WebLogic portals).
    Whe submitting using JavaScript, I don't need the response to include any of the header/footer/pages/other portlets - I just want to return the single page referenced by the Page Flow (i.e. the page specified in the Forward action).
    Is there anything I can add/change in the URL that's submitted in JavaScript to specifically tell the portal server to ONLY return the content within the specific JSP referenced in the Forward action?
    The reason I'm asking this, is that it's a lot slower pulling down the entire portal page, than it would be to just return that single portlet content.
    I hope I've explained this clear enough, but feel free to ask questions.

    Nearly there.
    I can now generate a URL to the portlet, along with parameters to pass in. All that's left to do is trigger the action to make use of the parameters.
    It's beginning to sound very much like a bodge job - like we're trying to do something that hasn't been catered for. I've actually managed to get something working now, using a different bodge. I want to call the current portlet, calling the action "toggleFavourite". I therefore now do this:
    PortletPresentationContext portCtx = PortletPresentationContext.getPortletPresentationContext(request);
    String paramName = portCtx.getInstanceLabel();
    paramName += "_actionOverride";
    String paramValue = portCtx.getPortletUri();
    paramValue = paramValue.substring(0, paramValue.lastIndexOf("/")+1);
    paramValue += "toggleFavourite";
    StandalonePortletURL url = StandalonePortletURL.createStandalonePortletURL(request,response);
    url.addParameter("_nfpb","true");
    url.addParameter(paramName, paramValue);
    String postbackURL = url.toString();
    I then have a form elsewhere in the page, and use JavaScript to take the parameters from the form, and append them to the URL generated above.
    It's working, but it's not pretty!
    Sounds like 9.2 will be the only clean option.

  • How can uploap a file pdf in the portal?

    Dear Experts.
    I have the following requirement.
    The company want that I create a link in a subarea of  the portal of Employee Self-Service and that call a file test.pdf and the employee can display this odcument.
    I found in this forum that this is posible upload this file in the KM; But i don't have idea of How do this.
    The steps that I have idea is when I have the URL for create the resource and the service and assign this service to a subarea in the portal of Employee Self Service.
    Anyone can help me with some suggestions?
    What are the steps?
    Best Regards

    Hi ,
    At first you need to upload the required pdf file in KM repository uder documents folder .
    You can crteate your own folder inside the documents folder and then upload the pdf file there.
    After that you need to create KM document iview in PCD.
    Below steps are for creating the KM Document iview
    1) Select the Folder you have created in PCD for project purpose.
    2) Right Click the Folder and in the Panel, choose Iview.
    3) In the displayed iview wizard, choose iview template (This is the Source Type in the RoadMap)
    4) Click next, in the template selection wizard choose KM Document iview and click next
    5) In the general properties provide iview name, id and description and click Next button
    6) In the next step click Open Object for Editing and click ok button
    7) In the properties view Edit path to Document property
    For Example there is a document with some name in the Folder created by you which is under Documents folder. Give the path of this document.
    Eg: /documents/<your folder name>/<filename>
    8) Save the changes and Select preview for testing then the iview displays your file contents.
    Refer the below link  for creation of iview.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0235c19-9493-2b10-64a5-8487b23a7a41
    Hope this will solve your problem.
    Thanks,
    Sandip

  • How can I bind an IIS to the Portal 6.0 on a linux server

    Dear all,
    I am very new to the topic of Enterprise Portal.
    Our intention is, to develop .NET IViews and deploy them in the Enterprise Portal.
    The Enterprise Portal Server is set up on a linux machine.
    The Guy who did install the Portal Server, has no idea how to "integrate" the Microsoft IIS to the Portal.
    After deploying my .net Component, i tried to view this component in the portal (by right clicking the mouse on the Component in in the .NET Solutions Explorer).
    This gives me the following error:
    Portal Runtime Error
    An exception occured while processing a request for:
    iView:N/A
    Component Name: N/A
    Could not find portal application com.sap.portal.dotnet.framework.
    Exception id: 02:06.......
    See the details for the exception ID in the log file
    I think that this has something in common with integrating the IIS on the Linux Machine, and maybe additionaly installing the pdk.net on the IIS webserver machine which should be used.
    Thank you for your help.
    Regards
    Can anyone of you explain me the cause of this error?

    Hi,
    Developing .Net Iviews for SAP EP is best done using the PDK for .net available for download on SDN.
    We are using this succesfully with a Portal Installed on AIX.
    The .Net PDK itself contains a plugin in Visual Studio .Net, a SAP .Net Framework (I think this corresponds to error message) that has to be installed on a .Net server and 2 components to be deployed to the portal that allow you to do some configuration for .Net applications (e.g. the server where the SAP.Net runtime is on,...)
    Please have a look into the documentation available here on SDN :
    http://www.sdn.sap.com > SAP Netweaver Platform > .Net Interoperability => In the right-side column on the bottom under "HELP" you will find the PDK.Net documentation guides.
    This documentation is rather clear and helpfull !
    Regards,
    Igor Vernelen.

  • Yosemite iMac can start calls using iPhone, but the call doesn't move to the mac and stays on iPhone

    Hey,
    I've got a mid 2011 iMac, and I used it as part of the Yosemite beta program. During this, I was able to make and receive calls as part of the continuity feature perfectly.
    After initially swapping to the release version, the iMac wouldn't make/take calls from the phone at all. I rectified that by signing out and back in to iCloud through facetime on both the iMac and iPhone 6 on iOS 8.1.
    Now, the option to make/take a calls shows up on the iMac through facetime/contacts and the waveform appears from the notification centre, however all the audio comes from the iPhone as if it's been answered from the iPhone, there is no sound at all from the iMac.
    Does any one have any solutions to this problem?
    Thanks in advance.

    From King_Penguin in response to an earlier query on this topic:
    You should be able to copy it over by connecting your phone to your computer's iTunes and doing File > Devices > Transfer Purchases - it should copy over to the Books part of your library
    Cheers,
    GB

  • Can I call an EJB from the database?

    Hi,
    I've just spent the last few days attempting to call an EJB from a stored procedure in a 10g database (and still haven't succeeded).
    Now having spent hours searching the web (and this forum) for any successful examples (so far I have found none) I thought I'd add a message to see if there is anybody out there who has done this successfully. If so can you please provide me some details on how to do this?
    Alternatively, I'd appreciate any input on how I can overcome my current hurdle in attempting to do this myself.
    Here's how far I've got in my attempt:
    I have a simple stateless session bean deployed to both Oracle 10gAS (a standalone OC4J container in 10.1.3) and to Weblogic 9. I have a client java class that calls a method on this bean and displays some ouput if successful. This all works from a standalone JVM (version 1.4) on both Weblogic and 10gAS.
    I then tried to load the required libraries for Weblogic onto the database (namely the Weblogic.jar file). This resulted in the addition of some 32,000 odd objects of which 30,000 odd could not be resolved. I figured a lot of these may be down to JVM version issues (I believe that Weblogic 9 uses the 1.5 JRE) so I decided to put the Weblogic test on the back burner for now and just use the Oracle app server.
    The tests with the Oracle app server looked promising. I only needed a handful of libraries to be loaded onto the database and all the relevant classes required for my test client had resolved (including the initial context factory required to do the jndi lookup of the bean). After granting all the permissions I believed I needed I'd got to the point where I could do a jndi lookup of the EJB; but when I tried to create an instance of the beans remote interface I got the following error:
    java.security.AccessControlException: the Permission (java.lang.RuntimePermission getClassLoader) has not been granted to ProtectionDomain (file:generated/by/proxy <no certificates>)
    com.evermind.net.DynamicClassLoader@612d9d34
    <no principals>
    java.security.Permissions@eb0f3c1a (
    (java.util.PropertyPermission java.version read)
    (java.util.PropertyPermission java.vm.name read)
    (java.util.PropertyPermission java.vm.vendor read)
    (java.util.PropertyPermission os.name read)
    (java.util.PropertyPermission java.vendor.url read)
    (java.util.PropertyPermission java.vm.specification.vendor read)
    (java.util.PropertyPermission java.specification.vendor read)
    (java.util.PropertyPermission os.version read)
    (java.util.PropertyPermission java.specification.name read)
    (java.util.PropertyPermission java.class.version read)
    (java.util.PropertyPermission file.separator read)
    (java.util.PropertyPermission java.vm.version read)
    (java.util.PropertyPermission os.arch read)
    (java.util.PropertyPermission java.vm.specification.name read)
    (java.util.PropertyPermission java.vm.specification.version read)
    (java.util.PropertyPermission java.specification.version read)
    (java.util.PropertyPermission java.vendor read)
    (java.util.PropertyPermission path.separator read)
    (java.util.PropertyPermission line.separator read)
    (java.net.SocketPermission localhost:1024- listen,resolve)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:280)
         at java.security.AccessController.checkPermission(AccessController.java:429)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:528)
         at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java:192)
         at java.lang.Thread.getContextClassLoader(Thread.java:1203)
         at com.evermind.server.rmi.RMICall.<init>(RMICall.java:36)
         at com.evermind.server.rmi.RmiCallQueue.createCall(RmiCallQueue.java:33)
         at com.evermind.server.rmi.RMIClientConnection.createQueuedCall(RMIClientConnection.java:592)
         at com.evermind.server.rmi.RMIClientConnection.writeRequest(RMIClientConnection.java:581)
         at com.evermind.server.rmi.RMIClientConnection.sendMethodInvocationRequest(RMIClientConnection.java:426)
         at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:415)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28)
         at __Proxy0.create(Unknown Source)
         at com.axiomsystems.test.client.TestDBClient.test(TestDBClient.java:76)
    Has anybody come across this before? If so can they help?
    If not has anybody out there actually managed to call an EJB method (without going via an RMI server/Servlet/or any other proxy).
    Any help in this matter would be greatfully appreciated.
    Cheers,
    Anand.

    Sure, here's the code. It's what JDev generates automatically but I have seperated some things into several diffrent lines so I could experiment easier.
    final Context context = getInitialContext();
    Object o=context.lookup( "SessionEJB4" );
    Object l= PortableRemoteObject.narrow( o, SessionEJB4Home.class );
    final SessionEJB4Home sessionEJB4Home = (SessionEJB4Home)l;
    SessionEJB4 sessionEJB4 = sessionEJB4Home.create();
    String ret=( sessionEJB4.hello( ) );
    As I mentioned, for this I have used EJB2.1 bean, because I had same problems with EJB3.0, so I tried earlier versions of Java to make sure that is not the problem.
    hello() method just returns string "hello".
    Of course, this works in standalone client that is not loaded into database.
    Now, I loaded all the jars mentioned in this thread, using loadjava options -v -resolve, and I loaded client using options -v -resolve -genmissing . Select query on user objects in database shows that client class and relevant classes are all valid.
    Then I created stub and ran it. First it stopped throwing exception ORA-29532: Java call terminated by uncought Java exception: Java.lang.NoClassDefFoundError.
    Method I try to run returns String value which is hello message if it works fine, else it prints the part of the stack trace. In this case, after p[revious error, When I try to run it again, i get return from the method :
    Lookup error: java.lang.NoClassDefFoundError; nested exception is:
         java.lang.NoClassDefFoundError
    com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:89)
    com.evermind.server.rmi.RMIClientConnection.waitForJndiResponse(RMIClientConnection.java:371)
    com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:179)
    com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:283)
    com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
    javax.naming.InitialContext.lookup(InitialContext.java:347)
    simpleejbproject.EJB4Client.hello(EJB4Client.java:35)
    Of course, regular version of the client I run frokm command line works fine.
    So I'm kind of a stuck here. I followed all directions, tried it on oracle 9 and oracle 10 DB, the problems remain the same. Am I missing something here?
    Thanks
    Just to add, getInitialContext()
        private static Context getInitialContext() throws NamingException {
            Hashtable env = new Hashtable();
            // Oracle Application Server 10g connection details
            env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.rmi.RMIInitialContextFactory" );
            env.put( Context.SECURITY_PRINCIPAL, "oc4jadmin" );
            env.put( Context.SECURITY_CREDENTIALS, "manager1" );
            env.put(Context.PROVIDER_URL, "opmn:ormi://mserv:4005:home/TestEjb4");
            return new InitialContext( env );
    It goes withouth any exceptions.
    Message was edited by:
    user510152

  • Can we call a report on the 'SAVE' icon ?

    Hello,
    I want to call a report when i hit the 'SAVE' icon on,lets say 'Create Sales Order screen' or  FB60 .. how can i do that ?  please guide me
    Thanks...
    Shehryar

    Hi Dahar,
       When you want to do some validation for the 'SAVE' icon, in a standard program definitely there will be a save_exit provided, where you can do your own validation. I dont know for which transaction you are using so for your std. transaction pls find the save exit and code accordingly.
    Hope this soves your issue.
    Regards,
    Tushar

  • Can we call a transaction inside the same transaction?

    Hi all
    in my csae am facing this tricky situtation to do call the same transaction for bdc purpose would you please assist me can we do that either by calling it in any exits or by using any function modules ?

    What exactly are you trying to do?  Why not:
       loop at i_detail.
    your bdc code goes here ****
            perform bdc_transaction using xxxx.
      endloop.

Maybe you are looking for

  • Input payload to BPEL instance is empty

    We are using standalone BPEL 10.1.2.0.2 on oracle database. The BPEL Process is getting called using AXIS API. But the input payload to process is blank/empty. So BPEL process fails. If we use BPEL 10.1.0.2 the Process gets proper input and everythin

  • 1.4.2 installation troubles

    I've downloaded the Java 2 Platform, Standard Edition, v1.4.2 and NetBeans IDE 3.5 cobundle and I go through the initial Install Wizard setup options and start the installation and progress freezes at 6%, every single time. The title above (progress,

  • My iphone 4 displays connect to itunes on start however when you connect it to the PC it will not start. the apple icon comes on the goes off again. please advice

    the iphone 4 runs iOS 4.3, it did not incur any physical damage. The phone went off and when i connected it to the charger it brought up the cable icon and arrow saying connect to itunes. i tried connecting to the PC however it will not boot. it only

  • Elements 10 and iphoto 9.4.2 display problem

    I am using elements 10 apple app store version to edit photos kept in iphoto 9.4.2. On saving edited version of photo from elements back to iphoto the resultant image is displayed vastly magnified. No changes have been made either to elements or ipho

  • Connection to Ingres 6.4

    As part of a demonstration prototype, I want to build an application module that accesses an Ingres 6.4 database. I can define a Connection OK, and testing the connection succeeds. However, if I open a viewer on the Connection object as a Database br