Priorized Queues got an error = how to process this error?

Hello together,
i configured an priorized queue for several IDOCs. Suddenly i got an error in one queue and the queue was stopped (JCO error). The IDOCs behind the error idoc stopped also because it was an EOIO queue. after deletion of the LUW the other idocs went into the receiver system. I lost the error idoc?
How can i resolve this problem without loosing any messages / data? Is there a JOB which restart priorized queues?
what does the JCO error mean? what could be the problem that this error comes up?
many thanks
alex

Hi Alexander,
You have other option for these queue entries like Unlock the queue and refresh the queues in smq1/smq2, Execute LUW/LUWS one at a time/multi processing sometimes it works and sometimes doesnt.
JCO error is generally seen when the server is starting and ABAP instance is up and java instance of server is taking time to start up.
Thanks!

Similar Messages

  • Has anyone got a clue how to solve this conundrum?

    Just bought ipad air. Entered ID details. Received email on my PC. Checked 'Verify Now' box. Link failed. Repeated over 50 times. All failed. Has anyone got a clue how to solve this conundrum? The wife is tearing her hair out and ranting on about litigation.

    Thanks for reply Demo. What I mean by 'failed' is nothing happened when I hit the 'Verify Now' box on the email from Apple in my Inbox  I expected to move to another page to enter further details but that didn't happen and there was no message saying 'verification accepted' or similar. I spoke to Apple Support and after about an hour she advised me to speak to a friend. If my friend can solve this, Apple needs to give her a job. Thanks again.

  • Am using osx lion 10.7.2 on a mid 2010 macbook, and cannot empty my trash bin. it verifies files to delete and then quits. anyone got any ideas how to fix this?

    am using osx lion 10.7.2 on a mid 2010 macbook, and cannot empty my trash bin. it verifies files to delete and then quits. anyone got any ideas how to fix this?

    This utility may help   >  Download Trash It! for Mac - Force-empty your trash can. MacUpdate.com

  • I tried to install itunes 10.5 but recieved an error msg saying there is a problem with this windows installer package anyone got any ideas how to fix this?

    i tried to install itunes 10.5 but recieved an error msg saying there is a problem with this windows installer package
    i am trying to update my iphone 4 to ios 5 therefor require itunes 10.5 the installation process then rolls back and closes with no further explanation can anyone help?

    There are numerous threads discussing errors with 10.5.0
    can't install itunes 10.5
    ***Fix for iTunes 10.5 Install on Win7 64bit***

  • I didnt purchase some applications but still i got charged.. how to fix this issue ..

    I just realised that i didnt purchase a set of applications on my ipad for which my credit card has been charged.. I even checked in the apps store .. i stil seee that those applications were never puchased on my ipad..I dont know whom to contact ,,

    Start here. I think it is self explanatory.
    http://www.apple.com/emea/support/itunes/contact.html

  • How To Process Inbound Shipment IDOC of IS-OIL ?

    Hi Expert,
        We are on 4.7E IS-OIL. We have one requirement thru which we are getting the Shipment IDOC from SCM system which is coming to R/3. The IDOC Message Type Which is Flowing From SCM To R/3 is OILSH1 & Basic Type is OILSHI01.
    I want to Know how to Process this IDOC as InBound IDOC in R/3 & create the Shipment Doucment from it in R/3.
    What is the Process Code & Function Module I should use.
    Kindly give me the Step By Step Settings if Possible. like Partner Profile etc.
    Regards,
    Umesh

    Hi,
    Idocs Works on tRFC Queues.
    Check this Report to Process Inbound Idocs with Specified Status.
    RBDAPP01
    Regards
    Seshagiri

  • HELP ! Got a 'Error' when installing 10.4.6, NOW nothing ahahhaahaaha

    Has anyone got any ideas how to fix this please.
    Here's the story, went to check for 'Software updates', got the message that there was a New version ( 10.4.6 ). Clicked on install, left it to do it's thing.
    I think it got to the 'Optimising' part then a nice Big message appreared saying
    "ERROR" when installing. Now I have a sort of Dead Mac. All I have is the Gray screen with the Apple icon in the middle and a spinning wheel thing. Nothing else. I had loads of space on H/D to install and there was no interuption in network while downloading.
    Any ideas please.
    Has this happened to anyone else ?
    Steve ( uk )

    I fixed mine, but it wasn't fun Other people have had luck using other macs, or an external firewire drive. I didn't have any of that, so got thigs back using just the osx dvd (oh, you can also do an archive and install... dunno exactly wat that preserves, and what it doesn't, but I didn't want to trust anything like that, and wanted to learn what went wrong).
    http://discussions.apple.com/message.jspa?messageID=2081623#2081623
    That link details what I did to repair. My mini has worked perfectly since. I am not aware of anyone else trying that method though apart from myself.
    Good luck.

  • How to process a file with out any CSV, Delimitaor, fixed length or Copybok

    Hi Team,
    i need to process below file in OSB and need to send mails to the concerns ids...
    this file will have either 1 mail or multiple mails.
    sample.txt file with 1 mail content
    ======================================
    START
    [email protected]
    [email protected], [email protected],
    END
    Subject : CAL IND Renege #00424523 Hse580 CTH580
    BODY:
    User_ID: LARRY014
    XXX Hse/Customer # : 580/1196310
    X12 Order Number: 580094624
    Customer E-Mail: [email protected]
    Customer E-Mail 2: [email protected]
    Customer Phone : 909312345
    Dear Salesperson,
    mysupply.com Order # : 00424523
    mysupply.com User ID : LARRY014
    Customer CALIFORNIA STEEL IND has entered order 00424523
    through mysupply.com.
    THIS ORDER HAS RENEGED for the following reason(S):
    I. ORDER LEVEL
    NOTE SEGMENTS FOUND IN INPUT - SENTRY
    CDF REQUIRED CUSTOMER - ORDER RENEGED
    II. ITEM/LINE LEVEL
    LINE # ECOM LINE NAED QTY STATUS ALLOW SUBS
    Please resolve the renege and release the order in Sentry
    01 as soon as possible. Thank you.
    EMAIL-END
    ====================================
    Please help me ,how to process this file and send mail to the concern people, as its do not have neither CSV, nor Fixed lengthn or its not Cobol copybook nor its not DTD to convert it.
    Thanks
    Reddy
    Edited by: KiranReddy on Feb 3, 2012 9:52 PM

    you shouldn't need a csv if you want a fixed file you need some thing like
    read:
    <xsd:element name="C1" type="xsd:string" nxsd:style="fixedLength" nxsd:length="1" nxsd:paddedBy=" " nxsd:padStyle="tail" />
    <xsd:element name="C2" type="xsd:string" nxsd:style="fixedLength" nxsd:length="xx" nxsd:paddedBy=" " nxsd:padStyle="tail" />
    write:
    <xsd:element name="C1" type="xsd:string" nxsd:style="fixedLength" nxsd:length="1" nxsd:paddedBy=" " nxsd:padStyle="tail" />
    <xsd:element name="C2" type="xsd:string" nxsd:style="fixedLength" nxsd:length="xx" nxsd:paddedBy=" " nxsd:padStyle="tail" />
    <xsd:element name="C3" type="xsd:string" nxsd:style="fixedLength" nxsd:length="5" nxsd:paddedBy=" " nxsd:padStyle="tail" />xx stands for the length of your line
    hope this makes sense
    cheers
    James

  • After downloading and trying to install the newest version of i tunes on my pc, I got an error message telling me: unable to locate component MSVCR80.dll. Now I can't use the version I had and obviously not the newest version. Any ideas about how to fix ?

    After downloading and trying to install the newest version of i tunes on my pc, I got an error message telling me: unable to locate component MSVCR80.dll. Now I can't use the version I had and obviously not the newest version. Any ideas about how to fix ?

    Solving MSVCR80 issue and Windows iTunes install issues.
    Thanks to user turingtest2 for this solution.
    Solving MSVCR80 issue and Windows iTunes install issues.
    If the above doesn’t do the trick entirely, then use the instructions in the following as it applies to the version of Windows you are using:
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    You may be required to boot into safe mode to complete the folder deletion process.

  • I got an error message while burning a cd in itunes - "The attempt to burn a disc failed.  The burn failed because of a medium write error.  What is that and how can i fix it?t

    I got an error message while burning a CD in iTunes - "the attempt to burn a disc failed.  The burn failed because of a medium write error."  What does this mean and how do I fix it?

    The disk you are using probably has a defect, not uncommon on consumer grade disks. Try another disk or better yet another disk from a different manufacturer or at least a different batch.

  • Hi, I got an Error 23 when trying to restore my phone. Apple support centre says its a hardware issue without doing anything to come to this conclusion. They will not tell me how to escalate this case. Please let me know if there is a way to escalate.

    One day when tried to restart my iphone 4, I got a screen asking me to connect to itunes. Itunes asked me to restore my phone. When I tried to restore, I got an Error 23 saying it cannot be restored. I tried the phone support. They asked to contact the service centre. I then tried the service centre guys. They clearly did not know what Error 23 was. They asked to contact the apple support again. After 2-3 guys tried to blow me off saying it is a hardware issue, I asked for a senior analyst. Apple support assigned a senior guy who said he will contact the engineering team. After 2 days, I was told that the engineering team has confirmed that this is a hardware issue.
    What I am surprised about is that no one seems to have done any analysis or debugging to figure this out. How do they decide that this is a hardware issue?
    The first time I tried it from my laptop and got this message. The support guy told me that my laptop may have an antivirus software which may be causing this issue. So I took it to the service centre. They tried the same restore from their machine and got the exact same error.
    The senior analyst that was later assigned to my case, again asked me to restore from my machine. I got the same error.
    Basically what they had verified in all these activities was that I was getting error 23. I dont know how they decided that this was due to hardware issues?
    Online documentation on Error 23 is vague. It is bunched long with other error codes. There is no clear explanation of what Error 23 is.
    But most importantly It says 'In rare cases, this may be a hardware issue'.
    So if it is a hardware issue in rare case, how was my case deemed to be a 'rare case'?
    When I asked them to escalate this, they said that there is no way to escalate.
    I have had a horrible experience with Apple support. Till this point I used to think of Apple as a class apart. But now I am totally disillusioned.
    My phone was about a year and a half old. I dont mind it if it actually turns out to be a hardware issue. I will take it as my bad luck.
    But I dont see how the support guys decided that this is a hardware issue. I need to know.
    And secondly I am shocked that Apple has no escalation path.
    Can anyone please help?

    Hi @imobl,
    You sound like an Apple support guy who hasn't been able to answer my questions.
    To respond to some of the points you made,
    - I did not ignore Ocean20's suggestion. If you has read my post, you would have known that I took my phone to the apple service centre where they tried this restore on THEIR machines. I am assuming that Apple guys know how not to block iTunes. So I actually do not understand your point about me trying the hosts file changes on my machine. Do you not believe that apple tested this issue with the correct settings?
    - you also give a flawed logic of why the issue is a hardware issue. You mentioned that If I thought that the issue was with the software, i should try a restore and getting it to work. The problem is that my error (23), and many others comes up when the restore fails. And you would be astonished to know that not all errors are hardware errors. Sometimes even software errors prevent restores. Funnily enough Apple itself mention that 'in rare cases, error 23 could be hardware related'.
    - all Apple has done so far is replicate the issue. I don not know how anyone can conclude that the issue is a hardware issue.
    And by the way, I am not certain that this is a software bug. Again if you read my Posts, you will notice I only want a confirmation,/proof that the issue is hardware related as they mention..
    Please refrain do. Responding if there is nothing to add.

  • How to resolve this Error ORA-04030: out of process memory when trying to a

    Hi
    I am connecting as a sysdba and trying to execute a query on the V$Logmnr_contents but getting the following Error
    ORA-04030: out of process memory when trying to allocate 408 bytes (T-LCR
    structs,krvuinl_InitNewLcr)
    Can anyone guide me how to resolve this issue.
    Thanks

    Hi,
    As root user, edit the /etc/sysconfigtab file, and try to set the udp_recvspace parameter to 262144 and reboot the machine :
    inet:
    udp_recvspace = 262144
    Metalink note 297030.1 Ora-04030 During Execution Of LogMiner Query
    Nicolas.

  • I got an error message with updating my iTunes and now its saying I need to re-install iTunes. How do I do that

    When I was prompted there was an update on iTunes I did as usual and began installing the update. Something happened during that time and I got an error saying it didn't download correctly. Now when I go to open iTunes it gives me an error message and says I need to re-install the program.  I'm not sure how to do that.  I am also concerned that I will lose all of the things that I have backed up from my phones, purchases, apps, etc.  Can anyone please give me some insight on what to do?
    Thanks

    See... Unable to install or open > http://support.apple.com/kb/TS5376
    Also See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562
    littlered1382 wrote:
      I am also concerned that I will lose all of the things that I have backed up from my phones, purchases, apps, etc.
    It has always been Prudent to Create and Maintain a Backup of anything you would not like to lose.

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • Trying to open iTunes I got a error message of msvcr80.dll can not be found. I thought that it was an iTunes program problem. I tried reloading iTunes and then got an error message of a program is trying to acces a library file incorrectly. How can I reso

    When trying to open ITunes, I got an error message of msvcr80.dll can not be found.
    Assuming that it was an iTunes file, I reinstalled iTunes.
    Trying to open again, I got an error message of an appication is trying to open a library file incorrectly.
    How do I resolve this problem.
    Neither my PC with Vista nor my my laptop with windows 7 will work?
    Thanks

    Hello Msvcr80.dll,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Best of luck,
    Mario

Maybe you are looking for

  • Error: 16 when trying to start trial version of elements 9

    Hi. I might have posted this in the wrong forum the first time around (my first post on adobe ever...), so I try this one instead... I have been using pse6 for a few years, and because this version didn't support .NEF-files from my new Nikon D7000, I

  • Excise number range for 2009

    Dear All, I work for Indian client... I have maintained Number ranges for excise invoice as follows... NO-YEAR-FROM NUMBER-TO NUMBER-CURRENT NUMBER 01---200800000000010000004999--64 I want the Number to be continued for 2009 also. For eg, if the last

  • Help with installing the Revel media downloader.

    When I thought I downloaded the media downloader it tells me is misfigured.  I can't archive my Photoshop Files without this.  Help.

  • Mail server

    a window appears saying the mail server has rejected password why after months of accepting it does it now reject it every other week

  • Comments on web sits photos?

    Help, I am not able to add comments om my web photos