Urgent Help : Problem with Native MQ Adapter

We are receiving messages via MQ Series with a message format based on a COBOL copybook. We specified the layout in Fusion using the native feature of incorporating a COBOL copybook. However, if the data is not in the specified format – i.e., too long, too short, or containing invalid characters – then the adapter fails and throws the error in the log file (OC4J log) and never consumes the message from the queue. The key phrase there was “never consumes the message from the queue.” When this situation occurs our BPEL process continually processes the same message over and over (i.e., an infinite loop).
JCA: ORABPEL-11162
Error while reading native data.
[Line=1, Col=1] Not enough data available in the input, when trying to read data of length "30" for "element with name CREATIONUSERID" from the specified position, using "style" as "fixedLength" and "length" as "30".
Ensure that there is enough data from the specified position in the input.
We are looking for a solution to this problem.
Thanks in advance for the help

I am not sure if this would help but you can try retrieving the message as "Native format translation is not required i.e. Opaque" instead of defining the exact format (COBOL copybook format). Once you have the message in the BPEL process then you can map it to the COBOL copybook after doing the validation.
Not sure if this is a viable solution as I have not tried it myself.

Similar Messages

  • Urgent help needed with un-removable junk mail that froze Mail!!

    Urgent help needed with un-removable junk mail that froze Mail?
    I had 7 junk mails come in this morning, 5 went straight to junk and 2 more I junked.
    When I clicked on the Junk folder to empty it, it froze Mail and I can't click on anything, I had to force quit Mail and re-open it. When it re-opens the Junk folder is selected and it is froze, I can't do anything.
    I repaired permissions, it did nothing.
    I re-booted my computer, on opening Mail the In folder was selected, when I selected Junk, again, it locks up Mail and I can't select them to delete them?
    Anyone know how I can delete these Junk mails from my Junk folder without having to open Mail to do it as it would appear this will be the only solution to the problem.

    Hi Nigel
    If you hold the Shift key when opening the mail app, it will start up without any folders selected & no emails showing. Hopefully this will enable you to start Mail ok.
    Then from the Mail menus - choose Mailbox-Erase Junk Mail . The problem mail should now be in the trash. If there's nothing you want to retain from the Trash, you should now choose Mailbox- Erase Deleted Messages....
    If you need to double-check the Trash for anything you might want to retain, then view the Trash folder first, before using Erase Junk Mail & move anything you wish to keep to another folder.
    The shift key starts Mail in a sort of Safe mode.

  • Premiere Pro CS5: please help problem with importing a file error output "there was an error decompressing audio or video"

    please help problem with importing a file error output "there was an error decompressing audio or video"

    this is related to what adobe program/version?

  • Problem with JCA compliant adapter in XI

    Hi
    I have problem with JCA compliant adapter in XI (SP15).
    Adapter works in PCK but doesn't work in XI (periodically).
    Sometimes messages delivered with successful status but
    very often after send message i have following message in
    Message Display Tool (Detail Display):
    Engine All
    Status System Error
    Repeatable Yes
    Cancelable Yes
    Start 29.03.2006 17:26:57
    End 29.03.2006 17:26:57
    Quality of Service Exactly Once
    Error Category XICACHE
    Error Code COMMUNICATION

    Increase the trace level of AFW components to "info" with the Log Configurator J2EE service using VisualAdmin.
    When the error happens again, crawl into the most recent DefaultTrace, either by opening the file or by using the more confortable NetWeaver Administrator log viewer (defaulttrace), reachable via browser at http://xiboxhostname:5<sysnr>00/nwa
    Good luck.
    Alex

  • What is the problem with native dynamic sql when counting rows in all table

    what is the problem with native dynamic sql when counting rows in all table?Giving an error "table or view does not exist". Thanks.
    DECLARE
    v_sql_string varchar2(1000);
    v_no_of_rows number;
    BEGIN
    for i in ( select table_name from all_tables )
    loop
    v_sql_string := ' select count(1) from ' || i.table_name;
    dbms_output.put_line( v_sql_string );
    --execute immediate v_sql_string into v_no_of_rows;
    end loop;
    END;

    Usually your problem can be described with 'Who cares'. I mean, for what reason do you do this? I doubt that there's a business need to get 100 % accurate answers for this. Normally such things are used to get a picture about the growth of data.
    Personally I would prefer to have up-to-date statistics for all tables and just query the number of rows from there. Sufficient for me in < 99 % of all cases.
    Just my $ .02...

  • "Performance" problems with the File adapter on Plain J2SE Adapter Engine

    Hi,
    At the moment I'm on a customer side to solve some XI issues for a few days. One of the issues is the performance of the Plain J2SE Adapter Engine, using the file adapter to transfer XML messages(already XI message format) from the legacy system to the Integration Engine. The File adapter has to deal with "large" XML messages(max at the moment is 65 Mb) and the engine fails with the following error when transferring the big XML file: "ERROR: Finished sending to Integration Engine with error "java.lang.OutOfMemoryError". Skip confirmation and quit this loop".
    As far I got the information from the customer the memory use of the Plain adapter engine is set to 512Mb. This is maybe to low. But I don't know where to look for this, I only have the adapter web interface in front of me, no access to the OS it self via for example remote connection.
    On the Integration Engine I know there is the ability to split large message with the file adapter(File Content Conversion), but I don't know this for the Plain Adapter Engine. Is there a possibility to do this also on the Plain Adapter Engine?
    Thanks in advance for any input.
    Greetings,
    Patrick

    Hi Sameer,
    Thanks for your answers.
    On the first solution, yes that is possible, we first decided to see if the legacy system can do the splitting, before starting developing a Java program.
    On the second solution, as far as I know is this solution possible on the Integration Engine. But we are facing the problems on the Plain J2SE Adapter Engine. I went trough that documentation(link:
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/frameset.htm ), to look for I similiar solution in the Plain Adapter Engine. So my question is, is this possible with the Plain Adapter? And if so, what kind of parameters I need to use to achieve this.
    Regards,
    Patrick

  • Problem with native ldapsearch in Solaris 10

    Hi all,
    someone could tell me please why native ldapsearch in Solaris 10 do not work with SSL connection when same command comes with Sun Directory Server 5.2 works perfectly ?
    With native ldapsearch in Solaris 10, I get the error message "Can't contact LDAP server":
    # /bin/ldapsearch -v -h ldapserver -p 636 -Z -P /var/ldap -b dc=exemple,dc=fr -s base objectclass=\*
    ldap_init( ldapserver, 636 )
    filter pattern: objectclass=*
    returning: ALL
    filter is: (objectclass=*)
    ldap_search: Can't contact LDAP server
    When, on the same host, on which Directory server is installed, there's no problem:
    # /var/opt/mps/serverroot/shared/bin/ldapsearch -v -h ldapserver -p 636 -Z -P /var/ldap -b dc=exemple,dc=fr -s base objectclass=\*
    ldap_init( exemple, 636 )
    ldaptool_getcertpath -- /var/opt/mps/serverroot/alias
    ldaptool_getkeypath -- /var/opt/mps/serverroot/alias
    ldaptool_getdonglefilename -- (null)
    filter pattern: objectclass=*
    returning: ALL
    filter is: (objectclass=*)
    version: 1
    dn: dc=exemple,dc=fr
    nisDomain: exemple.fr
    objectClass: top
    objectClass: domain
    objectClass: nisDomainObject
    1 matches
    What can I do to bind to ldap server with SSL connection from an ordinary work station?
    Thank you in advance.
    Dra

    Hi :
    "The /usr/bin/ldapsearch is an old version that does not support the "-Z" and "-P" flags to test SSL connection on port 636, use the ldapsearch command from SUN DS5.0/5.1 that comes bundled with Solaris9 and usually installed at /usr/iplanet/ds5 (DS5.0/5.1) or /var/Sun/mps (DS5.1/5.2) or /var/opt/mps/serverroot (DS5.2)"
    Source : http://forums.sun.com/thread.jspa?threadID=5089467
    Hope this can help,
    Regards,
    Groucho_fr

  • Problem with a JDBC Adapter when connect to Instance on SQL Server

    Hi,
    Currently I'm setting up a communication channel with the JDBC adapter to work on a SQL Server database. When I use a string without specifying the connection instance, the JDBC driver takes the default instance and connects to a database without problems.
    jdbc: sqlserver: / / Server01; databaseName = IntegraSAP1
    The problem is when I need to connect to another instance of it server.
    jdbc: sqlserver: / / Server01; instanceName = SAP; databaseName = IntegraSAP2
    The JDBC driver, in short, send me the following error:
    Cause Exception: 'Error when attempting
    to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException:
    Unable to create new pooled resource: DriverManagerException:
    Can not establish connection:: com.microsoft.sqlserver.jdbc.SQLServerException:
    The connection to the named instance  has failed. Error:
    java.net.UnknownHostException: .
    I appreciate your help,
    Regards,
    Johnny

    Not sure, might be port number is not required in case using instance. Give one more try with :
    jdbc:sqlserver:/ /Server01\SAP; databaseName = IntegraSAP2
    A comment from http://msdn.microsoft.com/en-us/library/ms378428.aspx
    "SQL Server 2000 and SQL Server 2005 allow for the installation of multiple database instances per server. Each instance is identified by a specific name. To connect to a named instance of SQL Server, you can either specify the port number of the named instance (preferred), or you can specify the instance name as a JDBC URL property or a datasource property."
    Regards,
    Sunil Chandra

  • Problems with my power adapter!!!!

    I just got a new adapter for my Powerbook G4 the other day because the wiring at the plug on my old one wore out. My problem is that the new adapter, when plugged into my computer, sometimes just stops working like it has been unplugged or something. After unplugging the adapter from the wall socket and reinserting, it works fine until my computer goes to sleep. At some point in sleep mode, the little light from the plug in the computer turns off and my computer is only running on battery. This in itself is not that bad, but it gets to be a hassle having to unplug and then re-plug the wall plug everytime my computer goes to sleep. Can anyone help me understand this a little better?

    I purchased by G4 six months ago. Since Day one, I have had problems with the power. If I leave the computer plugged into the outlet 24 hours a day, the battery will slowly begin to drain. Even if I never unplug the power source from my computer, the computer begins to drain battery life. For example, I went to bed with my computer charged @ 100%. This morning (all while my computer was sleeping), I have 8% Battery Life left.
    I've spent 5-6 phone calls with Apple Care on this issue with no resolution. I sent my G4 off to Apple Care 2 weeks ago and they returned it with a "We Don't Recognize a Problem". I about went through the roof. And, yes, this happens with any outlet I use.
    I expect more from a $2500+ machine and their "award winning" customer service.
    Help?

  • Problems with a car adapter?

    I have an ipod nano along with 3 other members of my family who also have ipod nanos. We purchased an adapter for the car to listen to the music through the radio. The adapter we bought wasn't apple brand, but 3 of the ipods work fine with it. When I plug my ipod into the adapter, it doesn't play even when it says it's playing on the ipod. I turn both the sound on the ipod and radio up, but it doesn't work. What might be the problem with my ipod and what should I do?
    ipod nano   Windows XP  

    I've used radio-type iPod adapters that recognized any file format the iPod would play--in my case, most of them are not MP3, they're AAC or even sound from MPEG movies. The radio adapter simply receives an audio signal from the iPod and broadcasts it on a low-power transmitter. It probably never knows (or cares about) the format of the file in the iPod.
    I would first plug in earbuds to make sure there is audio playing. Next, I'd make sure the connector is properly and firmly connected. Finally, I'd make sure that the frequency your adapter is broadcasting is the same one the radio is tuned to.
    I found the sound quality from the FM radio adapters disappointing and switched to a cassette adapter, which sounded much better. If your stereo has an auxiliary input, using that would give even better sound quality. I hope that helps.

  • Hi all..very urgent..problem with the transaction VL10.

    Hi gurus,i having trouble in executing the transaction VL10.
    the procedure is as follows.
    1.Enter the transaction VL10
    2.Select Sales orders Tab
    Enter sales document number 16283319 to 16283320
    Remaining all fields should be blank
    3.Click on Execute Icon.
    4.Selected  two Sales Documents.
    5.Clickd  on Back ground icon.
    6.Error i am getting is OBJECT REQUESTED IS CURRENTLY LOCKED BY USER PSREDDY.
    Can anybody help me with this..very urgent and full marks wud be given.

    Hi Sahil,
    Go to transaction SM12, put user name PSREDDY.
    Exceute it, and select all entry and delete.
    After follow the same procedure, you followed early.
    Hope it will solve the problem.
    Regards
    Krishnendu

  • Problems with wireless usb adapter on MSI K8NGM-V

    Hi!
    I have a 3Com (3crusb20075) wireless usb adapter, and a MSI K8NGM-V Mainboard. Very often the usb disconnects from the network and i have to reinsert it to work again. A friend of mine have the exact same adapter and that one fails too. He uses mine without problems. I therefore belive that this is a problem with the usb ports on my mainboard. Have anyone heard of anything like this? I wanted to try to update my bios but i don't have a floppy so msi live update wouldnt let me, and i could find the bios files on the msi webpage so i cant burn them on a bootable cd. Help please
    (I trying turning of power save mode on the usb adapter, without any luck. Tested it in linux. Same result)
    Alex

    The ability to access the network, but not the Internet, typically indicates that the computer is not able to either find or negotiate with the DNS servers. The proper DNS servers would be provided by your ISP using DHCP. In turn, the AirPort would use DHCP to provide these to both the wired & wireless computers connected to it.
    Please try the following:
    For each PC that is unable to access the Internet, temporarily include the following OpenDNS servers:
    o Primary: 208.67.222.222
    o Secondary: 208.67.220.220
    You would enter these in the network TCP/IP settings for the respective PC's wireless network adapters. You may need to restart the computer in order for these DNS settings to "stick." After restarting, can you access the Internet with either or both of them?

  • Minor Problem with MagSafe Power Adapter

    I got my MBP almost a year ago now (partially why I'm asking the question) and I've noticed that my power adapter doesn't always show the charge light. Sometimes it is not on at all, and sometimes it is less bright in color (both green and amber).
    If I remove it and put it back it usually corrects itself.
    It if fully functional; even if the light is completely out and plugged in it still shows as charging.
    So, is this normal? I never remember having this sort of problem with my PB G4.

    I would think the led light on my adapter cable was broken, but I discovered it works fine on a co-workers MBP. His adapter, which we know works, does NOT work (ie. the led does not come on) when attached to my computer. This indicate to me that the problem, whatever it is, can sometimes be with the computer and not the adapter.
    I would be curious if others with apparently dead leds have tried their chargers on other MBPs.
    Here's the long version of my story:
    My 5W MagSafe completely fried after only 9 months.
    The new adapter was fine for several days until this morning.
    My "low battery" warning popped up, so so I plugged it in to recharge and immediately noticed the little led on the charger cord did not come on.
    I found it hard to believe that I had another bad adapter, so before making the trip back to the store, I went into the studio where there are some other MBP users.
    I plugged my adapter into another laptop and the led came on. It appeared to function completely normally. I tried MagSafe adapters from two other MBPs, but the led did not come on on either of them while attached to my computer.
    This made me think there was some sort of problem with the connector on the computer itself. Just visually, it appears to be clean and corrosion free.
    The next obvious step, it seemed, would have been to try swapping batteries with the other laptops, but mine is a 17" and everyone else here has 15"... and so we have different battery sizes.
    One of the people here at the studio had a little utility called "Coconut Battery", that reports information about the battery health. When I ran it on my laptop, I got what I thought were rather surprising results.
    It showed the usual things like current charge (21%), battery capacity and so on. But under "Additional Info" it said "Charger connected: Yes" and "Battery is charging: No".
    I figured this narrowed it down to a problem with the battery. But as I was showing these results to my co-worker, the "Current Battery Charge" changed from 21 to 22%. Huh? We left it plugged in and it continued to show a steady climb in the charge, as if it is working normally. Except there is no led light, and the software still says it is not charging. Odd.
    I then noticed that the built-in battery level indicator on the status bar was also showing the same increases. The led lights on the back of the battery are indicating an increase as well.
    Just out of curiosity, I ran a second battery health analyzer program and again got these conflicting results. This one reported the same battery charge and capacity and so on as the previous one. It also recognized that the laptop was running off of AC power, that there was a battery, but it said "Not Chargeable."
    So now I am going to let it continue until I have a full charge and then see if the computer will run as usual from the battery.
    I don't think the store here is going to give me another adapter since this one appears to work just fine on the other computers.
    Any thoughts on why the led would work on other laptops but not mine?
    Why the battery health monitors report that the battery is being charged, but also that it is "not chargeable"?

  • Problem with Mail receiver adapter

    Hi,
    I have the following scenario, Proxy ABAP-XI -Mail. I have configured my scenario, and the payload is correctly sent to the email address that i have configured in the mail adapter, but in xml format, the point is that I have to send the attached message as txt format.
    I have done the following configuration in the receiving mail adapter channel, in the module section:
    <b>Processing sequence</b>
    localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean     Local Enterprise Bean     mail
    localejbs/AF_Modules/MessageTransformBean     Local Enterprise Bean     XML2Plain
    <b>Module configuration</b>
    XML2Plain     Transform.Class     com.sap.aii.messaging.adapter.Conversion
    XML2Plain     Transform.ContentDisposition     attachment;filename="Gen.txt"
    XML2Plain     Transform.ContentType     text/plain;charset=utf-8
    XML2Plain     xml.REGISTRO_CABECERA.fieldFixedLengths     52
    XML2Plain     xml.REGISTRO_DE_DATOS.fieldSeparator     ;
    XML2Plain     xml.REGISTRO_PIE.fieldFixedLengths     10
    XML2Plain     xml.addHeaderLine     0
    XML2Plain     xml.conversionType     StructXML2Plain
    XML2Plain     xml.recordsetStructure     REGISTRO_CABECERA,REGISTRO_DE_DATOS,REGISTRO_PIE
    Maybe i missed something in my configuration, or maybe this is not the right way for doing it, can anyone help me with this??
    Thanks a lot in advanced,
    Luis

    Hi,
    1. localejbs/AF_Modules/MessageTransformBean Local Enterprise Bean XML2Plain
    l2. ocalejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean Local Enterprise Bean mail
    Check out the page 13 in the following URL
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81
    Page 8 in the following
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/99593f86-0601-0010-059d-d2dd39dceaa0

  • Problem with Receiver File adapter

    Hi
    I have a problem with receiver file FTP adapter, while writting file in target folder, connection is failing, after retries, it writting file again. How to avoid this situation, is there any way to write the leftout part in the file.
    VS

    Hi
    Thank u all,  Problem is solved, i changed write mode to Over write existing file. It is working fine.
    VS

Maybe you are looking for