Support about using PL with Adapter (WebService)

Hi,
My Name is Antonio Cejudo, i have a problem with PL execution through an adapter because when a test run, the adapter try to do commit and PL too. The adapter send the next message:
The selected operation execute could not be invoked
An Exception ocurred while invoking the webservice opration. Please see logs for more details
Hide Additional Trace Information
Java.lang.Exception:
oracle.sysman.emSDK.webservices.wsdlapi.SOAPTestException:Se ha producido
una excepcion al llamar al enlace de JCA: ""JCA Binding execute of Reference
operation 'PLTaar08Individualiza' failed due to :Error  de llamada al procedimiento
almacenado. Error al intentar preparar y ejecutar el API
DBO.PKG_TRASP_INDIVRECEPTORA.PRC_PROCESA. Se ha producido un error al preparar y ejecutar la API
DBO.PKG_TRASP_INDIVRECEPTORA.PRC_PROCESA. Causa: java.sqlException: ORA-04068: se ha anulado el estado
existente de los paquetes ORA-04061: el estado existente del package body
*"DBO.PKG_TRASP_INDIVRECEPTORA" ha sido invalidado ORA-04065: package body*
*"DBO.PKG_TRASP_INDIVRECEPTORA" no se ha ejecutado por que se ha modificado o borrado ORA-06508: PL/SQL:*
no se ha encontrado la unidad de programa llamada: "DBO.PKG_TRASP_INDIVRECEPTORA" ORA-06512: en linea
*1 Asegurese de que la API esta definida e la base de datos y que los parametros coinciden la firma de*
la API. Esta excepcion se considera no recuperable debido a un error de modelado. Para clasificarlo
como recuperable en su lugar ,agregue la propíedad nonRetriableErrorCodes con el valor "-4068"
al descriptor de despliegue (es decir, weblogic -ra.xml)
I found that if i use next instruction in the PL, the message stop showing, but the execution of the PL is not stable (Sometimes ok sometimes not ok):
PRAGMA AUTONOMOUS_TRANSACTION
The Question is, Are there some way to setup the adapter to avoid the execution of the adapter’s commit ??
Thank for your help

I suggest you look at the error code to see what is the problem. Ex
http://oraclequirks.blogspot.com/2007/03/ora-04061-existing-state-of-package-has.html
If you do not sant commit, throwing an exception can help.

