SP10 got stuck after installing ERP2005

Hi, all
I just installed ERP2005 double stacks on windows 2003, when I am trying to apply support package 10 for basis module, it ran forever, after a couple of retries, I can't be able to import it anymore and generated short dumps when I ran any t-codes.
I am wondering if anyone faced similar problems.
any help would be appreciated !
thanks
Xiangli

Hi,
Please check the tablespace availability through DB02 once after refreshing the DB. If any of the tablespace is above 86%, please increase the tablespace and then try it out.
Reward points if this gives the solution.
Regards,
Santhosh

Similar Messages

  • App got stuck while installing help

    I was trying to download an app and it got stuck while loading. I can't delete it. I have turned off and on my phone to no avail. I tried plugging in the phone to itunes. Help please

    This happened to me when I got my iPhone. Simply all I did was turn off the Wi-Fi and it should stop saying "Loading"
    What you can do is download the same app and see If it will move. Or just use iTunes to install the app.

  • Mini Ipad got slow after installing iOS7

    Hi there,
    my Mini Ipad got really slow after installing iOS7. The same apps are working much slower. What can i do? Im even considering going back o iOS6, if its even possible.
    I have already tried:
    Restarting the device
    Changing iCloud Sync configurations
    I haven´t try:
    Reseting all configurations, cause i don´t want to lose any infos and I don´t know exactly what im going to lose.
    Any suggestions? Thank you!

    NachinRob wrote:
    Im even considering going back o iOS6,
    This is not possible. Apple does not support downgrading.
    NachinRob wrote
    my Mini Ipad got really slow after installing iOS7.
    Have a look here...
    http://osxdaily.com/2013/09/23/ios-7-slow-speed-it-up/

  • My iphone 3g got stuck after updating

    after updating my iphone got stucked in the "emergency call" and i dont know what to do!

    i was updating my iphone 3g to ios 4.2 and when the restoration was over on the iphone I get nothing but the option to make an emergency call and nothing more.(sory the language i am from argentina)

  • Reboot Stuck After Installing Yosemite

    After installing Yosemite I got a notification that the system would be slow while it optimizes the system. Well, after 3 hours of using it in slow motion, I rebooted. During the shutdown phase I got a blank screen with a spinning wagon wheel. It's been like this now for about an hour.
    Any suggestions?

    Usually, if your drive does not appear at all in Disk Utility, then it has died. What is the exact model Mac that you have? If it is pre-2011 then it cannot do full Internet Recovery. I don't know what the error message means. Are you using a default router setup or are you using your own configuration with different DNS settings? I don't know what that error means, specifically, but usually those errors indicate a connection problem. If possible try using Ethernet rather than Wi-Fi.

  • Process got stuck after receiving SIGUSR1

    Hi,
    I have a C++ program which get stuck after receiving SIGUSR1 signal. Its a daemon process which stop after receiving SIGUSR1 signal. but instead of stopping it stuck.
    below is the pstack of the process when it was stuck.
    ----------------- lwp# 1 / thread# 1 --------------------
    7fa1f48c lwp_sema_wait (7e340)
    7fa996dc _park    (7e340, 7fabc000, 0, 7e278, 2316c, 0) + 114
    7fa993a4 _swtch   (7e278, 7e278, 7fabc000, 5, 1000, 7fabc000) + 424
    7fa9ada0 mutexadaptive_lock (7fac785c, 4c00, 1000, fffeffff, 1, 4d58) + 160
    7fa9aab4 cmutexlock (7e188, 7fabc000, 0, 33d8c, 0, 0) + 84
    00033d8c __1cDstdNbasic_ostream4Ccn0ALchar_traits4Cc___Gsentry2t5B6Mr1_v_ (ffbe9254, 7ce30, 7d278, 7c24c, 8, 7e180) + 50
    00031768 __1cDstd2l6Frn0ANbasic_ostream4Ccn0ALchar_traits4Cc____pkc_2_ (7ce30, 66f4d, 7c24c, 0, 0, 0) + 20
    00023844 __1cSReplicatorDriver64Jterminate6Fi_v_ (10, 0, 0, 0, 0, 0) + 1c
    00023674 __1cSReplicatorDriver64ScatchSignalHandler6Fi_v_ (10, ffbe97f0, ffbe9538, 0, 0, 0) + 1c
    7faab118 __sighndlr (10, ffbe97f0, ffbe9538, 23658, 7e320, 7e310) + c
    7faa811c sigacthandler (10, 7e278, 0, 0, 0, 7fabc000) + 708
    --- called from signal handler with signal 16 (SIGUSR1) ---
    7fa1fa6c _write   (7e180, 7e940, ffffffff, 280, 2, 7e000) + c
    0005a6a0 __1cDstdNbasic_filebuf4Ccn0ALchar_traits4Cc___Esync6M_i_ (7e180, 8, 7d278, 8, 218, 7ce30) + 30
    00031d30 __1cDstd2l6Frn0ANbasic_ostream4Ccn0ALchar_traits4Cc____pkc_2_ (7ce30, 300, 7c24c, 2fd10, 0, 1) + 5e8
    0002a548 __1cXTimesTenTableReplicatorEread6MrknXTimesTenLogConnection64_ripppnRttXlaUpdateDesc_t__b_ (803f0, 80430, ffbeaa30
    , ffbeaa2c, 2fd10, 8) + 68
    00029f98 __1cXTimesTenTableReplicatorJreplicate6Mrl_b_ (803f0, ffbeaaf0, 3e8, 5, 7fb4b4e8, 34) + 108
    00028408 __1cYReplicatorThreadDriver64Drun6M_b_ (0, 3fc7c, 8, 7d278, 7ce38, 7e180) + c8
    000232c4 __1cSReplicatorDriver64Drun6M_b_ (ffbeabd8, 23258, 7c24c, 2fd10, 0, 1) + 14
    00023174 main (3, ffbeac44, ffbeac54, 7c800, 0, 0) + 124
    00023028 _start   (0, 0, 0, 0, 0, 0) + 108
    below is the code of signal handler.
    void ReplicatorDriver64::catchSignalHandler(int i_signalNumber)
         if (i_signalNumber == SIGUSR1 )
         ReplicatorDriver64::terminate(i_signalNumber);
         cout<<"return from ReplicatorDriver64::terminate"<<endl;
         return;
    void ReplicatorDriver64::terminate(int i_signalNumber)
         cout << "Received a User Signal 1( terminate ) "<<endl;
         struct sigaction act, oact;
         sigfillset(&act.sa_mask); // set all the signal flags in the sigmask argument
         act.sa_handler = SIG_DFL; // set defaul action flag to segnal
         act.sa_flags = 0;
         m_processStatus = false;
    }

    The C and C++ standards say that the only thing you can rely on doing in a signal handler is to read and write global volatile variables, abort the program, or call the signal function.
    The Unix standard, which applies to Solaris, is more lenient. By default, a signal handler is run on the process stack, although it is possible to specify that a given signal runs on a different stack. If the stack actually used has enough space, you can call functions.
    But the Unix standard limits the system functions that you can call. You can call only those system functions that the man page says they reentrant and safe to call from a signal handler. Any function that calls malloc or free is generally not safe, and I/O routines often involve calls to malloc or free.

  • Finder stuck after installing Yosemite

    I was finally able to get Yosemite installed after many issues but now my internal drive does not show up on the desktop and when I click on Finder, the rainbow wheel begins turning and nothing happens. I seem to be able to do anything else without any problem (Safari, launchpad, etc).

    Hi
    I have a Late 2013 retina MacBook Pro, and i've the same issue than you... I don't really know from where it comes from...
    Do you have a third party software to browse external device in NTFS format such an external hard drive?
    I have a path to explore since i noticed this bug the first time i tried to browse my external hdd.
    Here is a screenshot of the bug :
    Or when i browse local ssd (where Yosemite is installed) i got a blank folder...
    I got graphic glitches when entering Time Machine for exemple.
    I'm using the last version of Tuxera NTFS (trial version) supporting Yosemite...
    I've no problem so far with Mavericks which is working flawlessly...
    My install of Yosemite is a clean install without any third party software/drivers, the problem is here with or without Tuxera NTFS installed. I did two clean install in the passt two days.
    Many thanks if Apple could do something for this bug.
    I did an Apple Diagnostic and there is no mistake with the hardware according to the result.

  • Got stuck while installing BAM.

    Hi all,
    I am stuck at the step: DATBASE CONNECT INFORMATION, while installing the BAM. Everytime I try, its giving me error saying that the Installer cannot connect to the database located at parameter #1.
    Please help me in getting out of this issue.
    Regards,
    Vishal

    I had the same issue and managed to resolve it
    What you need to do is uninstall Oracle XE from the Add/Remove programs under the Control panel. You should also delete all the installation folders that might remain on your machine...
    Then go to start->run and type regedit
    In the Registry window that opens up, go to edit find and search for all occurrences of both oraclexe and OracleBam and delete every record that contains those words in the panel on the right. Please make absolutely certain that you deleting the right occurrences of the records as any mistake might completely mess up your system.
    Reinstall Oracle XE and and OracleBAM and if your lucky like me, everything should work
    Edited by: user4886758 on Nov 5, 2008 2:19 PM

  • IMovie hangs when I delete events or clips.  i think it got worse after installing Lion.  Suggestions please?  MBP

    Hello, do you think you can help me . I have a canon 7d and when I go to I movie to edit after converting my clips , when I go to quick time and get the final results the footage is fuzzy I changed the settings to 1440+1080 and its worse . What should the setting be? I am filming in 24p

    Sorry, I should have added this error message that I get when trying to move the rejected clips to the trash:
    The operation could not be completed. * -[NSPlaceholderMutableDictionary initWithObjects:forKeys:]: number of objects (0) not equal to number of keys (4)
    Perhaps this will help someone with nailing down what the issue is.
    Thanks again.

  • HT201263 I have iphone 5 went to update got stuck on installing update for more than 5 hours so unpluged and did restore now still stuck on installing software any ideas on how to fix this it's been 4 hours

     

    Hi NWL1,
    Thanks for the question. If I understand correctly, the iPhone won't update and is stuck. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • My scroll wheel got inverted after installing Lion

    Does anyone know how to fix this? I used to scroll "down" on the wheel to go down; now if I scroll "down" the page goes up!
    I know it wasn't like this before because everytime I scroll I tell myself, why is going in this direction?
    Is there any way to fix this? I have a Logitech Perfromance MX mouse, but there is no customization to adjust scroll direction.

    Here is the solution for Lion scroll reversal on all 3rd party mice. http://pilotmoon.com/scrollreverser/

  • Help! computer stuck while installing automatic updates

    Hi there, I'm having a problem while installing the automatic updates. I bought this iMac about 7 months ago and I've installed all the automatic updates without any problems, but since 2 weeks ago when the updated software asked me to restart my computer to install the new updates, the computer just got stuck after loging out when the INSTALLING UPDATES windows appears. It stayed there for about 6 hours (I thought it was like a really large update) but the process bar was still like in 1%. So I just pressed the ON/OFF button and restarted the computer.
    Now I have 4 updates outstanding and everytime I tried to install them the same happens, the computer gets stuck in the installation window.
    Does anyone here know what could be wrong and how to fix it? is there any way to delete the installations remaining and start right from scratch or something?
    Please I need help! this is the first Mac I've ever had!
    Thank you all.
    Cheers,
    German D Salamanca
    <Edited by Moderator>

    Hi German D. Salamanca;
    You really should not post you email address in your thread. Addresses posted in this manner can be harvested for use with spam. If you wish to you can place your email address in your profile instead.
    I am going to suggest to the monitors that they edit your message to remove the address.
    Allan

  • Stuck on installing software update

    ok so I was updating my Mac thru AppStore and I restarted my Mac and it got stuck on installing software update with 2 min left it's been like this for 10 min help!

    I killed the mac booted it up and it worked find used diskutily found no problems repaired some permisions seems fine it just slowed down alot sould i try updating agian?

  • When I was updating I Phone version 4  from iTunes. it got stuck in middle of updating, after uninstall the version 3 and new version 4 was not installed. Now iTunes is not detecting the iphone and my iphone is also not working n showing connection cable

    When i was updating i phone version 4 from Itunes. It got stuck in middle of updating, after uninstall the version3. But new version was not installed. Now itunes is not detecting the iphone and iphone is also not working and showing connection cable with itunes. Pls help..

    Check your system for possible Malware. But you have to do it in WIndows Safe Mode.
    (Do not use your own Anti-virus to SCAN)
    Start your computer in "Safe mode with networking", go to this link download a free version of Malwarebyte.
    http://www.malwarebytes.org/products/malwarebytes_free
    Install and perform update immediately, then do a full SCAN. Remove malware if it indeed finds any. Restart computer to regular windows to let Malwarebyte complete the removal.
    To start your computer in safe mode
    Press and hold the F8 key as your computer starts. You need to press F8 before the Windows logo appears. If the Windows logo appears, you'll need to try again by waiting until the Windows logon prompt appears, and then shutting down and restarting your computer.
    On the Advanced Boot Options screen, use the arrow keys to highlight the "safe mode with networking" option, and then press Enter. Log on to your computer with a user account that has administrator rights.
    When your computer is in safe mode, you'll see the words Safe Mode in the corners of your screen. To exit safe mode, restart your computer and let Windows start normally.

  • Installed latest iOS on my iPad mini, it got stuck while restarting after update. It is still in that stage even after 7 hours.

    installed latest iOS on my iPad mini, it got stuck while restarting after update. It is still in that stage even after 7 hours.

    Placing your device into recovery (DFU-Device Firmware Upgrade) mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
       1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the
           other end of the cable connected to your computer's USB port.
       2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds
           until the red slider appears, then slide the slider. Wait for the device to turn off.
                  * If you cannot turn off the device using the slider, press and hold the
                    Sleep/Wake and Home buttons at the same time. When the device turns off,
                    release the Sleep/Wake and Home buttons.
      3. While pressing and holding the Home button, reconnect the USB cable to the
           device. The device should turn on. Note: If you see the battery charge warning,
           let the device charge for at least ten minutes to ensure that the battery has some
           charge, and then start with step 2 again.
      4. Continue holding the Home button until you see the "Connect to iTunes" screen.
           When this screen appears you can release the Home button:
      5. If necessary, open iTunes. You should see the following "recovery mode" alert:
      6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

