How to recover from a failed job?

A job that I submitted on a manged cluster of three machines has just failed.
I have five parts fine, but the last part failed with Quicktime error -6667 after 42 hours!
Is there any way to recover the job - I have the 5 complete segments - without rerunning the whole job again?
As a side note, I find it incredible beyond belief, that the cluster controller just exits the whole job instead of resubmitting the failing segment to another machine - it makes the whole Compressor thing look more like a technology demo than a working product.
That being said, the quality of frame rate conversion and deinterlacing is exceptional.

> I removed the contents of /sapdb, /sapmnt, /usr/sap,
> /etc/opt/sdb, and /tmp/sapinst_.  The error log is right below....
delete also /usr/spool/sql  and then try again.
Markus

Similar Messages

  • How to Recover from last failed execution by using exported scripts

    I have exported a Data Services batch job to  unix scripts of job_batch.sh. The Enable Recovery option is selected when the job was exported. After I run the scripts (./job_batch.sh) and the job failed, I only can rerun it again using Recover-from-last-failed-execution option at Management Console.
    Is it a way to rerun the job from last failed execution again from the scripts itself, not going through Management Console? Or have to rerun the scripts with any unix option to enable it to run from failed stage?
    Thank you

    In our world a recovery is done manually, hence no automatism there. In fact, there is some code that checks if the last run was unsuccessful and only in that case the Management Consol allows to add the "recover from last failed execution point".
    Having said that, adding the command line property -Cr manually always, does work as Manoy explained.

  • How to recover from a failed Infospoke?

    If an infospoke fails and the status is set to R'ed in the RSBREQUID3RD table, how do I set the status back to G'reen so that the spoke will run successfully again after the problem has been resolved?

    > I removed the contents of /sapdb, /sapmnt, /usr/sap,
    > /etc/opt/sdb, and /tmp/sapinst_.  The error log is right below....
    delete also /usr/spool/sql  and then try again.
    Markus

  • Recover from a failed Sound.load()

    I've written a MP3 player for podcasts, and I am using the
    Sound.load() to load the MP3 file from a URL. From time to time,
    the download fails ... and an error occurs.
    I am able to catch the error just fine ... but now what? How
    do I restart the load? Or how do I recover from the failed
    download?
    Right now, I start the load, and also begin to play the sound
    to the user ... so they can begin to listen. In some cases I have
    seen the download of a 60 minute podcast fail at - maybe - 43:29.
    So they are listening, and might be 10-15 minutes in ... I catch
    the error ... and now what?
    I can't seem to find any documentation on what to do at this
    point ...

    You could use a custom event. In your error handling code
    dispatch your custom event, passing in something, like maybe the
    path to file to be loaded, then try to reload. Everytime it fails
    you will retry.

  • How to recover from bad development of masterhead or layout or nav panel

    Hi all:
          I begin to modify framework of our portal,  but I am new to it, my question is how to recover from bad development of masterhead or layout or nav panel, there is error in my development.
    thank you very much for your reply

    Hi,
    ARe you able to access Content admin and system admin from your portal now?
    What is the error its occuring.
    Try to modify the rule collection to point to default desktop.
    Best Wishes
    Idhaya R

  • How to recover from disapled ipad

    how to recover from locked ipad after wrong passwored trile

    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup).
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.
    You may have to force iPad into Recovery Mode
    http://support.apple.com/kb/ht1808

  • How to recover from a bad upgrade due to a blackout, stuck in the recovery itunes screen on the iphone

    how to recover from a bad upgrade, due to a blackout. stuck in the recovery itunes screen on the iphone

    Bjpolinda,
    Do you have a recent iCloud or iTunes backup? If so, just plug your phone into iTunes, restore the phone and bring your backup back by following the prompts on the phone.
    If you didn't back up your phone before attempting to update, you may have lost all your photos and other data on your phone. If you restore the phone through iTunes, it will most definitely wipe your phone of all data and reset it to factory settings.
    Emmons

  • How to recover from Large Volume Table Insert

    We are inserting 1 Million rows into table using ODI IKM Append. If half the way thru the job fails because of tablespace or other issue, how to recover? Does 50% rows are commited to db? What is the best way to handle this type of situation?

    You can have different options for this.. You can commit them in every 1000 rows in the KM.You can also set the dml operation into one transaction and commit the same at the end of step.
    Try to follow load plan for better restart options. If you cann't provide more undo table space then try loading less amount of records lets say 1 to 100,000 and then 100,001 to 200,000 like this which is little bit complex but you have to sacrifice something to overcome the issue.
    I believe you must have data in C$ and I$ step. Hence you process these data instead of loading again from original source. So it depends on you, how you are going to design the total process. You can better judge it. Talk with your dba about this issues as well.
    Thanks
    http://bhabaniranjan.com/

  • How to recover from Oracle XA Error Native Error 24776?

    Hello,
    I believe that I have a connection leak somewhere and that an Oracle
    connection is hung.
    I get the following error when trying to access the data source
    getConnection method.
    How can I recover from this? The WL Server console shows 0 connections
    to the connection pool, but obviously some are in there.
    Thanks,
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager error
    has occur
    ed in the transaction branch start() failed on resource 'Oracle Connection
    Pool': XAER_RMERR : A resource manager error has occured in the
    transaction bra
    nch
    javax.transaction.xa.XAException: [BEA][Oracle JDBC Driver]Oracle XA
    Error Occur
    red. Native Error: 24776
    at
    weblogic.jdbcx.oracle.OracleImplXAResource.checkError(Unknown Source)
    at weblogic.jdbcx.oracle.OracleImplXAResource.start(Unknown Source)
    at weblogic.jdbcx.base.BaseXAResource.start(Unknown Source)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:617)
    at
    weblogic.transaction.internal.XAServerResourceInfo.start(XAServerReso
    urceInfo.java:1075)
    at
    weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerRe
    sourceInfo.java:1007)
    at
    weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerRes
    ourceInfo.java:203)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:419)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1287)
    at
    weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    250)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:385)
    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:343)
    at
    weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:305)

    Steven ,
    It's already been answered:
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&c2coff=1&threadm=4009ccc9%241%40newsgroups.bea.com&rnum=1&prev=/groups%3Fq%3D24776%2520OracleImplXAResource%26hl%3Den%26lr%3D%26ie%3DUTF-8%26c2coff%3D1%26sa%3DN%26tab%3Dwg
    Regards,
    Slava Imeshev
    "Steven Ostrowski" <[email protected]> wrote in message news:40ce1480$1@mktnews1...
    Hello,
    I believe that I have a connection leak somewhere and that an Oracle
    connection is hung.
    I get the following error when trying to access the data source
    getConnection method.
    How can I recover from this? The WL Server console shows 0 connections
    to the connection pool, but obviously some are in there.
    Thanks,
    java.sql.SQLException: XA error: XAER_RMERR : A resource manager error
    has occur
    ed in the transaction branch start() failed on resource 'Oracle Connection
    Pool': XAER_RMERR : A resource manager error has occured in the
    transaction bra
    nch
    javax.transaction.xa.XAException: [BEA][Oracle JDBC Driver]Oracle XA
    Error Occur
    red. Native Error: 24776
    at
    weblogic.jdbcx.oracle.OracleImplXAResource.checkError(Unknown Source)
    at weblogic.jdbcx.oracle.OracleImplXAResource.start(Unknown Source)
    at weblogic.jdbcx.base.BaseXAResource.start(Unknown Source)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:617)
    at
    weblogic.transaction.internal.XAServerResourceInfo.start(XAServerReso
    urceInfo.java:1075)
    at
    weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerRe
    sourceInfo.java:1007)
    at
    weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerRes
    ourceInfo.java:203)
    at
    weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:419)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1287)
    at
    weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    250)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:385)
    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:343)
    at
    weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:305)
    [att1.html]

  • How to recover from RTSA71-55P6AU-XD003G-60UM03

    Hello -
    How do I recover from this 'Start Up' error:
    RTSA71-55P6AU-XD003G-60UM03
    When starting up normally or in Safe Mode, it stops frozen and hangs until a hard shutdown is implemented. 
    In safe mode start-up, the process stops at 'atipcie.sys'. 
    Any ideas? 
    - Dub
    Compaq Presario CQ62-220US Notebook
    This question was solved.
    View Solution.

    Hi,
    For software damages, we may be able to recover data but for hardware damages, sometimes very hard to recover data and many times we can't recover at all.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to recover from datasource.getConnection hangover

    Hi,
    We have a standalone J2EE application wherein the app tries to restart itself in case of FATAL errors like connection loss etc.
    Database: Oracle10g
    Driver: oracle.jdbc.driver.OracleDriver
    Issue: On error, the service tries to restart itself dueing which it aborts the connection and recreates the connection with datasource.getConnection().
    In some cases during Soak testing, if the database goes down then the application seems to hang on datasource.getConnection() for almost 3 hours and greater.
    Options we tried :
    1. Use OracleDataSource and setLoginTimeout as 10 secs.
    There seems to be no effect on the code. Not sure whether the datasource actually uses the timeout interval.
    2. Use CONNECT_TIMEOUT_LISTENER=10 in listener.ora on the database server.
    Does not seem to resolve the issue. getConnection still hangs.
    Any suggestions what would be the best way to recover from this issue?

    Hi,
    The same should be available in the source system (DEV), Surprising how / why the same is available in BW system.
    I checked the SAP ERP source system to which I have an access and the same is not available in the source system not in the BW system
    My sugession is to go for a generic datasource after identifying the table with the help of functional consultant.
    Regards
    Venkata Devaraj

  • How to recover from network port configuration deletion (airport)

    a couple of years ago, i accidently deleted the network port configuration for AirPort in the Show pop-up menu. No big deal, i thought at the time. I don't have an AirPort card and I won't be using AirPort in this computer. Ok, I now have an old-style AirPort card (powerbook G3 firewire, 10.2.8) and the AirPort utility doesn't see that it's installed. I realized right away, the network doesn't have a port... so the system doesn't see it, right? So, how do I get this port back? Do I have to reload a new System entirely and not save previous network settings... or is there an easier way to recover from my blunder?

    Thanks Rob,
    Glad to be here. Yeah, 10.2 works the same as 10.4. The problem with what you suggest is that I can no longer get airport as an option in Network port configs... so when I go to the new button all the other options are there EXCEPT AirPort. This is what I need to restore. I haven't checked, but I'm assuming I've nuked the pref panel out of the master library. So, I've messed up big time. I was looking for a way to recover that didn't involve reloading the whole system. This isn't like OS 9 and older where you can go and pick a little piece and stick it back into your system folder... I think. Thanks for the reply.

  • How to recover from a software failure on the 6120 Fabric Interconnect

    Hi all,
    Had a software failure while upgrading the fabric interconnects. Does anyone know the process to recover from a software failure.
    Ive copied up the kickstart and system images, from the loader prompt ive booted the kickstart image and then loaded the system image but the fabric interconnect still reboots to the "switch(boot)" prompt.
    Thanks in Advance
    Darren

    Hi Robert,
    Thanks for the tips, but unfortunately im still stuck on the switch(boot): prompt.
    The bootflash: only has 2 files in it, the kickstart and system image.
    Each time i get the FI to the boot prompt, i can ping the device, but not access via the GUI. (i dont have a local copy of UCSM installed)
    What files should i have in the bootflash: for the FI to correctly load.
    below is a log of the FI as it loads the kickstart image from the Loader prompt.
    loader> boot bootflash:ucs-6100-k9-kickstart.4.1.3.N2.1.3c.bin                
    Booting kickstart image: bootflash:ucs-6100-k9-kickstart.4.1.3.N2.1.3c.bin....
    ....................................................................Image verif
    ication OK
    Starting kernel...
    Usage: init 0123456SsQqAaBbCcUu
    INIT: version 2.85 booting
    Starting Nexus5010 POST...
      Executing Mod 1 1 SEEPROM Test......done
      Executing Mod 1 1 GigE Port Test.......done
      Executing Mod 1 1 Inband GigE Test.....done
      Executing Mod 1 1 NVRAM Test....done
      Executing Mod 1 1 PCIE Test..............................done
      Mod 1 1 Post Completed Successfully
      Mod 2 Post Completed Successfully
    POST is completed
    Creating /callhome..
    Mounting /callhome..
    Creating /callhome done.
    Callhome spool file system init done.
    Checking all filesystems..... done.
    Warning: switch is starting up with default configuration
    Checking NVRAM block device ... done
    The startup-config won't be used until the next reboot.
    Loading system software
    INIT: Sending processes the KILL signalkernel daemon...don
    Cisco Nexus Operating System (NX-OS) Software
    TAC support: http://www.cisco.com/tac
    Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
    The copyrights to certain works contained in this software are
    owned by other third parties and used and distributed under
    license. Certain components of this software are licensed under
    the GNU General Public License (GPL) version 2.0 or the GNU
    Lesser General Public License (LGPL) Version 2.1. A copy of each
    such license is available at
    http://www.opensource.org/licenses/gpl-2.0.php and
    http://www.opensource.org/licenses/lgpl-2.1.php
    switch(boot)#
    From here i can the load the system image, but it always fails and drops me back to the same prompt, output show below
    Uncompressing system image: bootflash:/ucs-6100-k9-system.4.1.3.N2.1.3c.bin
    Loading plugin 0: core_plugin...
    plugin_link_to_exec_path: plugin_path = /isan/plugin/0, tar_log = /isan/plugin_extract_log/0
    Loading plugin 1: eth_plugin...
    plugin_link_to_exec_path: plugin_path = /isan/plugin/1, tar_log = /isan/plugin_extract_log/1
    plugin_file_is_excluded_from_exec_path: /boot/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so.0.0.0 is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so.0 is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/etc/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/etc/plugin_exclude.conf is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so.0.0.0 is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so.0 is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/lib/libplugin_sysreg.so is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/etc/ is excluded from linking
    plugin_file_is_excluded_from_exec_path: /boot/etc/plugin_exclude.conf is excluded from linking
    Loading plugin 2: fc_plugin...
    plugin_link_to_exec_path: plugin_path = /isan/plugin/2, tar_log = /isan/plugin_extract_log/2
    plugin_file_is_excluded_from_exec_path: /boot/ is excluded from linking
    INIT: Sending processes the TERM signal /boot/lib/ is excluded from lin
    INIT: (boot)# l
    INIT: Sending processes the KILL signaldaemon...don
    Cisco Nexus Operating System (NX-OS) Software
    TAC support: http://www.cisco.com/tac
    Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
    The copyrights to certain works contained in this software are
    owned by other third parties and used and distributed under
    license. Certain components of this software are licensed under
    the GNU General Public License (GPL) version 2.0 or the GNU
    Lesser General Public License (LGPL) Version 2.1. A copy of each
    such license is available at
    http://www.opensource.org/licenses/gpl-2.0.php and
    http://www.opensource.org/licenses/lgpl-2.1.php
    switch(boot)#
    please let me know if you require any further information.
    Thanks in Advance
    Darren

  • How to recover from a Sync command that returns a SyncStatus value 8 (Object not found)

    Hello,
    We are using ActiveSync protocol. We have a situation where our local DB is probably in a invalid state where we do a Sync command passing all of our folders (full sync) and one of the folder (or many) doesn't exist anymore.
    The Sync command result doesn't tell us which folder is invalid.
    But the question is more: how should we recover from this "Object not found" error? Should we erase the local database and do a full refresh?
    Status reference:
    http://msdn.microsoft.com/en-us/library/gg675457(v=exchg.80).aspx
    Thanks
    ArchieCoder

    Sorry, that really isn't a Firefox support issue. Contact a Mac support forum or Mac-users group for advice on to solve that issue.

  • Urgent solution to this problem "Attempt to reset display driver and recover from timeout failed"

    Hi wonderful people at HP,
           I would be glad if you can solve this problem in my system. I want this to be urgent enough because I am graduating by March 1st 2011 and I want many things to be completed on my system.
           I have previously purchased warranty with hp for three times for tune out service, software and hardware help but nothing has been materialized, I am sorry to say but I just lost my money.
           My system, from the time of purchase, had the same persistent problem of overheating and also heavy noise, I told this to several people of HP but they never seem to respond properly. In fact my friend had a similiar problem in DELL and they responded promptly and sent him a new computer system. I don't know what to do. It will be ok if my system can function for one more month. I WOULD BE GRATEFUL TO YOU IF YOU CAN SOLVE THIS PROBLEM.
        Regards,
        KBPN

    Re your 116 BSOD...
    "It's not a true crash, in the sense that the Blue Screen was initiated only because the combination of video driver and video hardware was being unresponsive, and not because of any synchronous processing exception".
    Since Vista, the "Timeout Detection and Recovery" (TDR) components of the OS video subsystem have been capable of doing some truly impressive things to try to recover from issues which would have caused earlier OS's like XP to crash.
    As a last resort, the TDR subsystem sends the video driver a "please restart yourself now!" command and waits a few seconds.
    If there's no response, the OS concludes that the video driver/hardware combo has truly collapsed in a heap, and it fires off that stop 0x116 BSOD.
    If playing with video driver versions hasn't helped, make sure the box is not overheating.
     Try removing a side panel and aiming a big mains fan straight at the motherboard and GPU.
     Run it like that for a few hours or days - long enough to ascertain whether cooler temperatures make a difference.
    If so, it might be as simple as dust buildup and subsequently inadequate cooling.
    I would download cpu-z and gpu-z (both free) and keep an eye on the video temps
    For more information please read this blog 
    http://captaindbg.com/bug-check-0x116-video_tdr_error-troubleshooting-tips/
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff557263%28v=vs.85%29.aspx
    Advice offered in good faith. It is your decision to implement same.

