Lost seq of redo log due to corruption and cannot recover database.

Hi!
This db I am working on is a test database running 10.2.0.3 on OEL5. Unfortunately due to some human error, we lost the redo log sequence 1_28_xxxxxx.redo. As this was a non-critical db, we didn't plan any backups for the db... and now whenever I try to open the db I get the error:
SQL> alter database open;
alter database open
ERROR at line 1:
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> alter database open resetlogs;
alter database open resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/opt/app/oracle/oradata/tadb1/system01.dbf'
SQL> recover until cancel
ORA-00279: change 510956 generated at 08/31/2010 22:00:17 needed for thread 1
ORA-00289: suggestion :
/opt/app/oracle/oradata/tadb1/archive/1_28_728336713.dbf
ORA-00280: change 510956 for thread 1 is in sequence #28
SQL> recover database until time '31-AUG-2010 22:00:00';
ORA-00283: recovery session canceled due to errors
ORA-00314: log 1 of thread 1, expected sequence# 28 doesn't match 0
ORA-00312: online log 1 thread 1: '/opt/app/oracle/oradata/tadb1/redo01.log'
Is there a way to open the database!?
Thanks,
AB007

Sorry for the late response guys... had called it a night earlier... well, I tried your suggestion... but still, the database can't recover -
SQL> recover database using backup controlfile until cancel;
ORA-00279: change 510958 generated at 09/02/2010 23:56:37 needed for thread 1
ORA-00289: suggestion : /opt/app/oracle/oradata/tadb1/archive/1_1_728697397.dbf
ORA-00280: change 510958 for thread 1 is in sequence #1
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/opt/app/oracle/oradata/tadb1/system01.dbf'
ORA-01112: media recovery not started
SQL> alter database open resetlogs;
alter database open resetlogs
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ALERT LOG
ALTER DATABASE RECOVER database using backup controlfile until cancel
Fri Sep 3 10:14:22 2010
Media Recovery Start
WARNING! Recovering data file 1 from a fuzzy file. If not the current file
it might be an online backup taken without entering the begin backup command.
WARNING! Recovering data file 2 from a fuzzy file. If not the current file
it might be an online backup taken without entering the begin backup command.
WARNING! Recovering data file 3 from a fuzzy file. If not the current file
it might be an online backup taken without entering the begin backup command.
WARNING! Recovering data file 4 from a fuzzy file. If not the current file
it might be an online backup taken without entering the begin backup command.
parallel recovery started with 2 processes
ORA-279 signalled during: ALTER DATABASE RECOVER database using backup controlfile until cancel ...
Fri Sep 3 10:14:25 2010
ALTER DATABASE RECOVER CANCEL
ORA-1547 signalled during: ALTER DATABASE RECOVER CANCEL ...
Fri Sep 3 10:14:26 2010
ALTER DATABASE RECOVER CANCEL
ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
Fri Sep 3 10:14:43 2010
alter database open resetlogs
Fri Sep 3 10:14:43 2010
RESETLOGS is being done without consistancy checks. This may result
in a corrupted database. The database should be recreated.
RESETLOGS after incomplete recovery UNTIL CHANGE 510958
Resetting resetlogs activation ID 2129258410 (0x7ee9e7aa)
Online log /opt/app/oracle/oradata/tadb1/redo02.log: Thread 1 Group 2 was previously cleared
Online log /opt/app/oracle/oradata/tadb1/redo03.log: Thread 1 Group 3 was previously cleared
Fri Sep 3 10:14:45 2010
Setting recovery target incarnation to 3
Fri Sep 3 10:14:45 2010
Assigning activation ID 2129271722 (0x7eea1baa)
Thread 1 opened at log sequence 1
Current log# 1 seq# 1 mem# 0: /opt/app/oracle/oradata/tadb1/redo01.log
Successful open of redo thread 1
Fri Sep 3 10:14:45 2010
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Fri Sep 3 10:14:45 2010
SMON: enabling cache recovery
Fri Sep 3 10:14:45 2010
Errors in file /opt/app/oracle/admin/tadb1/udump/tadb1_ora_5949.trc:
ORA-00600: internal error code, arguments: [4000], [6], [], [], [], [], [], []
Fri Sep 3 10:14:45 2010
Errors in file /opt/app/oracle/admin/tadb1/udump/tadb1_ora_5949.trc:
ORA-00704: bootstrap process failure
ORA-00704: bootstrap process failure
ORA-00600: internal error code, arguments: [4000], [6], [], [], [], [], [], []
Fri Sep 3 10:14:45 2010
Error 704 happened during db open, shutting down database
USER: terminating instance due to error 704
Instance terminated by USER, pid = 5949
ORA-1092 signalled during: alter database open resetlogs...

