File name in Split messages with Message mapping

Hi everyone,
I split my incoming message into multiple files based on the Order Numbers.
Also I have a particular file naming convention I need to use.
Its someething like RTG746932746.63749
Now, I have given the field file name along with my target data type and mapped it like the format i want alogn with order Number to make it unique.
But when I dwnload files, I get only one file.
Whereas if I just use the option, Add time stamp in the communication channel, it works fine, giving me 3 order files if i have 3 orders.
But I cannot have ' -' in my file name.
How do i resolve this?
Thanks,
Vinotha M

Is teher any thing else I can do change the file name and have mulitple files downloaded without it being overlapped.
Please help resolve
Thanks,
Vinotha M
Edited by: Vinotha M on Feb 4, 2009 4:10 PM

Similar Messages

  • How to find PG.xml file name and path associated with a FUNCTION

    Hi,
    I am having a function:IRC_VIS_HOME_PAGE with Web HTML value as below:
    OA.jsp?akRegionCode=IRC_VIS_HOME_PAGE&akRegionApplicationId=800&OAPB=IRC_BRAND
    How to find PG.xml file name and path assoicated with above funtion.
    Thanks,
    ashok

    Ashok,
    Function IRC_VIS_HOME_PAGE will have 2 parameter defined for it which are OASF and OAHP where
    OASF=<SelectedFunctionName> - this tells the Framework to select this function in the given "Home Page" menu context.
    OAHP=<HomePageMenuName> - this is used ONLY with the OASF parameter, and it is used to establish the current menu context. It should point to a "Home Page" menu.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Dynamic File Name on Receiver Side using XSLT mapping

    Hi,
      My scenario is a Proxy to File scenario.The File on the receiving side is a TEXT file generated due to XSLT mapping. The file name has to be dynamic like- TEST<DDMMYYHHMMSS>File.DAT.
    If somebody knows how to do the same please help.
    Regards
    Ritu

    Hi Ritu,
    I agree to Krishna.With your XSLT mapping create a XML output which can be converted to a text file with content conversion.
    And for the dynamic file name, i guess its the date that matters which needs to be in DDMMYYHHMMSS format. the same can be accomplished by a Java function and calling it in your XSLT .
    Do refer this weblog it will help you accomplish the same.
    >>> /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    Regards,
    Shabarish

  • UDF to capture the source file name or the source folder for mapping

    Hi All,
    i have 2 files -  File1 from File2 from 2 different folders- single comm channel FTP (FCC). i have to pass a constant A and B respectively to a field in target structure.
    my options are -
    either create a new field in source str populating different constants and  then map to the target str
    or a udf to get the source file name or the source folder so that i can map the constant using the value mapping/FixValue mapping.
    please suggest. thanks.
    rajib

    Hi,
    please use the UDF to determine the file name. Then based on file name either pass A or B to your target field.
    The code is as given below. Just tweak the code to pass either A or B as per your requirement.
    public String G_GetFileName(Container container) throws StreamTransformationException{
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName; 
    Regards,
    Deepak.

  • What causes the full file name to be listed with bookmarks?

    Good morning! What drives RH to list the full file name in
    bookmark code in some files, and in others its just the
    href="#bookmark? If you change the file name...all the bookmark
    links with full file names break. Am I doing something wrong when I
    created them...? Not sure how that's possible...but something is
    driving this! Any helpful hints from the masters online?

    Hi Teri
    It's been my experience that if you elect to create a link
    from inside the topic to a bookmark, and you choose the bookmark
    from the dialog, you end up with a link that simply has the hash
    and the bookmark (#Bookmark).
    Where you see the file name preceding the hash and the
    bookmark, odds are the link was created by the user clicking the
    bookmark in either the Project Manager or the Topic List and
    dragging from there to create the link. When links are created in
    that fashion (I'm addicted to creating links that way myself - it's
    like crack to me - if I knew what that was like LOL) RoboHelp
    creates the link with the file name (FileName.htm#Bookmark).
    Cheers... Rick

  • Make file names show in full with line breaks. How?

    I use column view in Finder. When file names are long, they're truncated in the middle, with dots. If I have several, similar file names, it's a pita to find right file. Either, I have to expand the column, or click the file to see the full name, or change view to e.g. one column view. To me, this is a major bummer.
    I'd like to have long file name continue in another line, like on the desktop (but not limited to two lines).
    Anyone knows a hack for this or some other way to achieve it?
    Cheers,
    Dan

    I use column view in Finder. When file names are long, they're truncated in the middle, with dots. If I have several, similar file names, it's a pita to find right file. Either, I have to expand the column, or click the file to see the full name, or change view to e.g. one column view. To me, this is a major bummer.
    I'd like to have long file name continue in another line, like on the desktop (but not limited to two lines).
    Anyone knows a hack for this or some other way to achieve it?
    Cheers,
    Dan

  • Incorrect file name while downloading it with JDK1.4

    Hello people!
    I'm facing a strange problem in my downloading servlet with JDK1.4 and Tomcat4.1 when trying to set Cyrillic file name: download window pops up with some abracadabra name. After I click "Open" twice the file opens correctly. It never happens with JDK1.3.
    Some backward compatibility feature from SUN???
    Here is the code:
    res.setContentType("application/octet-stream; charset=windows-1251");
    res.setHeader("Content-Disposition", "attachment; filename=\"" + fileName + "\"");

    I'm almost sure it's a bug in Tomcat 4.1. All you have to do is to switch from 4.1 to 4.0 and the problem is fixed. We also checked what line goes to the response header - it's correct.
    Did I mention this problem happens even with Latin charactes? The file name is correct but download box opens twice.

  • How to get rid of file name that pops up with mouseover?

    When a user is on my website and mouses over a link to another page, the name of that page comes up - for example, if I mouse over the link to the Mums Night Out page (while on the home page) the file name pops up (mumsnightout.html)
    Any idea on how to get rid of that annoying issue?
    Thanks,
    roxpat

    Is this question now solved?
    Excuse me if it is, but I am really freaking out about this and don't know what to do.
    I don't want to launch my website before everything is perfect and I really want the yellow-pop-up-box-bstrd to go away.
    I am using this code which works fine in ff and safari but not in ie:
    <script type='text/javascript'>
    function clearTooltip() {
    _links = parent.document.links;
    for (i=0; i<_links.length; i++) {
    _links.setAttribute('title', '');
    chkFooter = setInterval('checkFooter()', 100);
    function checkFooter() {
    if (parent.document.getElementById('footer_layer') != null) {
    clearTooltip();
    clearInterval(chkFooter);
    </script>
    Should I modify it in some way? Any ideas?

  • PDF file names changed in iBooks with iOS 8 upgrade

    I just downloaded iOS 8 on my iPad air. This has caused the file names of all of my PDFs in iBooks to revert to their original file name when I downloaded the file, not the custom file names I gave them after downloading the files. In the list of files it shows the original PDF name; however, in the banner above the open file it shows the custom name I gave it. How do I easily change the file names back to the custom file names that I renamed after the downloads?  Essentially I want to have the file name in the banner replace the file name in the list. I have thousands of files, so doing them one at a time is not practical.  Thanks for your help. 

    The strange thing is: the correct name is still available in the headline of the pdf file when opened. its only wrong in the overview...

  • Using captions (or, hiding file names) for Web Gallery with Aperture 2.0

    Is there a way to add captions to pictures displayed using the Aperture 2.0 web gallery without changing the actual file name? I'd like to keep the file name but add a caption to each photo if possible.
    Thanks

    Hi John
    I'm not making extra versions for this, just using the version name as the name in the web gallery. If you are not already using the version name then it lends itself to web gallery naming nicely. If you are using version names already, perhaps reconsider how necessary this is to you as you are tying up this other potential use.
    My file names all contain a date and index number but I try and use more 'user friendly' version names if part of my final output will be for web galleries. This is good for clients as they don't have complicated names to order, but it's also a cinch to find the files using the search bar in Aperture.
    Hope this helps
    FlatE

  • Reading attachment in SOAP message with ABAP mapping

    I am searching an ABAP code to read attachment in sender SOAP message..
    I am using PI 7.3, I can read by java mapping but I get another error after reading the attachment.. So I try to abap mapping..
    That's it..
    Thanx ..

    Hello Mark,
    1. My Soap Sender Adapter, I checked the Keep Attachment option
    2. I am getting the WSDL file from the SOAP Sender Agreement.. it is like http(s)://host:port/XISOAPAdapter/MessageServlet?channel=p:s:c? as you said.
    I used the user-defined function, it works when <inc:Include href="cid:test.jpg" xmlns:inc="http://www.w3.org/2004/08/xop/include" /> is deleted in the message.
    If the coming message includes <inc:Include href="cid:test.jpg" xmlns:inc="http://www.w3.org/2004/08/xop/include" />,
    the <null> error occurs.
    Thanx for your reply..

  • 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.

  • How to reterive the attachments from a message with message id.

    Hi Friends,
    I want to know that How can i retrieve the attachments from an incoming message.
    Also how can I separate the body part from message. How can I get a list of files attached with a message.

    JavaMail API don't give really method to parse multipart message
    See http://www.jservlet.com/
    Object Pop3.Tools that will help you to parse a multipart message, get file attachment with specific file extension.
    regards,

  • How to get the file name from downloads folder with the applescript??

    Hi All..
    I am downloading an application to downloads folder, I need to install the same application after downloading programatically.
    So how do I get the filename in runtime while downloading or after downloading from downloads folder with Applescript or Java?
    Also my download URL link doesnot contain full name of the download file.
    Pls suggest.

    Hi,
    The best method is to use curl.
    Other methods are not reliable, but can work, it depends on several factors (what the script does, what the user does).
    Here is an example with the curl command:
    set tUrl to "http://sourceforge.net/projects/vlc/files/2.0.4/macosx/vlc-2.0.4.dmg/download?ac cel_key=60%3A1350656196%3Ahttp%253A//www.videolan.org/vlc/download-macosx.html%3 A7233e4e9%245818d66f39b0576e1e9c4a0f3b46b1991180bfdd&click_id=976a88ee-19f7-11e2 -9a21-0200ac1d1d8e&source=accel"
    set dFolder to path to downloads folder
    tell application "Finder" to set newFolder to (make new folder at dFolder) as string
    set f to quoted form of POSIX path of newFolder
    do shell script "cd " & f & " && curl -L " & tUrl & " -o 'vlc.dmg'" -- download  to file "vlc.dmg"
    set downloadedFile to newFolder & "vlc.dmg" --<-- HFS path
    --do something with the downloadedFile

  • Querying messages with message selectors

    I have been looking at the JMS 1.1 spec and do not see anything that helps durable subscribers change queries without losing prior messages. If I create a durable subscription with no message selector I receive all messages for the subscribed topic. If I change the durable subscription to use a message selector (for example, "JMSPriority = 9", when I call any of the TopicSubscriber receive calls I lose all previous messages which don't match the selector. Is there any way around this?

    Ok. I get what you mean now.
    The problem lies in that you double-change the selector.
    This, in my opinion (which isn't worth much) calls for a different angle on this problem.
    Consider the following:
    a) do you absolutely have to have a topic? can't you use a queue (and use a queuebrowser) ?
    b) if you must use a topic - can you create two subscribers - one that gets all the messages, and
    another onw that only gets those with priority=7?
    c) it is bad practice to change the selector of the subscriber at runtime. If you do (as you do) - you are bound to lose messages on the second switch over.
    d) can't you just subscribe to all the messages on the same subscriber, and check upon arrival what to do with the message according to the priority?
    Now, you probably think - hey, this is silly. But regard this : you are using the selector in a way that was not foreseen (on a topic) by the spec. Why is that? because you want, with the same subscriber, to have two receiving channels (one for regular messages, and then one for "special" messages) - this is not done with one subscriber. This is done with two operating simultaneously.
    I mean - if you decide you don't want to rely on the JMS provider to hand you the higher priority messages first - that's ok, but you can't blame it for not holding messages that you don't want any more..
    Nimo.

Maybe you are looking for