Similar Messages

  • Validation of context attributes with adaptive webservice model

    Hi, I am creating a Web Dynpro Java application (on top of Netweaver AS 7.0) using an adaptive webservice model to invoke a webservice.
    The webservice has some request attributes of type string with limited length (for example limited to 1 character). I bound the model to component controller context and created a mapping between the component controller context and view context. In the view, I created a form which is bound to the context attributes.
    When user enters string values, which are longer than the maximum length specified in webservice WSDL, and submits the form, an exception is thrown when Web Dynpro runtime is trying to assign entered values into context attributes:
    com.sap.dictionary.runtime.DdCheckException: Length of character string "abcdef" must be smaller than or same as MaxLength 1;
        at com.sap.dictionary.runtime.DdTypeString.checkValid(DdTypeString.java:195)
        at com.sap.tc.webdynpro.model.webservice.base.model.BaseGenericModelClass.setAttributeValue(BaseGenericModelClass.java:304)
        at com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass.setAttributeValue(WSTypedModelClass.java:62)
        at at.gov.bmf.demo.comp.employee.model.OrganizationalAssignment.setEmployeeGroup(OrganizationalAssignment.java:52)
        at at.gov.bmf.demo.comp.employee.wdp.IPublicEmployeeDemo$IOrganizationalAssignmentElement.wdSetObject(IPublicEmployeeDemo.java:1552)
        ... 32 more
    This exception is thrown before my non-validating action is executed, so I am not able to prevent it or handle it.
    Is there any way how to catch this exception or prevent it?
    Does anyone know where these model restrictions are stored? I searched the XML files generated for the model, but I haven't found anything. Does the Web Dynpro runtime access WSDL everytime it needs to validate request parameters?
    Thanks,
    Tomas

    No ,This is the preferred and safer way to separate the Model Node and and Input Node and relationship between them by using mapping.
    You create your context structure for input and then on action set user input to model data.
    Safer it means  : Sometimes it happen that model data not populated properly due to network or wrong user input etc ,this time our presentation will be safe and display the proper error message rather the screen went away with null pointer exception.
    Regarding your - it require a lot of work. It too much convince for us that rather than writing 50 lines of code
    for only input length validation WebDynpro provides us a better model driven solution.
    Best Regards
    Satish Kumar

  • Question about using Logic with guitar on stage. HELP!

    Hello,
    I'm a guitarist.
    I would need some advises about using Logic in a live situation..
    How do you move from one track to the other using the keyboard?
    Could that action be controlled by some kind of footswitch?
    Also, the REC button has to be always ON to hear the sound or is there another way to set that up?
    I would like to create let's say 6 tracks with plugins for having 6 different guitar sounds.
    Is it very heavy for the CPU?
    I'm using a macbook with 2GB of ram and a firewire FA-66 edirol sound card.
    Would you also recommend to use a preamp?
    Many many thanks for your help!
    Ciao
    Chester
    MacBook, Powerbook 17", iPod 4G, LaCie HD   Mac OS X (10.4.8)  

    Why to jump from one track to another?
    Simply create a folder with all the Channel strip settings and assign two key commands of your choice to navigate forward and backward.
    And yes, you can assign that command to a MIDI controller (or pedal) too.
    About monitoring have a look at the reference manual page 211.
    Before to buy a preamp try using the Hi-Z input from your Edirol.
    Anyway, six tracks with six plugins on each track are not an issue for your macbook.
    cheers
    rob
    Power Mac G4/533 PowerBook 12   Mac OS X (10.4.8)  

  • About using hibernate with mysql

    hi all,
    i have used hibernate with hsqldb(database given by default) and it works fine.but when i tried to use it with mysql then i have encountered a problem
    xception
    org.hibernate.TransactionException: Transaction not successfully started
         org.hibernate.transaction.JDBCTransaction.rollback(JDBCTransaction.java:149)
         events.EventManagerServlet.doGet(EventManagerServlet.java:63)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    though i have put jar file of mysql in lib directory and changed the driver name in hibernate.cfg.xml.
    can any one place some example illustrating the steps involving.thanx

    Hi smogura,
    Thanks for the message. Ok I did as you told. I believe I went to the right place:
    Resource->JDBC Connection pools. However I wasn't sure how exactly to go about setting connection pools,
    so I went to the web and did a search and I managed to get hold of this
    website:http://www.albeesonline.com/blog/2008/08/06/creating-and-configuring-a-mysql-datasource-in-
    glassfish-application-server/
    I followed from steps 4 onwards. However at step 14, I did not get a sucesfull ping. The values I used are as follows:
    General:
    Name:               MySQL
    Datasource Classname:     com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
    Resource Type:           javax.sql.ConnectionPoolDataSource
    Advanced Properties:
    databaseName:      ebooking
    ServerName:     GlassFish
    URL          jdbc:mysql://localhost:3306/ebooking
    password          *****
    user:          1234
    I am not sure what is wrong, by the way, I am using Glassfish V3 that comes bundled with netbeans. Any idea what's wrong or missing? Thanks
    regards

  • Need Info about using Strut with WL 7.0

    I want to find out how to use it with WL 7.0. Would anyone give me any info about it? :) Thanks
              

    You could download and deploy "struts-example.war" from apache website.
              [That Struts 1.0.2 I think.]
              ---Nam
              Jordy wrote:
              > I want to find out how to use it with WL 7.0. Would anyone give me any info about it? :) Thanks
              And God said
              Let there be numbers
              And there were numbers.
              Odd and even created he them,
              He said to them be fruitful and multiply,
              And he commanded them to keep the laws of induction.
              [Bill Taylor [email protected]]
              [nam_nguyen.vcf]
              

  • Support for using TNSNAMES with Oracle Thin Driver?

    Hi.
    In the official Oracle JDBC FAQ (http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm), they say that from the "10.2.0.1.0" release, the Thin driver hast support for using TNSNAMES entries. Thus, you can use URLs like this:
    jdbc:oracle:thin:@GL (thin driver, but connection info defined in tnsnames.ora)
    Does anyone know how could I use an URL like this? Do I have to install the Oracle client? or can I simply copy a tnsnames.ora file someplace on disk and specify its ubication through an environment variable or something like that?
    I haven't find util information in the Oracle site....any ideas are much appreciated.
    Thanks in advance.

    I just found some info here:
    Re: Thin Driver and Load Balancing
    Thank you very much.

  • Is there a detailed tutorial about using Subversion with JDeveloper?

    Hi,
    My project is currently in my single-user repository, and I have checked out, modified, and checked in my files. All that works fine, but there is much more functionality available. At the moment, I am going through some YouTube videos by Stuart Fleming, but I was hoping that someone might suggest an article that I could keep as a searchable reference.
    Thanks.
    James

    Hi Timo,
    Using Subversion with JDeveloper is the only way I use it. Would you explain what you mean below?
    You just need a couple of method which are not dependant on jdev.
    Thanks.
    James

  • Question about using OC4J in a webservice test

    Hi,
    I'm new in Java,and Web service world. In my company we have 9i Oracle Database with a large application developed in Forms, now they are creating a new corporate website and want to communicate with DB via Webservices.
    We want to do a 'Concept test' with a PL/SQL procedure to be deployed as a webservice to OC4J in a personal computer, then try to access this webservice from the internet corporate website).
    Our questions are.
    1.- Are We in a right path?
    2.- OC4J embbed version is good enough to working as a web-J2EE server and run this test.
    3.- What kind of configuration we have to keep in mind to make our webservice 'visible' from the internet.
    4.- Is there any white-paper you recommend..
    Thanks!
    John.

    2000 concurrent sessions...now that would require quite a big application server farm if you are using forms for this project. As you have experience in PL/SQL and none in Java/ADF the decision shouldn't be that hard. Java is an Object Oriented language whereas PL/SQL is procedural which means quite different ways of doing things when you e.g. want to write APIs. If you don't have any expierience in any Object Oriented language starting off with a quite big project in java might not be a good idea. This doesn't mean that you shouldn't learn java at all, but when learning a new language you usually start with a "Hello World" application, and not with writing a operating system with that language.
    APEX on the other hand is plain PL/SQL and not just for small websites; a good sample is the asktom site; it is written in APEX and I guess it has a fair amount of traffic.
    So APEX has some benefits
    - you have already knowledge in house
    - you are familiar with the language
    - APEX doesn't require an application server license; you can use oracle XE and if you don't want to expose the database to the www use a plain apache server to handle the http request
    So if it were me, APEX would be the way to go.
    cheers

  • Question about using RE1000 with EA6500

    I have an EA6500 route but having problem getting wireless signal to one room in my house.  As a result, I am thinking about buying RE1000.
    If I buy this unit, will I need to connect to a different network when using wireless devices in the room near the extender.
    Or will both the extender and router operate as a single wireless network name?  If they both operate under a single wireless name, how will I know the extender is connecting and working.
    Please let me know.  Thanks.

    atomarchio wrote:
    I have an EA6500 route but having problem getting wireless signal to one room in my house.  As a result, I am thinking about buying RE1000.
    If I buy this unit, will I need to connect to a different network when using wireless devices in the room near the extender.
    Or will both the extender and router operate as a single wireless network name?  If they both operate under a single wireless name, how will I know the extender is connecting and working.
    Please let me know.  Thanks.
    Just to answer your question, RE1000 will extend your router's main wireless network - so they will operate with single / same wireless network name. You'll know that the extender is connected and working if you'll be able to see the RE1000 listed on your router's DHCP client's table.
    If everyone needs to believe in something, I believe I'll have another beer..

  • Query regarding OdiInvokeWebService, not able to use it with any webservice

    I am trying to invoke a webservice using the OdiInvokeWebservice, but not able to do that, tried with 11.1.1.6 and 11.1.1.5
    any one tried that before in the following version ?
    Please help !!
    Regards,
    Uday

    What did Orange say when you requested them to unlock the iPhone?
    You have to request an unlock - it is not automatic after a period of time.

  • A few questions about using PS3 with 27" iMac display...

    Hey people, I had a few questions about how I could possibly get my ps3 connected to the iMac's 27" screen. First of all, could you guys list some adapters that would be able to convert the HDMI to Mini displayport? That would be great. The only one I know of is that Dr. Bott Digital Video link.
    Okay secondly, I was wondering if I do get the the ps3 connected with the iMac's display with an adapter to convert HDMI to mini DisplayPort, would it be in HD? Would I be able to play ps3 games or watch blu-ray movies in 1080p HD format?
    Thanks!

    Welcome to the Apple Discussions!
    This has been asked a number of times here since the intro of the 27" iMac. The answer is very expensive US$149 or more converters and sometimes even more expensive to maintain the resolutions that you seek.
    http://lowendmac.com/ed/bashur/09db/dvi-to-mini-displayport.html
    Dah•veed

  • Question about using calendar with Microsoft Exchange

    I just recently bought the iPhone5.  I used to have a Droid so I am new to the iPhone altogether.  I have a 3rd generation iPad as well.  I've always used my google calendar on my droid to set up appointments and whatnot on my calendar and I send the invites to my husband so we can sync our calendars.  He would then accept or decline and I would get an email notification saying when he did so.  Now that I am using the iPad and iPhone calendar, I am super confused.  There are so many color coded calendars.  I set up the Microsoft Exchange account on both mine and my husbands phone and I set the default calendar to the Gmail Exchange calendar as someone told me to do.  I'm very confused by what this is all about and my husband still isn't getting the invitations when I send it to his gmail.  However, when I sent it to his aol email address, he did receive an invite but on my calendar it is still showing as "no response".  Also, now we are getting emails in 2 different gmail inboxes, one for the exchange and one for just gmail.  What's the difference?  Can anyone shed some light on this for me?  I'm such a newbie and googling isn't helping!
    Thanks!!!!

    Why to jump from one track to another?
    Simply create a folder with all the Channel strip settings and assign two key commands of your choice to navigate forward and backward.
    And yes, you can assign that command to a MIDI controller (or pedal) too.
    About monitoring have a look at the reference manual page 211.
    Before to buy a preamp try using the Hi-Z input from your Edirol.
    Anyway, six tracks with six plugins on each track are not an issue for your macbook.
    cheers
    rob
    Power Mac G4/533 PowerBook 12   Mac OS X (10.4.8)  

  • Support for using CS5 with Joomla

    So far, the information to get dreamweaver working with Joomla has been non-existent and/or extremely vague.  I've spent my entire Sunday, trying to simply get this to work.
    I ran a local server and followed the adobe tutorial, I uploaded my mysql database file and I either get an error saying that the dynamic-related files could not be reached etc etc etc. error, or I get simply a blank page when I try to view it in the localhost/FOLDER file.
    I am lost.  There is little support for this specific task.  It's my only interest in DW considering I work exclusively with Content Management Systems.  So far setting this up is time consuming, confusing, and well, it simply doesn't work.w
    IS THERE understandable documentation available for setting up the most TALKED ABOUT feature of DWCS5!?!?!?  Is it really even possible?  At this point I am starting even doubt the validity of the posts of people claiming they got this to work.  So far I get a string of unpredictable errors in an extremely complicated and confusing workflow, again, just trying to get the most talked about feature of CS5 to work as advertised.  I'm so frustrated, words cannot express.
    -Matt

    Hello out there? Can anybody be so kind an post a link to a good dokumentation? I am experiancing just the same problem and yes - I am frustrated, too. Pleeeese!!!
    Thank you very much for any little hint.
    Blechkrähe

  • Question about using iPod with a Mobile Mulitmedia system

    Hi All,
    I bought my wife a 16g 4th genration iPod Nano to use with her Valor Mobile Multimedia system in her car. When she plugs the iPod in the system via the iPod cable, all it says is "connecting". It seems to recognize the iPod but doesn't fully connect with it to play the music. I've tried my daughter's older generation Nano and it works fine as does my 60g video iPod.
    I've tried to contact Valor but their website isn't very intuitive. I've left a message with their tech support as well as emailed them, No repsonses yet.
    I would appreciate any suggestions. Thanks all.

    The tv connects to your tv via HDMI or component.
    The tv plays video either from it's hard drive which it gets by syncing it from the contents of your itunes library on your PC or by streaming it directly (as it plays it) from the itunes library on your PC.
    Data from itunes can be sent to the tv either by ethernet or wifi.
    http://www.apple.com/appletv/sync.html

  • Cannot play audio from macbook pro 2009 to tv using hdmi with adapter

    MacBook Pro 2009. I cannot get audio from my my macbook pro to tv using an hdmi adapter

    That is because the 2009 MBP does not support audio via the minidisplay port.  You will have to tap the audio output port for audio and use the RCA audio input connections on the TV.
    Ciao.

Maybe you are looking for

  • MOVED: X99S Gaming 7 No Gbit

    This topic has been moved to GAMING Motherboards. https://forum-en.msi.com/index.php?topic=253995.0

  • Opening raw from Olympus EM1 in Snow Leopard

    Hy everybody, maybe it is not the right place... I've got a problem with my Imac running 10.6.8, because Preview does not displays the orf of my new camera, Olympus OMD EM 1. I have read that Preview share the same raw converter of Iphoto and Apertur

  • Advance Replication and Oracle Label Security

    Has anyone been able to configure both Advance Replication and Oracle Label Security to work together?

  • Creating sandboxes with the admin api

    I'm trying to write some code that creates sandboxes through the admin api. For these sandboxes, I want to only enable a specific set of functions. Unfortunately, when you create a sandbox with getSecuritySandboxes, it enables all functions by defaul

  • Color not saturated

    am still trying to determine if this is a problem i see on my video ipod or others have seen something similar... problem #1 video out via s video connector on ipod dock and displayed on ntsc capable lcd tv.. colors look unsaturated. same video when