IMPDP HANG ---

hi,
i'm using 10.2.0
while importing its hangs for a long time
alertlog shows
ORA-01659: unable to allocate MINEXTENTS beyond 2 in tablespace USERS
what are things to do...
thanks in adv,
Deepak

Hi,
I suppose your users tables pace is full. Is it?
If yes then either you might have to increase it size?
Regards
Anurag Tibrewal.

Similar Messages

  • Impdp hangs at definig state

    Hi Gurus,
    I am trying to do full import for APPS R12.1.1 db 11202, but it hangs at defining state for more than 72 hrs, v$session_wait and v$session_longops show 100% done for worker. There is no error in alert log. Please help.

    You may have to trace it and see which step is taking longer ... search support site for details on tracing.
    Also i am not very clear on what do you mean by defining? As impdp starts, it checks dumpfiles and internal objects directory contained therein to make sure everything is in place. If your dumpset is large it could take some time but 30 hours is a suspect. Like Srini mentioned, we need to know your impdp command and first 20 lines of log file contents.
    This is better done before you get to tracing.

  • IMPDP hangs but no error messages

    I have completed several schema level imports into a new 11.1.0.6 database on a new Windows Server 2003 64 bit server quad core with 16GB of RAM, but one schema gets to the "TABLE_DATA" stage and seems to hang, it never progresses but does not stop or display any error messages either.
    The impdp output is below, that is as far as it gets, then stops. Plenty of tablespace available, no issues can be seen.
    It is exported from an 11.1.0.6 database as well.
    Import: Release 11.1.0.6.0 - 64bit Production on Wednesday, 03 March, 2010 22:55:31
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "USERBOB"."USERBOB_04MAR" successfully loaded/unloaded
    Starting "USERBOB"."USERBOB_04MAR": USERBOB/******** directory=exportimport11g schemas=USERBOB dumpfile=USERBOB_04MAR_%u.dmp job_name=USERBOB_04MAR logfile=USERBOB_04MAR.log table_exists_action=REPLACE parallel=4
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"USERBOB" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/TYPE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    I left it running 10 hours overnight with no change, way longer than would be needed. Also tried a second export just in case the first was corrupt.
    When I use the impdp status command, the output looks fine as shown below, with state=EXECUTING and error count=0.
    Import> status
    Job: USERBOB_imp3_03MAR2010
    Operation: IMPORT
    Mode: FULL
    State: EXECUTING
    Bytes Processed: 0
    Current Parallelism: 4
    Job Error Count: 0
    Dump File: G:\exportimport11g\USERBOB_04MAR_%u.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_01.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_02.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_03.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_04.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_05.dmp
    Worker 1 Status:
    Process Name: DW01
    State: EXECUTING
    Object Schema: USERBOB
    Object Name: SCHEDULER$_JOB_ARG
    Object Type: SCHEMA_EXPORT/TABLE/TABLE
    Completed Objects: 456
    Total Objects: 457
    Worker Parallelism: 1
    I cannot figure out whats wrong. I can see the table definitions get created when I look at the user's schema in sql developer, but the tables don't have any data in them, so I eventually killed the job.
    I may try an import with EXCLUDE=statistics,indexes as my next best guess. Any help appreciated.
    Edited by: user12152237 on Mar 4, 2010 7:07 PM

    Hi,
    The issue has nothing to do with statistics or indexes. The job was in the process of starting to load data. If you just killed the job and did not remove the datapump_job information, the job should be restartable. Can you try that? You would use this command:
    impdp user/password attach="USERBOB"."USERBOB_04MAR"
    you will get a command prompt like:
    IMPDP>
    You want to type
    IMPDP> CONTINUE
    at the prompt.
    The part that is strange about your message is this:
    The last line in your log file is:
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    which means that the job was in the process of loading data into the tables. But the status shows that tables are being worked on.
    Job: USERBOB_imp3_03MAR2010
    Operation: IMPORT
    Mode: FULL
    State: EXECUTING
    Bytes Processed: 0
    Current Parallelism: 4
    Job Error Count: 0
    Dump File: G:\exportimport11g\USERBOB_04MAR_%u.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_01.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_02.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_03.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_04.dmp
    Dump File: G:\exportimport11g\USERBOB_04MAR_05.dmp
    Worker 1 Status:
    Process Name: DW01
    State: EXECUTING
    Object Schema: USERBOB <---------------
    Object Name: SCHEDULER$_JOB_ARG <-----------------
    Object Type: SCHEMA_EXPORT/TABLE/TABLE <-----------------
    Completed Objects: 456
    Total Objects: 457
    Worker Parallelism: 1
    It looks like table userbob.scheduler$_job_art is trying to be created. Can you check to see if this table exists.
    Dean

  • Impdp hangs on Processing object type... INDEX

    I'm trying to import dump files for many hours, but I's hangs on:
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEXThe status of import is:
    Import> status
    Job: SYS_IMPORT_SCHEMA_10
      Operation: IMPORT
      Mode: SCHEMA
      State: EXECUTING
      Bytes Processed: 25,072,580,204
      Percent Done: 99
      Current Parallelism: 1
      Job Error Count: 0
      Dump File: /backup/import/EXP_DB01.dmp
      Dump File: /backup/import/EXP_DB%u.dmp
      Dump File: /backup/import/EXP_DB2%u.dmp
      Dump File: /backup/import/EXP_DB201.dmp
      Dump File: /backup/import/EXP_DB3%u.dmp
      Dump File: /backup/import/EXP_DB301.dmp
      Dump File: /backup/import/EXP_DB401.dmp
      Dump File: /backup/import/EXP_DB4%u.dmp
      Dump File: /backup/import/EXP_DB02.dmp
      Dump File: /backup/import/EXP_DB202.dmp
      Dump File: /backup/import/EXP_DB302.dmp
      Dump File: /backup/import/EXP_DB402.dmp
    Worker 1 Status:
      State: EXECUTING
      Object Schema: PROJ
      Object Name: BKPIN6_PK
      Object Type: DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
      Completed Objects: 295
      Worker Parallelism: 1And the SQL*Plus shows:
    OPNAME                    TARGET                    SOFAR  TOTALWORK UNITS      ELAPSED_SECONDS MESSAGE
    Table Scan                PROJ.TB_ENTR_001          1056002    1091871 Blocks                 363 Table Scan:  PROJ.TB_ENTR_001: 1056002 out
                                                                                                     of 1091871 Blocks doneSo, the "Table scan" above is done MANY TIMES and when I see the status on prompt import,
    the object name is the same: BKPIN6_PK
    So, Is it hanging?
    What can I do to solve this?
    Thank you very much!

    Hi,
    The only "process" in database is this import:
       SID    SERIAL# USERNAME       MACHINE              OSUSER       PROGRAM                   STATUS   LOGON
        98      29557 DBSNMP         ORASRV grid         emagent@ORASRV INACTIVE 20/09/11 22:39:59
                                                                     (TNS V1-V3)
       136      44447 DBSNMP         ORASRV grid         emagent@ORASRV INACTIVE 20/09/11 22:39:59
                                                                     (TNS V1-V3)
       107         52 DBSNMP         ORASRV grid         emagent@ORASRV ACTIVE   20/09/11 22:41:29
                                                                     (TNS V1-V3)
        55       1348 PROJ         ORASRV oracle      oracle@ORASRV ACTIVE   21/09/11 11:10:53
                                                                     (DW01)
       151          9 SYS            ORASRV oracle      racgimon@ORASRV INACTIVE 16/08/11 13:05:29
                                                                     (TNS V1-V3)
       150         11 SYS            ORASRV oracle      racgimon@ORASRV ACTIVE   16/08/11 13:05:34
                                                                     (TNS V1-V3)
       135          5 SYS            ORASRV oracle      racgimon@ORASRV INACTIVE 16/08/11 13:05:34
                                                                     (TNS V1-V3)
       132         49 SYS            ORASRV oracle      racgimon@ORASRV INACTIVE 16/08/11 13:06:34
                                                                     (TNS V1-V3)
        51      42168 SYS            ORASRV oracle      udi@ORASRV ACTIVE   21/09/11 11:10:40
                                                                    rp (TNS V1-V3)
        85      13018 SYS            ORASRV oracle      oracle@ORASRV ACTIVE   21/09/11 11:10:49
                                                                     (DM00)
        64       8930 SYS            ORASRV oracle      udi@ORASRV INACTIVE 21/09/11 14:45:13
                                                                    rp (TNS V1-V3)
        87       9380 SYS            ORASRV oracle      sqlplus@ORASRV ACTIVE   21/09/11 15:26:16
                                                                     (TNS V1-V3)thank you!

  • IMPDP: The job SYS_IMPORT_FULL_01 has halted due to a fatal error

    Hi,
    I'm having problems importing a database whose export was successful.
    The tool I'm using is expdp and impdp.
    The source schema is in a tablespace different from the target schema, but in the same instance of the Oracle database.
    I granted the role of EXP_FULL_DATABASE for the source user and granted the role IMP_FULL_DATABASE to the target user.
    Specifically, the following happens: I can export the schema and can successfully import the first four tables to the target schema. So the impdp provides the following message:
    Processing object type SCHEMA_EXPORT / TABLE / TABLE_DATA
    . . imported "BDE_INEA_DES". "GPL_DECLIV_FRAGIL" 328.4 MB 668 706 lines
    . . imported "BDE_INEA_DES". "GLN_CURVA_NIVEL" 336.3 MB 124 324 lines
    . . imported "BDE_INEA_DES". "GPL_APP_10" 2920 lines 238.7 MB
    . . imported "BDE_INEA_DES". "GLN_CURVA_NIVEL_10" 200.8 MB 15 344 lines
    The job "BDE_INEA_DES". "SYS_IMPORT_SCHEMA_01" was halted due to a fatal error at 11:52:41
    I've tried exporting using SYSTEM user and the user's schema source owner. I tried the same procedures with the import, but without success.
    Information of my OS:
    Windows Server 2008 R2 x64
    Information of Oracle database:
    SQL> SELECT * FROM V $ VERSION;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL / SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    Follow these steps. You will get exactly what you are trying to find.
    1) spool invalidobj_and_registry.txt
    SELECT SUBSTR(comp_id,1,15) comp_id, status, SUBSTR(version,1,10)
    version, SUBSTR(comp_name,1,30) comp_name
    FROM dba_registry
    ORDER BY 1;
    SELECT status, object_id, object_type, owner||'.'||object_name "OWNER.OBJECT"
    FROM dba_objects
    WHERE status != 'VALID'
    ORDER BY 4,2;
    spool.off
    2) $ sqlplus "/as sysdba"
    sql>EXEC DBMS_STATS.GATHER_DICTIONARY_STATS;
    sql>EXEC DBMS_STATS.GATHER_FIXED_OBJECTS_STATS;
    3) Run your import with these two extra parameters along with your parameters
    CONTENT=METADATA_ONLY METRICS=Y TRACE=480300
    4) As soon as impdp job started:
    -- In SQL*Plus, obtain Data Pump processes info:
    CONNECT / as sysdba
    select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') "DATE", s.program, s.sid, s.status, s.username, d.job_name, p.spid, s.serial#, p.pid
    from v$session s, v$process p, dba_datapump_sessions d
    where p.addr=s.paddr and s.saddr=d.saddr;
    -- Get the sid and serial# for DM00 and DW01 and execute:
    exec DBMS_SYSTEM.SET_EV([SID],[SERIAL#],10046,12 ,'');
    for ***both*** of them.
    After hang is noticed please leave the import running for one more hour and kill it.
    Please check:
    - alert log
    - impdp log file
    - trace files generated during import time in bdump directory
    ++ before restarting the impdp check if there are orphan Data Pump jobs left in database. Use Note 336014.1 - "How To Cleanup Orphaned DataPump Jobs In DBA_DATAPUMP_JOBS ?

  • Dbua hangs during upgrade from 10.1.0.5 to 10.2.0.1

    Hi All,
    I am working on upgrading database from 10.1.0.5 to 10.2.0.1 on RH linux(32-bit).
    After completing the basic software installation on a new ORACLE_HOME,
    I triggered DBUA for upgrading the db.
    DBUA hangs immediately after collecting the database information.
    When I checked the processes running on the server, I could see that java process is consuming nearly 100% of the CPU.
    I had to kill the process as it was hanging for a long time.
    Has anyone come across such an issue?
    Thanks,
    Saj

    Hi Srini,
    There are other errors:
    83: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/ptlidx.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Failing sql is:
    CREATE TABLESPACE "PORTAL_IDX" DATAFILE '/u01/oracle/oradata/patriadb/ptlidx.dbf' SIZE 20971520 AUTOEXTEND ON NEXT 31457280 MAXSIZE 32767M LOGGING ONLINE PERMANENT BLOCKSIZE 8192 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MA
    ORA-39083: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/ptllog.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Failing sql is:
    CREATE TABLESPACE "PORTAL_LOG" DATAFILE '/u01/oracle/oradata/patriadb/ptllog.dbf' SIZE 4194304 AUTOEXTEND ON NEXT 31457280 MAXSIZE 32767M LOGGING ONLINE PERMANENT BLOCKSIZE 8192 EXTENT MANAGEMENT LOCAL AUTOALLOCATE DEFAULT NOCOMPRESS SEGMENT SPACE MAN
    ORA-39083: Object type TABLESPACE failed to create with error:
    ORA-01119: error in creating database file '/u01/oracle/oradata/patriadb/oca.dbf'
    47,1
    I guess the point is, should I use IMPDP using Network link?
    the doc seems to suggest this will work better

  • Import Hangs

    Hi All,
    Using Oracle 10.1 Standard Edition . OS - HP-UX 11.23
    My Import Jobs hangs. Logs as below.
    Have killed the job, and re-run, but still hangs.
    impdp system/<pwd>@prod remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=datadir1:Full_expdp_vpd.dmp  logfile=datadir1:`date '+impdp_vpd_tpd_%d%m%y_%H%M'`.log exclude=statistics 
    Import: Release 10.1.0.4.0 - 64bit Production on Sunday, 23 October, 2011 20:16
    Copyright (c) 2003, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.1.0.4.0 - 64bit Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/********@vdb remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=Full_expdp_vpd_231011_1958.dmp logfile=datadir1:impdp_vpd_tpd_231011_2016.log exclude=statistics
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"TPD" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/SE_PRE_SCHEMA_PROCOBJACT/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "TPD"."F42199"                           685.1 MB  287686 rows
    . . imported "TPD"."F0911"                             326.3 MB  274826 rows

    Pl provide details on how you determined the process has hung.
    Pl verify by following the steps in MOS Doc 286496.1 (Export/Import DataPump Parameter TRACE - How to Diagnose Oracle Data Pump)
    HTH
    Srini

  • Imp utility hanging

    Hi there,
    I have successfully exported a schema using the oracle exp utility, and I am trying to import the export file into another schema, is runs fine, upto a point, and then just hangs on a particular table, the table in question uses the standard data types, and was exported successfully. Anybody know how I can find out what the problem is? Thanks... Anil

    aparm wrote:
    Hi,
    Sorry for the delayed response, the contents of my param files are as follows
    fromuser=MY_SCHEMA
    touser=DEST_SCHEMA
    file=MY_SCHEMA.dmp
    commit=Y
    ignore=Y
    log=MY_SCHEMA.log
    I didn't see anything in the alert log.
    The import table has 33867 rows and no long datatypes.
    I haven't used impdp because there are some tables that contain long fields.
    Any further insight would be useful, thanks...If it were a big table I would suggest trying it without the indices, but that is a pretty small table. You should have an alert file somewhere that you should look at to see if it is giving any errors like you've run out of space or something. I'm not on windows but I would guess the file would be named something like app\oracle\admin\<SID>\bdump\alert_<SID>.log where <SID> is your instance name. Also set the feedback parameter, that might tell you if it is really hung.

  • Imp in 11g  hangs

    Dear All,
    I was importing from client , when it reaches to a particular table the imp hangs. Our db is 11.2.0.2 (RAC) on Linux. The export was taken from window server and the db is 11.2.0.1. I am using exp and imp utility. If i am importing directly from ther server there is no issues.
    Db server 11.2.0.2
    Client 11.2.0.1
    Could any one thow insights on this why the import has no issues onthe server.
    Thank in Adavance
    Dave
    Edited by: user5350741 on Aug 13, 2012 12:26 AM
    Edited by: user5350741 on Aug 13, 2012 2:56 AM

    Hi,
    Import can get hang when you are importing table and the tablespace in which that table is getting imported is full.
    Check in the alert log file for any tablespace related error.
    If tablespace is full then add datafile to that tablespace.
    This is the case when you are using expdp and impdp.
    "It is recommended to use expdp and impdp for oracle 11g."
    Edited by: SK_dba on Aug 20, 2012 2:17 AM

  • Datapump for NAVTEQ world_sample data hangs

    What would cause the datapump import job to hang?
    I have attempted to import the sample data onto 3 different machines (EE/Solaris64, XE/Linux, XE/WindowsXP), and it hangs everytime. 10.2.0.1.0 is the version on all machines.
    I looked at v$session_longops, and it shows the job running, but stalled out at 395 out of 796.
    Any insight would be a huge help. I've asked our DBA guy to help me out here, but this is our first time to look at this feature.
    =================================
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Master table "SYSTEM"."SYS_IMPORT_FULL_03" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_03": system/******** REMAP_SCHEMA=world_samp
    le:world_sample dumpfile=world_sample.dmp directory=sample_world_data_dir
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "WORLD_SAMPLE"."M_ADMIN_AREA4" 394.5 MB 118201 rows
    ===========HANGS HERE===========

    Hi i ran into the same problem on my 10g on win XP. The system run on 100% ressource usage all the night, but without success. I've tried several things from increasing table-spaces for USER and SYSTEM and freeing more resources, but finally it didn't help.
    So i had a look into metalink.oracle.com for bug # 5292551 ("IMPDP slow when importing a table with initialized column of type varray") and it seemed to be the cause for the problem since data in "WORLD_ROAD_HIGHWAY" (which is pumped into the db after "M_ADMIN_AREA4") has varray column.
    So i upgraded my 10.2.0.1 to 10.2.0.3 (metalink #406054.1) and applied Patch 15 (metalink # 6637235) to it. Now the import succeeded. :-)
    I've also read that new Patch Set to 10.2.0.4 allready includes this bugfix. Also 11g Version of Database should be allready fixed.

  • My Excel with PowerPivots acts weird, it hangs when i try to change font color

    Hi 
    I am facing a weird issue using PowerPivot in my workbook, there is a worksheet named Charts in my workbook and all the charts i am using resides in that worksheet. Whenever i try to change the font color in that sheet, my excel's color palette goes blur
    and then everything just freezes and turns black. This problem is happening only with Charts worksheet, when i try to change the color in other sheets, it works just, the problem is only with Charts sheet. File
    size is 16 MB, there are just 10 pivot tables with some calculations and some calculated fields. There are no add-ins other than PowerPivot. 
    Thanks,
    Shanker

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Do you receive any error message?
    Which Excel version are you using?  Excel 2013 or other?
    Which workbook format are you using? XLS or XLSX?
    Are you performing any specific task?
    According to your description, this issue seems only occur with the special worksheet "Charts".
    Firstly, I recommend we copy all of the content to a new/blank Excel file to test.
    If it works fine, this issue might be caused by the "Charts" workbook itself. We'd better check the "Charts" workbook. Or re-build the file with a new workbook.
    If it still makes Excel hang with a new file, this issue might due to the content. Please check the content first.
    Secondly, we could follow below KB to troubleshoot this issue:
    https://support2.microsoft.com/kb/2758592/en-us?wa=wsignin1.0
    Thirdly, if the issue still exists, we may try to collect the Event log and App crash dump file to do advanced troubleshooting.
    Event log:
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    App crash dump file:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Just installed Firefox 4. It hangs when I open any website and type in, for example, an ID, or even just click on something, for example, "Compose", in my webmail site.

    Here's the detail of what happens.
    1. Turn on computer and then click on Firefox icon on desktop.
    2. Firefox opens. Everything looks OK. Mr Bunsen's graphic is working fine.
    3. Click on any webpage link. For example, a newspaper or an online webmail page. All looks OK until
    4. Click on anything or type anything, such as in ID in a box, and bingo, the top line of Firefox goes from dark blue to very pale blue and the computer is hung. You cannot get out of Firefox or get Firefox to work.
    5. Switch off computer.
    Is this perhaps due to a clash of Add-ons. I run Avast anti-virus. McAfee came with Firefox 4 and I did not reject it. Is it conflicting wth something in my system and causing it to hang?

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • I upgraded to the latest version of Firefox but it hangs when I use a search site such as Google or Bing. How can I fix this?

    putting a search option in the search box to the right of the address bar opens up the full search window but then Firefox hangs.

    Your UserAgent string in Firefox is messed up by another program that you installed, and those websites don't know you are running Firefox 3.6.3 (which is what you do have installed).
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • It hangs when playing games

    My system is Windows 7 - 64 bit operating system
    I've used Firefox for many many years and always praised it compared to EI. I am afraid I wont be able to praise it much more. It stinks. It hangs mostly when I am playing games or looking at pictures or videos. Its worse when on Facebook but also happens on other web site. I did all the troubleshooting, updates, remove old versions and re install, disable add ons all and all Its driving me insane. Can you solve the problem with a new versionof Firefox or do we have to flush the darn browser for good.
    Thank you

    anyone has a solution until a new version comes out?

  • When I boot up it hangs on the login screen for awhile, why?

    I have a mid 2011 Macbook Air 13".  It came with Lion but I recently updated to Mountain Lion.  When I wake the laptop from sleep everything is fine.  If it's been awhile since it slept (a couple of hours), the login screen hangs.  What happens is that it boots like normal and looks like everything is correct, but it won't let me type in my password.  After 10 seconds or so I can see a cursor come up but it won't let me type (but anything I do type at this point will later fill in the field after another 2-3 seconds or so).  One other thing that's weird is that when the screen first comes up it shows the battery percentage from when I put it back on the charger, then after everything catches up, it changes to show 100%.
    I hope I explained the problem well enough.  Basicly a "wake from sleep" is fine if it hasn't been long since the laptop slept, but if it's been awhile it takes about 15-20 seconds to boot up.
    Ideas?

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

Maybe you are looking for