XML Files within XI

Hi,
Does anyone know of any volume restrictions with regards to sending XML Files between systems - using XI? I intend using XI to 'pick-up' XML files and send them on to the relevant Receivers. The tricky thing is that these files will vary in size.
Secondly, does anyone know of any JDBC adapters that will work with Solaris?
Many thanks in advance!
Best regards,
Reuben.

Hi REUBEN,
  “The size of the largest message thus depends mainly on the size of the available main memory.
On a normal 32Bit operating system, there is an upper boundary of approximately 1.5 to 2 GByte per process,
limiting the respective largest message size.”
please reward points
Regards
Sreeram.G.Reddy

Similar Messages

  • How to refer an xml file within a xml file?

    Hi
    I would like to refer a xml file within a xml file from where i would like to extracts some elements & attributes.
    Plz, suggest me hot to do.
    Thank you.

    You mean you want to link the file thru some resource pointer and then make the external file availabe for parsing and other processing operations?

  • How to parse a xml file within a WLST script

    Hi all,
    I'm using ALSB2.6 and I'm writing a WLST script that should read config info from a xml file and create an ALSB prj.
    I got an error when I call:
    xmldoc = minidom.parse(sock).documentElement
    The code:
    print '#### IPEventConfigFile: ', IPEventConfigFile
    IPEventConfig = loadXML(IPEventConfigFile)
    where
    def loadXML(source):
    sock = open(source)
    xmldoc = minidom.parse(sock).documentElement
    sock.close()
    return xmldoc
    The error:
    [java] #### IPEventConfigFile: /products/software/terraferma/release3/EventBus/repository/events/DummyEvent/resource/DummyEvent-IPEventConfig.xml
    [java] ===============================================================
    [java] Unexpected error: exceptions.AttributeError
    [java] ===============================================================
    [java] No stack trace available.
    [java] Unexpected error: exceptions.AttributeError
    [java] No stack trace available.
    [java] Problem invoking WLST - Traceback (innermost last):
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 198, in ?
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 102, in cloning
    [java] File "/products/software/terraferma/release3/EventBus/scripts/cloning.py", line 178, in loadXML
    [java] File "Lib/xml/dom/minidom.py", line 908, in parse
    [java] File "Lib/xml/dom/minidom.py", line 900, in _doparse
    [java] File "Lib/xml/dom/pulldom.py", line 251, in getEvent
    [java] AttributeError: feed
    Line 178 is:
    xmldoc = minidom.parse(sock).documentElement
    I'm trying to understand where I'm wrong.
    Thanks in advance
    ferp

    Using the SAXParser in JAXP the parsing of the XML file is event driven.
    Instantiate the parser:
    SAXParserFactory factory = SAXParserFactory.newInstance();
    SAXParser parser = factory.newSAXParser();
    InputSource is = new InputSource(new FileReader(theXML));call the parse method:
    parser.parse(is, this);The following events are fired as the parser works through the XML public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws org.xml.sax.SAXException
    public void endElement(String namespaceURI, String localName, String qName) throws org.xml.sax.SAXException
    characters(char[] ch, int start, int length)etc.
    You write what you want within each of these sections to handle the structure of your data. Keep in mind SAX is useful only when you know the structure of your XML.

  • XML File Within XML File

    Hi everyone,
    Plz help me out.....
    Currently, I am working on flex and Remote Object Accessing.
    My problem is that, in my application I have one Servlet which
    writes .xml file in browser and I use that .xml file to display
    data in Datagrid. Everything was woking fine. But then I have to
    change my .xml file in such a way that one of it's node is a .xml
    file. like this...
    <?xml version="1.0" encoding="UTF-8" ?>
    - <root>
    - <detail>
    <server>SOA </server>
    <resp_time>250</resp_time>
    - <request>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <envelope>
    <operation>addition</operation>
    </envelope>
    </request>
    </detail>
    </root>
    Here request is one of the node in .xml file. now when i am
    displaying data in this file into datagrid, datagrid show correct
    data for <server> and <resp_time> tag. But it shows
    "[object Object]" for request tag.
    Can any one tell me how can I show that request node into my
    datagrid ,so that it shows me ..
    <request>
    <?xml version="1.0" encoding="UTF-8" ?>
    - <envelope>
    <operation>addition</operation>
    </envelope>
    </request>
    instead of [object Object] ???? Please Hepl me

    Tracy had replied me that you can use labelFunction. like
    this...
    private function lfRequest(oItem:Object,
    dgc:DataGridColumn):String
    return oItem.request.toXMLString()
    I have used resultHandler like this ....
    [Bindable]
    var xmlFile:String = null;
    private function resultHandler(event:ResultEvent):void
    trace("resultHandler is called...");
    var myO:Object = new Object();
    myO = event.result;
    trace("after new XML()");
    xmlFile=myO.request.toXMLString();
    trace("after toString()");
    and i m trying to display that ' xmlFile:String' into
    datagrid, but it gives me this runtime-error:
    Error #1009: Cannot access a property or method of a null
    object reference.
    then i tryed this...
    xmlFile=myO.request.root.detail.toXMLString(); then it gives
    me this error message :
    Error #1009: Cannot access a property or method of a null
    object reference.
    plz help me...

  • Re-connecting XML-files within Elements9

    I'm using Elements9 and created XML-files containing my tags & albums. After re-installing E9 on my new notebook I have no idea how to re-connect the information.
    Who can hlp?
    Regards Andreas

    awl2013 wrote:
    I'm using Elements9 and created XML-files containing my tags & albums. After re-installing E9 on my new notebook I have no idea how to re-connect the information.
    Who can hlp?
    Regards Andreas
    I have two questions :
    - how did you transfer your catalog ?
    - how did you transfer (or copy) your media files ?
    The correct way to transfer catalogs and pictures files is explained here:
    http://helpx.adobe.com/photoshop-elements/kb/backup-restore-move-catalog-photoshop.html
    If you have made a copy of your pictures folders structure (including the xmp sidecar files) and created a new catalog by importing those files, the xmp files should be recognized, but you would have lost other informations like albums and version sets.
    I assume you created the xmp files by using the 'write metadata to files' function of the organizer ?

  • Loading an xml file from an xml file

    I'm trying to load an xml file from an xml file, but I'm
    having problems. My first xml file is really simple - it only
    contains one attribute with the name of another xml file in it
    (eventually I will have multiple xml files in here and run a loop
    on them...this is why I want to load an xml file from an xml file).
    Currently, with the code below, I can get the main xml file
    to load ("main.xml"), but I cannot get the secondary xml files to
    load FROM the main.xml.
    I want to then take childNode values from the secondary xml
    file and use them within my .swf in text boxes and whatnot.
    Any guidance? I think I'm going wrong on the line where I'm
    saying "i.newxml.load(i.attributes.location);"
    - How can I get this to work?

    johnypeter:
    I tried changing the code inside the loop to use just
    "newxml" instead of "i.newxml", and I declared with "var newxml =
    new XML();" - was this what you were thinking?
    kglad:
    The reason I tried to use the loadXML() function in the loop
    was so that for each node in my "main.xml" it would load the new
    xml file listed - this is a no-no? Do you have any ideas as to what
    I could do?
    For the for-loop, what should I change in it? I'm not great
    with loops so I tried to modify some code from another loop I found
    in another forum thread - not the right way to do it here?
    Also, what should I trace? The value of the _root.address, or
    i.attributes.location? I have created dynamic text boxes on my
    stage to see if the correct value from the xml file loads (ie. the
    name of the xml file within the xml file) and it does, but now I
    don't know how to put that information into ANOTHER loadXML()
    function and get the node information from it - does that make
    sense???
    Below are the examples of the xml files I am using. In the
    first one, main.xml, I will have a list of multiple xml files, each
    with the same nodes and elements as in the details.xml file
    (different values, of course).
    This is just to give you an example of what I'm trying to
    accomplish - pulling ALL the addresses and phone numbers from
    multiple xml files. I cannot manually collect this information, as
    it is dynamic, and will be updated in each individual details.xml.
    I was hoping to collect the information by simply adding to and
    updating ONE xml file - main.xml.
    Do you think this can be done? Am I going about it the wrong
    way? I'm quite limited in AS knowledge, which is why I'm piecing
    together code from other posts!

  • ODI not reading XML file

    Hi All,
    Im working on implementing Oracle PIP with ODI.
    Im not able to access an XML file within ODI. The Physical architecture is set to the correct directory, filename etc.
    It was working fine before until recently we restarted the agent & re-encoded the passwords for Supervisor & Master Rep accounts.
    It now shows "table not found: ORA - account is locked" or "invalid username/password - login denied" error when I try to view the data of the datastores within the Model (whose source is the XML file).
    Any thoughts?
    Thanks,
    Ruby

    Does you XML file use an external database store ? Maybe the db password in that file wasnt changed

  • XML Files - PLEASE help!!

    Hi guys!
    Am desperately seeking some help on an XML issue please!!
    Am just wondering if anyone knows any limitations of having large XML files within B2B applications. Everywhere I look seems to suggest that there's no limit on the size of an XML file - this is grand, but is anyone aware of a performance downgrade when dealing with large files? And if so, what is the maximum recommended file size before performance is affected. Are there any other issues upon which file size would have a negative impact? Sorry if this sounds like a bit of a silly question but am a newbie to the design implications of XML and am in bad need of assistance!
    thanks a mill for all your help
    cheers
    bronniebee

    Well no, there's no limit on the size of an XML file by the specification, but in practice you will find that you almost always have to load the XML file into memory. This means that the larger the file, (a) the longer it takes to load and (b) the more likely it is you will run out of memory. I have seen it suggested that 10 megabytes is a practical upper limit for the size of an XML file to be processed in this way, but of course that would be just a rough guideline. If you have files much larger than that, you will have to use a SAX parser (which processes the XML sequentially) if you want to be able to handle it.
    But if you are talking about B2B, then most of your XML files will be transaction packets, right? Probably you wouldn't have a purchase order that large, for example. And you will be processing them asynchronously, right? (Nobody sitting at the browser waiting for a response.) That simplifies things because you don't have response time as an overriding requirement.

  • Retrieve / Search specific Node from XML File

    Hello,
    i have a question about reading (searching) XML File within PL SQL:
    There is a XML file with following structure:
    <root>
      <Hnode1 attr1="value1" />
      <Hnode2 attr1="value1" />
         <node1_of_Hnode2 id="10" personname="Steven"/>
         <node2_of_Hnode2 id="20" personname="Christian"/>
         <node3_of_Hnode2 id="30" personname="Arnold"/>
      <Hnode2/>
    <root/>How it is possible to filter a node by one of its attribute value. For example:
    I know the id of a person - lets say id =20. In this case i would like to get the whole node (in this case node2_of_Hnode2) to get the personname => "Christian".
    Just like a SELECT statement (WHERE ID = 20)
    Is there a possibility the get this by one command or should it be looped over all Rows of the Document?. Can you please provide an example for me.
    Thank you in advice!

    Database version is 10.Sorry, that's not a version.
    For example :
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    How to use the extraction of values?
    1.Better in Select statement; assigning directli in a variable or using xmlquery function?.PL/SQL or SQL calls to XMLType methods such as extract() or getStringVal() should be equivalent (putting aside the context switch).
    However, none of them is the correct way to retrieve a scalar value from a given node.
    You must use extractValue() function instead (SQL only) for release < 11.2 and XMLCast/XMLQuery starting with 11.2.
    One more Question:
    I have seen a lot of options to handle with XML Files.
    So in my case only querying data in XML Files is relevant.
    I have seen many APIs called XMLDOM, DMBS_XMLDOM, XMLTYPE...
    When to use these APIS. Can you give me some input on that please?That's a broad topic.
    A relevant answer will depend on your requirement.
    - Do you have to process large files, and if so how large?
    - Is performance/memory management a concern for you?
    - Do you want to extract single values, or process the XML content as relational data?
    If you have any specific test case to show us, please post in the {forum:id=34} forum, and make sure you include all the necessary details (see the FAQ).
    Edited by: odie_63 on 23 févr. 2012 11:35

  • How to apply style to partial text within a tag in xml file

    I have created a webpage using Dreamweaver CS4 Spry Regions. Everything is functioning as expecting, however now I need to apply a style to part of the text. Every occurance of the company name needs to be in italics - the problem is that the company name appears within different parts of the text within a set of tags.
    http://www.certifiedangusbeef.com/private1/sales/facts/index.php
    ie - <description> this is my company name which must appear in italics</description>
    In this example, only "company name" needs to be italicized. We have created an XSL file that applies the italics properly when the XML file is viewed in the browser. But it does not have any effect on the final web page - as though spry is blocking the XSL or we've missed a step in linking all the files together.
    Here's the XSL code:
    <?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="facts.xml" --><!DOCTYPE xsl:stylesheet  [
    <!ENTITY nbsp   "&#160;">
    <!ENTITY copy   "&#169;">
    <!ENTITY reg    "&#174;">
    <!ENTITY trade  "&#8482;">
    <!ENTITY mdash  "&#8212;">
    <!ENTITY ldquo  "&#8220;">
    <!ENTITY rdquo  "&#8221;">
    <!ENTITY pound  "&#163;">
    <!ENTITY yen    "&#165;">
    <!ENTITY euro   "&#8364;">
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
        <xsl:template match="node()|@*">
            <xsl:copy>
                <xsl:apply-templates select="node()|@*"/>
            </xsl:copy>
        </xsl:template>
        <xsl:template match="text()[ancestor::description]" name="replace">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
        <xsl:template match="text()[ancestor::item]" name="replace1">
            <xsl:param name="pString" select="."/>
            <xsl:choose>
                <xsl:when test="contains($pString,'Certified Angus Beef ®')">
                    <xsl:value-of select="substring-before($pString,'Certified Angus Beef ®')"/>
                    <i>Certified Angus Beef<sup> &reg;</sup> </i>
                    <xsl:call-template name="replace">
                        <xsl:with-param name="pString"
                        select="substring-after($pString,'Certified Angus Beef ®')"/>
                    </xsl:call-template>
                </xsl:when>
                <xsl:otherwise>
                    <xsl:value-of select="$pString"/>
                </xsl:otherwise>
            </xsl:choose>
        </xsl:template>
    </xsl:stylesheet>

    An element attribute is set with the method
    setAttribute(String name,
                             String value)or the
    setAttributeNode(Attr newAttr)method.

  • Is there anything within firefox that would prevent exporting a wordpress xml file?

    everytime i try to export my wordpress blog contents (posts and comments or just post), the file that gets prepared for downloading is either 0 bytes or -1 bytes.
    is there any type of setting within firefox, that could be causing the problem when exporting a wordpress blog?
    is there someplace where i can enter (trusted sites),the domains or url's for each of my blogs in firefox and see if that makes any difference

    Sure. When I open an .xml file with one doc, the tree is displayed, as expected. But, file contents with a document per line gives a syntax error on line 2:
    * < ?xml version="1.0"?><oldjoke><burns>Say <quote>goodnight</quote>,Gracie.</burns></oldjoke>
    * < ?xml version="1.0"?><oldjoke><allen><quote>Goodnight, Gracie.</quote></allen></oldjoke>
    * < ?xml version="1.0"?><oldjoke><applause/></oldjoke>
    XML Parsing Error: junk after document element
    Location: file:///home/rick/workspace/sampleline2.xml
    Line Number 2, Column 1:
    (Note; I inserted a space between the < and ? characters to get the doc header to display in this message.)
    In my log file, I have a document per line generated by rsyslog. When I open the file via FTP, it is still active, so an approach that encapsulates all the lines into a single monolithic 'log' element doesn't seem workable. The </log> line would never be there.

  • Centre aligning images within picture frame using XML file

    Hi
    I am using a flash file that uses an xml file to upload a
    series of images one at a time into a picture holder.
    There are two different widths of the images. The height is
    always the same. Is it possible to set this up so every image that
    the xml file calls is centre aligned within the picture frame.
    At the moment when using the xml file to load the image it
    always left aligns the image when it brings it into the picture
    frame even if you change the alignment to centre align within in
    the align panel.
    Does anyone have a suggestion why this is happening or how to
    fix it?
    Thanks for the help

    You're welcome. Pleased it worked.
    All it does is use the MovieClipLoader class to load the
    images into your holder_mc. Because loading takes time, and because
    you can't check or adjust the size or position of images until they
    have loaded, the MovieClipLoader class gives you a handy option to
    run some code whenever its finished loading something you told it
    to load.
    That's what the addListener instruction does... it says
    whenever myLoader has something new to tell me about the status of
    the load requests I ask it to do... make it run some related code
    in the listener object (which is called loadListener in this
    code... it could equally be called something else). You 'listen'
    for different events or updates of status. All I 'listened' for
    here was the onLoadInit event.
    The onLoadInit is the 'final' status update after loading. It
    occurs when something has loaded and its properties are accessible
    (_x, _width etc). The target_mc that is an argument for the
    loadListener.onLoadInit is a reference to the clip that was loaded
    into.
    The best way to learn about this stuff is probably to read up
    on MovieClipLoader in the livedocs and try google to see if there's
    an online tutorial somewhere. Then give it a try yourself in
    another new fla.
    cheers
    GWD

  • Help........ How to download an XML file (URL) over HTTP within ESB?

    Hi,
    There is a requirement to download an XML file from the Web using Fusion middleware. The XML file is available as a URL, and is updated daily.
    http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
    We need to check if this is download is possible from within ESB.
    One Oracle consultant reported this to be slightly tricky, but possible through HTTP Binding. We never could get in touch with him again.
    So open to the forum.
    So please suggest your opinions, and icing on the cake if you can also point to some tutorial or sample code.
    Thanks,
    Amit

    just run a wget on the file and then you can pick it up with a file adapter, I note there is no XSD association with it.

  • How to call swf file within another swf file using xml

    hii,
    I am facing some problem to call a swf file via xml when this xml file loaded it calls another swf file which includes a new xml file. now if i call this nested swf calling without xml it works but in case case of xml it is not showing the result. i m confused. how to nested xml file calling done in as2/as3. i need some logics. thanks in advance

    This is the AS3 forum and your posting involves AS2 code.  You should repost in the AS2 forum...
    http://forums.adobe.com/community/flash/flash_actionscript
    Aside from that, your problem might lie in the following lines...
    _root.createEmptyMovieClip("sub_container1", 1);
    loadMovie(sub_SWFPath[1].attributes.url, "sub_container1");
    You create the new movieclip, sub_container1,  in the _root, but you do not assign the loadMovie to load into that same movieclip (unless you have a _lockroot = true assigned in your sub-swf).  In any case, you should repost in the AS2 forum to pursue resolution.

  • Can I make a database call from within my rss.xml file?

    I have a rss.xml file for my web site which works just fine, but has to be manually updated each time my web site blog is updated. Is it possible to insert a sql query in my rss.xml file so it can pull the updated info automatically from my mysql db?
    I know the rss.xml file will have to be renamed with a .php extension, will it still work?

    I think this is what you are looking for[http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html]
    They are called XML functions that you can set up in an .php file to export the updated file name as rss.xml, though I think it will overwrite anything already in the .xml file.
    If you care to dabble, you may already be a master, but there are some cool rss tutorials here [http://www.w3schools.com/rss/]
    Hope this helps!

Maybe you are looking for

  • Report on Metadata

    I need to make a report on Metadata either in BW 3.5/ BI7.0. The report should contain variables of (user should enter the values) InfoArea, InfoCube, queries in that InfoCube and the InfoObject for that Query. I know 2 InfoObjects: 1> 0TCTQUERY-----

  • Process Class:How to give and get data from an exe file continuously???

    hi,,, I am trying to run an executable file from my program to give it input and read its output.... And i am having problems... The exe file takes one input and appends to it "1235" (ITS A TEST CASE). When it is only for a single input , the program

  • Tomcat&JBoss VS ORACLE10g AS(urgent.....)

    Hi everybody, am having an application which was running in the TOMCAT and JBOSS environment but now i have migrated it with ORACLE 10g Application server but here my problem is its not running smoothly but it was working properly in Tomcat+JBoss if

  • NoSuchMethodError: getScaleFactor error on OS X with 1.7.0_40-b43

    I am having problems with JavaFX applications running on OSX under Java 1.7 u40. Has anyone else seen this error, and have a solution? Exception in thread "main" java.lang.RuntimeException: java.lang.NoSuchMethodError: getScaleFactor   at com.sun.jav

  • Dual Monitor Problem: White Slug

    I have a dual monitor display setup and whenever I enable View>External Video>All Frames instead of displaying video it displays a white slug. Ive tried to refresh A/V devices and it still doesn't work. I am using two GeForce 7300 GTs.