About the Rejection Handler (File Adapter)

I use file Adapter to get the information form other applications and transform the data format to XML . I want to kown ,when will the Rejection Handler of the file Adapter take action ,can i do some predefine to the Rejection Handler to reject the specifically data ?

Hi,
The rejection handler only comes into the picture when the input data is invalid as per the schema definition. i.e. you can reject invalid data so that it can be corrected and enqueued again. You can choose to set up your rejection handling mechanisms in bpel.xml.
See the fllowing post for config info on rejection handlers:
Re: How can I make my read file server still work when it read a wrong file?
Regards,
Narayanan

Similar Messages

  • Variable being overwritten in the Variable Substitution (File Adapter)

    In the File adapter Receiver Communication Channel, I am using variable substitution.
    The problem is that the first variable I use (userid) is being overwritten by the second variable (filenumber). How can I fix this problem?
    File Name Scheme: %userid%_%filenumber%.xls
    Target XML:
    ============
    <?xml version="1.0" encoding="UTF-8"?>
    <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
    <Worksheet ss:Name="FileName">
    <Table x:FullColumns="1" x:FullRows="1">
      <Row>
        <Cell><Data ss:Type="String">0209519</Data></Cell>
        <Cell><Data ss:Type="String">32226v2 v1.1</Data></Cell>
      </Row>
    Variable Substitution:
    =======================
    userid          payload:Workbook,1,Worksheet,1,Table,1,Row,1,Cell,1,Data,1
    filenumber    payload:Workbook,1,Worksheet,1,Table,1,Row,1,Cell,2,Data,1
    Expected Output:
    ==============
    0209519_32226v2 v1.1
    Actual Output:
    ============
    32226v2 v1.1_32226v2 v1.1
    Thanks for your help.

    Thank you for all your suggestions. I decided to modify my target XML and concantinate all the fields into one string so I don't have to worry about the variables being overwritten in the variable substitution.
    Target XML:
    ============
    <?xml version="1.0" encoding="UTF-8"?>
    <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40">
    <Worksheet ss:Name="FileName">
    <Table x:FullColumns="1" x:FullRows="1">
    <Row>
    <Cell><Data ss:Type="String">0209519_32226v2 v1.1</Data></Cell>
    </Row>
    Variable Substitution:
    =======================
    filename payload:Workbook,1,Worksheet,1,Table,1,Row,1,Cell,1,Data,1
    Expected Output:
    ==============
    0209519_32226v2 v1.1
    Actual Output:
    ============
    0209519_32226v2 v1.1

  • About the Thunderbolt to FireWire adapter

    I have a question about the Thunderbolt to FireWire 800 adapter. I want to use this adapter so I can attach two FireWire devices, because I don't want to daisy chain (I need as much speed as possible, so not two devices on one port).
    But suddenly I wondered: will I get full FireWire speed on both ports? Or is there some kind of controller on the mainboard that will bottleneck because the MacBook Pro only ships with one port or something like that? So basically my question is, will the two ports share bandwidth (just like when you daisy chain on one port) or will you really get two FireWire ports which you can use both at their "full" bandwidth?

    I have pretty much the same need as you and purchased a HP laptop with Thunderbolt port and Windows 8.  I also picked up the Apple Thunderbolt to Firewire adapter.  I have been unable to get Windows to detect the Firewire side of the adapter.  Windows 8 seems to pick up the Thunderbolt controller correctly and shows it as an extension of the PCI express bus.
    I have found no set of drivers that I can add that will get the Firewire side to be recognized by Win8.  Win 8 should have 1394b drivers native, so I don't know what the problem is.  I wish I could get this to work, because I just don't have the option of getting a MacBook for the things I need to do.
    Right now the only other Thunderbolt to Firewire option on the horizon seems to be the Belkin Thunderbolt Express Dock, but that has 2 problems.... 1, it is still in pre-order and 2, it is ~$300.
    Mike

  • Zipping the payload using File adapter

    Hi Experts,
    I have a 620 MB xml file, which need to be archived on daily basis.
    but the XI server shows 503 service unavailable message, while trying to process the huge file.
    also used the Zippayloadbean module in the file adapter, but no luck.
    Please suggest on how to archive 620 MB xml file.
    Thanks in advance.

    Hi mk,
    I know that there is a bean for the adapter module that unzips attachments. Have a look if there is a module for zipping.
    Zip or Unzip your Payload with the new PayloadZipBean module of the XI Adapter Framework
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    and check the CASE 2 in this blog:
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Regards Mario

  • About  the server handle status:OCI_ATTR_SERVER_STATUS

    Hi All
    From time to time, my OCI application got ORA-03113: end-of-file on communication channel. I add one function to dectect if server connection is fine.
    by
    OCIAttrGet((dvoid *)svr, OCI_HTYPE_SERVER, (dvoid *)&serverStatus, (ub4 *)0, OCI_ATTR_SERVER_STATUS, err);
    if serverStatus=OCI_SERVER_NORMAL, then connection is ok.
    if serverStatus=OCI_SERVER_NOT_CONNECTED then connnecion is gone.
    , will reconnect.
    But i found seems it does not detect te case for "end-of-file on communication channel". serverStatus return is fine, then execute command, still got this error.
    any comments?
    Thanks
    Alex
    OCI_SERVER_NOT_CONNECTED

    Hi SP,
    Please check if the following web config appSettins value settings from SSRS server could fix the issue (Note, back up your original web config file before any modification).
    http://stackoverflow.com/questions/10911610/ssrs-webpage-error-status-code-500
    http://srinivasbn.blogspot.in/2013/09/syswebformspagerequestmanagerservererro.html
    http://connect.microsoft.com/SQLServer/feedback/details/782155/ssrs-2012-failed-with-win32-error-0x03e3
    If you have more questions about the SSRS error logs related to this issue, you can post in the SSRS forum for a better assistance with more experts.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Format probelm about the downloaded txt file

    I encounter a problem. after the 4.7 system upgrade to ECC6.0 ..(sandbox)
    Our report can't download the correct txt file.
    I wrote a test program.
    REPORT  ZTEST  NO STANDARD PAGE HEADING.
    write: / '123',
             / 'abc'.
    I download from menu :system->list->save_>local file: not converted.
    but  when opening the txt file , it shows:
    2008.09.09                                                                   test                                                                          1----
    123abc
    everything is in one line. and  add  the current date ..and '----
    Help.. what's the problem?
    Many thanks
    Edited by: hand consultant on Sep 9, 2008 8:13 AM

    Hi,
    Ganesh Modhave,
    It is strange problem. Because in the same computer, I downloaded the txt file from 4.6c system. And the result is OK.
    So I guess some upgrade issue result in the problem..
    I path the gui 710 to level 2.,,........ It's okey now ,thanks.

  • What about the internet temporary files?

    Hello! I'm a quite new to Mac and I would like to know if, as I used to do with my old Windows, there is the need to do some 'spring cleaning' and deleate the internet temporary files. I can't bear the idea of collecting files but also I don't know where the settings are for the span of time the computer collects these files.
    Thank you. flpd
    iBook G4   Mac OS X (10.3.9)  

    Hi flpd welcome to Mac!
    Cookies:
    In Safari go to 'preferences' and then click the tab under 'security' - you'll see that you have options for cookies. You can view them, delete individual ones or remove them all.
    Cache:
    Safari stores pages in it's cache. You can clear this by clicking 'safari' and 'empty cache'. You also have 'Reset Safari' that clears the cache, passwords, history, cookie and a few more other bits. Be advised though that Safari runs slower for a while immediately after you've cleared it.
    There's also a program called Onyx that is free and very useful. The hyperlink's below:
    http://www.apple.com/downloads/macosx/systemdiskutilities/onyx.html
    You can adjust the speed of Sarafi, run maintenance scripts and clear your user, system and kernel caches. Again, on initial boot up after emptying these caches your system will temporarily run slower until it builds up the caches again.
    However the maintenance scripts are really good at keeping your system in tip top condition - just make sure that your computer is on (not asleep) as the scripts wont run.
    Hope this helps
    Stu

  • HT202159 message comes on about "the product distribution file could not be verified.  It may be damaged or was not signed"

    I just bought a new macbook pro --- it came with lion, updating to mountain lion.  I had to pause the download of mountain lion and today when I tried to resume it gave me the message "the product distribution file could not be located.  It may be damaged or was not signed"  How do I resume the download?

    Installing the OS X Lion Update 10.7.4 (Client Combo) reinstalls the App Store for you which may help.
    Restart your Mac after the combo is installed. It's ok to do this even though you are already running v10.7.4.
    Then try the App Store.

  • About the build.xml file in EJB's

    Hi,
    I want to know where is the DTD for the build.xml file in the EJB examples.
    Any help in this matter is highly appreciated.

    http://jakarta.apache.org/ant/
    "satish" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi,
    I want to know where is the DTD for the build.xml file in the EJBexamples.
    >
    Any help in this matter is highly appreciated.

  • Basic questions about the CM handling of Photoshop

    I have some basic questions how Potoshop handles colour management. Most probably this has been discussed many times before, but frankly, the manual is pretty poorly written on this subject. I do understand the principle of colour management pretty well, but am not sure whether I understand what Photoshop is doing. So could somebody please comment whether my reasoning is correct or not.
    Let's assume my monitor is calibrated and its profile loaded in OSX's monitor preference panel. Let's further assume I'm working strictly in RGB.
    Is the following correct:
    • When I open a picture which has an embedded profile, then Photoshop first calculates the "true" values from the embedded profile (whatever this means) and from this point the screen representation based on the profile which I defined in the system pref pane. So the screen representation remains always the same, regardless of the embedded profile (besides some possible conversion artefacts, especially on the edges of the colour space).
    • The same holds true in the opposite direction, so when I work on that picture on screen, then no matter which RGB space I pick as my working space, the result will always be exactly the same (except those aforementioned artefacts).
    • Hence it doesn't matter which RGB colour space I choose as my working space, it could be sRGB, Adobe RGB, "my own wild profile", whatever, the results are always the same. Of course the RGB values will differ, but this will be compensated by the embedded profile.
    • Yet the theoretically best working space is the colour space of my monitor, because this minimizes possible artefacts.
    • When I "convert" the picture from one profile into an other, then not only that new profile is assigned and embedded, but also the RGB values are recalculated accordingly, so that the result will remain the same. For example, I could first "convert" a picture from the camera space to my monitor space, then work on it, and finally "convert" it to sRGB before uploading it to a web site.
    • When I "assign" a new profile, then a new profile is simply assigned and embedded but the RGB values are not adjusted. So the RGB values remain the same, but because a different profile is embedded, the picture will actually be changed. Since Photoshop will recalculate the screen representation based on that new profile (and the monitor profile), I will see this change on the screen. (This action doesn't make much sense, except maybe to simulate the possible outcome on a system which misinterprets the profile, e.g. assumes sRGB.)
    • And finally, when I leave the picture untouched but change the monitor profile in the system pref pane, then of course the picture will not change, but its screen representation will change, because Photoshop uses that profile to calculate the screen representation. (This action makes even less sense, of course.)
    Have I understood? Then I have two final questions:
    • When I open a RGB file without any profile in it, what does Photoshop assume? How does it calculate the screen display?  What does it do if I "convert" such a picture or "assign" a profile?
    • If I select in the colour settings as working color space the monitor space, then the colour managment rule for RGB changes to "Colour management off" and can't be changed to a different value. I don't understand this.
    Thanks for your patience.

    • Yet the theoretically best working space is the colour space of my monitor, because this minimizes possible artefacts.
    No.
    (Edit: Any one screen usually has to be considered incidental, changing and transient and is not the target-medium, so it makes little sense to work based on its specific limitations.)
    • When I open a RGB file without any profile in it, what does Photoshop assume? How does it calculate the screen display? What does it do if I "convert" such a picture or "assign" a profile?
    If one opens an unprofiled file, Photoshop treats it as if it had the profile selected under RGB-Working-Space embedded and calculates display and conversion on that basis.
    (Edit: And that’s the danger of unprofiled files – they would look different if someone edited them who used a different Working Space.)
    Assigning such a file a profile is no different from assigning a profiled image a different profile – the RGB-values remain unchanged, the »key« for interpreting them changes and subsequently it will be displayed differently.

  • About the Lock of JDBC Adapter

    Hello Experts,
    Im confused for the Lock.
    If it will be locked when I stop the JDBC receiver channel but the insert statement doesnt complete ??
    I mean whether the sql statement will be hang and not execute forward?
    I presume  will it possibly autocommit while I stop the sneder / receiver channel ?
    THX for ur time and effort,
    Brian
    Edited by: brian Luo on Nov 16, 2009 11:34 AM

    Hi,
    It depends on your JDBC Drivers features support for your transactions, check the features of JDBC Drivers you installed on to
    Adapter Engine, If you doesn't check this option also it will committ, if drivers had transaction handling features.
    based on the features of drivers it will rollback the inserted records or otherwise it will committ for the inserted records.
    for reference see the link below:
    [http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm]

  • About the MobileSync\Backup files

    I'm using Windows 7 and it seems iPhone user files are backed up by iTunes at:
    C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup
    Contained here are folders with names such as
    42404307097bdca8e85064f74468c213ac0eee20
    42404307097bdca8e85064f74468c213ac0eee20-20100109-234124
    42404307097bdca8e85064f74468c213ac0eee20-20100110-004834
    Each of these folders is about 1GB in size, containing files with extensions .mdinfo, .mddata and a few .plist.
    My questions are:
    1) What do these files store? Obviously they don't contain the music on the iPhone.
    2) Why are there multiple folders?
    3) Can each folder be simply copied to another location and later moved back (eg after a Windows reinstallation) without breaking its functionality?
    Thanks!

    Hi;
    When we are talking about "tape" when performing backup , does it really mean the magnetic band like with which we record musics ? If it is so , how to plug the tape into the computer , and does it need drivers ? Please see below link
    http://en.wikipedia.org/wiki/Tape_drive
    You can see what tape_drive looks like and how we use it for our backup
    Also see:
    http://searchstorage.techtarget.com/sDefinition/0,,sid5_gci552729,00.html
    Regard
    Helios

  • About the  Tag handler class

    hi,
    i created a tag handler source file.
    the following exception is thrown as given below
    C:\Tomcat 5.0\webapps\jsp-examples\WEB-INF\classes\Custom>javac ExampleTag.java
    ExampleTag.java:3: package javax.servlet.jsp does not exist
    import javax.servlet.jsp.*;
    ^
    ExampleTag.java:4: package javax.servlet.jsp.tagext does not exist
    import javax.servlet.jsp.tagext.*;
    ^
    ExampleTag.java:7: cannot find symbol
    symbol: class TagSupport
    public class ExampleTag extends TagSupport
    ^
    ExampleTag.java:13: cannot find symbol
    symbol : class JspWriter
    location: class Custom.ExampleTag
    JspWriter out = pageContext.getOut();
    ^
    ExampleTag.java:13: cannot find symbol
    symbol : variable pageContext
    location: class Custom.ExampleTag
    JspWriter out = pageContext.getOut();
    ^
    ExampleTag.java:20: cannot find symbol
    symbol : variable SKIP_BODY
    location: class Custom.ExampleTag
    return(SKIP_BODY);
    ^
    ExampleTag.java:20: illegal start of type
    return(SKIP_BODY);
    ^
    7 errors
    can anyone help me with the problem????????

    hi
    i compiled my tag handler class and stored the Source and class files in the WEB-INF\classes directory.
    i created a descriptor file and saved it in WEB-INF\jsp directory.
    i placed my jsp file in the jsp-examples folder.
    then i started the server and executed the jsp file.
    that time i was encountered with the following error.
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: File "/Custom/csajsp-taglib.tld" not found
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:404)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:154)
         org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:202)
         org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:458)
         org.apache.jasper.compiler.Parser.parseDirective(Parser.java:523)
         org.apache.jasper.compiler.Parser.parseElements(Parser.java:1577)
         org.apache.jasper.compiler.Parser.parse(Parser.java:171)
         org.apache.jasper.compiler.ParserController.doParse(ParserController.java:258)
         org.apache.jasper.compiler.ParserController.parse(ParserController.java:139)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:237)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    note The full stack trace of the root cause is available in the Tomcat logs.
    can you help me???????????????????

  • Questions about the Program "Renamer4Mac" (file renamer program)

    Does anyone use this program? Or does anyone know of a good program that can be used to rename a large group of files?
    I have been trying to use this program to get rid of all the ",jpg" and ".doc" and ".ppt" etc, on my files. However, when I use the program, not only does it rename the files, by removing the suffix in the file name, it also changes the files to "Unix Executable Files". I don't want to change the file type, just the name. Is there anyway I can do this....with this program or some other one??
    Thanks!

    I wouldn't fiddle with globally changing or deleting file extensions. They are part of OS X's unfortunately convoluted concept of metadata, which is an attempt to join together several different systems - filename extensions (DOS-style), resource fork metadata (Mac OS), file type headers (Unix).

  • About the Zen Touch power adapte

    I bought a Zen Touch off Ebay and realized after I bought it, that it didn't come with a power adapter! It does come with a USB cable and they said you can charge it via computer. My question is: Is there any power adapter that can fit the zen touch? Can i just buy it at wal-mart? Or is there another product that has the same tip as the zen touch?
    Thanks

    Here is a link to buy a brand-new AC power adapter. You can also buy replacement batteries from this site. Bookmark it!?http://store.l-f-l.com/cgi-bin/cp-ap...f=TESA3-050500?Cheers!?Sesquash

Maybe you are looking for

  • Xperia Z2 L50u -sim free only on chinese rom

    hello. i recently bought a sony xperia z2 in china, (the simfree china unicom model l50u ) i discovered that the device is censored and i cannot use any services or apps that i usually use (google play~) only sony select that is in chinese and wont l

  • One computer, One library, can I have 2 IPods?

    I have a 20GB iPod that is just about max'd out. I bought a brand new 60GB iPod. I would like the two to share the same library. Is this possible? How do I do it without erasing any of the music in my library. I have not yet registered the new IPOD.

  • How to schedule refresh query in webi?

    Dear Experts, I'm facing problem on how to set schedule refresh query and disable refresh function for End User in WEBI. The problem is that each time of refreshing query it'll take long time and I just don't want end user to endure this painful wait

  • My iphone 6 flashes red then shuts off

    My iphone 6 will flash a red screen then shut down. When i try to turn it back on it will flash the logo a few times. what is going on? what do i need to do to get it fixed?

  • Error #2032 Failed to download Platform configuration in BOBJ

    Hi, During accessing report under BOBJ in Internet Explorer. I am getting an error of #2032. I searched in internet for solution, which all implied with the problem in IE but I updated/ reinstalled the IE. But still the problem exists. Can you please