Loading to database with XML Inbound Message

We need to recibe XML invoices from suppliers using XML Gateway, we have a DTD and Message Map based on the XML structure defined by Treasury, when we process the XML using ECX_INBOUND  the Transaction Monitor shows the processing Status Success but no data is loaded to DB.
The custum map is calling the action to insert into Database Table as a Post Process Activity on the Target database tables.
we kindly asking for help because we have no idea what that is failing.

I have encountered the same situation while following the example:
Step by Step Guide to Creating an Inbound XML Gateway Transaction for Applications 11i [ID 329903.1]
My inbound messages were received and en-queued, then they were de-queued, but now they just had "Pending" status in the transaction monitor. The post-process action does not occur at all.
All the Workflow agent listeners are up and running. However, I do see an error in the log:
Module: wf.plsql.WF_EVENT.GetSourceAgentGUID.Error
Message Text: Specified source agent row does not exist in database. Setting to NULL.
Any thoughts?
~Alan

Similar Messages

  • MDM adapter Non-XML Inbound Messaging

    Hi all,
    I have a scenario where I transport a csv file via PI (NW711_05_REL) to MDM using the File adapter (sender) and MDM adapter 7.1 7.1 (receiver).
    The message is sent through to the MDM port fine, and it seems to choose xml as default file type and PI MSG ID as file name.
    This results in an xml file with csv content.
    As I want to put the file on the port with its original file type (csv) and name, I need to tweak the MDM adapter a bit. For this I have tried to find MDM specific modules, but have been unable to do so.
    I have found a u201Cwork aroundu201D by using u201CSet Adapter Specific Message Attributeu201D on the sender file adapter u2013 described on help.sap.com
    Configuring the sender file adapter as described in http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9854884d3217cee10000000a421937/content.htm i am able to set the "FileName" attribute in dynamic configuration.
    This enables me to get some of the desired effect, as the file on the MDM port is now a csv file u2013 half way there!! However the file name remains PI MSG ID...
    Am I missing something here or is the adapter not working as intended? I donu2019t understand why it should only use the file type when the entire filename and type is there. I would assume that the entire filename and extension would be used in the MDM port.
    I have tried achieving the desired result by using the "AF_Modules/DynamicConfigurationBean" on a JMS adapter, but the result is the same.
    I would like to avoid developing my own custom module to handle this, as it seems like it should be possible to handle in a more standard way.
    I hope someone out there can help me out, and hope to see a lot of good replies.
    Best Regards,
    Jesper

    have you gone thur these settings?
    Non-XML Inbound Messaging
    When the backend system uses the PI File Adapter sender as the communication channel to deliver messages to the PI server, and the receiving MDM channel corresponds to an inbound MDM port of type other than XML (for example, Flat text file), then you must enable the File Adapter Specific Message Attribute named File Name as follows:
           1.      Edit the corresponding File Adapter sender communication channel.
           2.      In the Advanced tab, choose Set Adapter Specific Message Attribute.
           3.      Choose the File Name.
           4.      Save and activate the changes.
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/9854884d3217cee10000000a421937/frameset.htm

  • Problems loading images dynamically with XML

    Hi Everyone,
    I am working with a project that was build by another
    developer and I have been asked to modify it several ways. This is
    an interactive map for a hotel brand where when you click on the
    USA, you get a list of all the states, click a state and a list of
    all the hotels in that state comes up, click a hotel, the hotel's
    information is displayed. I understand the structure of the files,
    how they make them work, though I couldn't build it myself.
    The problem I am having is this. can't make the hotels'
    photos load into the flash through the XML. I created a target
    movie file that the image could load into but something is not
    happening as far as loading the images. I don't know if the movie
    clip that I created is the right way to go (it was made as an
    object in the library that is exported via AS), or if I should
    create one in the action script file that loads the XML data.
    I looked at some tutorials about how to load images with XML
    but those didn't get into the level of detail that I need for this
    project.
    I've attached some partial code to see if anyone can help me
    work through this.
    Any and all suggestions are welcome.
    Thanks for the help in advance.
    Jeremiah

    I'm a noob at AS3 and trying to learn this XML stuff myself,
    but i have been able to load pictures to the stage...this might
    help you...my xml file photo section is similar to yours, only I
    have it labeled as "href" instead of "source"...
    var imageLoader:Loader;
    var xml:XML;
    var xmlList:XMLList;
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.load(new URLRequest("xmldata/images.xml"));
    xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
    function xmlLoaded(event:Event) :void {
    xml = XML(event.target.data);
    xmlList = xml.children();
    for (var i:int = 0; i<xmlList.length(); i++) {
    imageLoader = new Loader();
    imageLoader.load(new URLRequest(xmlList
    .attribute("href")));
    imageLoader.x = 0;
    imageLoader.y = 0;
    addChild(imageLoader);

  • Representing DB2 database with XML

    Hi All,
    I need to represent DB2 tables in the form of XML......say if i have some tables in DB2 with a certain relation ship...i need to map to XML(including the relation also)....how to do that?
    Thanks & Regards
    -vijay

    The DB2 XML Extender may be used represent database in XML.
    http://www-306.ibm.com/software/data/db2/extenders/xmlext/

  • Problem loading jpg's with xml

    I have looked through the forum to see if my problem was
    raised but I could not find any topic that could help me out. So
    here's my problem.
    I have a simple photo viewer that load jpg's via xml.
    Everything work perfect when I preview the movie in Flash or on my
    desktop but as soon as it's uploaded to the server the jpg's so not
    load. And everything is placed correct on the server.
    Anyone got a clue why?

    Ok I found out that if you go directly to the movie in the
    browser (http//www.url.com/name.swf) then it work perfect and the
    photos load.
    I got two other movies in the same html document. It's surely
    here the problem occur. But why and what can I do to solve
    it?

  • Update Database with XML

    We update several thousand product prices in our MYSQL
    database daily using an XML feed.
    We can update the database using by looping over the XML and
    updating the database on an item by item basis but that seems
    awfully inefficient.
    Is there a better way?
    Thanks.

    Probably.
    But a more detailed answer is going to depend on what
    database
    management system you are using and what its specific bulk
    loading/updating capabilities are. This may or, most likely,
    may not
    involve ColdFusion at all.

  • Updating Oracle 8.1.6 database with XML file

    Hi All,
    I need your help for the following scenario.
    I'll transfer data from 13 tables of SQL Server 6.5, into a XML
    file. That file might contain around 70 Lakhs records(rows).
    This 70 lakh records will be shared by 11 tables in Oracle 8.1.6
    database. So each table would approximately have around 6.5 lakh
    record each. How to transfer this XML file data into those 11
    tables? Is any tool available to do so?
    And before inserting that 6.5 lakh rows into a table, i need to
    clear up that table (means delete all the existing data). In
    this case, if the XML data tranfser fails, i need to rollback
    the deleted old data. I want to know about rolling back
    volumness deleted rows.
    Need your solutions on this.
    Thanx in advance.
    Rgds
    Elav.

    Hi All,
    I need your help for the following scenario.
    I'll transfer data from 13 tables of SQL Server 6.5, into a XML
    file. That file might contain around 70 Lakhs records(rows).
    This 70 lakh records will be shared by 11 tables in Oracle 8.1.6
    database. So each table would approximately have around 6.5 lakh
    record each. How to transfer this XML file data into those 11
    tables? Is any tool available to do so? SQL*Loader or XSU. Question: Why you are trying to use XML file
    instead of using plain data file?
    >
    And before inserting that 6.5 lakh rows into a table, i need to
    clear up that table (means delete all the existing data). In
    this case, if the XML data tranfser fails, i need to rollback
    the deleted old data. I want to know about rolling back
    volumness deleted rows.
    Using SQL*Loader you can specify to clean up the old data before
    insertion, but not sure about the rolling back to the deleted
    rows after insertion failure.
    You can write a small application based on XSU to finish this
    task. But note about the commit size. If you data volumn is
    large, you need to set the commit size > data. Also you probably
    need to divide the data into small pieces so as to avoid running
    out of redo log.
    Need your solutions on this.
    Thanx in advance.
    Rgds
    Elav.

  • Sql loader performance problem with xml

    Hi,
    i have to load a 400 mb big xml file into mz local machine's free oracle db
    i have tested a one record xml and was able to load succesfully, but 400 mb freeying for half an hour and does not even started?
    it is normal? is there any chance i will be able to load it, just need to wait?
    are there any faster solution?
    i ahve created a table below
    CREATE TABLE test_xml
    COL_ID VARCHAR2(1000),
    IN_FILE XMLTYPE
    XMLTYPE IN_FILE STORE AS CLOB
    and control file below
    LOAD DATA
    CHARACTERSET UTF8
    INFILE 'test.xml'
    APPEND
    INTO TABLE product_xml
    col_id filler CHAR (1000),
    in_file LOBFILE(CONSTANT "test.xml") TERMINATED BY EOF
    anything i am doing wrong? thanks for advices

    SQL*Loader: Release 11.2.0.2.0 - Production on H. Febr. 11 18:57:09 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Control File: prodxml.ctl
    Character Set UTF8 specified for all input.
    Data File: test.xml
    Bad File: test.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 5000
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table PRODUCT_XML, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    COL_ID FIRST 1000 CHARACTER
    (FILLER FIELD)
    IN_FILE DERIVED * EOF CHARACTER
    Static LOBFILE. Filename is bv_test.xml
    Character Set UTF8 specified for all input.
    SQL*Loader-605: Non-data dependent ORACLE error occurred -- load discontinued.
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
    Table PRODUCT_XML:
    0 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 256 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on H. Febr. 11 18:57:09 2013
    Run ended on H. Febr. 11 19:20:54 2013
    Elapsed time was: 00:23:45.76
    CPU time was: 00:05:05.50
    this is the log
    i have truncated everything i am not able to load 400 mega into 4 giga i cannot understand
    windows is not licensed 32 bit

  • Spamassasin and users database with sun java messaging server

    Does anybody has managed to deploy spam scanning using personal databases (bayesian filters databases), i mean using spamassasin with user databases.
    Thanks,
    Andr�s.

    Yea, i do the same thing, but i see that some people want to receive mail that other people don't want.
    Can i ask you another question? How do you deploy sa-learn?
    I use this scripts:
    learn_nospam.sh
    dir_nospam='/mail_store/*/*/*/\=no_spam/*/*.msg'
    for i in $dir_nospam
    do
    echo $i
    sa-learn no-sync ham $dir_nospam
    done
    sa-learn --sync
    learn_spam.sh
    dir_spam='/mail_store/*/*/*/\=spam/*/*.msg'
    for i in $dir_spam
    do
    echo $i
    sa-learn no-sync spam $dir_spam
    done
    sa-learn --sync
    That 's works but it too slow, do you know some other ways.
    Thank you very much,
    Andr�s.

  • Recovery loads then stops with an error message

    I bought  a HP Pavillion A1600n. When I bought the PC the tech department made me a set of recovery discs before I left the store. Eventually I had a problem with the computer and needed to run restore. The restore dics did not work. I called HP and ordered a set directly from them. Cost me $35.00. Tried them and they didn't work. Gave up. Have been using my netbook for over a year (also an HP). I decided I was tired of using a small screen soI went looking for a new computer. Husband suggested I try recovery discs one more time. So I did. First I set everything back to factory defaults and put in the discs. Recovery started right up! Great I thought because I really LOVED this computer. It gets al the way to the end restarts my computer. Goes into the one set up then gives me an error message.
    SW Build ID different from ID on Recovery Media. Please contact the Customer Support Center to order a replacement set of discs for your PC.
    I got on the HP website. Looked through Recovery Troubleshooting it said to make sure that the build number on the discs is EXACTLY the same as the build number of the PC. Well it's off by one number. So I called HP tech support twice. They have no record of my order for the discs and told me that the difference in the Build ID numbers doesn't matter. What? According to setup and their website they do.
    Like I said I LOVED this computer. Really frustrated that I get conflicting information and it's a prefectly good computer that just needs a restore. Now I guess I will have to replace it .  And I'm thinking NOT with an HP since online troubleshooting and call-in tech support disagree.

    Hello nbtrouble, You are correct about the Build ID Numbers. The HP Recovery Restore Disk set must be the exact Build Numbers as the ones listed on your system.
    There may be another way to restore your system without these HP Recovery Restore Disks, if the hard drive is still working properly and the HP Factory restore partition D: is still intact and uncorrupted.
    Here  is a link that has some information on how to do this.
    Look in the Recovery during startup section, for the information on how to enter the HP Recovery Restore Utility during startup.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • Updating with XML datafiles from Database or Applications Server

    Our Environment: One database server running 10g with multiple application servers.
    My Question: Am I correct in saying that if you want to update a database with XML files using a bfilename and a directory object, that the physical data files must always reside on the Database server?
    Thanks and kind regards
    Adrian

    Thank you very much for the reply.
    Our systems all operate under Unix and I was wondering whether you or anyone else knows if anyone has successfully tried to use 'soft links' to span the file systems to other machines.
    There's obviously a performance downside, but what we are trying to accomplish is leaving all 'data files' on our individual application servers.
    Thanks again
    Adrian

  • Specifying image frame location with XML and Indesign

    I'm using CS4 to lay out a collection of documents of different lengths. The text comes from a database with XML tags attached, and is loaded into an Indesign template. I want to position image frames in the document automatically so they are next to their related text. Is it possible to insert some reference in the XML file which will tell the relevant image frame in the template to move next to its related text?

    bump?

  • Emulation inbound message problem

    Hello.
    I try to emulate call operation in my BPEL process. Operation is defined as synchronous two-way operation in WSDL. But when I create test with emulation inbound message I see in log this:
    <2008-02-19 10:16:54,136> <ERROR> <default.collaxa.cube.bpeltest> <com.collaxa.cube.engine.test.PartnerEmulation$ScheduledPost::execute> scheduled post failed
    com.oracle.bpel.client.ServerException: IDeliveryService.post() invoked for twp-way operation 'orderAccept'. This method can only be used to invoke one-way operations which don't return any messages. Please check the WSDL which defines this operation and use the method IDeliveryService.request() to invoke a two-way operation
         at com.collaxa.cube.engine.delivery.DeliveryHandler.post(DeliveryHandler.java:98)
         at com.collaxa.cube.ejb.impl.DeliveryBean.post(DeliveryBean.java:201)
         at com.collaxa.cube.ejb.impl.DeliveryBean.post(DeliveryBean.java:156)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at DeliveryBean_RemoteProxy_4bin6i8.post(Unknown Source)
         at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:195)
         at com.collaxa.cube.engine.test.PartnerEmulation$ScheduledPost.execute(PartnerEmulation.java:531)
         at com.collaxa.cube.engine.test.PartnerEmulation.emulatePost(PartnerEmulation.java:339)
         at com.collaxa.cube.engine.test.PartnerEmulation.emulate(PartnerEmulation.java:396)
         at com.collaxa.cube.engine.ext.wmp.BPELReceiveWMP.perform(BPELReceiveWMP.java:181)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3672)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1650)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:276)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5658)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1726)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.handleWorkItem(CubeEngineBean.java:306)
         at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:648)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeEngineBean_LocalProxy_4bin6i8.handleWorkItem(Unknown Source)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handle(PerformMessageHandler.java:45)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:138)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at oracle.j2ee.connector.messageinflow.MessageEndpointImpl.OC4J_invokeMethod(MessageEndpointImpl.java:297)
         at WorkerBean_EndPointProxy_4bin6i8.onMessage(Unknown Source)
         at oracle.j2ee.ra.jms.generic.WorkConsumer.run(WorkConsumer.java:266)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    What can I do?

    I found this problem similar to
    BPEL Testcase with pick-activity
    How to emulate invoke in BPEL process test
    Problem is how to change mind of BPEL testsuite to use IDeliveryService.request() instead of IDeliveryService.post().
    I found on metalink that is a real bug. But there is a workaround with external call.

  • Error in back up with xml format

    Hi
     when i was  getting to  backup the database  with xml  format . iam getting this type of errors..
    The 'DimensionID' required element is missing under Envelope/Body/Execute/Command/Alter/ObjectDefinition/Cube/Dimensions/Dimension
    at line 21, column 28 (namespace 'http://schemas.microsoft.com/analysisservices/2003/engine.
    how to solve the issues ..
      please help me..
     thanks

    Hi Sheshu,
    According to your description, you are experiencing the issue "The 'DimensionID' required element is missing under....." when back up you databased using XML format, right?
    After investigate this issue, the underlying cause is not fully known. You can process the database and then backup it again. Here are blogs that describe how to backup SQL Server Analysis Services using XMLA, please see:
    http://www.sqlservergeeks.com/sql-server-backing-up-analysis-services-database-automatically-part-1/
    http://www.ssas-info.com/analysis-services-scripts/2679-script-to-backup-ssas-database-and-delete-old-backup-files
    If the issue persists, please provide us more information about it, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to split big xml-messages with file inbound adapter

    Hello,
    we have big xml-messages in our filesystem, which are processed by XI 3.0 (SP11). We are using the file inbound adapter. Now we want to split these big xml-message into some smaller messages.
    Exist there a corresponding function to the "xml.recordsetsPerMessage" which is working with xml-files?
    Thanks!
    Regards
    Stefan

    Hi,
    maybe you can split the message in the BPM 
    with 1:N mapping?
    Process Integration (PI) & SOA Middleware
    I don't think anythink like "recordsetsPerMessage" is possible for xml messages 
    Regards,
    michal

Maybe you are looking for

  • Oracle 12c Validated RPM

    I plan to stand up a production Oracle Database 12c on Oracle Ent. Linux 6.5 64-bit. Can anyone tell me if there's a 12c pre-install RPM like there was for 11gR2 to install the plethora of dependancies required to get the software up / running?Da Als

  • Can i use oaf to develop a new software( with oracle database)

    anybody can help?

  • Updated to 6.1.2 now Wi-Fi won't work

    I have an iPad 2.  I just updated to 6.1.2 and now my home Wi-Fi no longer works.  It DID work before. The Wi-Fi DOES work at other locations, just not at my home any more.  When I try to connect to my home Wi-Fi, it asks for my password.  When I ent

  • Dukes for help!

    Can someone please explain to me exactly what happens when validate and invalidate are called? I have this crazy bug that I cannot figure out. I have a Question class which has an Image in it. I have a QuestionSet class which loads the Images and que

  • Sequencing 2 different idocs

    Hi, PI will receive 2 IDOCS at an instant from MDM. 1) MATMAS                                                                             2) classification IDOC PI might receive these idocs in any order. But will have to send the MATMAS IDOC first an