Maybe you are looking for

  • How to schedule job for APDs?

    Hi All, Does anyone have an idea how to schedule a job for APDs? There is a program called "RSAN_PROCESS_EXECUTE" and it can be scheduled, but it needs to be run with the specific APD. I will appreciate any help with points, Thanks

  • How do I tell which hard drive an application is launching from?

    Hello.  I am first time user of the support communities here.  I have searched the forums prior to posting, but haven't been able to find an answer. I have a 2011 model Mac Mini (purchased 12/2011) running OSX Lion.  A couple weeks ago, I started get

  • ClassFormatError when starting weblogic server on Solaris, SunOS 5.6

    Hi, I get the following error when I start the server: startWebLogic.sh LD_LIBRARY_PATH=/sybase/sybase11/lib:/oracle/app/oracle/product/8.1.6/lib:/u sr/openwin/lib:/opt/SUNWspro/lib:/usr/atria/lib:/usr/java1.2/jre/lib/sparc:/ sybase/sybase11/lib:/ora

  • Paymnet without clearing

    Hello Experts, Can we do payment without clearing concept in FICA. Generally we are directly clearing open item as we we run payment. Regards Amit

  • Can I paste football table from Safari into Numbers by Dec 23?

    *Can I paste a table from Safari into Numbers - and get a table?* Whether I use Paste or Paste Match Style (?) it just goes into one column, which is useless. Same result in Pages. But in the Appleshop demo I copied the table from Safari into Excel a