Need help to process attachment data

Dear all,
I have the following use case.
1. I have one BPEL process which takes multipart MIME attachment with others parameters.
2. i have to save the attachment to the database through DBAdpter and do some business process.
My BPEL process taking attachment from standalone client and another BPEL process requester, All workings fine when the content-Id of the mime part is the physical address of the attachment file and the client and BPEL process in the same machine. By readFile() function i can get the file.
But if i will send file with content-id:<[email protected]> - certainly it's not working.
I would like to get any information how the Mime attachment works in BPEL process also how to retrieve the mime attachment from the SOAP message in BPEL.
I examine the samples and demos supplied with SOA suit but can't figured. My SOA suit is 10.1.3.1
Any help or suggestion will be welcome. Thank'x in advance.
Best Regards
Shamim

Is there also a way to set up the new Hard Drive so that my old programs will work again (GarageBand, iTunes' DRM-encoded mp4's that require the "original" signal, etc.) And how do I take off the second copy of OS X from my old hard drive before I get the disc image for a new hard drive?? Essentially, how do I set up the new drive so that it's like my original setup?

Similar Messages

  • Need help in formatting the Date - Date does not

    Need help in formatting the Date - Date does not formats and give Not a valid month error in the below scenario.
    select oc.ST_PGM_MGR, r.ag_dnum, get_major_work_type(r.perf_eval_rtng_id) "v_work_code", r.ag_dnum_supp "supp", r.intfinal, to_char(r.formdate,'MM/DD/YYYY') "formdate", to_char(r.servfrom,'MM/DD/YYYY') "srv_from", to_char(r.servto,'MM/DD/YYYY') "srv_to", descript, add_months(to_char
    --- Bellow line of Code on trying to format it to mm/dd/yyyy gives the error
    (r.formdate, 'DD-MON-YYYY'),12) "formdate2"
    from  table REdited by: Lucy Discover on Jul 7, 2011 11:34 AM
    Edited by: Lucy Discover on Jul 7, 2011 1:05 PM

    Your syntax is wrong - look at the post above where this syntax is given:
    to_char (add_months(r.formdate,12), 'MM/DD/YYYY') "formdate2"Look at the formula from a logical perspective - "inside out" to read what is happening -
    take formdate, add 12 months
    add_months(r.formdate, 12)then apply the to_char format mask - basic syntax
    to_char(date, 'MM/DD/YYYY')Compare to your syntax:
    to_char(add_months(r.formdate, 'MM/DD/YYYY'),12) "formdate2"You will see your format string inside the call to add_months, and your 12 inside the call to to_char.
    Good luck!

  • Need help in logging JTDS data packets

    Hi All,
    I m having web application which uses SQL Server database.
    I have to find out some problems in database connection for that there is need to log the jtds data packets.
    I have tried to use class net.sourceforge.jtds.jdbc.TdsCore but in constructor of TdsCore class there are two parameters needed one is ConnectionJDBC2 and another is SQLDiagnostic.
    I have tried a lot but it did not allow me to import class *SQLDiagnostic*.
    I need help in logging JTDS data packets. If there are any other ways or any body having any idea about logging JTDS data packets/SQLDiagnostic.
    Please reply it is urgent...!!
    Thanks in advance......!!

    if you want to use log4j then,
    in your project create a file called log4j.properties and add this
    # Set root logger level to INFO and its only appender to ConsoleOut.
    log4j.rootLogger=INFO,ConsoleOut
    # ConsoleOut is set to be a ConsoleAppender.
    log4j.appender.ConsoleOut=org.apache.log4j.ConsoleAppender
    # ConsoleOut uses PatternLayout.
    log4j.appender.ConsoleOut.layout=org.apache.log4j.PatternLayout
    log4j.appender.ConsoleOut.layout.ConversionPattern=%-5p: [%d] %c{1} - %m%n
    log4j.logger.org.apache.jsp=DEBUG
    #Addon for
    com.sun.faces.level=FINEGo to your class and add this line
    private static final Logger logger = Logger.getLogger("classname");and then you can use
    logger.info();
    logger.error();
    methods

  • Need help in loading master data.

    Hi everyone,
              I am just a beginner in BI 7.0 . I know Bw 3.5 . I need help in loading master data(flat file) in a step by step manner.
    Before posting this forum i searched and checked out other related forums too, as i am a beginner i am unable to follow them. Lots of the forums gave the help.sap.com link which i used and got a little help but not fully, so please don't send that link.  I need a step by step guideline from somebody, which says everything from the beginning till monitoring say like
    e.g.. 1) create a InfoObject by right clicking on InfoObject catalog.
    something like that.
    please help me get a clear and detail step by step procedure to load a master data (Flat File should be good) which may help me get a start will other things without much help.
    Please help me learn.
    Thanks.
    Ranjani.

    HI,
         Thanks for your reply. This is what i did.
    1) Created a Info Area.
    2) Created Info object catalog & activated
    3) created info object with nothing except some 4 attributes.
    4) Created Application compound in Infosource tab.
    5) Right clicked on Application compound and chose create Infosource in which chose a option with 3.x and chose the flexible update and gave the info object name.
    6) In info provider tab , in the Info Area right clicked and chose the Insert char as data target option.
    Now, i am stuck. I have no idea what to do next.
    I know i have to create a transformation - There are two tabs in Transformation box, what should i do there.
    Please help me from point 6 to cont., to load the data.
    Thanks.

  • Need help in fetching requested data from JSP

    Hello,
    I really need help in fecthing requested data from JSP to servlet. Can anyone assist me as soon
    as possible because I must finish my program by today.....( 20/02/2002).
    Thanks in advance.

    It is very likely that somebody can help you, if you say what your problem is. In fact somebody might already have helped you. What is your problem?

  • Need help in process chain *need help immdtly*

    I need help in creating one process chain.
    1. i have to load one infopackage to a PSA.
    2. then have to do load for one infocube from two different infocubes one after the other.
    for all these loads one restriction of fiscal year period  to be common value.
    this value may either be allowed to user to select or loaded automatically taking the previous fiscal year value .. any of these two options are fine.
    it would be helpful if anyone can help me out.

    Here is the code for Z program...you can create Tcode thr SE93 where user can enter value .
    parameters: fsper type /BI0/OIFISCPER DEFALUT 2010008.
    data: wa_tvarvc type tvarvc.
    wa_tvarvc-NAME = 'FISCPER'
    wa_tvarvc-TYPE = 'P'.
    wa_tvarvc-NUMB = '
    wa_tvarvc-SIGN = 'I'.
    wa_tvarvc-OPTI = 'EQ'.
    wa_tvarvc-LOW = FSPER
    INSERT TVARVC FROM wa_tvarvc.
    Code for DTP's in Field Level.
    data: wa_tvarvc type tvarvc.
    select single from tvarvc into wa_tvarvc where NAME = 'FISCPER'.
    L_T_RANGE-low = wa_tvarvc-LOW
    L_T_RANGE-SIGN = 'I'.
    L_T_RANGE-OPTION = 'EQ'.
    APPEND L_T_RANGE

  • Need help estimating processing power required to support new process

    Hi,
    I am putting up a new server spec for a new project. I need help estimating processor power I need.
    Here are, in short, the steps of the main process:
    - Load the data:
    Incoming file contains 160 mln rows. The SIZE of this file is 250 GB. The file has about 60 columns, out of that I upload 50 into my table.
    Record length is 1500 bytes, in the table.
    - Validation/calculations:
    After the upload I validate EACH row in this table against 20 rules that are defined in the RULES table.
    It is all math, like this column plus that column must be equal to this number, and validate the third column against this number.
    - Output stage:
    Records that pass validation go to one table, those that didn't go to the other table.
    Then the first table (with good records) is extracted to a file. Those from the "wrong" table are also get inserted into "review" table
    This whole process should take about 5-6 hrs.
    This file contains 6 month of data.
    Some times, I will run validation against 2 year worth of data, means validate two "annual" tables, each one is 500 GB in size. According to the requirements, this process should take no more than 1 day.
    For this process I write hardware spec for a new server.
    I have a hard time figuring out how much processor power I need for this process? to validate this much data in that much time.
    Is there any formula or a guideline to tell what processor I need? I was looking at this one, but I wish I could estimate before I buy and try (and possibly fail, and have a biiiiig problems)
    Intel Xeon E5-2640 (6 core, 2.50 GHz, 15MB, 95W)
    Number of processors: 2
    RAM: 16GB
    Any help is very appreciated.
    Thanks in advance
    Edited by: 933238 on Jun 13, 2012 12:25 PM
    Edited by: 933238 on Jun 13, 2012 12:28 PM

    Hello Ajay,
    Please have a look to these blogs (the second one should be particularly interesting regarding your request) :
    /people/kamran.ellahi2/blog/2006/01/13/setting-up-sap-service-desk-123-and-go
    /people/dolores.correa/blog/2007/10/06/service-desk-support-team-determination
    Hope this helps.
    BR.
    Stéphane.

  • I need help highlighting an expiration date on my Numbers '09 spreadsheet. I want the text/fill of a cell to change color when the expiration date of an item is within 180 days of the current date.

    I need help highlighting cells on my Numbers '09 spreadsheet.  I want the cell text/fill to change color when the date is 180 days or less from the current date.  I already have a cell with the current date in it.  I also know how to change the fill/text colors.  All the cells have been formatted to show date only.  I am having trouble with the formula.  I can get to the Conditional Formatting menu and select "With Dates" but after that I am lost.  Can anyone help?
    Thank you for any assistance.
    B

    Set a Conditional Format rule as shown in the illustration below. The rule has been applied to all dates in column B of the table.
    Regards,
    Barry

  • Need help in stroring CLOB data into a table

    Hi All,
    I have a CLOB data. Which contains delimited data.
    Example:
    "111#|#ABC#|#asfsdffgh $|$222#|#XYZ#|#jdsfgdskdsf $|$"
    #|# - is column delimiter.
    $|$ - is row delimiter
    I want to extract and store the above data into a table which has 3 columns. Need help.
    I have Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    Thanks in advance,
    Girish G

    Hi Girish,
    Please go through the below url's...It will give you fair idea and solution. HOpe you know the sql *loader utility. or external table.
    http://www.oracle-base.com/articles/10g/LoadLobDataUsingSqlLoader.php
    http://www.oracle-base.com/articles/10g/ExternalTablesContainingLobData.php
    KPR.

  • I need help to process photos.

    I need help processing photos

    You really need to provide a lot more information.  Also, it would be better to ask in the appropriate Photoshop forum.

  • I need help with opening attachment on email?

    I need help to set  association to open attachment on email?

    First i would suggest update Reader to XI.
    To set the default application you may visit this article: http://windows.microsoft.com/en-in/windows/change-default-programs#1TC=windows-7 this article is for windows 7 but it will hold good for vista too.
    let me know the result.
    ~Ajlan Huda.

  • I need help parsing a  swift data string

    i need to parse swift financial data
    is there a way to use split or stringtokenizer for ::
    and keep the :: as part of the new seperated data.
    i want to put each string starting with :: on a seperate line in a text box.
    i gave up and tried it with a loop and a stringbuffer , and indexof.
    if (line.indexOf("::") == Strpos ){
    frame.jTextArea1.append(displayline.toString());
    displayline = new StringBuffer();
    displayline.append(line.substring(Strpos, (Strpos + 2)));
    Strpos += 2;
    if (line.indexOf("::") != Strpos ) {
    displayline.append(line.substring(Strpos, Strpos + 1));
    System.out.println( displayline);
    Strpos++;
    but i cant get that to work either.
    if anyone knows how to parse swift data please give me your email address.
    i've been doing it in cobol for 15 yrs and i just cant get the cobol techniques to translate to java.
    thanks.

    as i said
    i am really a cobol guy
    and yes as you see i did try to use indexof in my code.
    but there must be something about indexof that i'm not getting.
    it works the first time in the loop but then as i increment my start position(strpos)
    the indsex of no longer works.
    am i using the correct technique to increment the start position thru the string buffer.
    thanks guys.

  • Needs help to process data from a form in php

    Hello there,
    Under "About us", is the contact us page where I would like
    to collect data. But I could not get it processed.
    I used but am very new to php. Anyhow, what I want to process
    is to send all the data collected to my email address, and at the
    same time, to display a simple Thank You page. I am attaching my
    code.
    I certainly HOPE someone can help me out as I have been
    trying for quite a while now and need to get it done ASAP...
    Many Thanks,
    matt
    Text

    Hi Sayaf
    It sounds like you need to use "Array Subset.vi" to split the 2000000 into 250000 element blocks.
    Set the index on Array Subset to 0 and then increment by 250000 after processing and displaying each block.
    Good luck
    Neil

  • Need help in triggering the Data stream load  using process chain

    Hi Guru's
    is it possible to trigger a data stream load using process chain?
    Any help is highly appreciated.
    Thanks
    Indiran

    Hi Indiran and welcome aboard!
    Don't think this is possible. SAP BW & SAP SEM-BCS are rather independent systems. Though, BCS lives on top of BI-BW stack, it even may have master data different from those in BW.
    Process chains, AFAIK, is completely the BW's feature. Certainly, you may use PCc on BW side, loading ODS/DSO and cubes involved in BCS data model.
    The main con here is the lost transparency -- you don't control everything from the consolidation monitor.
    The pro side is also rather obvious for me. Since, very often there is a huge difference between data quality at the data source and in the BCS totals cube, I need to make a lot of data transformation. Not only some data calculations or cleaning, but also transformation of data model: key figure model -> account model. It's much more easier to do in BW, for me.
    I even call the ODS/cubes/routines involved in such transformation as intermediate layer, the layer between data source and SEM-BCS.
    And this layer lives rather independently from BCS.
    Hope this helps.

  • Need Help in process data

    Hi All,
    Pls help me how to achieve this.
    select single VKORG and AUART from YINCOSHIP where VKORG = VBAK-VKORG and AUART = VBAK-AUART.
    if sy-subrc = 0:
    skip the new changes
    else.
    select single VKORG from YINCOSHIP where VKORG = VBAK-VKORG and AUART = ""
    if sy-subrc = 0.
    do the changes
    else.
    skip the changes
    After sy-subrc = 0, if I write EXIT does it work? I saw in documentation of EXIT, was given preferable to use in LOOP.
    Im writing this code in subroutine, If i write EXIt and it satisfies it comes out of FORM.But there is code after the above code.
    but in first condition, if sy-subrc = 0, I want to skip the changes.Need to skip from only IF condition.
    Pls let me know hw to do it?
    Rgs,
    Priya

    Really a very basic question, I think, but consider this:
    select single VKORG AUART from YINCOSHIP  into (wa_vkorg, wa_auart) 
        where VKORG eq VBAK-VKORG
            and AUART eq VBAK-AUART.  " YINCOSHP is keyed only by sales org and doc type?
    if sy-subrc NE 0.
    select VKORG from YINCOSHIP into wa_vkorg up to 1 rows
         where VKORG eq VBAK-VKORG and AUART eq space.
      if sy-subrc eq 0.
    do the changes
    endif.
    endif.
    Is this what you're trying to do?  Essentially if vkorg and auart exist, ignore the update. If auart does not exist, try to read by vkorg only.  If sales org is found, perform updates.

Maybe you are looking for

  • Report on Opportunity Audit Trail

    We need to write a report on the Audit Trail within opportunities. Has anyone done this? Is it possible in R16 or 17?

  • Bluetooth not working correctly after upgrading.

    I have Lenovo G580 Notebook. I recently upgraded from Windows 7 to Windows 8 (32-bit). In Windows 7, the Bluetooth software used to work with no problems. But since I've upgraded to Windows 8, the Bluetooth device doesn't function well. I had install

  • Screen lights up white but nothing shows?

    when I turn on my iPod the screen lights up and when I touch the wheel I can here it clicking but the screen doesn't show up except for lit up white. The music does play but does anyone know what I need to do to get my screen fixed?

  • How to downgrade z1 compact from 4.4.2 (14.3.A.0.757) to 4.3 (14.2.A.1.142)?

    hi guys i just FED UP from posting all my bad reviews telling sony that this update couldn't fix the issues from the notification freezing sound, overheating, lag, battery drain, missing everything becausde all my alarms, reminders and ringtines comi

  • TDS on Base Amount

    Hi Experts, I have a received Professional Invoice of Rs. 1826/- Since February 2014 slab rate has been changed after Budget , scenarios is earlier on Base amount like Rs. 1625 after that supplier charge 12, 2 and 1% they charge, it comes 1826/-G.tot