Is it possible to interrupt sfscleanup?

I've use Siebel 8.0.0.5
I run sfscleanup to remove orphan file in Siebel file system and it last long for 45 hours.
Is there any way to stop this command(properly)? If I press "Ctrl+C", it will be interrupt right?
Please suggest...

Hi,
You could either hit ctl+c or use process explorer to pause/cancel the working thread. You could also probably watch the call stack and pause it at a safe spot.
I think this is a really good example of why you have to test things like this before attempting them in production.
Robert Ponder
Ponder Pro Server
[email protected]
www.ponderproserve.com
770.490.2767
Edited by: Robert Ponder on Dec 12, 2010 11:25 AM

Similar Messages

  • HT3231 I am migrating about 450GB from my MacBook White to my MacBook Pro, wirelessly and it will take over three days, having spent 18 hours on the first 15%. Is it possible to interrupt this migation without damaging either source or target?

    I am migrating about 450GB from my MacBook White to my MacBook Pro, wirelessly and it will take over three days, having spent 18 hours on the first 15%. Is it possible to interrupt this migation without damaging either source or target?
    On reflection I should have used a wired connection or migrated at a later time but is it possible to interrupt the process now and rerun with a wired solution without damaging either laptop?

    I have two iTunes libraries - about 172GB that I keep on my MacBook Pro and 500GB+ that I keep on an external drive. If you wanted to do something similar - keeping that precious internal space to a minimum - you can just create two libraries and hold down the option key when opening iTunes: this allows you to select which library you want to open.
    Just a thought...
    Clinton

  • Is it Possible to "Interrupt" an Interactive Report Refresh

    We have a particular Interactive Report for which we want to enforce two column filters as mandatory. We've already figured out how to examine the current filters and determine if they are set.
    What we need now is some mechanism by which if the user changes the filter criteria (for example deleting one of these mandatory filters), we can stop the APEX refresh and produce an error message. For example, could some such logic be placed in the Before Refresh event?
    Does anyone have any ideas how this might be done?
    -Joe

    I've looked at this for a bit but I don't think there is any even remotely fair way to deal with this. The ajax calls for IRs do not use jQuery.ajax calls (unfortunate) but use a call to htmldb_Get.getAsync. An XmlHttpRequest object is created there but is of course never exposed, thus not allowing interaction on it, and is probably too deeprooted in the apex javascript to change. If it was using jQuery you could've tried to use the ajaxSetup, such as described in javascript - Abort Ajax requests using jQuery - Stack Overflow or Stop all active ajax requests in jQuery - Stack Overflow (and all variations when looking for ajax aborting).
    There is nothing you can do from say the before refresh event since canceling that is only canceling the before refresh event, not the actual refresh.
    I believe that simply overriding some function on the gReport object might serve you best. Keeping in mind it is best not fiddled with and is unsupported etc etc - I suppose you know the drill by now.
    There are a couple of candidates for this. "gReport.action" for example: you could simply block of any ajax action on the report before it happens: remove filters, add filters, search, pull - without having to worry about xmlhttprequests. I explored some other routes but honestly they became too complex for what it was.
    //first store the original _Get function. We can't lose this because we still need it.
    var old_Get = gReport._Get;
    //now override the existing function with our own implementation. Preserve the signature so that the params can
    //be passed on
    gReport._Get = function(p_widget_mod,p_widget_action,p_widget_action_mod,p_id,p_value,p_x05,p_x06,p_x07,p_x08,p_x09,p_x10){
      //lets do some arbitrary check in here
      if(p_widget_mod == "PULL"){
         //now nothing will happen when you want to pull the report
         return false;
      //and dont forget to at least execute the original function !
      old_Get(p_widget_mod,p_widget_action,p_widget_action_mod,p_id,p_value,p_x05,p_x06,p_x07,p_x08,p_x09,p_x10);
    Now when executing
    gReport.pull()
    nothing will happen.
    You'll need to modify this to suit your needs though. If this is taking it too far for you then you may have hit a brick wall though, I can't see any other option personally and so far.

  • Is it possible to interrupt a planning sequence in FOX ?

    Hi,
    At the beginning of my planning sequence, I have to test a value with a FOX formula, if my value is wrong, I want to send a message to the WAD and stop the planning sequence, how to do this ?
    I have tested with the EXIT statement but it seems not work.
    The planning sequence is called by a button in the WAD.
    Thanks a lot,
    Regards,

    Hi,
    you can generate massages with a parameter name called ET_MESG.
    But I don't know, if this works together with FOX and WAD.
    In my case it looks like this:
    data:
              gt_mesg         like upc_ys_mesg occurs 0 with header line,
              ls_meld         like line of gt_mesg,
        ls_meld-msgid = 'YOUR MESSAGE CLASS'.
        ls_meld-msgty = ''MESSAGE TYPE'.
        ls_meld-msgno = 'MESSAGE NUMBER'.
        ls_meld-msgv1 = ZZZ.
        ls_meld-msgv2 = YYY.
        append ls_meld to gt_mesg.
      CALL FUNCTION 'MESSAGES_INITIALIZE'
        EXPORTING
          I_STORE_DUPLICATES = ''.
      loop at gt_mesg.
        call function 'MESSAGE_STORE'
          EXPORTING
            arbgb                  = gt_mesg-msgid
            msgty                  = gt_mesg-msgty
            txtnr                  = gt_mesg-msgno
            msgv1                  = gt_mesg-msgv1
            msgv2                  = gt_mesg-msgv2
            msgv3                  = gt_mesg-msgv3
            msgv4                  = gt_mesg-msgv4
          zeile                  =
          EXCEPTIONS
            message_type_not_valid = 1
            not_active             = 2
            others                 = 3.
      endloop.
      describe table gt_mesg lines znr.
      message i000(ZBIS_PLAN) with znr.
      call function 'MESSAGES_SHOW'.
    Good luck!
    Clemens

  • Send a break to interrupt a query?

    With SQL plus it is possible to interrupt a long running query. This is being discussed in this thread:
    Killing long running SQL query
    Is something like this possible in APEX?
    Rene

    Hello Rene,
    I've never played it my self, but in the APEX utility tab, database monitor, session section, you can see a list of sessions relevant to APEX, and you have the option to kill a session. You should check it and see if it can help you.
    Regards,
    Arie.

  • Interrupt DML replication while DDL continues? Resume DML after some time.

    Is there a possibility to interrupt DML replication for a specific period (let's say half an hour) while DDL statements are still replicated. After that period I want to resume the DML replication at the SCN it was interrupted.

    I don't know if there's a way to do what you're trying to do....
    But, in my opinion, that does not make sense.
    Streams treats the redo log by SCN. It also keep track of a multi-version data dictionnary of the objects (because they can change over time). Moreover, DML and DDL are not independent. For exemple, if you increase the length of a column and delay that DDL on the target db, DML may crash because the column is not large enough...
    You could try having 2 different capture, propagation and apply (one for DML and another for DDL) but i'm not optitimistic on that scenario...
    Regards,

  • Need help understanding communicating with a thread

    I am trying to write a library of a MUD engine that runs in its separate thread, but I am new to Java and not sure I have the concepts right. The heart of it is a class called Game, that implements the Runnable Interface and has 2 key methods - void DoCommand(String command) and String GetUpdates(String lastUpdate).
    * The Run() method runs an infinite loop that processes queued commands when they are due, and pauses (wait() or sleep()) in between. The results are queued in an update list.
    * The DoCommand() method queues commands to be processed in Run().
    * The GetUpdates() method pulls updates from the update list one at a time.
    Will there be a problem if DoCommand() or GetUpdates() are called while Run() is paused or running?
    How do I get DoCommand() to wake Run() when a new command is received?
    BTW: I am new to Java so please make the answers simple enough for me to understand.
    My theoretical code skeleton is below, but I am not confident in it given these questions I have.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package me.org.prototype;
    import java.util.ArrayList;
    /** Definition of the game engine. The engine runs in its own threat, updating
    * and maintaining its state, objects, etc. IO is handled through a separate
    * interface (GUI or something else) that communicates with this object. NOTE:
    * this interface is the game interface and not a Java interface.
    * <P> Usage create a Game instance and a place it in a thread. Once started you
    * can pass in input via the DoCommand(...) method, and get updates from its
    * GetUpdates(...) method. To exit interrupt the thread or call
    * DoCommand("quit");
    * @author atbudd
    public class Game implements Runnable {
        /** Next time (computer time) that a game action is to be run. Use 0 to
         * indicate no action pending.
        int nextRunTime = 0;
        /** Boolean indicating running state of game. */
        boolean gameRunning = true;
        /** List of game updates. */
        ArrayList<String> updateList = new ArrayList<String>();
        /** Perform's game's main loop. */
        public void run() {
            // Main loop code.
            while (gameRunning) {
                // Process game objects and pending actions.
                try {
                    // Pause until next action due.
                    if (nextRunTime > 0) {
                        wait(nextRunTime - System.nanoTime());
                    } // Otherwise wait until action specified. NOTE: action specified elsewhere.
                    else {
                        wait();
                } catch (InterruptedException exception) {
                    // If quit command received...
                    if (exception.getMessage().equalsIgnoreCase("quit")) {
                        gameRunning = false;
                    /* Otherwise new command received. wait(...)interrupted and loop
                     * resumed so that nextRunTime can be updated to when new
                     * command due.
        /** Peforms specified command.
         * @param command Command to be processed.
        public void DoCommand(String command) throws InterruptedException {
            // Process command.
            if (command.equalsIgnoreCase("quit")) {
                // Interrupt game with exit interrupt.
                throw new InterruptedException(command);
            else if ((nextRunTime == 0) /* || command due before nextRunTime */) {
                // Add command to a processing queue.
                // Interrupt game to schedule / process command.
                throw new InterruptedException("new command");
        /** Returns updates since update specified.
         * @param lastUpdate Last update received from game. Use "" if not updates
         * received yet.
        public String GetUpdates(String lastUpdate) {
            // Update string
            String updateString = null;
            /* (TODO) Get updates from update list that come after last update and
             * place in update string.
            // Return update string.
            return updateString;
    }

    Furrage wrote:
    OK cotton.m. I will try that and see what happens.
    What about my question about which thread DoCommand() will run in (my second post in this message thread)? Any answers? I think that's key to me understanding what is needed to get my code to work the way I want, but I don't know how to test which thread it is running in.Possibly by interrupt.
    Or possibly by adding the command to a command queue which in turn would notify a thread waiting on the queue for the next command.

  • Converting a Keynote document to Powerpoint file doesn't work

    I tried to convert Keynote documents to PowerPoint files that can be viewed and edited by PowerPoint users on Windows or Mac OS computers. All I got was a error. Can any one tell me how to make this work.I did every thing that was in the instructions.
    To create a PowerPoint slideshow:
    Choose File > Export and then click PowerPoint.
    Click Next.
    Type a name and choose a location for the file, and then click Export.

    Hy Kyn, thank you for answering.
    Every slide on my presentation has animated objekts. And every slide is linked (by hyperlink) to every slide on the presentation. So I want to give the user the chance to interrupt and to go to next slide. Therefore is an arrow to klick on, which has a hyperlink to next side (or do go to start, or to go back) - during the slide-animation is working.
    That works fine in keynote, but it doesn't work after the export in QT. In QT it is not possible to interrupt the sequence of the animation. When the sequence is (performed) finalized, the klick on the arrow works, and I can go to next slide.
    But interruption is not pssible.
    Tanks in advance for your answer!
    Best regards - Renate

  • IPhoto won't open after a reinstall.....

    You'll have to excuse my lack of specific Mac details, as I'm relatively new on the system. I've got a Mac mini, had it for about 8 months, and the system froze up and would not restart. I talked to an associate in an Apple store, told me to reinstall the discs, holding down ctrl C, i believe. (some function button and "c"). Everything was reinstalled with no glitches, with the exception of iPhoto.
    It is present in the finder, although the icon has changed to the general application icon of the pencil, paintbrush, and ruler formed A. When I double click on it, it opens up briefly in the toolbar, but then disappears. everytime I do this, it repeats. I can open up the photos in iPhoto in a preview screen, but nothing within iPhoto. I've tried repairing the disc utilities. I've tried dragging it down to the toolbar, which when I do this, it stays, but won't open anything.
    Sorry for my wordiness. Just trying to describe as much as possible, due to my lack of mac savviness.
    Thanks for any help or suggestions.
    Mini    

    I ran disk utility as it was restarting.
    I can't imagine what this means. Disk Utility can't run until the computer has started.
    After it is completed, it tells me that 1HFS volume checked, No repiars were necessary.
    Good — that's what you want to see.
    Should I run the verify disk option now...
    Verifying the disk is pointless, now and always, since it carries out the same diagnostic tests as the Repair Disk function, but doesn't repair anything that it finds to be out of order.
    ...or just let the restart resume?
    Again, I can't imagine what you mean by this. When you quit Disk Utility, you are returned to the Installer. If you quit the installer, your computer restarts. I don't see how you could possibly have interrupted the restart and then performed any other operation.

  • App ids are not showing up in itunesconnect

    I've configured several AppIds and associated App-Store distribution profiles. When I log into iTunesConnect none of them show up in the "bundle id" drop-down when I try to create a new iTunesConnect ios app.
    I am listed as an Admin in both the developer portal, and in iTunes Connect for this account.
    This is purely a problem with using the iTunesConnect portal and/or iOS dev center. Not isolated to any target app platform as I am not getting that far.
    How do I get these bundle ids to show up in iTunesConnect?
    Thanks.

    Same thing here for me in the uk. I'm just back from the Netherlands and thought it might have been caused by me possibly having interrupted app updates there and then trying to resume them when I returned home to the uk. I had 40 apps waiting to be updated, but nothing appeared to be happening. I've tried deleting and re-instating some affected apps from iTunes  and at one point it did re sync around 8 apps, not necessarily those I manually deleted. My iPad tells me I have 34 apps to update, while iTunes on my PC tells me I'm up to date. I think I got rid of all the apps in a 'waiting..' state on the iPad, but when I then try to update just one of the list to be updated, all I get is the little rotating circle. I've tried rebooting, airplane mode off/on as suggested in previous threads, etc etc etc to no avail. I've a fairly full 64gb iPad and won't consider going down the restore route, although given others are experiencing this, it sounds more like an apple server problem than our devices.

  • How to rollback the oracle silent installation

    Hello Guys!
    i have one simple question related to the Oracle silent installation.
    I implemented embedded installation of Oracle in silent mode for my product.
    But i want to implement the rollback feature, i mean it should be possible to interrupt silent installation of Oracle s\w and it should be implemented in correct way. All installed files services should be removed, cleared all registry keys, cleared the inventory information etc.
    So if someone knows anything how to perform this functionality it will be great help for me. I see only two ways:
    1. To write something into the input stream of the process, like "stop", "cancel" ...
    Maybe it is funny idea
    2. The second way to perform termination of process and clear all information in scripts, but this is waste of time and may cause some addional errors at execution.
    3. So if you can help me thanks in advance
    Alex

    Hello Nicolas!
    yes you are very close to the theme. I used this codes but it is not what i am looking for now. I'll try to explain:
    ---------------------------------------- xx% ---------------------------------------
    | Oracle Installer is strated | ---------------> | Oracle istallation is done |
    ---------------------------------------- | ---------------------------------------
    | |
    | |
    | to interrupt installation
    | |
    |______________|
    go to the same state as before installation
    Thus do you know the best way how to implement this process:
    1. To interrupt silent installation of Oracle
    2. Rollback all changes made by interrupted setup program(some files are installed etc, but i don't need them since i had interrupted the installation process)
    So thanks for your answer
    Alex

  • To break during looping statement

    I have customer master table.
    Passing the customer from "form" to "Report" for printing Outstanding Invoice Statement.
    my code at form :
    LOOP
    call report with parameter customer number;
    next customer number;
    END LOOP;
    note:
    customer number was pass to report one by one for each record.
    If I have customer 500 record, is it posible to break / interupt in the middle?
    let say escape key ?
    Anybody can help ?
    Thank

    Hello,
    Unfortunately not.
    It is not possible to interrupt the execution of a pl/sql block, even by using a timer, because timers don't fire when the end user has not the focus.
    Francois

  • My iPad 2 is in a state of constant reboot! Help!

    My iPad 2 is currently in a state of constant reboot - cycling continually between the Apple icon and the "waiting" icon (wheel of death, as I've seen it referred to).  It cannot be interrupted, and keeps going for hours until it runs out of battery.
    I've tried the hardware reset a few times, which interrupts the cycle, and brings up the Apple icon, but then it just immediately retuns to it's previous state of constant reboot.
    I've tried connecting it to iTunes. iTunes recognises it but says I have to unlock it with my unlock key. I cannot do this because it is not possible to interrupt the reboot sequence to get the input panel.
    It is not jailbroken, and I'm happy to have it restored from scratch.
    I am in China temporarily, and my iPad has become quite a lifeline for me, and am devastated that it's stopped working.
    I can take it to the Apple Store here, but would prefer to fix this from home.  However, I also don't want to mess this up such that the Apple store folks think I've tried to Jailbreak the iPad, because that definitely is not my intention!
    Any thoughts/hints/tips?
    Thanks.

    sianj wrote:
    My iPad 2 is currently in a state of constant reboot - cycling continually between the Apple icon and the "waiting" icon (wheel of death, as I've seen it referred to).  It cannot be interrupted, and keeps going for hours until it runs out of battery.
    I've tried the hardware reset a few times, which interrupts the cycle, and brings up the Apple icon, but then it just immediately retuns to it's previous state of constant reboot.
    I've tried connecting it to iTunes. iTunes recognises it but says I have to unlock it with my unlock key. I cannot do this because it is not possible to interrupt the reboot sequence to get the input panel.
    It is not jailbroken, and I'm happy to have it restored from scratch.
    I am in China temporarily, and my iPad has become quite a lifeline for me, and am devastated that it's stopped working.
    I can take it to the Apple Store here, but would prefer to fix this from home.  However, I also don't want to mess this up such that the Apple store folks think I've tried to Jailbreak the iPad, because that definitely is not my intention!
    Any thoughts/hints/tips?
    Thanks.
    Restore seems to be the best option. Have you tried a hard reset ?

  • Issues restoring iphone from icloud

    Hi,
    Every time I try to restore my iphone from icloud it says, "unable to back up from icloude because wireless connection interrupted".  My phone is plugged in and connected to wi-fi...I also tried having my iphone plugged into my computer while backing up.  Neither worked.  What do I do? 
    Thanks.

    Is your iPhone have a strong Wi-Fi connection? Have you tried testing on another Wi-Fi network?
    Take a look at this Apple document -> iCloud: Troubleshooting restore issues with iCloud Backup
    Troubleshooting issues during a restore
    If you receive an alert during the restore, be sure to note the text of the message, and cross reference it in the Alert Message matrix in the fifth major section of this article. 
    Keep in mind that restoring is dependent on being connected to the Internet, so the faster your connection, the faster your restore will be. However, even with a fast broadband connection, it can often take around 1-4 hours per gigabyte to complete a foreground and background restore. If you are traveling between countries, you may need to allocate even more time. iCloud is tuned to provide you with the best service in the geographical location you most frequently connect from, and in regards to iCloud Backup, the geographical region you created the original backups from.
    If you receive connection errors, or timeouts, while restoring, you should verify your device has a valid connection to a fast Wi-Fi network and that it's plugged into a power source. Then, let it work. A good way to do this is to start the restore an hour or two before you go to sleep. That way, you can input any needed information after the iOS device restarts and the background restore starts, but you will be less likely to use the phone during the background restore. This will allow it to proceed without interruption. Background restore is designed to allow you to use your phone normally, but if you are getting errors, or having trouble completing the restore, it's best to avoid any possible network interruptions and maximize the resources the iOS device can allocate to the restore process, by allowing it to work uninterrupted. Of course, you can check the status of the recovery by unlocking the screen or by reviewing the progress of downloaded applications or Camera Roll content, but in an error-prone situation, it's best to avoid doing work and launching apps unrelated to the restore process.
    As noted earlier, you will receive prompts for your Apple ID and other passwords. This is normal. When you are restoring to a device that you have already backed up from, you should receive fewer prompts to re-enter passwords, but if you are restoring to a new device, it is expected that you will have to re-enter your passwords again. This is done to preserve the integrity of your accounts.

  • Is it safe to just switch off tv at wall socket?

    My wife has a habit of switching everything off at the wall socket. So if I get an tv, it will be switched off randomly at the wall.
    Is this safe to do? is there a standby button on the tv? how do you switch it off? I dont want here just switching it off at wall socket when its in the middle of reading/writing to HDD as surely this will damage it?
    cheers

    how can stopping a hard drive without 1st preparing it to be stopped ever be healthy for a device? how can increasing the possibility of interrupting data transfers in the middle of a transfer and increasing the possibility of corrupting data ever be a good thing?
    the OP said that the power could be yanked at any old time.. i can't understand how you can say that would be a good thing for an appleTV.
    i also run mine 24/7 and my device is solid as a rock.. i restart mine only by doing the press and hold menu + down button and since i stopped unplugging and re-plugging to restart it's stability has gone up markedly..
    i would say to the OP.. if the power is going to be pulled in any case.. what you might want to do is press menu on the iPod Touch or appleTV remote for about 10 seconds after you're done with it to make sure it's at the main menu and lessen the chance it's doing anything of significants at the moment the power goes out. you are still likely reducing the life of the hard drive by constantly turning it off and on.. hard drives are designed to run constantly all the time.. spinning them up and down only reduces their lifespan.

Maybe you are looking for

  • How to Generate a report based on a drop-down list?

    Good Afternoon, I am looking for a way to create a drop down list/select list with the values '2008' and '2009'. Based on the value selected in the list, data will be displayed from a table. In the table, there is January to December for 2008 and Jan

  • Re-transport the transport request to NQA server after system refresh

    Hi Users are moving the transport requests in NQA (quality server) using STMS tcode and Basis team is moving the trasnport requests using TP command in operating system level. There are some transport requests that are released and are moved only to

  • WPA cisco877w and Aironet1121G

    I was trying to set up Cisco877w and Aironet1121 G as a repeater. All works fine without any security on. However when I put WPA with shared key, Access point cannot associate to router anymore. I used config example from cisco.com and it doesn't wor

  • SCCM database Modified date doesn't change / rebuild indexes

    Hi all, I have 2 questions 1) We have a month ago upgraded our SCCM environment from SCCM 2012 RTM -> SCCM 2012 SP1 (no CU), and we have upgraded SQL 2008 R2 (CU6) to SQL 2008 R2 SP2. We have a SCCM 2012 primary site and an SCCM 2012 CAS site from bo

  • Applescript: Packaging and exporting PDFs for multiple files -- need some tweaks

    I found and tweaked a droplet script that isn't quite working right. I am hoping for some help with getting it to work the way I want. I tried and failed to learn to do this myself. Your help is greatly appreciated! Here's an example: I drag two file