Can't transform to JMS_TEXT_MESSAGE

I'm trying to workaround the Interconnect AQ adapter's lack of support for JMS by creating a transformation that converts my simple ADT Payload to a JMS_TEXT_MESSAGE while propagating it from one queue to another. I keep getting:
kwqjpropwin: Exception Occured, Error msg:
ORA-22275: invalid LOB locator specified
Propagation Schedule for (AQINTER.PLEDGE, NULL)encountered following error:
ORA-22275: invalid LOB locator specified
All of my messages are < 4000 bytes. In fact, my transformation function works fine on it's own, and I'm able to workaround the problem by registering a PL/SQL callback to dequeue the incoming message, call my transformation function and enqueue it to the destination, thus I don't think it's a permissions problem.
Any ideas or suggestions?
-Doug

Perhaps this guide can help you:
Application Developer's Guide - Advanced Queuing Contents / Search / Index / PDF
http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96587.pdf
Joel P�rez

Similar Messages

  • How can we transform a video from progressive to interlaced with final cut?

    How can we transform a video from progressive (720x1080 50p) to interlaced (PAL) with final cut pro???????
    The video is taken with Sony EX3

    Hi Nick
    Sorry but your first link says +"The file you are trying to access is temporarily unavailable."+ ... but tell me, are you viewing these interlaced encodes yourself on an interlaced monitor (eg are you burning them to disc and viewing on a TV) as they are meant to be seen, or are you just playing them back from file on your (progressive) computer display?
    By the way, I did manage to download your source file and encoded it here. Looks ok to me ... in a addition to the instruction above, I also changed the Field Dominance in the Encoder > Video Format tab to Top First (it defaulted to progressive due to the progressive source file).
    Let me know if that helps
    Andy

  • How can i transform MFC HWND into jpanel or jframe instance

    Hi!
    I want to open a MFC window, then with the HWND , i want to open java subwindow created inside the MFC window with the HWND, i wonder if there is a way. how can i transform the HWND into jpanel or jframe instance.

    Look at the article in CodeProject and read the example in it. The other questions you can send to my email because I cannot give you concrete response in this forum.

  • How can I transform XML-DB to Relational DB?

    How can I transform XML-DB to Relational DB?
    I want to transform Oracle 9i XML-DB to Oracle 8i R-db
    please tell me how to do this .
    thank you

    hi
    good
    its idoc_xml or idoc_xml_transform
    go through the below link hope it ll help you to solve your problem
    Check with below link :
    Re: IDOCS_OUTPUT_IN_XML_FORMAT -- IDOCS_OUTPUT_TO_FILE
    Re: any function module to write-xml schema of a idoctype to an internal table
    /people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you
    thanks
    mrutyun^

  • How can I transform an image into a different design?

    I've used the Distort effects in AE to modify the following video:
    Into this:
    I'm a pretty pleased with the results.  I simply used the Transform and Mirror effects.
    However, I have a bunch of other designs which I can't distort into a good alternative design by using the same method.  Here is an example:
    I am hoping some of you very clever people can come up with a method I can use for transforming this sort of design into something decent!
    Thanks!

    Thanks for the replies!
    I realise this is a broad question.  I will elaborate on the images from my first post in order to provide more details:
    1)  I have generated a number of animated designs, the blue image when animated looks like moving electricity.  All of the designs are geometric patterns of one form or another.  I have around 50 of these designs.
    2)  I want to create variations on these geometric animations. Rather than start from scratch and create a brand new design (which is a lengthy process), I want to use the effects in After Effects to create variations.  In the example I provided, I took the blue design and used a number of effects to create the green design.
    3)  Essentially, I now have two different animations.  The blue original, and the green variation.
    4)  Here is my question.  Are there any specific effects within After Effects, that allow me to distort an image/animation to such a degree that it essentially looks like a different image/animation?  So far, I have used Transform and Mirror.
    I gave Kaleidoscope a try, and that gave some good results, so thanks for that suggestion.
    5)  The problem I am having is that some of my other designs are more or less 'symmetrical' in appearance - like the yellow image from my first post.  The Transform, Mirror and Kaleidoscope effects do not really distort the symmetrical animations enough.  This is because they simply tend to either rotate the image (which is a circle, so rotating it does little), or they mirror the design (which again does little as the image is a circle).  So, are there any other effects I can choose which will distort a symmetrical geometrical design, whilst still retaining a degree of geometric appearance?
    I thank you again for your time, it really is appreciated!
    EDIT:  As Todd Kopriva suggested, here is the link to the other forum post:  http://forums.creativecow.net/readpost/2/1008997  - I forgot to link back to this forum from there.  I will add that shortly.

  • Can´t transform illustrator files

    I´ve just downloaded the application because it said it can transform illustrator, indesign and photoshop files. Since the app to see those type of files is not supported on the ipad I thought this would be a solution to my problem of seeing my work on the ipad.
    I tried converting a illustrator file and it said file type not supported, then tried a indesign file and the same thing happened.
    I´m using an ipad with ios 6.0.1 and trying to convert the files using diferent apps (dropbox, fileBrowser, mail) it always pops the same messege "File type not Supported"
    Someone knows why or is there a solution to the problem.

    After investigating with the issue, I can confirm that we are aware that the CreatePDF app no longer supports InDesign, AI or PSD conversions. We found that our conversion wasn’t generating the results we expect and have temporarily disabled this capability until we can fix the problem. We expect it to be fixed sometime in the first half of 2013. I apologize for the confusion.

  • Can XSLT transformation created with XSLT_TOOL be called from outside?

    Hello,
    I have created an XSLT transformation with the transaction XSLT_TOOL in the ECC 6.0 system.
    I got a request if this XSLT transformation can be called from outside SAP, example Informatica Power Center. ( http://www.informatica.com/PRODUCTS_SERVICES/POWERCENTER/Pages/index.aspx )
    Can these XSLT be called from outside?
    thank you
    Koen Van Loocke

    Hi,
    I don't think you can call the XSLT_TOOL from outside but what you can do is create a transformation and write a function that serves as a wrapper. You can call the function from outside (RFC) and the function could invoke an existing transformation.
    Cheers

  • How can I transform a 3D world coordinate to a 2D device coordinate?

    I have been working with Java 3D for a few months and I can create a scene graph and display it. Now, I want to transform a 3D world coordinate to a 2D device coordinate. I don't want to draw the 3D point in the scene, I just want to know what the 2D coordinates would be. Does anyone know what sequence of transformations must be made to do this?

    Thank you for your reply. I used your code and it solved most of my problems. However, I can't get it to apply a perspective projection to the point in question.
    I took the following line of code from your response above.
    view.getCanvas(0).getPixelLocationFromImagePlate(somePointInNode, awtPoint);From your code, and the javadoc that I've read, it appears that it should perform a perspective projection, but in my case it doesn't.
    I have included output from my program below. I wrote a program that displays the x, y, and z axes on a Canvas3D. The viewpoint is looking down the z-axis with the positive x-axis pointing to the right and the positive y-axis pointing up. I then used your code to compute 2D points at the origin and along each of the three axes (calls 1-4 in my output). On the Canvas3D, the origin and the point along the positive z-axis are at two distinct locations, as one would expect of a perspective projection. However, when I compute the 2D location using your code, the 2D points are identical, as one would expect of a parallel projection. My view's projection policy is PERSPECTIVE_PROJECTION, but as my output below shows, the transformation from somePointInNode to awtPoint in calls 1 and 4 appears to be created as if it is a parallel projection. It is as if the z component is ignored. Why? Am I doing something wrong?
    My output:
    projection policy = perspective projection
    call 1:
    somePointInNode
    origin: x=0.12699998915195465 y=0.15931445360183716 z=0.0
    awtPoint
    x=445.999961562044 y=435.4999675525455
    call 2:
    somePointInNode
    x-axis: x=0.2528710961341858 y=0.15931445360183716 z=0.0
    awtPoint
    x=891.9999469321543 y=435.4999675525455
    call 3:
    somePointInNode
    y-axis: x=0.12699998915195465 y=0.2851855605840683 z=0.0
    awtPoint
    x=445.999961562044 y=-10.500017817564867
    call 4:
    somePointInNode
    z-axis: x=0.12699998915195465 y=0.15931445360183716 z=0.12587110698223114
    awtPoint
    x=445.999961562044 y=435.4999675525455

  • Help!xml can't transform property

    I want to transform xml using xslt and I download jakarta's xalan.But I find it seems has some problem.So I write a class to test the xalan package.My code is:
    /////////////////////////////////Test30.java///////////////////////////////////////
    import org.apache.xalan.xslt.XSLTProcessor;
    import org.apache.xalan.xslt.XSLTResultTarget;
    import org.apache.xalan.xslt.XSLTInputSource;
    import org.apache.xalan.xslt.XSLTProcessorFactory;
    //import com.lotus.xsl.*;
    import org.xml.sax.SAXException;
    import java.io.*;
    import org.xml.sax.*;
    10 public class Test30
    11 {
    12     public static void main(String[] args)
    13     {
    14          try
    15          {
    16          XSLTInputSource inputXML = new XSLTInputSource("trying1.xml");
    17          XSLTInputSource inputXSL = new XSLTInputSource("trying.xsl");
    18          XSLTProcessor processor = XSLTProcessorFactory.getProcessor();
    19          processor.process(inputXML, inputXSL, new XSLTResultTarget(System.out));
    20          }catch(Exception e)
    21          {
    22               System.out.println(e);
    23          }
    It is compiled successfully.But the console report error when I execute it.It report:"Exception in thread "main" java.lang.NoSuchFieldError: m_elemStack
    at org.apache.xalan.stree.StreeDOMBuilder.startElement(StreeDOMBuilder.j
    ava:221)
    at org.apache.xalan.stree.SourceTreeHandler.startElement(SourceTreeHandl
    er.java:525)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1488)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
    at org.apache.xalan.xslt.XSLTEngineImpl.getSourceTreeFromInput(XSLTEngin
    eImpl.java:744)
    at org.apache.xalan.xslt.XSLTEngineImpl.process(XSLTEngineImpl.java:332)
    at Test30.main(Test30.java:19)"
    I test it in servlet and the problem is the same as this.
    I don't know why this happen and I debug it all day.I can't find any error today.
    Anyone can help me? :(

    I used this example and it works fine for me :
    public static void transformXML(String xml, String xsl, OutputStream oStream)throws Exception {
    TransformerFactory tFactory = TransformerFactory.newInstance();
    if(tFactory.getFeature(DOMSource.FEATURE) && tFactory.getFeature(DOMResult.FEATURE)) {
    //Instantiate a DocumentBuilderFactory.
    DocumentBuilderFactory dFactory = DocumentBuilderFactory.newInstance();
    // And setNamespaceAware, which is required when parsing xsl files
    dFactory.setNamespaceAware(true);
    //Use the DocumentBuilderFactory to create a DocumentBuilder.
    DocumentBuilder dBuilder = dFactory.newDocumentBuilder();
    //Use the DocumentBuilder to parse the XSL stylesheet.
    Document xslDoc = dBuilder.parse(xsl);
    // Use the DOM Document to define a DOMSource object.
    DOMSource xslDomSource = new DOMSource(xslDoc);
    // Set the systemId: note this is actually a URL, not a local filename
    xslDomSource.setSystemId(xsl);
    // Process the stylesheet DOMSource and generate a Transformer.
    Transformer transformer = tFactory.newTransformer(xslDomSource);
    //Use the DocumentBuilder to parse the XML input.
    Document xmlDoc = dBuilder.parse(xml);
    // Use the DOM Document to define a DOMSource object.
    DOMSource xmlDomSource = new DOMSource(xmlDoc);
    // Set the base URI for the DOMSource so any relative URIs it contains can
    // be resolved.
    xmlDomSource.setSystemId(xml);
    // Create an empty DOMResult for the Result.
    DOMResult domResult = new DOMResult();
    // Perform the transformation, placing the output in the DOMResult.
    transformer.transform(xmlDomSource, domResult);
    //Instantiate an Xalan XML serializer and use it to serialize the output DOM to System.out
    // using a default output format.
    Serializer serializer = SerializerFactory.getSerializer(OutputProperties.getDefaultMethodProperties("xml"));
    serializer.setOutputStream(oStream);
    serializer.asDOMSerializer().serialize(domResult.getNode());
    } else {
    throw new org.xml.sax.SAXNotSupportedException("DOM node processing not supported!");
    }

  • Can you transform the color of one movie clip to another in as3

    I have 2 identicle sun burst vector images, besides that one is an orange and red and the other 2 different shades of blue. I am building a website and on the home page i have the blue sun burst vector and one the about us page i have the orange and red vector. What I want to do is when the user clicks on the about us page i want the blue sunburst vector to transform (from the center) to the orange and red sunburst vector. to give the user the impression that the sky is changing from day to evening.
    How do i go about doing this is it even possible?

    There are a few ways you can approach this.  One would be to use both and have one fade out such that other asppears below it, and vice versa such that one fades in atop the other.

  • How can we transform opacity mask of an art?

    Hello All,
    I have created one triangle and created one opacity mask for that traingle. Look into the opacityMask.jpg file
    Now I have used AITransfromSuite::Transfrom( ) function to transfrom the traingle art. Traingle is transformed to a new location but the opacity mask is not transfromed? Look into the transfromedTriangle.jpg file.
    So, could you please tell me how can we transfrom opacity mask so that both inputTriangle and transformedTriangle are same??

    Hi,
    I'm not sure having totally understood your request.
    Do you want to apply a translation matrix to an art or to its opacity mask?
    Do you want to make a copy of an existing art and translate this copy?
    Anyway, even if you make a copy of an existing art and translate it, the copy should have the same aspect!
    Then, you have the stuff to complete your task:
    reply for a question you posted days ago:
    http://forums.adobe.com/message/2410622#2410622
    should be ok.
    Best regards,
    Thomas.

  • How can I transform..

    Hi,
    I want to transform the XML resultset I get from querying the oracle database in a format
    which can be easily loaded in to ADO Recordset. Is there any easy thing available
    to do this transformation ? Any component or XSL ?

    Can you please let me know the first few important steps I need to follow to get "ADO recordset compatible" XML, from the XML I get from Querying the database ? Please point me at specific classes, methods and XSL files available.
    Thanks and Regards,
    Kiran

  • How can I transform xml to idoc with idoc_xml?

    Hi,
    I have to send shipping orders and receive shipping confirmations via the idoc_xml webservice. At this time I am able to send the shipping orders to a destination. Now I am trying to send xml data back to the idoc_xml service who should transform this xml (SHPCON) to an idoc and "books" this shipping confirmation automatically. But how should the xml look like to get this work?

    hi
    good
    its idoc_xml or idoc_xml_transform
    go through the below link hope it ll help you to solve your problem
    Check with below link :
    Re: IDOCS_OUTPUT_IN_XML_FORMAT -- IDOCS_OUTPUT_TO_FILE
    Re: any function module to write-xml schema of a idoctype to an internal table
    /people/michal.krawczyk2/blog/2005/11/13/xi-how-to-check-your-idocs-on-a-web-page-from-sapgui -> this will help you
    thanks
    mrutyun^

  • Can I Transform tables into CSS or other formats?

    Hi.
    I've got a big site that was created in GoLive. All the pages make  extensive use of tables due to the way GoLive worked its wysiwyg  layouts.
    I'm not a programmer but I did know how to create decent looking pages  that way. Now I've got DW and want to make changes to the pages. Now  these pages all look like tables and I can't just drag and drop to move  things around.
    Is there some way in DW to change all these tables into a form where I  can manipulated them easily? I'm just learning about CSS. Is that the  way to go?
    Of course any new pages I'll create with CSS, but I still need to work with lots of these older pages.
    Thanks.

    Start your new projects with pre-built CSS Layouts.  You can learn a great deal from reading comments in the source code.
    PVII CSS Layouts - Rock solid.  Thoroughly tested to perform well in all browsers.
    http://www.projectseven.com/products/index.htm
    Dreamweaver CSS Templates for beginners
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html
    New DW Starter Pages --
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Ultimate Multi-Column Layouts -
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-width s
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How can I transform a rectangle to a heart with Premiere Pro CS5?

    Hello, is there a way to transform / morph a rectangle to a heart with PPro CS5 or do I need special software / plug in?

    Yes, animating paths is relatively easy in After Effects.
    If you have questions, bring them to the After Effects forum.

Maybe you are looking for