Different namespaces in incoming message(Proxy)

Hi,
I am working on Proxy-> IDoc scenario and it was working fine.Now,we have an issue.
In the incoming proxy message,the XML namespace and the sender namespace are different.As a result,it throws "Message mapping error" in XI.
Previously,both the namespaces are same and all the XI objects are created based on that.
Now,i have updated the new XML namespace in the message type and executed the scenario.Still i am getting the message mapping error.
The sender namespace have the same name as earlier.
I pasted the payload in the test tab of mapping and the error is "Cannot produce target element /SHPMNT05".
SHPMNT05 IDOC is used in this scenario and SHPMNT05 is the topmost node.
I got the above error after updating the new XML namespace in the message type
Before updating,the error is "XML not well word" and the icons of each node are in red color.
Could anyone help me in resolving this?
Thanks,
Sakthi

Hi Stefan,
Thanks for your reply.
I get to know about the change in the XML namespace after i got the incoming message.Then only i updated the message type and reload it into message mapping and activated both.
When i tested the mapping with the payload,it throws error.
I manually reverted back the namespace to previous one and now i am getting the error as "XML not well formed".
In the proxy message,new XML namespace is already updated befor regeneration of proxy.Is it mandatory to regenerate the proxy now?
Correct me if i am wrong.
Regards,
Sakthi