Similar Messages

  • Standby database is not applying redo logs due to missing archive log

    We use 9.2.0.7 Oracle Database. My goal is to create a physical standby database.
    I have followed all the steps necessary to fulfill this in Oracle Data Guard Concepts and Administration manual. Archived redo logs are transmitted from primary to standby database regularly. But the logs are not applied due to archive log gap.
    SQL> select process, status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    MRP0 WAIT_FOR_GAP
    RFS RECEIVING
    RFS ATTACHED
    SQL> select * from v$archive_gap;
    THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
    1 503 677
    I have tried to find the missing archives on the primary database, but was unable to. They have been deleted (somehow) regularly by the existing backup policy on the primary database. I have looked up the backups, but these archive logs are too old to be in the backup. Backup retention policy is 1 redundant backup of each file. I didn't save older backups as I didn't really need them from up to this point.
    I have cross checked (using rman crosscheck) the archive log copies on the primary database and deleted the "obsolete" copies of archive logs. But, v$archived_log view on the primary database only marked those entries as "deleted". Unfortunately, the standby database is still waiting for those logs to "close the gap" and doesn't apply the redo logs at all. I am reluctant to recreate the control file on the primary database as I'm afraid this occurred through the regular database backup operations, due to current backup retention policy and it probably might happen again.
    The standby creation procedure was done by using the data files from 3 days ago. The archive logs which are "producing the gap" are older than a month, and are probably unneeded for standby recovery.
    What shall I do?
    Kind regards and thanks in advance,
    Milivoj

    On a physical standby database
    To determine if there is an archive gap on your physical standby database, query the V$ARCHIVE_GAP view as shown in the following example:
    SQL> SELECT * FROM V$ARCHIVE_GAP;
    THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
    1 7 10
    The output from the previous example indicates your physical standby database is currently missing log files from sequence 7 to sequence 10 for thread 1.
    After you identify the gap, issue the following SQL statement on the primary database to locate the archived redo log files on your primary
    database (assuming the local archive destination on the primary database is LOG_ARCHIVE_DEST_1):
    SQL> SELECT NAME FROM V$ARCHIVED_LOG WHERE THREAD#=1 AND DEST_ID=1 AND 2> SEQUENCE# BETWEEN 7 AND 10;
    NAME
    /primary/thread1_dest/arcr_1_7.arc /primary/thread1_dest/arcr_1_8.arc /primary/thread1_dest/arcr_1_9.arc
    Copy these log files to your physical standby database and register them using the ALTER DATABASE REGISTER LOGFILE statement on your physical standby database. For example:
    SQL> ALTER DATABASE REGISTER LOGFILE
    '/physical_standby1/thread1_dest/arcr_1_7.arc';
    SQL> ALTER DATABASE REGISTER LOGFILE
    '/physical_standby1/thread1_dest/arcr_1_8.arc';
    After you register these log files on the physical standby database, you can restart Redo Apply.
    Note:
    The V$ARCHIVE_GAP fixed view on a physical standby database only returns the next gap that is currently blocking Redo Apply from continuing. After resolving the gap and starting Redo Apply, query the V$ARCHIVE_GAP fixed view again on the physical standby database to determine the next gap sequence, if there is one. Repeat this process until there are no more gaps.
    Restoring the archived logs from the backup set
    If the archived logs are not available in the archive destination then at that time we need to restore the required archived logs from the backup step. This task is accomplished in the following way.
    To restore range specified archived logs:
    Run {
    Set archivelog destination to '/oracle/arch/arch_restore'
    Restore archivelog from logseq=<xxxxx> until logseq=<xxxxxxx>
    To restore all the archived logs:
    Run {
    Set archivelog destination to '/oracle/arch/arch_restore';
    Restore archivelog all;
    }

  • Protected View Error "The file is corrupt and cannot be opened"

    All 
    I have a problem with Protected View in Office 2010 on Windows 7.
    Symptom:  When downloading a file from the Internet, the file will not open if launched directly from the source location, or saved locally and then opened.  This
    is impacting both Word and Excel.  I haven’t tested other applications.  The user gets the error "The file is corrupt and cannot be opened.".
    Expected behaviour:  Documents should open in Protected View because they are coming from an untrusted zone (Internet Zone).
    Troubleshooting Results:
     -      If I turn off Protected View the error goes away and the documents open without
    issue (but not in Protected View obviously)
    -      If I save the file locally, then copy it to a network drive, the problem goes away (because the zone information is changed?).
    -      If I save the file directly to a network location, then open it, the problem does not impact me (also doesn’t open in Protected View)
    -      If I repair Office the problem is NOT fixed
    -      If I reinstall Office the problem is NOT fixed
    The problem doesn't impact all machines, but any new machine I build suffers the problem.  All Protected View options are set by group policy and all machines are getting the correct settings.
    -       The setting “Enable Protected View for files originating from the Internet” is enabled
    -       The setting “Enable Protected View for files located in potentially unsafe locations” is enabled
    -      The setting “Enable Protected View for Outlook attachments” is enabled
    -      Enable Data Execution Prevention mode is enabled
    Has anyone seen this problem or can anyone offer suggestions of where to start looking for the root cause?  There are lots of postings on this around the various Internet forums, but most
    just suggest turning off Protected View, that is not a valid solution to my mind, Protected View is there for a very sound reason and it is not something I'm willing to turn off, especially when it is working on some machines as expected.
    Thanks.
    James.

    Thanks for coming back, James, and I'm glad you've found the source of your
    problem.
    As an aside, I had no idea HP made software like that and will take a look
    at it - or would if I could. Personally, although I love their hardware, I
    wouldn't touch HP software, and the fact that their web page doesn't load
    (in IE8) just reinforces my feeling.
    Enjoy,
    Tony
    www.WordArticles.com
    "jsc.19" wrote in message news:f9aaa05d-ad62-4f0e-96e1-6bbeb4c7098d...
    > Will, thanks for taking the time to post some suggestions. I understand
    > Protected View perfectly well and my post is because Protected View is not
    > behaving as it should. I think my dot points above show this, still,
    > thanks for taking the time to post. I think Tony is more on track with
    > his questions around what has changed in my build, and this is the area
    > I've focused on over the few days since posting.
    >
    > I've pulled my build apart and put it back together and found the issue.
    > This was tedious to say the least, but turned out worthwhile. A program
    > we used called Trim Context Desktop
    > (http://h71028.www7.hp.com/enterprise/w1/en/software/information-management-trim.html)
    > is part of our SOE. This is a records management tool, but we only use a
    > small feature set, and all the Office integration options that can be
    > configured during install are turned off, but it turns out that the
    > application still impacts Office. If I uninstall the Trim client from our
    > SOE, Office Protected View starts working as expected. We knew the full
    > Trim suite wasn't ready for Office 2010, but assumed, wrongly, that since
    > we didn't use the Office integration features we were OK. All our testing
    > was around the application and it works fine, I just didn't connect it to
    > the Office issues until systematically eliminating changes from the SOE
    > build. Keep a log of your changes!!! It helped me reverse things until I
    > found the problem.
    >
    > Uninstalling Trim also fixes and issue I had in Outlook where the
    > previewers wouldn't display Office documents, reporting that the
    > previewers were not installed.
    >
    > We will go to HP to get some support and advice around this before putting
    > Trim back in to the SOE.
    >
    > Anyone - if you have similar problems, can I suggest you look at all your
    > Office add-ins and also any applications that may potentially hook in to
    > Office.
    >
    > Cheers all.
    >
    > James.
    >
    >
    >
    Enjoy,
    Tony
    www.WordArticles.com

  • "Disk Utility has lost its connection with the Disk Management Tool and cannot continue. Please quit and relaunch Disk Utility."  Trying to format my iomega external HD for use with Mac

    Hi. Trying to connect iomega ext. HD. i have to reformat for Mac. When i plug in & go to Disk Utility,the external shows up and i'm supposed to click "partition". When i do, a box comes up saying ""Disk Utility has lost its connection with the Disk Management Tool and cannot continue. Please quit and relaunch Disk Utility." I quit and relaunched, same results. After googling my question, i came up with this:
    "Disk Utility has lost its connection with the Disk Management Tool and cannot continue. Please quit and relaunch Disk Utility."
    (Quitting and reopening Disk Utility does not help.)
    The following also appears in Console log:
    *** malloc[419]: Deallocation of a pointer not malloced: 0x290a410; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug : for architecture i386 object: ./Applications/iTunes.app/Contents/MacOS/iTunes malformed object (unknown flavor for flavor number 0 in LC_UNIXTHREAD command 27 can't byte swap it)
    Workaround
    Quit Disk Utility.
    From the Finder's Go menu, choose Go to Folder....
    Type the following, then click OK: /Library/Receipts
    Temporarily remove these iTunes receipts from /Library/Receipts (sort the folder alphabetically as a list):
    iTunes.pkg
    iTunes4.pkg
    You can put them on the desktop, for example. Do not remove iTunesX.pkg or iTunes Phone Driver.pkg.
    Open Disk Utility and repair disk permissions again.
    Quit Disk Utility.
    Put the removed iTunes receipts back in /Library/Receipts.
    Note: This issue does not affect Disk Utility's verify or repair disk features.
    All seemed good, for a moment, until, upon going back to Disk Utility after removing itunes4.pkg and putting on desktop (i did not have itunes.pkg to remove) the same thing was happening. When i highlite my iomega ext. on left of page, disk perrmissions is grayed and does not allow me to click on it. Same problem from the start. Can somebody please help me out here? That would soooo awesome. Thanx!

    i'm just scared i will do something wrong on my own and lose my data.
    You shouldn't be scared of that, because you should already have backups. If you don't have backups, then backing up is the first priority.
    Insert the Snow Leopard DVD and restart. When you hear the chime, hold down the C key and keep holding it until the Apple logo appears on the display. You should now see the language selection screen. Select your language, then choose Utilities > Disk Utility from the menu bar. In the Disk Utility window, select the external drive (not the internal). The drive may already have a data partition, in which case there will be another icon below the drive icon. Choose the drive icon, then select the Partition tab. Create a single partition with the default options (GUID partition table, Mac OS X Extended Journaled).
    When the partitioning is done, select the startup volume on your internal drive in the DU window. Select the Restore tab. Drag the icon of the startup volume to the "Source" field. Then drag the icon of the newly-created volume on the external drive to the "Destination" field. Make sure you have this right. Then click the Restore button, and the data on your startup volume will be copied to the external drive.

  • ERROR: The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used

    As the title indicates, I'm having this error during installation. It occurs when I try to install
    the "Management Studio" part of the program. I've tried a bunch of things like
    copying to hard drive and installing, but to no avail. To isolate the problem, i've even tried removing Reporting services, since at the time of failure it seems to be trying to install/configure the Microsoft.Reporting Services dll.
    Additionally, I have SQL Express installed (installed it separately, not as part of the SQL 2005 DVD), VS 2005, .NET Framework 2.0, SQL Management Studio Express CTP. Could the Management Studio Express be causing a problem?
    Please note:
    Although the error is about missing / corrupt Sql.cab, I have searched the entire dvd for the said file, but there is no file called Sql.cab on the dvd. Am I missing something?
    Any solution would be greatly appreciated.
    TIA

    I was installing SQLServer2014_Developer which I had just purchased as a 64bit iso download to VirtualBox Windows_10_64bit Instance that i had just created.
    I got the following error about 90% through the SQLServer2014_Developer install:
    >>> ===================================================================
    >>> SQL Server 2014
    >>> ===================================================================
    >>> TITLE: Microsoft SQL Server 2014 Setup
    >>> ------------------------------
    >>> The following error has occurred:
    >>> The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used.
    >>> This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
    >>> For help, click:
    >>> h t t p ://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0xDF039760%25401201%25401
    >>> ------------------------------
    A quick rerun of failed SQLServer2014_Developer install just for the Management_Tools and review of the SQLServer2014_Developer install logs
      confirmed error still prelevant:
    C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\...
    >>> ...
    >>> Detailed results:
    >>>   Feature:                       Management Tools - Complete
    >>>   Status:                        Failed: see logs for details
    >>>   Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    >>>   Next Step:                     Use the following information to resolve the error, and then try the setup process again.
    >>>   Component name:                SQL Server Management Services
    >>>   Component error code:          1335
    >>>   Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150206_223659\sql_ssms_Cpu64_1.log
    >>>   Error description:             The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading
    from the CD-ROM, or a problem with this package.
    >>>   Error help link:               h t t p ://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=sql_ssms.msi%40InstallFiles%401335
    >>>
    >>>   Feature:                       Management Tools - Basic
    >>>   Status:                        Failed: see logs for details
    >>>   Reason for failure:            An error occurred during the setup process of the feature.
    >>>   Next Step:                     Use the following information to resolve the error, and then try the setup process again.
    >>>   Component name:                SQL Server Management Services
    >>>   Component error code:          1335
    >>>   Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150206_223659\sql_ssms_Cpu64_1.log
    >>>   Error description:             The cabinet file 'Sql.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading
    from the CD-ROM, or a problem with this package.
    >>>   Error help link:               h t t p ://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=sql_ssms.msi%40InstallFiles%401335
    >>> ...
    Reading though the many Google hits going way back AD-2000/AD-2006/AD-2011/AD-2014 for various installs including SQLserver_2008/2012 etc
    I noted that in the main there were x2 common themes.
    1. Problem with corruption the original download.
    --- Although I had not run the download checksum
    --- I had previously just installed SQLServer2014_Developer successfully, so at the minute, I was confident downloads were ok.
    --- Many hits mentioned this 'Sql.cab' file and 90% of the install had been successfull -
    --- I figured the chances of us all having corruption of this one files were agaianst the odds and
    ---   probably re-downloading it would not fix this - but I kicked a re-download off anyhow .
    While it was running ...
    2. Network issue when installing - some of the hits asked if could be related to Virtual drives.
    --- This struck a chord
    --- I had downloaded the SQLServer2014 .iso to my host PC and then copied it onto one OneDrive so I could access it within the VirtualBox_Windows_10.
    --- From within the VirtualBox_Windows_10 I had then used SetupVirtualCloneDrive5450.exe to mount the OneDrive SQLServer2014 .iso and then autorun the install.
    What worked for me ...
    --- I decided to
    --- 1. Copy the same SQLServer2014 .iso that had failed to install x2 from OneDrive to the c:\ root of the VirtualBox_Windows_10.
    --- 2. Remount the same SQLServer2014 .iso from c:\ again using SetupVirtualCloneDrive5450.exe.
    --- 3. Re-run the SQLServer2014 install using the repair mode.
    This time the [Maintenance] [Repair] install completed with all elements showing installed successfully.
    Hope this helps
    Andy

  • This workbook is corrupt and cannot be loaded

    Hello All,
    I am on SAP GUI 7.20 (Patch Level 1) -- SAP BW 7.0 (Service Pack 19) -- BEx Analyzer 7.20 (Support Pack 2, Patch 1) -- Microsoft Excel 2010.
    1. I tried saving a new query that I had created in BEx Query Designer 7.20 (Support Pack 2, Patch 1) .......... into workbok in BEx Analyzer. So this is an abosultely new query and I opened it in Excel 2010 and then I tried saving it as a workbook.
    2. Then I log out off BEx and log back in. Then I go tried opening the new workbook that I had created and I get the error message " The workbook is corrupt and cannot be loaded". I tried saving other queries into workbooks and tried to open them.... but I am getting the same error for all of them.
    3. But strangely, already existing workbooks are opening fine.
    Is there any logical explanation behind this issue? BTW, I saw Note# 1498919 and its related to my problem. In that note, it talks about problems when moving from Excel 2007 - 2010, but here I am already in 2010.
    If anyone has faced this problem or has some suggestions .... please advise.

    Patrick,
    I found a solution to the problem. Just as you, I'm running  "SAP GUI 7.20, Patch Level 7" and "BI Addon SP4, Patch 2 and are using Excel 2010.
    You need to go to "Excel options" -> "save" the you have to choose "always save in this format" set it to "97-2003" and now it works. you can create and open your workbooks in Excel 2010. I know is not the best solution but it works and you can always reset your settings after using Excel for Analyzer.
    I hope you can use my advise.
    Best regards
    Anders Jorgensen

  • Error 1335 the cabinet file data4.cab is corrupt and cannot be used, what do i have to do

    error 1335 teh cabinet file data4.cab is corrupt and cannot be used, what do i have to do

    Hi Max210662,
    Please follow the mentioned kb: http://helpx.adobe.com/creative-suite/kb/install-error-1311-1335-or.html .
    Regards,
    Romit Sinha

  • Error: the cabinet file required for this installation is corrupt and cannot be used.

    Hi, ive recently just built a brand new computer and purchased windows 7 64 bit. the system runs fine except for the fact that i cannot install any games (these include command and conquer 4, red alert 3 and sims 3. i go to install and partway through it stops with a message saying:
     "the cabinet file 'name.cab' required for this installation is corrupt and cannot be used. this could indicate a network error, an error reading from the CD ROM, or a problem with this package."
    At first i suspectd a faulty cd rom drive, but the same thing happend wen i tried it with another drive. i know the disks are fine because theyr new. iv searced online and tried things such as disabling the antivirus, going into command prompt and deleting the .....\SQMClient\DisabledSessions as administrator and anything else that was recommended, but it still cant seem to like cabinet files (btw when the installation stops it doesnt always stop on the same .cab as a previous attempt, sometimes it gets further through the installation than others). they install fine on other computes with windows 7 64bit.
    Any help is appreciated! Thanx

    Hi Dazattack, I suggest you check the following KB article first:
    Error message during Office 2000 or Office XP installation: "Error 1335 - Cannot Copy Cab File Office1.cab"
    http://support.microsoft.com/kb/314810
    Note: Though it's for Office, some steps in the article can still be used in such scenario.
    Meanwhile, can you install other applications that downloaded from the Internet ?
    Sean Zhu - MSFT

  • Outlook 2010 error - The file is corrupt and cannot be opened

    Hi experts
    Im getting the error - "The file is corrupt and cannot be opened", when opening office attachments in outlook 2010.
    I’ve tried disabling the protected view options in office which hasn’t fixed the issue, the only suggestion I have seen which I’m sure would work is to delete
    the user profile and recreate. This seems a bit over kill to me, does anyone know what files I need to remove to fix the issue.
    Thanks

    Hi,
    You can try using the Fix it tool in the following KB article to fix the issue:
    http://support.microsoft.com/en-us/kb/2387587
    Hope this helps.
    Regards,
    Steve Fan
    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.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I can't open the file in word because it is corrupt and cannot be opened, what can i do?

    I can't open the file in word because it is corrupt and cannot be opened, what can i do?

    I had a Word .doc that became corrupted while SpellChecking an entire vintage book that had been OCRed. Crashed every time I opened it in Word. I was able to open, strip off the Word Header & Footer (invisible), spell check and save as a plain text file with TextWrangler - BBEdit's Baby Brother > http://www.barebones.com/products/textwrangler/ - no Word-ish formatting, but the data was there in total.
    ÇÇÇ

  • I uninstall Photoshop Elements 11 due to problems and cannot reinstall it

    Hi,
    I uninstall Photoshop Elements 11 due to problems and cannot reinstall it.
    When I run the installation setup file, the application offer me only to uninstall the previous installation.
    As there is no application available (as I uninstall it), the installation process stops.
    I've tried to clean the registry, manually uninstall using the Adobe recommandation for the Photoshop Elements 11.
    Impossible to obtain a recovery of the installation process.
    Thanks for helping
    Regards

    That's a tough one, and since you speak english and am not an Elements expert, I moved this thread to the Photoshop Elements forum.

  • Firefox says "prefs.js is corrupt and cannot be accesed."

    When I open firefox, I get an error code saying something along the lines of: "C:/Documents and Settings/User/Application Data/mozilla/firefox/profiles/rg7q7llq.default/prefs.js is corrupt and cannot be accesed. Run Chkdsk to fix this."
    Well, I've ran Chkdsk twice and it didn't work. Please help. Firefox keeps acting like it's my first time using it and won't install any themes I add.
    This happened right after I did a virus scan with Kaspersky Internet Security

    Did chkdsk report any problem with that file or any other files?
    Can you delete that corrupted file prefs.js?
    Help > Troubleshooting Information > Profile Directory > Open Containing folder

  • SAPGUI 7.20 / Excel 2010 - Workbook is corrupt and cannot be loaded

    Hi all:
    SAPGUI 7.20 SP 0
    Excel 2010
    BW 7.0
    Queries run fine in Analyzer. No issues.
    However, whenever we try to open a workbook saved in Excel 2007 we get this error "The workbook is corrupt and cannot be loaded".
    These workbooks are executed fine from any PC with Excel 2007, same SAPGUI version (7.20 SP 0).
    Furthermore, if we open a query and save a workbook (now in Excel 2010) we get the same error "The workbook is corrupt and cannot be loaded".
    Basically, we can't open workbooks.
    Since the only difference in both scenarios is Excel (same SAPGUI) I checked in some Microsoft forums and read something about incompatibilities in the new Visual Basic coding in Excel 2010 compared to 2007.
    Other than that, nothing else so far.
    Any ideas or suggestions?
    Thanks in advance,
    Luis

    Repair a corrupted workbook manually
    Click the Microsoft Office Button , and then click Open.
    In the Open dialog box, select the corrupted workbook that you want to open.
    Click the arrow next to the Open button, and then click Open and Repair.
    Do one of the following:
    To recover as much of the workbook data as possible, click Repair.
    To extract values and formulas from the workbook when an attempt to repair the workbook is not successful, click Extract Data.
    If this method wasn’t effective in your case, apply Excel Repair Toolbox offered here are highly advanced and have strong built in data recovery algorithm that can produce desired results. By using this user can perform quick and accurate recovery of corrupt .XLS and .XLSX files.
    Features of Excel Recovery Software-
    Recovers all types of Excel data with full accuracy.
    Recovers multiple .XLS and .XLSX files.
    Maintains data integrity of the original file after repairing the damaged Excel sheets.
      Visit:- http://www.excelrepairtoolbox.com/

  • My iphone id changed to an unused old email, the good email is corrupted and cannot sign on. How can I reset the good id?

    My iphone id changed to an unused old email, the good email is corrupted and cannot sign on. How can I reset the good id?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • I have successfully downloaded lion, and after I click restart, the message " you hard disc is corrupted and cannot be repaired. Please restart" keeps looping. Help !

    I have successfully downloaded lion, and after I click restart, the message " you hard disc is corrupted and cannot be repaired. Please restart" keeps looping. Help !

    First try restarting your Mac into "safe mode", which will run the equivalent of a Disk Utility "repair disk" operation.  If your Mac shuts down during that process, you'll have to try something a little more powerful (and more expensive), such as DiskWarrior.

Maybe you are looking for

  • Sysdate truncating time off

    Hi, I am having issues with a date field that I have on a form. The field is hidden and has a default set as sysdate. This gets the date OK but it is truncating the time off. I have tried using a date picker (DD-MON-RR HH24:MI) , but when I have sysd

  • Data Protector backup integration fails after upgrade to Oracle 11.2.0.2

    After upgrading a system from Oracle 10.2.0.2 to 11.2.0.2, the Data Protector backup integration fails with error [Normal] From: BSM@<dp_cell_server>.<domain> "<sap_host>_<SID>_Online"  Time: 28.04.2011 09:10:21      Backup session 2011/04/28-74 star

  • Screensavers in apple stores (UK)...

    I took a trip down to the apple store in manchester arndale centre and on some of the macs that hadn't been used the screensavers were up, which is pretty normal. But the new advert with the fratellis song on and the colourful siloettes dancing aroun

  • CodeGenException. Invalid element: "group"

    Hi all! I trying to do simple thing, namely import an existing WSDL into a project and call it from a business process. While trying to build the project I get a com.stc.codegen.framework.model.CodeGenException. In ide.log there appears the following

  • IPod Classic can handle more than 640x480, 160Kbps AAC video!

    OK, so a few months ago, I alerted the forums about the fact that contrary to what Apple itself claims (someone asked for sources, well, here: http://www.apple.com/ipodclassic/specs.html) the post-5.5G iPods can handle AAC audio (in its videos) beyon