Maybe you are looking for

  • How can I see the minutes and seconds countdown of the song?

    does it have to be set up in the settings/tools?  how do i know how much of the song has played or is remaining?  I thought I could swipe from the bottom (like we do with the iphone to get the flashlight) - but no luck.  Can anyone help?  Thank you.

  • Hi, my phone is stuck "searching..." I deleted all content and date and now it won't activate again, please help?

    Title explains it all, please help My bill is paid I noticed this when I couldnt make calls. When I clicked the call button it did nothing.

  • Text for subtotal

    Hi, I'm unable to display subtotal text in the following report. Kindly help me out. REPORT ZXY NO STANDARD PAGE HEADING LINE-SIZE 255                                                          LINE-COUNT 65(3). TABLES     : bsik, bkpf,lfa1 . TYPE-POOL

  • How do I resize layers in trial version?

    I have created a collage and would like to resize some of the photos/layers. I have been alternating working on this at my friend's using Photoshop 7 (because she's teaching me Photoshop), but it is not the same and I have not been able to find how t

  • UMEBackendconnection (pool size)

    Hi, We are configuring AS Abap as our UME connection in SAP NW 7.3 ehp6, however we are unaware of the fact as to how to define the parameters for RFC destination "UMEBackendConnection" We require information about how to configure the pool settings