Similar Messages

  • Change the default namespace in soap message generated by webservice proxy

    I have a requirement where the default namespace generated by the webservice proxy has to be changed. For example, below is a soap request message generated by the proxy:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://siebel.com/asi/"
    xmlns:ns1="http://www.siebel.com/xml/getAllSecurityValuesResponse/PS"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <env:Header>
    <wsse:Security
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    env:mustUnderstand="1"
    xmlns:xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <wsse:UsernameToken
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:Username>kaoliver</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">db2</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </env:Header>
    <env:Body>
    <ns0:SearchSecurityServicegetAllSecurityValues_1>
    <Login>kaoliver</Login>
    </ns0:SearchSecurityServicegetAllSecurityValues_1>
    </env:Body>
    </env:Envelope>
    In the above message, I want to change the oasis namespace to a different namespace. Where are the default namespaces defined in the proxy classes generated by Jdev so that I can change them?
    Thanks in advance,
    Warm Regards,
    Shashi Anand B

    >
    If I define a prefix P2L in the expression editor to correspond to "http://foo.com/namespace/business", I'm able to reference the ExecuteResponse element as "./P2L:ExecuteResponse", but then I get stuck.
    If I try use a Rename action to change the namespace for "./P2L:*", only the ExecuteResponse element is renamed to <sof:ExecutResponse xmlns:sof="http://foo.com/namespace/proxy">. Upstream in the calling application, there's an XML stream reader exception because (I assume) ExecuteResult is not found and parsed.
    >
    You pattern "./P2L:\*" matches just one element so it's ok that the payload's namespace wasn't touched. If you want to rename namespace for all elements try "//P2L:*". However, I'm not sure whether this is what you want. Try do describe what you do, what you want and what you get instead.
    >
    I also tried using a Replace action against "./P2L:ExecuteResponse/@xmlns" to replace its contents with "http://foo.com/namespace/proxy". I also tried "./P2L:ExecuteResponse/@P2L:xmlns". Neither worked.
    >
    I think it's not a good approach to replace content of xmlns as this attribute is not a common xml attribute.

  • How to Map messages having different namespaces

    Hi Experts,
    I am facing a problem while developing a simple process using process composer in CE 7.1 EHP1.
    The process has only one AutomatedActivity that invokes a WebService (MyWS.wsdl). The WebService operation takes an input as a BusinessObject defined in the same namespace as the web service i.e. http://samples.mycompany.com.
    I imported the MyWS.wsdl in the project. This has imported the service interface and the data types into the project.
    Then I defined a web service (StartProcessSI.wsdl) to start the process. This service has only one operation "StartProcess". This operation is supposed to take the same BusinessObject as input which will be passed to MyWS web service.
    But I was not able to use the data types from MyWS.wsdl in StartProcessSI.wsdl. Hence I defined the same data types with different namespace (http://bo.samples.mycompany.com) in StartProcessSI.wsdl.
    In the process, I have assigned the StartProcessSI service interface to the Start event and added a DataObject of type http://bo.samples.mycompany.com/BusinessObject in the process context. The OutputMapping of Start event is done since both the data types are from same namespace i.e. http://bo.samples.mycompany.com.
    Coming to the automated activity I am facing the mapping problem. The BusinessObject in the process context is from namespace http://bo.samples.mycompany.com/. Whereas the input parameter of the operation of the web service is from namesapce http://samples.mycompany.com/.
    The structure of the data types is exactly same. The only difference is the namespace. When I map these data types in the InputMapping or OutputMapping of the AutomatedActivity, it shows error (red cross on the mapping) "Incompatible expression type".
    How can I handle this?
    Thanks in advance.
    JK

    Thanks Christian.
    But can you please explain using a small example.
    Input message
    <person namespace="http://samples.mycompany.com">
      <name>Jon</name>
      <address>Some address</address>
    </person>
    The above message needs to be mapped to a person object having namespace http://bo.samples.mycompany.com.
    JK

  • Is it possible to do message mapping using different namespace message type

    Hi all,
    Is it possible to do message mapping using different namespaces message types
    Example :
    i am having message type MT_1 in namespace http://sap.com/abc
    and second message type MT_2 in namespace http://partner.com/xyz
    so MT_1 can be mapped with MT_2 or not having different namespace.
    Thanks

    Read through my reply in this thread for Defining Software component dependencies.
    Though it explains this for Improted Archives, it also holds true for Message Types to be used in message mappings.
    Re: Payload Extraction
    Regards
    Bhavesh

  • Getting different namespace in inbound XML message consumed by BPEL after translated from EDI to XML in B2B using Inbound Agreement

    Hello B2B Gurus,
    I am able to process B2B inbound  files successfully from Trading Partner --> B2B --> BPEL. When it comes to BPEL i am not able to parse/transform the received XML as i am getting selection failures in assign and empty nodes in transformation. When i look at the input XML payload which i received in ReceiveB2BConsume Payload i observed that i am getting namespace as " xmlns="NS_495C37A0921C418BB66A86A6E75B2CA120070312140549" instead of actual namespace xmlns="urn:oracle:b2b:X12/V4010/856" which is in my XSD as well and i am getting the XML start tag <?xml version="1.0" encoding="UTF-8" ?> 2 times. :
    <?xml version="1.0" encoding="UTF-8" ?>
      <?xml version="1.0" encoding="UTF-8" ?>
    <Transaction-856  xmlns="NS_495C37A0921C418BB66A86A6E75B2CA120070312140549" mlns:xsi="http://www.w3.org/2001/XMLSchema-instance" XDataVersion="1.0" Standard="X12" Version="V4010" CreatedDate="2013-08-21T16:33:57" CreatedBy="XEngine_2956" GUID="{00C28978-0AA1-11E3-88B9-80C16E7DC6DA}">
    <Internal-Properties>
    </Transaction-856>
    I went back and checked the XSD which i loaded in the B2B Console and i am having the following namespace
    "<xsd:schema xmlns="urn:oracle:b2b:X12/V4010/856" targetNamespace="urn:oracle:b2b:X12/V4010/856" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0" elementFormDefault="qualified">"
    I am not sure why the XML translated from EDI in B2B console has the different namespace and XML start tag 2 times. Can you please help me resolve the issue. Let me know if i am missing anything.
    Thanks in Advance..

    Hi,
    Please set property as b2b.setDynamicNameSpace=false.
    To use EDI ecs and xsd files from Oracle B2B 10g version, set this property to true.
    When using EDI ecs and xsd files in Oracle B2B 11g which were used in Oracle B2B 10g, the XEngine may generate dynamic namespace for the translated xml. For example,
    xmlns="NS_31CA8D0F33324F95A0BF15D85539C27E20060518215520" 
    To turn off dynamic namespace generation for inbound EDI messages, set this property to false.
    Thanks
    Satendra Pare

  • Same Message interface in two different namespace

    Hi,
    can we have same MI in two different namespaces(Sofwate componnent also different)?
    Thanks
    Ruban

    The design objects is uniquely identified by combination of Object Name, Namespace, and SWC.
    So in your case, it is not a problem.
    Liang

  • Replacing default namespace in OSB message flow

    I'm in the process of setting up a simple OSB proxy and could use some help figuring out how to change a default namespace in the response from the business service.
    The proxy and business service use different namespaces which we'll call "http://foo.com/namespace/proxy" and "http://foo.com/namespace/business". In my routing request message flow, the contents of $body look like this and I'm able to use a Rename action with XQuery expression "./sof:*" to change "http://foo.com/namespace/proxy" to "http://foo.com/namespace/business":
    <sof:Execute xmlns:sof="http://foo.com/namespace/proxy">
    <sof:adminName>MyAdaptor</sof:adminName>
    <sof:request>
    [escaped payload omitted]
    </sof:request>
    </sof:Execute>
    This works fine, but in the response message flow, I need to revert the namespace and am having difficulty because the response uses a default namespace instead of using a prefix:
    <ExecuteResponse xmlns="http://foo.com/namespace/business">
    <ExecuteResult>
    [escaped payload omitted]
    </ExecuteResult>
    </ExecuteResponse>
    If I define a prefix P2L in the expression editor to correspond to "http://foo.com/namespace/business", I'm able to reference the ExecuteResponse element as "./P2L:ExecuteResponse", but then I get stuck.
    If I try use a Rename action to change the namespace for "./P2L:*", only the ExecuteResponse element is renamed to <sof:ExecutResponse xmlns:sof="http://foo.com/namespace/proxy">. Upstream in the calling application, there's an XML stream reader exception because (I assume) ExecuteResult is not found and parsed.
    I also tried using a Replace action against "./P2L:ExecuteResponse/@xmlns" to replace its contents with "http://foo.com/namespace/proxy". I also tried "./P2L:ExecuteResponse/@P2L:xmlns". Neither worked.
    Can anyone tell me what I'm doing wrong, or suggest a different approach? Assume that changing the calling application or business service is not an option.
    Thanks!

    >
    If I define a prefix P2L in the expression editor to correspond to "http://foo.com/namespace/business", I'm able to reference the ExecuteResponse element as "./P2L:ExecuteResponse", but then I get stuck.
    If I try use a Rename action to change the namespace for "./P2L:*", only the ExecuteResponse element is renamed to <sof:ExecutResponse xmlns:sof="http://foo.com/namespace/proxy">. Upstream in the calling application, there's an XML stream reader exception because (I assume) ExecuteResult is not found and parsed.
    >
    You pattern "./P2L:\*" matches just one element so it's ok that the payload's namespace wasn't touched. If you want to rename namespace for all elements try "//P2L:*". However, I'm not sure whether this is what you want. Try do describe what you do, what you want and what you get instead.
    >
    I also tried using a Replace action against "./P2L:ExecuteResponse/@xmlns" to replace its contents with "http://foo.com/namespace/proxy". I also tried "./P2L:ExecuteResponse/@P2L:xmlns". Neither worked.
    >
    I think it's not a good approach to replace content of xmlns as this attribute is not a common xml attribute.

  • BPM: Transformation Error with Interfaces/ MT's in different namespaces

    Hi all,
    Developing an integration process on XI 3.0 SP20 I'm facing following problem:
    I've created a transformation mapping interfaces/ message types from different software components/ namespaces.
    Softwarecomp. 1 is used for the mappings and integration processes
    Softwarecomp. 2 and 3 are used for the interfaces/ message types for incoming and outgoing messages.
    Softwarecomp. 2 and 3 are assigned to Softwarecomp. 1.
    The error message is that the container types do not fit the types of source- and target messages.
    When I copy all objects in Softwarecomp. 1 everything works fine but I don't want to mix it all up.
    I've tried playing with XML-Namespaces in the message types (same XML-NS, like "test" for both MT's, also removing the XML-NS's) but it still doesn't work.
    How can I realise a transformation with objects from different SC's and NS's?
    Thanks in advance!
    Karsten

    I've created another integration process with simple example messages and it really seems to be impossible to do a transformation with message types from different software components.
    I've seen a transformation where they have done it though.
    What did I overlook??

  • Quoting/threading phenomena in mail.app -- due to problems in incoming messages?

    Folks:
    Mail 5.1 on MacOS 10.7.x
    I began using Mail.app when I installed 10.7, shortly after the initial release.
    No problems with respect to unformatted email or replying to short, trivial length formatted message.  For complex, on-going discussions  I feel that consistent and reliable quoting and threading behavior are essential.   But that is not happening in some cases. I'd like to figure out why, and what I might do to fix the issue.
    (Note:  I do not want to get into a discussion here of formatted versus unformatted email.  Both have their pros and cons. Nor do I want to spend a lot of time debating this issue with my correspondents.  As a matter of courtesy, I set Mail.app to respond using the same message format as the original message.)
    When I reply to a formatted email,  I notice that mail.app sometimes draws a dark grey box --with rounded corners-- around one or more incoming paragraphs, placing a circled "X"  "close icon" at the upper left.   I don't get it.  To what does this correspond?  Why does mail.app mark-off this text and offer a "close icon"?   As far as I know I'm not doing anything that implies I might want to delete the text.
    (Note:  Rummaging around in the corresponding message source, it seems that these boxes correspond to blockquoted text in the received message.)
    Editing within one of these boxes is really unpredictable.  Sometimes I can select an insertion point and insert a line-break, in preparation of replying to the text just above.  Sometimes nothing happens. Sometimes I can select text, and cut it. Sometimes nothing happens at all to the selected text.
    Mail.app commonly doesn't  correctly increase the quoting level in such paragraphs.  Using
        Format> Quote Level>Increase
    to maintain threading history manually is fairly easy since I've defined a function-key shortcut, which works some of the time -- but  the effect of this command is unpredictable.  Sometimes this command deletes the selected text entirely.  (Grrrrrr!)  The workaround I've found is to select smaller chunks of text.  In such cases, this command generally works correctly.
    Meanwhile, messages from exactly one person --who uses gmail exclusively-- are displayed in a completely unique threaded format by mail.app.  The entire short history of 5 messages from him are displayed on multiple virtual sheets in one message window, with the latest first.    In one view, clicking on the "see more" link at the bottom of his messages unleashes a cool-looking accordion opening effect and displays my part of the thread. (I guess.  I don't totally understand this display concept.  But it looks very cool and seems to handle quoting and threading pretty well.)
    What's going on?
    My best guess is that mail.app is struggling with "inconsistencies" in the incoming messages from different people using various email clients.  I seem to recall reading that email tech specs  are a hodgepodge of evolving and contradictory  standards. Is that correct?   Is that the root of my issue? 
    Many of my correspondents are non-tekkies and/or non-affluent, and they use whatever email client they can afford.  Some could be using really old email clients.  That doesn't help, right?  Are blockquotes a really archaic formatting measure?
    When these problems occur, they can cost me a lot of time and trouble.  It's really distracting to have to deal with portions of the incoming message disappear.
    I don't think it is practical to persuade my correspondents to upgrade their email clients.  Some of them have trouble simply setting the preferences to support quoting.   Threading is a difficult concept for a few.
    Any suggestions?   Any mail.app preference settings I might try adjusting?  Any add-ins?   Is it possible to tell Mail.app "interpret all incoming blockquotes tags as simple breaks" or strip them entirely?  Or ...?
    TIA

    haavee:
    Thanks for your reply on this thread.
    And thanks for the confirmation:  Yes, often difficult, and completely unworkable in some cases. 
    To my surprise, I've been able to find very few people reporting similiar observations.  Very little about this issue at all on the web.
    I looked for command-key variations on Format --> Make Plain Text, hoping for a block action, but none I tried was any different.
    Here is my current view of the issue:
    • For formatted messages, each email client operates differently.  If there is a standard it seems to be no more robust than "use simple HTML for formatted messages".  
    • The "can't insert" issue, as well as those mysterious rectangle-surrounded blocks, seems very correlated with the presence of html <div> sections in the message.  It is awkward to experiment, so I've only done a limited amount.  My observations so far:
    -- I don't think you can insert text anywhere "inside" a <div>, and mail.app seems to treat <div> as a "sticky" attribute -- e.g/ very difficult/impossible to remove without deleting the text inside.  The copy-style method doesn't seem to affect <div> tags.
    -- Based on one case, it appears that message bodies composed of back-to-back <div> sections are impervious to inserts anywhere. (The email client used by one particular person with whom I've corresponded seems to build messages out of --you guessed it-- back-to-back <div> sections. Putting on my HTML coders hat -- I cannot see any sense at all in doing this. Smells to me like a kludge/hack, as you prefer.)
    • What about an applicable mail.app add-in?  I can find mail.app add-ins, but it seems the  mail.app tech info (API) isn't public, so those that exist are based on guesswork about how it works. This means that add-ins must be re-tooled possibly for each new version of mail.app. Altogether, not encouraging for add-in developers. And, yes, consistent with that the range of functionality I've seen is rather limited.  So, I've given up looking in the add-in category.
    • Applescript has commands for controlling mail.app generally, but I didn't see anything approaching the level of function necessary to remove <divs> by global search-and-replace. (I'm far from an Applescript expert, so it is very possible I missed something.) Nor did I see any general command such as Clean up dodgy HTML in message.  (I can dream!)
    The only bit of progress I've had is finding TextSoap: http://www.unmarked.com/textsoap/ which may have promise. But I have had no time to evaluate it and it may be a month or so before I get a chance to check it out.
    Looking at the upper right of the window in which I'm composing this message, there's a button "HTML" that lets me see --and edit-- the underlying HTML. On first glance, there's not enough functionality to, say, efficiently clean up all insert-resistant blocks in a message, but it looks practical to clean up individual blocks, and maybe that's all it would take.    Though I imagine that the user base for these forums is not very different from that of mail.app, I'm guessing adding this function to mail.app isn't even a dim possibity.  Oh, well...
    I note you are happy with your solution, so I'll try see if a variation of it might help me.
    Thanks,
    h.2

  • Apple Mail 250 MILLION incoming messages (Mavericks)

    A few weeks ago I upgraded to Mavericks.
    Mail was working great but now I'm having all kinds of problems.
    I've seen there are lots of other people having similar problems, but one I have not seen anyone post is...
    In the "mail activity" window, below the list of mailboxes, I have a HUGE number of incoming messages.
    Today it is up to over 250 MILLION incoming messages!!!!!  Not hundred, not thousand but MILLION     And the number is still increasing!!
    In my different emails I may get a maximum (depending on the day) of up to 150 emails, all of which are already loaded on my computer (I end up deleting the majority of those emails), so how can I have so many emails trying to come in??
    Of course, when I open my Activity Monitor, the Mail application sometimes takes up OVER 100% of the processor... making it impossible to work.
    I went into my different accounts and deleted the "deleted" emails on the servers.  What else can I do?
    What can possibly be causing this??
    I have several gmail accounts and others on specific domains (linked to websites), all imap.
    Any help would be greatly appreciated!!!
    macbook pro 15-inch, Early 2011,
    mavericks 10.9.5
    8 go ram
    Mail 7.3

    Yes Eric that does reset it but the numbers quickly start to climb again!!! 
    At first it says may 10 incoming  messages (that would be about normal),   but now I'm up to over 50,000 again!!!
    There is some sort of duplication going on that was not happening before I upgraded to Mavericks.
    I agree with you about feedback.  I'm trying to send feedback everyday, until I find a solution.
    This problem is keeping me from working since it is using up way too much of the CPU.
    Thanks anyway.

  • Ipad mini incoming messages

    My iPad mini suddenly stopped receiving incoming e-mail messages to my yahoo inbox this afternoon.  I've tried turning it off for a decent amount of time and turning it back on, and that does not fix the problem.  Other mailboxes seem to update and populate fine - sent folder, trash folder, junk folder, etc., but incoming messages do not arrive.  I am still receiving new messages on my iphone, but they are simply not showing up on my ipad (so even the number of unopened e-mail messages displays differently between my iphone and ipad, when normally, they do not).  Any helpful thoughts on what is wrong and how I can fix this???

    Greetings RehtaehKS,
    It seems you are experiencing issues with an email account on your iPad. I have linked to an article that provides a series of troubleshooting steps that may help you resolve this:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • BPM: incoming messages disappear during send step

    Hi,
    I want to implement a message aggregation with the bpm tool.
    For this reason incoming asynchronous messages should be collected and at the expiration of a time limit bundled and send synchronous. This synchronous phase takes ~40 sec.
    Incoming (asynchronous) messages during the (synchronous) send step disappear.
    SXMB_MONI: The status of the incoming message is "message scheduled on outbound side". The click on "Technical Outbound Channel" gives a popup "There are no workflows that have already worked with this object".
    Once the synchronous send step is finished the status becomes "Message successful on outbound side" and the click is going to the workflow log (only one log for all messages). There is no entry for that message.
    This happens both if a receiving step is active and if not.
    Regards
    Udo Martens

    Hi, Abhishek:
    The reason to use Fork is that all the branches can be reached.
    By using switch, it only judge one input value and only one condition turns true.
    Actually in most cases, the number of my input value is more than one, saying two or more message types generated.
    And this is not multi-line situaion, because the messages generated are different types.
    Your reply remind me to add switch inside fork.
    Regards
    Liang
    Edited by: Liang Ji on Dec 8, 2010 5:32 PM

  • Has anyone had a problem with Verizon messages having wrong times for incoming  messages on their tablet?

    I have had a problem where the incomming messages I am getting are at a different time then sent. The person is in the same time zone as me.

        Let's get to the bottom of these messaging issue dnp15! When did the wrong timing start? Is time correct when you receive messages on your phone instead of your tablet? Is timing correct if you check messages on a computer instead of the tablet? What's the tablet model?
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • How to attribute a colour code to a incoming message in Mail?

    I'd like to attribute colour codes to Inbox messages.
    In Outlook, you can select a message and give hem a colour refering to a group or a map (categorize).
    I use already smart maps for ordening my messages, but I still miss a visual code in my Inbox.
    I also use the rules to attribute colour to incomming messages, but I need to be able to add a colour to a message out of the rule.
    Please help!

    Here's another way:
    1. Convert the picture to grayscale. As usual there are many ways to do this but here are two:
    Enhance > Adjust Color > Remove Color
    or
    Enhance > Adjust Color > Hue/Saturation,
    and move the Saturation slider all the way left.
    2. Add a blank layer above the picture layer.
    3. Set the Foreground color to your new color.
    4. Alt-Backspace to fill the new layer with the Foreground color.
    5. Change the layer's blending mode to Color.
    6. Lower the layer's opacity to get result you want.
    In this example I set the Foreground to blue and Opacity to 30%.
    http://www.pixentral.com/show.php?picture=11k0iWXbZQtl3ycjGtFKYwBuFUwlp1
    You might also experiment with other blend modes, such as Overlay, Soft Light, Hard Light, and others. Each will require a different Opacity to get your result.

  • How to get target file name and buffer the incoming messages?

    Hi Experts
    I have one scenarion like
    I wanted to find whether is there any file existing in target folder. If it exists I dont want to overwrite it but I have to buffer the incoming messages in some queue or something like that. And when ever the request comes next time I have to send the data buffered in queue first.
    I dont want to add any time stamp for target file to avoide duplication.
    Can we do this using XI. If yes please suggest me how to achive this.
    Regards
    Sowmya

    >
    Sowmya wrote:
    > Hi Experts
    >
    > I have one scenarion like
    > I wanted to find whether is there any file existing in target folder. If it exists I dont want to overwrite it but I have to buffer the incoming messages in some queue or something like that. And when ever the request comes next time I have to send the data buffered in queue first.
    >
    > I dont want to add any time stamp for target file to avoide duplication.
    >
    > Can we do this using XI. If yes please suggest me how to achive this.
    >
    >
    > Regards
    > Sowmya
    there is no standard way to achieve this. I suggest a redesign.
    post the files to a different directory and write a script which will move the file to the required target directory only if it is not present there.

Maybe you are looking for

  • Downloading IE because Firefox is messed up...multiple issues (1) browser window missing = no window to input address data. (2) No back or forward arrow buttons (3) tabbed browsing not working

    absolutely frustrated since Friday THERE is NO DATA in the help files for this: I CANNOT navigate the WWW with these parts of FireFox missing. 1) backwards and forwards arrows are missing 2) The Tabbed browsing is not working when I click on tabbed b

  • Accessing itunes store trouble

    Every time I go to type something in the search field, a "accessing iTunes" box pops up. It happens each time I type a letter into the search field. Also, when I go to buy a song, it just keeps asking me for my log-in and password over and over again

  • RAC Node eviction question...

    Say we have 3 node RAC cluster on OEL5.3. What happens if one node evicted out of it? I know other two instance will do dynamic remastering... and something more. I want to know eachand every steps in detail. What really happens when one node goes do

  • Warning in Check DB Job

    Hi SAP Experts, We have done an upgrade from 4.6C to ERP6 EHP3. After upgrade the job Check DB schedulled in DB13 ends with warnings. Below are the warnings. BR0989W Unknown tablespace PSAPDATUSR defined in table SAPSR3.TAORA for table data class 'US

  • Macbook Pro Has Slowed All Of A Sudden

    Hello all.. I recently brought a Macbook Pro of eBay. The machine was flying and I was more than satisfied with it. I have just returned from working abroad to finding the Macbook Pro sluggish in its performance, very sluggish indeed giving the specs