JRE 5.0 and MS Runtime Error!

When I inadvertently let the 5.0 JRE install on my machine, I started getting a "Runtime Error!" in MS Windows Explorer.
The error was like this:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\WINNT\explorer.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the applications support team for more information.
Everytime I opened Windows Explorer, it would poppup this message and then crash the explorer. We tried multiple things to fix it, lots of ideas on the internet, but the only thing that would stop it is removing the JRE. Anyone else getting the problem?
FYI
I did not have google toolbar on my machine
my computer is well protected against virus' and adwares

Yes, I'm having this same issue after the exact same thing...let JRE 5.0 install, over-writing the old JRE. I'm going to uninstall the 5.0 and see if it helps.
I'm running XP on a work machine and I've done everything else...registry cleaning, virus scans (in safe mode), Ad-Aware scan, no Google toolbar. I've cleaned the mcapfbho.dll file, removed all unneeded add-ons in Office, Outlook 2003, and IE 5.5. I've disabled McAffee's spamkiller and Exchange sniffer. I've ran ISPFix.exe and BHO Captor....all this and still get the error.
Hopefully removing the JRE 5.0 works.

Similar Messages

  • Using Runtime exec() method to run java files and return runtime errors

    Hi
    I'm writing a java editor and I use
    Runtime.getRuntime().exec(command)
    to compile the java files. That works fine and I deal with the returned errors using the getErrorStream().
    My questions are:
    1. Can I use the same technique for returning runtime errors. In any posts I've read the process runs from begining to end, returning the errors after completion. How do I return the errors of the app as they happen interactively?
    2. If i cant use the exec and getErrorStream() methods then does anyone know how it is done?
    Thanks in advance for any help!

    Read this:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    MOD

  • Acrobat v9 Pro and Standard Runtime Error!

    My company recently got in the CD's from Adobe for Acrobat 9 Professional and Acrobat 9 Standard.
    I installed Acrobat 9 Pro on one of our systems. The system got a runtime error every time Adobe Acrobat started citing "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe This application has requested the Runtime to terminate it in an unusal way. Please contact the application's support team for more information."
    Initially, I thought it was an issue with that system. So, I installed Acrobat Standard on two other systems. Both units get the same error.
    Of the 3 units 2 are identical IBM workstations with some different software installed. 1 is an HP system. The OS is a fairly clean Windows XP SP2 otherwise very stable installation.
    I searched Adobe forums and here but haven't come across much version 9 questions/comments.
    Initially, I was going to fully uninstall Acrobat and try the installation again. However, now that 2 other systems are getting the same error, I feel it would be a waste of time.
    Any ideas on what to look for to resolve this issue?
    Previous version was the latest v8 which 9 uninstalled.
    Thanks in advance!
    -Dean
    EDIT: I did come across this for version 8 and tried the same fix with 9, but to no effect:
    ================================================================================
    C++ Runtime error after launching Acrobat or Adobe Reader 8 on Windows
    Issue
    When you launch Adobe Acrobat 8 Standard, Professional, or Adobe Reader 8 on Windows, an error occurs:
    Runtime Error!
    Program: C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe
    This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information.
    Solution
    Disable the Updater.api plug-in.
    Navigate to where Acrobat or Adobe Reader is installed, usually
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins
    or C:\Program Files\Adobe\Reader 8.0\Reader\plug_ins
    Rename the Updater.api plug-in to Updater.api.old
    Relaunch Acrobat or Reader.

    So here is the flaw... Since i dont see many people saying WHAT the flaw is.
    ==== THIS IS WITH ROAMING PROFILE CRASHES! ====
    Adobe's program iterates the network path from left to right, skipping the first word: \\Server\Folder1\Folder2\Folder3\APPLICATION DATA as it searches a user's profile for the APPLICATION DATA folder.
    So starting at FOLDER1 it checks to see if it can "create" a folder. It doesnt do it, but it tries to check its access. If your not in the users profile at this point, the program MOST LIKELY cannot because its a directory NOT owned by the user. THe previous folders is something you wouldn't give NORMAL users access to.
    After the program FAILS to "create" its folder because it cannot -
    The program Crashes:
    *R6025 - Pure Virtual function call
    * The exception unknown software exception (0x40000015) occurred in the application at location 0x2e80f5e3
    * C++ runtime error
    * WINDOWS NAME Collision error.
    === ITS ALL OF THESE! Same error, different points in the crashing ===
    Solution?
    I create a network drive DIRECTLY to the profile, then I update the registery to make that the WINDOWS APPDATA path. ALL of this is done on the user logon scripts. So it was just "solved" one day, except for a new drive letter appearing.
    (Added to login script)
    net use l: \\SERVER\USER PROFILE TREE\USER PROFILE
    REG ADD "HKEY_CURRENT_USER\software\Microsoft\windows\CurrentVersion\Explorer\User Shell Folders" /v AppData /t REG_EXPAND_SZ /d "l:\Application Data" /f
    For our work we use: \\SERVER\USER PROFILE TREE\%USERNAME%\%COMPUTERNAME% - so each user has SEPERATE data per computer they are on.
    ADOBE - PLEASE update your code so it doesnt iterate like this! If it does RESUME on error, to see if its recoverable before the END of the interation. These are simple mistakes...
    THIS will also fix the SIMILAR / SAME(?) BUG in ROXIO products.

  • IPad and iPhone runtime errors after ios 6 update at one site I use

    I use an I pad and iPhone 4S.  Did iOS 6 updates and have no problems.  However today I went to one site, the NGC collectors society ( registery section requiring sign in) that I use and get the following error below.  I have cleared the cookies on my iPad and restarted, but still get the same error. I also made sure java script was on.  The same with the iPhone. So far this is the only problem I have had with the new ios6.  The site works fine with my laptop which is a MacBook Pro that is updated with the latest system software. 
    Server Error in '/' Application.
    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    Hi,
    Try to deactivate the FACEBOOK INTEGRATION (go to settings).. After i removed it to my iphone 4 All apps are now doing fine... No more crashing of apps :-) hope it works for you...
    The problem is with facebook, go to settings / facebook / your user name and delete your account, the do a hard reset (home+power for some seconds).
    dont need to delete the facebook app! just delete your integrate account from settings

  • BExAnalyzer: SAPBEXsetFilterValue and others: runtime error 1004, Intersect

    Hello there,
    any idea why e.g. SAPBexSetFilterValue does not work any more in BI7.0?
    We need to set serveral filter values by macro which worked like a charme in BW3.5.
    Now, all functions that have to to with filter values cause a runtime error 1004, saying that the intersect-property of the application object could not be assigned.
    Does anyone have the same problem or even a solution or just a snipplet of working code (set or get a filter value).
    As far as I've found out, the drill-down-functions may cause the same problem.
    Any hints are welcome. Thank you.

    Sure, here it is. Simple enough, but not working no matter what I try:
    Dim result As Long
        ' last parameter (atCell) left out. Cursor placed on filter cell for costcenter. If you have a look
        ' at the API, then the ActiveCell will be used in that case. This worked quite good in BW 3.5
        result = Run("SAPBEXSetFilterValue", "DE00DECCR10000", "0HIER")
        ' The statement above will call the following code inside the API:
        '    Public Function SAPBEXsetFilterValue(intValue As String, Optional hierValue As String, Optional atCell As Range) As Integer
        '      extErrorBegin ("3.x API SAPBEXsetFilterValue called")
        '      If atCell Is Nothing Then Set atCell = Application.ActiveCell
        '      SAPBEXsetFilterValue = paddin.SAPBEXsetFilterValue(ActiveWorkbook.Name, intValue, hierValue, atCell)
        '      extErrorEnd
        '    End Function
        ' No matter if I use my statement (Run(...)) or call the API statement directly, I always receive a runtime error '1004',
        ' saying that the intersect-property of application-object could not be assigned.
    SAPBEXSetFilterValue worked like a charme in BW3.5. We used it in several workbooks for automation and this becomes a really big problem now in BW7.0.
    Any help/idea welcome!

  • IPhone and Tunes Runtime Error

    I connected my iPhone to my computer and opened iTunes in order to sync my phone. iTunes started up but I got the following message:
    Microsoft Visual C++ Runtime Libray
    Rutime Error!
    Program: c:\Program Files\iTunes\iTunes.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact the applications support team for more information.
    Anyone have any ideas on what I should do?
    Thanks!
      Windows XP  

    I got this too, however, I did not update my version of windowz XP in the last few weeks, certainly not since I got the phone. For me, getting this message was completely by surprise and judging by the time I am guessing Apple tried to push something (possibly) through iTunes, maybe something to the effect of "live" updates?
    Here is my thinking. I have not updated anything on my computer since getting my phone. Last night I synch my phone and I got that same error. I checked the apple software update and sure enough there was a new version of iTunes, the 7.3.1 version. Prior to downloading that I did reboot a few times, thought maybe it was just a random issue, finally I installed 7.3.1 and all problems went away.
    Based on that I know something outside of my doing occurred within iTunes. I am just not sure what it is. I was on the ilounge forums and now came here and on both forums there was a report of this. Interesting at that.

  • Firefox crashes 6 times in 3 hours and a runtime error message popup

    I have no idea what happen, and the firefox keep crashing. I have tried to use Safe Mode and follow the instruction. However, it does not help. Please help me on solving this problem.

    These crashes on Windows 8 are currently being investigated.<br />
    Probably the only solution for now is to downgrade to Firefox 18.0.2
    *https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/18.0.2/
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=830531 bug 830531] - [Win8] crash in XPC_WN_Helper_NewResolve mainly with AMD Radeon HD 6290/6310/6320/7290/7310/7340
    <i>(please do not comment in bug reports: [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html])</i>

  • BEx Web Analyzer - runtime error

    I am running a query on BEx Web analyzer on local test WAS and getting runtime error below. The WAS is in on SP8 and BI on SP11. Is SP mismatch the problem?
    >
    Exception in BI runtime
    A:RSBOL:016 1 2
    Log ID: C000C0A80065009C0000000A000000B8000425994A2836C9
    Initial cause
    Message:
    Termination message sent ABEND RSBOL (016): A:RSBOL:016 1 2  MSGV1: 1  MSGV2: 2
    Stack trace:
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent ABEND RSBOL (016): A:RSBOL:016 1 2  MSGV1: 1  MSGV2: 2

    The error is because Java @ SP 8

  • Runtime Error while Displaying End of Page in ALV

    Hi,
    This is the Code i have written.. The top of page is printing when i comment the end of page in the program (BOLD FORMAT)..But when Uncomment the End of page Code this is going to Short dump..and the Runtime Error is..
    A PERFORM was used to call the routine "END_OF_LIST" of the program "ZPROGRAM
    This routine contains exactly 0 formal parameters, but the current
    call contains 1 actual parameters.
    *&      Form  DISPLAY_ALV_VBAP
    FORM DISPLAY_ALV_VBAP .
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          I_CALLBACK_PROGRAM          = V_REPID
          I_CALLBACK_TOP_OF_PAGE      = 'TOP_OF_PAGE1'
          I_CALLBACK_HTML_END_OF_LIST = 'END_OF_LIST'
          I_GRID_TITLE                = 'THIS IS LAST'
          IS_LAYOUT                   = WA_LAYO
          IT_FIELDCAT                 = I_FIELDCAT
        TABLES
          T_OUTTAB                    = IT_VBAP
        EXCEPTIONS
          PROGRAM_ERROR               = 1
          OTHERS                      = 2.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " DISPLAY_ALV_VBAP
    *&      Form  top_of_page1
          text
    FORM TOP_OF_PAGE1.
      DATA:IT_LISTHEAD2 TYPE SLIS_T_LISTHEADER.
      DATA:WA_LISTHEAD2 TYPE SLIS_LISTHEADER.
      WA_LISTHEAD2-TYP = 'H'.
      WA_LISTHEAD2-INFO = 'THIS IS TOP OF PAGE FOR SECOND LIST'.
      APPEND WA_LISTHEAD2 TO IT_LISTHEAD2.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          IT_LIST_COMMENTARY = IT_LISTHEAD2
          I_LOGO             = 'ENJOYSAP_LOGO'.
    ENDFORM.                    "top_of_page1
    *&      Form  end_of_list
          text
    FORM END_OF_LIST.
      DATA:IT_LISTHEAD1 TYPE SLIS_T_LISTHEADER.
      DATA:WA_LISTHEAD1 TYPE SLIS_LISTHEADER.
      WA_LISTHEAD1-TYP = 'H'.
      WA_LISTHEAD1-INFO = 'THIS IS END OF PAGE FOR SECOND LIST'.
      APPEND WA_LISTHEAD1 TO IT_LISTHEAD1.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
      EXPORTING
       IT_LIST_COMMENTARY       = IT_LISTHEAD1
       I_LOGO                   = 'ENJOYSAP_LOGO'
       I_END_OF_LIST_GRID       = 'X'
    ENDFORM.

    Hi
    The "END_OF_LIST" event is not called as you have called it.
    First capture END_OF_LIST as an event in your events table.
    Then use it.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = V_REPID
    I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE1'
    I_CALLBACK_HTML_END_OF_LIST = 'END_OF_LIST'  <----- Wrong
    I_GRID_TITLE = 'THIS IS LAST'
    IS_LAYOUT = WA_LAYO
    IT_FIELDCAT = I_FIELDCAT
    TABLES
    T_OUTTAB = IT_VBAP
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2.
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM. " DISPLAY_ALV_VBAP
    Build an events table like this :
    FORM build_events.
      DATA: ls_event TYPE slis_alv_event.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
        EXPORTING
          i_list_type     = 0
        IMPORTING
          et_events       = gt_events[]
        EXCEPTIONS
          list_type_wrong = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      READ TABLE gt_events WITH KEY name =  slis_ev_end_of_page
                  INTO ls_event.
      IF sy-subrc = 0.
        MOVE 'END_OF_PAGE' TO ls_event-form.
        APPEND ls_event TO gt_events.
      ENDIF.
      READ TABLE gt_events WITH KEY name =  slis_ev_end_of_list
                  INTO ls_event.
      IF sy-subrc = 0.
        MOVE 'END_OF_LIST' TO ls_event-form.
        APPEND ls_event TO gt_events.
      ENDIF.
    ENDFORM.                
    And then use the END_OF_list form as you have defined.
    Hope that helps.
    Cheers
    Ravish

  • Runtime error affecting only Encore CS5

    My CS5 Creative Suite 5 Production Studio has run fine up to yesterday, on my 64 bit PC with Windows 7 Professional.
    Only Encore CS5 is affected...and only when I try to start a new Encore project.  The crash does not happen if I open an existing Encore project...which opens and works as usual. 
    New Encore projects won't open and get the following alert, crashing Encore:  'This application has requested the Runtime to terminate it in an unusual way.  Please contact the application support team for more information.
    I can't finish my projects and need fast help.

    Hi Stan ... I can't open any new project or save it.  With the 'Basic & Advanced window open I enter the name and location of the new project.  Click OK and then it opens momentarily and a RunTime Error window opens and closes Encore.  It says Windows is looking for a solution, but none is found.  As a result I can't change preferences.
    Up until I held the CTRL SHIFT ALT key upon opening, Encore would let me open past projects..just not new ones.  Now I can't open any of them...new or past.
    But I can open the test project that I open with holding the 3 keys down while opening.
    On older projects I'm now getting a new alert "Could not create Blu-ray ntsc sd mped-2.epr.  The path is not valid.'  Tried 5 past projects and none opened.
    Very frustrating.  All my other Adobe programs open...PhotoShop, Premiere, etc.  Just Encore is affected.
    On another note...over the last few months I get 4 DLL alerts that it can't find them...I just close them and everything runs well...as did Encore up to a few days ago.  May not be related.
    Thanks for your help.

  • Whenever I try to print a pdf document I get a message saying there  a runtime error, I have adobe r

    Whenever I try to print a PDF document, I get a message indicating there is a runtime error, and for me to contact you. My system is Adobe reader 9.3

    A runtime error is a computer error that appears in the form  of a message box consisting of a particular code along with its  corresponding definitions. Usually, a user will notice that the computer  becomes noticeably slow before a runtime error appears.
    After the runtime error message has been displayed and closed, the software that shows this error would  normally close or freeze. In some cases, the operating system will  reboot.
    A wide variety of errors cause these problems. These include:
    conflicts between the TSR (Terminate and Stay Resident Program)
    currently running applications
    software issues
    memory problems
    and harmful applications such as computer viruses
    With this, the procedures necessary to correct this type of error  differs from one case to another. If the runtime error you are  experiencing were caused by a TSR then you can simply use the "end task"  function of the Task Manager.
    If you consequently encounter a runtime error  that is persistent, the software that displays the error message has  certain issues and problems. You can resolve this problem by visiting  the website of the software's developer and downloading and installing  all the updates and patches needed for the smooth running of the  software. However, if you have already installed all updates and patches  and the runtime error message still appears, you can opt to uninstall  and reinstall the program.
    Another type of runtime error is usually caused by memory issues. In  this case, it is a good idea to first contact the developer of the  application that caused the error message. More often than not, they can  provide you with a possible set of solutions. But if their given  solutions cannot resolve the issues, you need to contact the  manufacturer of your computer or motherboard and ask for a technician or  someone from the company who can assess your hardware.
    A different type of runtime error is caused by harmful programs such  as viruses and other malicious processes. These harmful programs are  capable of altering the computer's settings. With this, they are very  much capable of generating runtime errors. In order to prevent runtime  errors that are caused by such malicious programs, you need to  frequently update your antivirus software. If your PC does  not have a good software security program, you need to install one and scan your computer for possible threats  to the stability of your system and the security of your private data.
    What all that means is: There is something in the Adobe Reader that is not functioning properly once it is opened.
    The best way to resolve this is to:
    1. Uninstall Reader (using the Control Panel).
    2. Download and install the Windows Installer Cleanup Utility (msicuu2.exe)
    3. Run the Windows Installer Cleanup Utility to remove the installer for Reader 9 (and previous versions if they are still installed).
    4. Download and install a new copy of Reader, and update it (if required) to 9.3.1.

  • Runtime error when I start iTunes??

    When I open my iTunes, I keep getting an error message of: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    I can't figure it out or what to do. Can someone help??
    Thanks!
      Windows XP  

    Hi everyone. This seems to a a problem with the Apple
    Updater program. If you rename file C:\Program
    Files\Apple Software Update\SoftwareUpdate.exe to say
    C:\Program Files\Apple Software
    Update\__SoftwareUpdate.exe or any thing else the
    problem seems to go away. Then after iTunes has
    started you can close iTunes, and return the file to
    its original name and everything works fine.
    I downloaded iTunes 7.3 update and the Runtime error
    went away but now I have a different problem.
    ---My podcasts haven't updated since 6/25/07;so, I
    clicked on "Get" on one of them to see if that works:
    nope. It goes on forever.
    --I tried "Refresh" podcast directory but nothing
    happened.
    --I tried quitting but it wouldn't let me. I did the
    CTRLALTDELETE and ended the process. Now I can't
    even run iTunes! It won't open.
    ---Brian, I'm hoping your advice will help me also, but
    I have a basic question: how/where do I change the name
    of the SoftwareUpdate.exe? I know you listed the
    pathway, but I'd have no trouble getting to it if it
    were a Mac but I have no idea with this PC.
    iMac DV 400 Blueberry,512 mb RAM   Mac OS X (10.3.9)   HP Compaq Presario v5102nr Notebook

  • Illustrator Runtime Error in CS2

    All of a sudden I can't open up my Illustrator - which has never given me trouble before. I have the CS2 Creative Suite. Now an error pops up during opening and says:
    Runtime Error!
    This application has requested the runtime to terminate it in an unusual way.

    And what system? What does the crash info say? Look it up:
    Working with your Operating System’s Tools
    Mylenium

  • Customer master XD01 system gives RUNTIME Error

    Hi all,
    While creating customer master xd01 system takes 10-15 minutes and gives RUNTIME Error.
    can anybody explain it why system behave like this i spoken with my BASIS & ABAPer guy they also dont know the solution
    Your help is required
    Regards,
    Abhijeet

    This is not an SD or even SCN question. Short dump is just a result of time out, but this transaction should not be taking so much time as to time out. There are tools available in SAP to diagnose and troubleshoot the performance. I'm not sure how could neither ABAPer nor Basis admin know about them - you might want to raise this with IT management.
    It's something that has to be analyzed in your system locally, not posted on SCN.

  • EHP4: IMPORT_PROPER, Runtime error

    Hi!
    I upgrade a SAP ERP system to EHP4. Since the phase DDIC_ACTIVATION is completed and has been changed to "IMPORT_PROPER" it is not possible to use any transactions and the runtime error appears:
    Runtime Error: DDIC_TYPE_INCONSISTENCY
    Inconsistency in the Dictionary for the structure "RSEUMOD"    
    Programm                            SAPLSEUF     
    Include                                 LSEUFU26     
    Line                                     17    
    Can some one help me to solve this problem?
    Thank you very much!
    regards

    Log File:                D:\usr\sap\trans\log\N070425.BW3
    Table conversion (TBATG)
    Transport request   : ALL
    System              : BW3
    tp path             : tp
    Version and release: 340.15.06 640
    Program start============================================================
    DD: Execution of Database Operations
    =========================================================================
    Process..................: hydhtc74451_10
    User.....................: DDIC
    Date, time...............: 25.04.2007, 16:40:57
    Platform.................: CUSTOMER-BW3(640)/MSSQL/WindowsNT/hydhtc74451
    Tool.....................: BATCH/RADBAT01
    Log......................: F, D:\usr\sap\trans\tmp\N070425.BW3
    Program parameters:
    Process cat..............: parallel
    =========================================================================
    Start phase 001 **********************************************************
    Preprocessing of TBATG
    Preprocessing of TBATG
    End phase  001 ***********************************************************
    Start phase 002 **********************************************************
    Partitioning
    Number of objects: 1, partition: 1
    Partitioning
    End phase  002 ***********************************************************
    Process..................: hydhtc74451_10
    =========================================================================
    DD: Execution of Database Operations
    =========================================================================
    Process..................: hydhtc74451_10
    Return code..............: 0
    Phase 001................: < 1 sec. (Preprocessing of TBATG)
    Phase 002................: < 1 sec. (Partitioning)
    Program runtime..........: < 1 sec.
    Date, time...............: 25.04.2007, 16:40:57
    Program end==============================================================
    Table conversion (TBATG)
    End date and time : 20070425164057
    Ended with return code:  ===> 8 <===

Maybe you are looking for

  • How to put variable selection and the query result the same screen

    Dear all,    how can I put the variable selection and the query result in the same screen? Please advise. Thanks. Jin Ming

  • My Time Machine recently has failed to back up

    I have been using my time machine to back up my MACBOOK pro for awhile now, and in the past week I have been getting the message " Time Machine could not complete the back up- The back up disk imsage " / volumes/ My time machine-1/ My Name's MacBook

  • Chinese internization

    Hi,everbody,I have problem when doing chinese internization.Can some body help me?My OS is win2000,the java compiler is jdk1.3 and my text editor is UltraEdit. the test program as follows: import java.util.ResourceBundle; import java.util.Locale; imp

  • HT201257 I can't find the "apple hardware test" on my computer

    --or on my Snow Leopard install disk or on the downloads page at Apple. ( 2.5 GHz Macbook Pro) I have serious startup problems and would ver much like to run that test. Startup with the D key down got nothing.

  • Parameters Forwarded to Web Dynpro

    Our portal is integrated with ERP system. We transfer roles from this system to the portal (New - From Backend System) and some iViews are generated automatically for menu items (they are placed in Migrated Content). If I add application parameters i