Optimize application does not empty FAC2 and FACTWB tables

Hello everyone,
I am currently using OutlookSoft 4.2.338 and recently came across the following problem:
Optimize application fails to empty FACTWB and FAC2 tables, even though it says "Successfully finished"
-Whenever I run an optimize process directly (= not scheduled), it takes less than one second and the message "Successfully finished" pops up. However FAC2 and FACTWB are NOT empty
- When I schedule an optimize proces, the log usually states "Fail"... (But not every time, it 's a bit random here)
- The problem occurs with one specific application in one specific appset (that contains 3 applications, the other 2 can be optimized just fine)
- The application contains a fairly large number of records (close to 20 millions) and, yes, some records have a "source" value at 1.
However, the same application, on a different server, with a bigger number of records (and more "1" source values!) optimizes just fine.
- The problem is not appset or server related, as other applications can be optimized without problem
- The application has data imports scheduled every night, and the FAC2 table keeps growing
- Data sent through an Input schedule stay in FACTWB.
Did anyone come across this sort of issue before?
Any suggestion as to how to be able to optimize the application again? (apart from moving the records manually from FAC2 to FACT...)
Many thanks in advance
David

Hello,
Unfortunately there is no such table. The only table where some mention of optimization is made is tblPackageLog, where the log of optimization tasks is recorded.
Thanks to both of you anyway.
David
PS: Actually your answers gave me the clue I needed, many thanks! On version 4.2, the table tblDefaults stores the optimization status
The query
select * from tblDefaults
where KEYID ='Optimize'
and APP=  App name
showed that the value was somehow set to 1, preventing any optimization. I manually set it to 0, and that did the trick!!!
Many thanks again guys!
Edited by: David Placci on Mar 2, 2012 1:50 PM
Edited by: David Placci on Mar 2, 2012 2:44 PM

Similar Messages

  • The application does not use the  screen and run in the background

    Hi
    I have downloaded a package of j2me Midlet
    from [link] here [link]
    and try to reuse the code
    but I get the following error when running the code:-
    The application does not use the screen and run in the background
    I think the error into one of these two classes
    package main;
    import javax.microedition.midlet.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.media.Manager;
    import javax.microedition.media.MediaException;
    import javax.microedition.media.Player;
    import java.io.IOException;
    import java.io.InputStream;
    public class MainMidlet extends MIDlet implements CommandListener {
        private SSGameCanvas gameCanvas ;
        private Command exitCommand ;
        private Player player = null;
        public void startApp() {
      try {
           //   create new game thread
              gameCanvas = new SSGameCanvas();
              gameCanvas.start(); // start game thread
              exitCommand = new Command("Exit",Command.EXIT,1);
              gameCanvas.addCommand(exitCommand);
              gameCanvas.setCommandListener(this);
                Display.getDisplay(this).setCurrent(gameCanvas);
       catch (java.io.IOException e)
                e.printStackTrace();
            try {
                // start sounds
                InputStream in = getClass().getResourceAsStream("/resource/startfly.wav");
                player = Manager.createPlayer(in,"audio/x-wav");
                player.setLoopCount(1);
                player.start();
            catch (MediaException ex)
                ex.printStackTrace();
             catch (IOException ex)
                ex.printStackTrace();
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
            if (player != null) {
                player.close();
            System.gc();
      public void commandAction(Command command, Displayable displayable) {
           if (command == exitCommand)
                 destroyApp(true);
                 notifyDestroyed();
    package main;
    import java.io.IOException;
    import javax.microedition.lcdui.*;
    import javax.microedition.lcdui.game.*;
    public class SSGameCanvas extends GameCanvas implements Runnable {
        protected GameManager gameManager;
        protected boolean running;
        private int tick=0;
        private static int WIDTH;
        private static int HEIGHT;
        private int mDelay = 20;
        Form mainForm;
        Display display;
        //private int MaxTime;
        public SSGameCanvas() throws IOException{
            super(true);
            gameManager = new GameManager(5,5,getHeight()-10,getWidth()-10,this);
        public void start() {
                this.running = true;
                Thread t = new Thread(this);
                t.start();
        public void stop() {
            running = false;
        public void render(Graphics g) {
            WIDTH = getWidth();
            HEIGHT = getHeight();
            // Clear the Canvas.
            g.setColor(0, 0, 50);
            g.fillRect(0,0,WIDTH-1,HEIGHT-1);
            // draw border
            g.setColor(200,0,0);
            g.drawRect(0,0,WIDTH-1,HEIGHT-1);
            // draw game canvas
            gameManager.paint(g);
        public void run() {
            while (running) {
                // draw graphics
                render(getGraphics());
                // advance to next graphics
                advance(tick++);
                // display
                flushGraphics();
                try { Thread.sleep(mDelay); }
                catch (InterruptedException ie) {}
        public void advance(int ticks) {
            // advance to next game canvas
            gameManager.advance(ticks);
            this.paint(getGraphics());
    }Edited by: VANPERSIE on Jul 10, 2012 12:26 PM

    Hi Andi,
    Thanks for your reply.
    Yes, I have waited for a while and the result doesn't change.
    The Porblem here is the application is seen started in visual administrator.Only restart brings up the page back.
    Can you please suggest anything.
    Thanks and regards
    Nagaraj

  • HT1941 Hi i have recently updated my version of iTunes in order to sync music from my macbook air to my new ipod shuffle. After a successful installation the application does not launch and I am unable to oepn iTunes of access my music! Someone please hel

    Hi,
    I have recently updated my iTunes to the latest version in order to sync music onto my new ipod shuffle. However after a successful installation the application does not launch or open? There are no error messages. The application is just unresponsive.
    I have already checked the compatibility with Safari, my operating system and checked my firewall is not blocking it - all is fine.
    Does anyone have any other resolutions?
    Many thanks

    Hi Carolyn,
    Thank you for your time and response. The trouble is I am unable to launch iTunes? I have restarted my macbook air a number of times to try and initiate the application but the issue persists and the application remains unresponsive. Will not launch?
    Thanks

  • One of my applications does not open. how can i delete and reinstall, one of my applications does not open. how can i delete and reinstall

    One of my applications does not open. how can i delete and reinstall it?

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • HT4718 I upgraded to Mavericks and my mail application does not load and give an error screen.

    Mail application does not work after upgrade to Mavericks.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • HT201412 my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    Here you go:
    http://support.apple.com/kb/ts1559

  • After upgrading to iTunes 11 application does not launch and is disrupting other programs

    Hello!
    I have trying to solve this problem all day:
    After updating to iTunes 11 this morning, the application does not launch.
    Furthermore, Windows Media Player, Win DVD8 and my Email Program fail to launch as well.
    I have been through all support pages on iTunes, on support pages on the Windows 7 Forum, and I
    read the answers given in the discussion.
    I have tried and applied the solutions given, but none of them worked.
    What happenes is iTunes tries to launch for a second, then stops, but the process keeps running
    in the task manager.
    All methods through MSCONFIG failed. Uninstalling and re-installing (in the correct order) iTunes, related
    programs and QuickTime failed as well.
    I am on a Windows 7 Home Premium 65 bit desktop computer.
    Up until the update this morning everything was running fine.
    Any suggestions are welcome.
    Thank you very much in advance.

    Solved it.
    I had a program running in the background, which did not get picked up by MSCONFIG.
    I looked at the services on CCCleaner and there they were, many instances of this program, slowing the
    computer down and preventing other programs (including iTunes) from functioning.
    Turned them all off, and iTunes and all other pgms work again.

  • Applications installed in my iTouch does not launch. the music and internet functions but the installed applications does not. tried switching it on and off, still problem persists

    Applications installed in my iTouch does not launch. the music and internet functions but the installed applications does not. tried switching it on and off, still problem persists. help...

    Your only chance besides getting it serviced would be setting it up as new device:
    http://support.apple.com/kb/HT4137

  • I purchased QT Pro, and the manual indicates that you can export to Windows Media.  However, the application does not give me that option.  Am I missing something?

    How can I export a movie to Windows Media using QT Pro?  Upgraded QT7.7 to Pro for this reason based on the graphic in the QT manual that indicates Windows Media is an export selection.

    In my original e-mail I actually pasted a screen print of the drop-down menu in the manual.  However, here is the link:
    http://images.apple.com/quicktime/pdf/QuickTime7_User_Guide.pdf
    Go to section 4:  Exporting Files with Quicktime Pro.  Page 42 has an illustration of the menu choices.  The text states “To see the list of file formats available for a movie open in QuickTime Player, choose File > Export and browse the list of file format choices in the Export pop-up menu.”  In the illustration of the drop-down menu, the selection “Movie to Windows Media” is listed between “Movie to QuickTime Movie” and “Sound to AIFF.”  However, the actual application does not provide this option.  After reading the support threads (after my purchase), users agree that  WMV is not supported.  However, the Apple user manual clearly displays this option and it was this documentation that led me to purchase the QT Pro upgrade.  If the format is not supported, why is it listed in the documentation?
    I feel that this illustration is misleading, and I’m requesting a refund based on the fact the application does not support an option illustrated in Apple’s published manual.
    If this e-mail supports attachments, the attached file is the pdf version I saved of this manual.
    Curt

  • Preview PDF in FF and I getpdf could not be opened, because the associated helper application does not exist. Change the association in your preferences.

    pdf could not be opened, because the associated helper application does not exist. Change the association in your preferences. This is what I get when I preview a PDF fillable form in FF. It loads Ok w/Explorer. It is a new site being developed so there is no url. My software tech says it is a FF problem

    See http://kb.mozillazine.org/The_associated_helper_application_does_not_exist

  • After mistakenly clicking a link, my safari does not open automatically and unexpected webs open up.

    I am using MacBook Air with Yosemite OS. After mistakenly clicking a link, my safari does not open automatically and unexpected webs open up. Could you please give me suggestions on how to fix this problem? Thank you

    That's a bit vague, but you may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Some Applications does not Shutdown

    By the time accumulating updates unfortunately I'm also accumulating some smaller annoyances. I'm using Arch64, GeForce 8600 GTS, Fluxbox.
    Some applications does not shut down normally anymore and I can not tell any pattern (Neverball, Scribus, Mplayer). Once shutting down the application window freezes and one CPU goes to 100%. Killing via sigterm works. What could be the reason?
    In addition there is no more functional screensaver on my office computer since the last NVIDIA update. xscreensaver-demo shows an empty frozen window. In case I let any screensaver start up, X is frozen and I must kill the process on another console.
    Anybody out there has magic ideas?
    Thanks!

    Thank you for the suggestion!
    Very safely I have trouble with Scribus, Mplayer and Neverball. One has Qt, another sound and the last 3D. I couldn't find anything in common. Another point is that on my notebook I have none of those troubles. I rather suppose it to be an interaction with somethin else. At my office, my home directory is on a NFS mount and most working files as well. This might make a difference, but why not every computer with the same Arch does the same trouble? There must be some individual difference.
    What actually happens during application shutdown? Sigkill from the console ALWAYS works, but closing the application in any "normal" way fails.
    Starting from a console generally shows you good startup problems, but not so much shutdown.
    I will check the logs.

  • I cannot download word documents. Error message says assocated helper application does not exist.

    Tried downloading word document from email. error message Associated helper application does not exist

    To open a document you must have installed an Android application for it. The file is downloaded but can be opened with Firefox, but with the specific app from Android.
    Try installing a documents app and for sure it will work.

  • Deployed application does not contain javascript files

    Hello,
    I am a unexperienced user of the BPM Studio. When I start my application in Oracle BPM my application does not contain the javascript files. It is quite weird, because the path to the .js files is proper - the application works on other computers. I have observed several weird things:
    - when I lookup the application in Firebug, when I try to lookup the source of the .js files, firebug console presents something like this (i deleted most of the html so that it is easy to read):
    <html><head><title>Apache Tomcat/5.5.15 - Error report</title>
    <body>HTTP Status 404 - /workspace//webRoot/webResources/js/jquery-1.4.2.min.js
    Status report message /workspace//webRoot/webResources/js/jquery-1.4.2.min.js
    The requested resource (/workspace//webRoot/webResources/js/jquery-1.4.2.min.js) is not available.
    <h3>Apache Tomcat/5.5.15</h3></body></html>- as i said - the application works just fine on other computers, without having to edit the path to the .js files
    - the application doesn't deploy the application (at least I think it does not) in the OraBPMStudioHome - the application is in the following folder:
    C:\Users\<username>\AppData\Local\VirtualStore\Program Files\OraBPMStudioHome\webapps\workspace\webRoot
    I am using OracleBPM Studio 10gR3, my system is Windows 7 Proffessional 64bit. Could the fact, that my system is 64 bit, cause the error?
    I haven't changed anything in the web.xml, workspace.properties files.
    It looks as if the server didn't include my js files. What may be causing this? I tried to locate the folder where the Tomcat Server deployes the application, and copying the js files where they should be manually, but that didn't work out well - the web application still does not see them.
    By the way, the double // slashes in the path to the .js file are fine on other computers, but is that proper?
    My application uses other scripts, not only jQuery, so changing the link to the jQuery file, won't work.
    I'd be very happy for any solution, thanks in advance!
    Chris Mejka
    Edited by: 789731 on 2010-08-20 01:20

    Nope, that's not the case; all the imports are handled by the <fuego:webResources /> tag, like this:
    <script type="text/javascript" src="<fuego:webResources relativePath='js/jquery-1.4.2.min.js'/>"></script>If that helps, the folder structure, with the .js files is as follows: ../webRoot/webResources/js/ ....
    As I said before - none of my colleagues, who use this application, has this problem, the application runs fine on other computers. The only (or at least that's what I think) difference, is that I use a 64 bit OS... Maybe that's the problem? Or maybe something is wrong in one of my BPM configuration files?
    Edited by: 789731 on 2010-08-20 02:29
    Edited by: 789731 on 2010-08-20 04:42

  • ICF SERVICE NODE FOR THE APPLICATION DOES NOT EXIST.

    Hi All:
    i am getting the following error when trying to execute my applications in abap webdynpro.
    The following error text was processed in the system BIS : WebDynpro Exception: ICF service node for application  does not exist
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    can anybody help me out.
    relevant answers will be awarded...
    Regards:
    Arun

    Hi,
    see the information on ICF service nodes <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm">here</a> and also take a look at SAP notes 517484 and 1009930 and 1008689
    Regards, Heidi
    For information on creating services (if they are not created automatically), see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/78/9852aec06b11d4ad310000e83539c3/frameset.htm">here</a>
    Message was edited by:
            Heidi von Geisau

Maybe you are looking for

  • Additional Field in Vendor Master for PF Number and ESI Number

    Hi Experts, I have to maintain ESI Number and PF Number in Vendor Master, but no such field is available in vendor master or J1ID. Kindly suggest me the fields which I can use. We have to capture the ESI and PF Number of the vendor in case He is a su

  • [Intel] 915GM Speedster FA4

    I have flashed the BIOS to the new 1.13 from the site, but still have problems with overclocking and the SATA HDD. When I go above 165FSB, I no longer have SATA drives visible in the BIOS, and the system tries looking for another boot disk. Is there

  • Clarification about  Database_Buffer_cache workings

    Hi All, Clarification about Database_Buffer_cache workings:(This statement from my course material) *1.The information read from disk is read a block at a time,not a row at a time,because a database block* is the smallest addressable storage space on

  • Text for the compounded infoobject not displayed in BeX

    Dear All, I have two infoobjects 'Action' and 'Action Reason'. 'Action Reason' is compounded to 'Action'. Its values are: Action      Action Reason   T3                  6 Each of the infoobject has its own text table. I have displayed both of them i

  • Restoring a Rman Tablespace backup to noarchilog mode database

    Hi All, Is it possible to take a backup of a tablespace through rman from archivelog mode database and restore the same to noarchivelog mode database through rman ? Please suggest if it is not possible why it is not possible. We have a testing databa