After renaming data file it failes during database open

Hi,
I took RMAN full back.
Then i renamed datafile then restored and recovered. It goes fine.
But during the daabase open it fails with
ORA-01113: file 6 needs media recovery
ORA-01110: data file 6: '+OBTDG1/qa112asm/datafile/users02.dbf'
Any specific reason for that?
=======================================================
Recovery Manager: Release 11.2.0.1.0 - Production on Thu Jul 22 01:19:30 2010
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
RMAN> backup database;
connected to target database: QA112ASM (DBID=3746246770)
RMAN>
Starting backup at 22-JUL-10
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=145 device type=DISK
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00001 name=+OBTDG1/qa112asm/datafile/system01.dbf
input datafile file number=00003 name=+OBTDG1/qa112asm/datafile/rbs01.dbf
input datafile file number=00002 name=+OBTDG1/qa112asm/datafile/sysaux01.dbf
input datafile file number=00004 name=+OBTDG1/qa112asm/datafile/temp01.dbf
input datafile file number=00005 name=+OBTDG1/qa112asm/datafile/tools01.dbf
input datafile file number=00006 name=+OBTDG1/qa112asm/datafile/users01.dbf
input datafile file number=00007 name=+OBTDG1/qa112asm/datafile/vindx.dbf
channel ORA_DISK_1: starting piece 1 at 22-JUL-10
channel ORA_DISK_1: finished piece 1 at 22-JUL-10
piece handle=/qa/obj/oracle/obt/output/QA112ASM/obt_standby_03_protection_tui/dttmp/back08ljcr97_1_1 tag=TAG20100722T011934 co
mment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:25
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
including current SPFILE in backup set
channel ORA_DISK_1: starting piece 1 at 22-JUL-10
channel ORA_DISK_1: finished piece 1 at 22-JUL-10
piece handle=/qa/obj/oracle/obt/output/QA112ASM/obt_standby_03_protection_tui/dttmp/back09ljcra0_1_1 tag=TAG20100722T011934 co
mment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
Finished backup at 22-JUL-10
RMAN> shutdown immediate
Oracle instance shut down
RMAN> startup mount
connected to target database (not started)
Oracle instance started
database mounted
Total System Global Area 275615744 bytes
Fixed Size 2168944 bytes
Variable Size 184551312 bytes
Database Buffers 83886080 bytes
Redo Buffers 5009408 bytes
RMAN>run(
*run {*
set newname for datafile '+OBTDG1/QA112ASM/users01.dbf' to '+OBTDG1/QA112ASM/users02.dbf' ;
restore datafile '+OBTDG1/QA112ASM/users01.dbf';
recover datafile '+OBTDG1/QA112ASM/users01.dbf' noredo;
switch datafile '+OBTDG1/QA112ASM/users02.dbf' ;
RMAN>
2> 3> 4> 5> 6>
executing command: SET NEWNAME
Starting restore at 22-JUL-10
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=137 device type=DISK
channel ORA_DISK_1: starting datafile backup set restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_DISK_1: restoring datafile 00006 to +OBTDG1/QA112ASM/datafile/users02.dbf
channel ORA_DISK_1: reading from backup piece /qa/obj/oracle/obt/output/QA112ASM/obt_standby_03_protection_tui/dttmp/back08ljc
r97_1_1
channel ORA_DISK_1: piece handle=/qa/obj/oracle/obt/output/QA112ASM/obt_standby_03_protection_tui/dttmp/back08ljcr97_1_1 tag=T
AG20100722T011934
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
Finished restore at 22-JUL-10
Starting recover at 22-JUL-10
using channel ORA_DISK_1
Finished recover at 22-JUL-10
datafile 6 switched to datafile copy
input datafile copy RECID=2 STAMP=724987222 file name=+OBTDG1/qa112asm/datafile/users02.dbf
RMAN> alter database open;
RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command at 07/22/2010 01:20:23
ORA-01113: file 6 needs media recovery
ORA-01110: data file 6: '+OBTDG1/qa112asm/datafile/users02.dbf'
=======================================================
Edited by: user13310502 on Jul 23, 2010 4:49 AM

as you can see..
RMAN> sql "alter tablespace andreas offline";
sql statement: alter tablespace andreas offline
RMAN> run
2> {
3> set newname for datafile 8 to '+FRA';
4> restore datafile 8;
5> recover datafile 8;
6> switch datafile 8;
7> }
executing command: SET NEWNAME
Starting restore at 23-JUL-10
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile backupset restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
restoring datafile 00008 to +FRA
channel ORA_DISK_1: reading from backup piece +FRA/remtest/backupset/2010_07_23/nnndf0_tag20100723t135242_0.3112.725118763
channel ORA_DISK_1: restored backup piece 1
piece handle=+FRA/remtest/backupset/2010_07_23/nnndf0_tag20100723t135242_0.3112.725118763 tag=TAG20100723T135242
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
Finished restore at 23-JUL-10
Starting recover at 23-JUL-10
using channel ORA_DISK_1
starting media recovery
media recovery complete, elapsed time: 00:00:00
Finished recover at 23-JUL-10
datafile 8 switched to datafile copy
input datafile copy recid=7 stamp=725118807 filename=+FRA/remtest/datafile/andreas.3113.725118805
RMAN> sql "alter tablespace andreas online";
sql statement: alter tablespace andreas online
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of sql command on default channel at 07/23/2010 13:53:33
RMAN-11003: failure during parse/execution of SQL statement: alter tablespace andreas online
ORA-01113: file 8 needs media recovery
ORA-01110: data file 8: '+FRA/remtest/datafile/andreas.3113.725118805'
RMAN> run
2> {
3> set newname for datafile 8 to '+FRA';
4> restore datafile 8;
5> switch datafile 8;
6> recover datafile 8;
7> }
executing command: SET NEWNAME
Starting restore at 23-JUL-10
using channel ORA_DISK_1
channel ORA_DISK_1: restoring datafile 00008
input datafile copy recid=8 stamp=725118807 filename=+DATA/remtest/datafile/andreas.349.725036143
destination for restore of datafile 00008: +FRA
channel ORA_DISK_1: copied datafile copy of datafile 00008
output filename=+FRA/remtest/datafile/andreas.3114.725118849 recid=9 stamp=725118849
Finished restore at 23-JUL-10
datafile 8 switched to datafile copy
input datafile copy recid=10 stamp=725118850 filename=+FRA/remtest/datafile/andreas.3114.725118849
Starting recover at 23-JUL-10
using channel ORA_DISK_1
starting media recovery
media recovery complete, elapsed time: 00:00:01
Finished recover at 23-JUL-10
RMAN> sql "alter tablespace andreas online";
sql statement: alter tablespace andreas online

Similar Messages

  • After renaming a file extention from .jpeg to .jpg I can no longer type ...

    After renaming a file extention from .jpeg to .jpg I can no longer type in any of the finder related editable fields/boxes. I can still type in my open applications fields.
    This problem also happens when I happen to find a file that has been named, for instance, 2008jpg. When I add the period to have the file read correctly as 2008.jpg, a warning box appears asking - {*Are you sure you want to change the extention from ".jpeg" to ".jpg"?* If you make this change, your document may open in a different application.} Two radio buttons are available within this warning box that read - 1 - {Use .jpg}(it is not color coded, which means it must be selected manually. - 2 - {Keep .jpeg}(it is colored w/my Blue highlight color, which means it will be selected if the Enter Key is used.
    The warning box does Not appear if I remove the period from a file and not again when i re-add the period to that same file.
    After trying to make these types of edits to the name of any file, with any of the various extentions available for files in our digital world, I usually get an anomaly where myability to type in the Finder ceases to be a possibility.
    I have found that I can Force Quit the Finder for a quick fix, but, I'm not sure that this Typing problem should have to be dealt with at all by this quick fix. Is this an issue with the Indexing in Spotlight, which seems to be giving many users problems?

    I downloaded and tried EasyFind. It works but it took 30+ seconds to complete finding 3 files that are on One of my Five 25+ Gb partitions of my 130 Gb Seagate Cuda(Really 160 Gb, but my Sawtooth will only recognize 130) I figured that if I ever got a better box, I could reformat it to see the whole 160 Gb. So, as far as I can see, Spotlight's indexing scheme which finds the files instantly is probably preferable. Spot light allows you to rename your files from within it's app window. I've always thought that was pretty powerful. Could my doing so be causing me any issues? As i said it is the inability to Type in the Finder that seemed to be caused from changing file Extentions that were mis-written. Maybe it was a delayed reaction to my renaming files in the Spotlight app? I've done both on occasion.
    As for these .DS_Store files. Apparently you can NOT stop them from being written to any folder that you touch/open/view during a days session. But, as a function of the OS, are the essential to have in their respective folders Forever? I've looked at the .DS_Store terminator app briefly and assume that getting rid of these files won't hurt the regular operation of my OS. They will just be re-written if I ever have to go back to any particular folder again. But, apparently, some have said that if the plan on burning a CD or DVD of their data, they delete the .DS_Store files first and then do the burn.
    I'm thinking from your having suggested this tremination app that you suspect that my having all of these ,DS_Store files could be a situation where any of them could have become corrupted and terminating them regularly should be part of my regular maintenance.
    Does that sound like I'm understanding what I can do?
    TIA

  • MCOD installation fails during Database instance phase  "CREATE TABLESPACES

    We are installing solution manager 3.2 using MCOD option on windows 2003/oracle.  Installation fails during Database instance phase  "CREATE TABLESPACES" step without any error.  Interesting thing is no error message in installation log or oracle alert log.
    Installation Details
    First instance: SMD / Instance number: 00 / schema: sapsmd / Database SID: SMD
    Second instance; SMQ / Instance number: 01 / schema: sapsmq / Database SID: SMD
    Did any one come across this issue?  Any help is greatly appreciated.
    Thanks

    Hi,
    Did u checked for the Space utilization on the drives.Normally when installation fails there will be some intimation of the cause in the log files written in the sapinst directory.IF it is failing in the tablespace creation phase the that means that the data files cannot be created.
    It depends on the database you use: Data files(Oracle), Containers (DB2).
    Do check in the sapdata directories whethere the data file have created.
    If its not giving you any error then the installation might got stuck bcoz of some memory problems during the "create tablespace phase"
    Regards
    Ashly.

  • ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode

    Hi All,
    Need help from the gurus.
    Currently we are in state unable to do anything.
    Was using a database and all of a sudden it crashed. Tried to mount the database, open it, it failed. Also tried the recover and alter database open, even that failed. Errors are as follows.
    Errors in file e:\oracle\product\10.2.0 \admin\devrevdb\bdump\devrevdb_p000_2620.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-00449: background process 'DBW0' unexpectedly terminated with error 1242
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    In my spfile, the administrator has set only two control files and there is no mirroring and hence do not have another control file that will help me boot the db.
    Please let me know how I should go about it. I am only a timebeing person trying to carryout a db activity. Any help would be of great help.

    Hemant,
    thanks for the reply.
    I tried the way you suggested and it threw an error.
    ORA-01145: offline immediate disallowed unless media recovery enabled
    I searched and found that an additional tag of drop needs to be added to the command which you suggested.
    ALTER DATABASE DATAFILE '<filename>' OFFLINE DROP.
    i don't know what will the drop command have an effect ?
    i have copied the data file to another location. Since i don't know much, i just want to be sure of what im doing.
    if the above command is successfull, will it drop the datafile or the tablespace and i can no more use it. How can i use the copied datafile.
    Thanks,
    Sachin
    I

  • Error message 'The Outlook data file (.pst) failed to load for this session.' when adding PST in Outlook addin

    Hi All,
    I have an Outlook (2003-2013) addin developed using C# (NOT VSTO).
    A new client (using the desktop client for Outlook 365) has got a COMException error message stating 'The Outlook data file (.pst) failed to load for this session.' at the code line where I add the PST store (using Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStoreEx).
    I have never come across this error message before and there is barely any mention of this message on any forums. The only question I could find regarding this has been asked mid 2014 and hasn't been answered.
    I'm fairly sure this is not related to either DisablePST or PSTDisableGrow registry key settings as I check fore their existance and notify the user separately.
    Could anyone help me out on how to resolve this? I do not know where to begin even.
    Thanks!!
    Cheers!

    Hi Eugene,
    Thanks for the reply.
    I pass the location that the PST is to be created (as a string), and the OlStoreType.olStoreUnicode constant.
    The client is using a network location to store the PST file (even though we advised them not to) - leading to many corrupt PST files (that they are apparently happy to live with), but this is the first time we came across this message.
    I would assume the problem is with that file, as no other clients are having any issue like this.
    Have you come across this error message? Do you know what sort of scenario could be responsible for it?
    Or would I have to file it under "random problems generated by network PSTs"? :P
    Cheers!

  • When jpeg's are sent as email attachments from other computers, they arrive on my imac as winmail.dat files that I can't open.  What do i need to do to receive such attachments as jpegs that I can open?

    When jpeg's are sent as email attachments from other computers, they arrive on my imac as winmail.dat files that I can't open.  What do i need to do to receive such attachments as jpegs that I can open?

    tommybwin wrote:
    Perhaps go edit>attachments>always send windows-friendly attachments.
    That has no effect on emails that you receive.

  • ORA-01511:error in renaming data file & ORA-01516: nonexistent data file

    Hi all,
    DB version is 10.2.0.2 and Applications 12.0.6 on RHEL 4
    While creating data file mistakenly we created with '?' as follows:
    "/d01/CRP/db/apps_st/data/tx_?data53.dbf"
    After that we tried to rename those data file using below steps but we are geting error message as follows:
    1.SQL>ALTER TABLESPACE APPS_TS_TX_DATA OFFLINE NORMAL; at DB in OPEN stage
    2.$mv /d01/CRP/db/apps_st/data/tx_?data53.dbf /d01/CRP/db/apps_st/data/tx_data53.dbf
    3.ALTER TABLESPACE APPS_TS_TX_DATA RENAME DATAFILE '/d01/CRP/db/apps_st/data/tx_?data53.dbf' TO '/d01/CRP/db/apps_st/data/tx_data53.dbf';
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01516: nonexistent log file, datafile, or tempfile
    "/d01/CRP/db/apps_st/data/tx_?data53.dbf"
    After that we tried to revert back by moving to original name usinf os commnds i.e tx_?data53.dbf and tried to open the database as follows but getting error message as follows:
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 1264892 bytes
    Variable Size 440402692 bytes
    Database Buffers 620756992 bytes
    Redo Buffers 11317248 bytes
    Database mounted.
    SQL> recover database;
    Media recovery complete.
    SQL> alter database open ;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Please help us t oresolve the Issue
    Edited by: 912734 on Feb 15, 2012 2:43 AM

    Errors in alert log file:
    ALTER TABLESPACE APPS_TS_TX_DATA RENAME DATAFILE '/d01/CRP/db/apps_st/data/tx_?data53.dbf' TO '/d01/CRP/db/apps_st/data/tx_data53.dbf'
    Wed Feb 15 15:38:58 2012
    ORA-1525 signalled during: ALTER TABLESPACE APPS_TS_TX_DATA RENAME DATAFILE '/d01/CRP/db/apps_st/data/tx_?data53.dbf' TO '/d01/CRP/db/apps_st/data/tx_data53.dbf'...
    Wed Feb 15 15:40:10 2012
    ALTER TABLESPACE APPS_TS_TX_DATA RENAME DATAFILE '/d01/CRP/db/apps_st/data/tx_ data53.dbf' TO '/d01/CRP/db/apps_st/data/tx_data53.dbf'
    Wed Feb 15 15:40:10 2012
    ORA-1525 signalled during: ALTER TABLESPACE APPS_TS_TX_DATA RENAME DATAFILE '/d01/CRP/db/apps_st/data/tx_ data53.dbf' TO '/d01/CRP/db/apps_st/data/tx_data53.dbf'...
    ALTER TABLESPACE APPS_TS_TX_DATA ONLINE
    Wed Feb 15 15:41:09 2012
    Errors in file /d01/CRP/db/tech_st/10.2.0/admin/CRP2_oraapps/bdump/crp2_dbw0_1605.trc:
    ORA-01157: cannot identify/lock data file 11 - see DBWR trace file
    ORA-01110: data file 11: '/d01/CRP/db/apps_st/data/tx_
    data53.dbf'
    ORA-27037: unable to obtain file status

  • ORA-01157: cannot identify/lock data file error in standby database.

    Hi,
    i have a primary database and standby database (11.2.0.1.0) running in ASM with different diskgroup names. I applied an incremental backup on standby database to resolve archive log gap and generated a controlfile for standby in primary database and restored the controlfile in standby database.But when i started the MRP process its not starting and thows error in alert log ORA-01157: cannot identify/lock data file. When i queried the standby database file it shows the location on primary database datafiles names not the standby database.
    PRIMARY DATABASE
    SQL> select name from v$datafile;
    NAME
    +DATA/oradb/datafile/system.256.788911005
    +DATA/oradb/datafile/sysaux.257.788911005
    +DATA/oradb/datafile/undotbs1.258.788911005
    +DATA/oradb/datafile/users.259.788911005
    STANDBY DATABASE
    SQL> select name from v$datafile;
    NAME
    +STDBY/oradb/datafile/system.256.788911005
    +STDBY/oradb/datafile/sysaux.257.788911005
    +STDBY/oradb/datafile/undotbs1.258.788911005
    +STDBY/oradb/datafile/users.259.788911005
    The Actual physical location of standby database files in ASM in standby server is shown below
    ASMCMD> pwd
    +STDBY/11gdb/DATAFILE
    ASMCMD>
    ASMCMD> ls
    SYSAUX.259.805921967
    SYSTEM.258.805921881
    UNDOTBS1.260.805922023
    USERS.261.805922029
    ASMCMD>
    ASMCMD> pwd
    +STDBY/11gdb/DATAFILE
    i even tried to rename the datafiles in standby database but it throws error
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01275: Operation RENAME is not allowed if standby file management is
    automatic.
    Regards,
    007

    Hi saurabh,
    I tried to rename the datafiles in standby database after restoring it throws the below error
    ERROR at line 1:
    ORA-01511: error in renaming log/data files
    ORA-01275: Operation RENAME is not allowed if standby file management is
    automatic.
    Also in my pfile i have mentioned the below parameters
    *.db_create_file_dest='+STDBY'
    *.db_domain=''
    *.db_file_name_convert='+DATA','+STDBY'
    *.db_name='ORADB'
    *.db_unique_name='11GDB'
    Regards,
    007

  • File sync error after renaming jpg file on desktop

    I changed the file name of a photo in my desktop backup of my Treo 755p photos from the default format of Photo_[date]_xyz.jpg to Matisse by fire2_101208.jpg.
    The path is:
    C:\Program Files\Palm\[username]\Photos\offline copy location\7dba\Palm on Card\Matisse by fire2_101208.jpg
    Now I get the following error after hotsync.
    Unable to sync media file 'Matisse by fire2_101208.jpg' on desktop. Error code: 32.
    OK Media with 1 message(s)
    I also changed two others to  
    Matisse by fire1_101208.jpg and
    Matisse by fire3_101208.jpg
    but am not getting errors on those.
    I can open the file specified so I don't think it is corrupted.
    I'm using Hotsync 6.0.1.
    I could not find error 32 anywhere. Is ther a list of all the Hotsync errors somewhere?
    Any ideas?
    Thanks,
    Don
    Post relates to: Treo 755p (Sprint)
    Post relates to: Treo 755p (Sprint)

    as far as i understood the explanation, you renamed the picture manually by going into the path that you stated in your post right?
    when your rename the file, have you check if it did show the file extensions?
    try to reveal the file extensions by going back to the location (folder). click on tools>folder options>view>uncheck hide extensions for known file types.
    then click ok. try to see on what's the difference in the 3 files you mentioned. i suspect that the erring file has 2 jpeg extensions on it.
    Post relates to: Treo 680 (Unlocked GSM)

  • OWA can't be accessed after moving data files to new volume

    SBS 2008  Exchange 2007
    Used the Move Files wizard in SBS Console to move Exchange files off of system drive to a storage drive.  Wizard said move was successful.  Opend Exchange management Console and verified path to files under Server/Mailbox.
    I get this error and the details when trying to access OWA. Server and user names have been changed to protect the innocent.  :)
    Can anyone offer a suggestion or solution?
    Outlook Web Access could not connect to Microsoft Exchange. If the
    problem continues, contact technical support for your
    organization.
     error details
    Show details
    Request
    Url: https://remote.contoso.com:443/owa/default.aspx
    Exception
    Exception
    type: Microsoft.Exchange.Data.Storage.ConnectionFailedTransientException
    Exception
    message: Cannot open mailbox /o=First
    Organization/ou=Exchange Administrative Group
    (FYDIBOHF23SPDLT)/cn=Recipients/cn=JohnDoe.
    Call stack
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString)
    Microsoft.Exchange.Data.Storage.MailboxSession.Initialize(LogonType
    logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object
    identity, OpenMailboxSessionFlags flags)
    Microsoft.Exchange.Data.Storage.MailboxSession.CreateMailboxSession(LogonType
    logonType, ExchangePrincipal owner, DelegateLogonUser delegateUser, Object
    identity, OpenMailboxSessionFlags flags, CultureInfo cultureInfo, String
    clientInfoString)
    Microsoft.Exchange.Data.Storage.MailboxSession.Open(ExchangePrincipal
    mailboxOwner, WindowsPrincipal authenticatedUser, CultureInfo cultureInfo,
    String clientInfoString)
    Microsoft.Exchange.Clients.Owa.Core.OwaWindowsIdentity.CreateMailboxSession(ExchangePrincipal
    exchangePrincipal, CultureInfo cultureInfo)
    Microsoft.Exchange.Clients.Owa.Core.UserContext.Load(OwaContext
    owaContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.CreateUserContext(OwaContext
    owaContext, UserContextKey userContextKey, UserContext& userContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.PrepareRequestWithoutSession(OwaContext
    owaContext, UserContextCookie userContextCookie)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.InternalDispatchRequest(OwaContext
    owaContext)
    Microsoft.Exchange.Clients.Owa.Core.RequestDispatcher.DispatchRequest(OwaContext
    owaContext)
    System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
    completedSynchronously)
    Inner Exception
    Exception type: Microsoft.Mapi.MapiExceptionLogonFailed
    Exception
    message: MapiExceptionLogonFailed: Unable to open
    message store. (hr=0x80040111, ec=-2147221231) Diagnostic context: Lid: 18969
    EcDoRpcExt2 called [length=981] Lid: 27161 EcDoRpcExt2 returned
    [ec=0x0][length=132][latency=15] Lid: 23226 --- ROP Parse Start --- Lid: 27962
    ROP: ropLogon [254] Lid: 17082 ROP Error: 0x80040111 Lid: 26937 Lid: 21921
    StoreEc: 0x80040111 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote
    Context Beg ---- Lid: 26426 ROP: ropLogon [254] Lid: 22787 Error: 0x0 Lid: 13032
    StoreEc: 0x8004010F Lid: 59409 Lid: 45073 Lid: 11173 StoreEc: 0x80040111 Lid:
    22970 Lid: 8620 StoreEc: 0x80040111 Lid: 1750 ---- Remote Context End ---- Lid:
    26849 Lid: 21817 ROP Failure: 0x80040111 Lid: 26297 Lid: 16585 StoreEc:
    0x80040111 Lid: 32441 Lid: 1706 StoreEc: 0x80040111 Lid: 24761 Lid: 20665
    StoreEc: 0x80040111 Lid: 25785 Lid: 29881 StoreEc:
    0x80040111
    Call stack
    Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message,
    Int32 hresult, Int32 ec, DiagnosticContext diagCtx)
    Microsoft.Mapi.ExRpcConnection.OpenMsgStore(OpenStoreFlag
    storeFlags, String mailboxDn, Guid mailboxGuid, Guid mdbGuid, MapiStore
    msgStorePrivate, String& correctServerDn, ClientIdentityInfo
    clientIdentityAs, String userDnAs, String applicationId, CultureInfo
    cultureInfo)
    Microsoft.Mapi.ConnectionCache.OpenMapiStore(String mailboxDn, Guid
    mailboxGuid, Guid mdbGuid, ClientIdentityInfo clientIdentity, String userDnAs,
    OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)
    Microsoft.Mapi.ConnectionCache.OpenMailbox(String mailboxDn, Guid
    mailboxGuid, Guid mdbGuid, WindowsIdentity windowsIdentityAs, String userDnAs,
    OpenStoreFlag openStoreFlags, CultureInfo cultureInfo, String applicationId)
    Microsoft.Exchange.Data.Storage.ConnectionCachePool.OpenMailbox(String
    serverDn, String userDn, String mailboxDn, Guid mailboxGuid, Guid mdbGuid,
    Object identity, ConnectFlag connectFlag, OpenStoreFlag openStoreFlag,
    CultureInfo cultureInfo, String clientInfoString, Boolean secondTry)

    Hi Esyxx,
    Based on your description, I understand that you move Exchange Server Data to a new volume. And then encounter
    issue when access OWA. If anything I misunderstand, please don’t hesitate to let me know.
    à
    I get this error and the details when trying to access OWA.
    Would you please let me know whether all users encounter the same issue? Or just some specific users? After
    moving, did you
    manually mount the mailbox database? If access mailbox via Outlook, will still encounter any issue?
    In addition, please run Exchange BPA and
    SBS BPA, then fix all that they can find and monitor the result.
    By the way, I noticed that you post screenshot here. However, pictures seems to be damaged. Would you please
    provide the screenshot again or upload it in
    OneDrive, then post link here? Thanks for your understanding.
    Regarding to moving Exchange Server Data, please also refer to following article and check if can help you.
    Move the Exchange Server Data
    Hope this helps.
    Best regards,
    Justin Gu

  • IPhoto won't play videos (with QT7), after renaming video files in Finder

    Hi folks,
    My iPhoto9 played video files with Quick time when double clicking the video files in iPhoto. Yesterday I renamed approx 50 video files in Finder (double clicked and renamed them). Now iPhoto won't play them when double clickling. The only way to play them is to a) drag/drop to vlc or b) double click them in Finder.
    How can I tell iPhoto to play the video files (interesting fact: the meta data still shows the video old file names)?
    Can anyone help me? Thanks!!!!
    Thanks
    AS

    I have not changed default seetings, so I assume I'm running Managed libary.
    The yes, that's the case. So, to do this you had to access the Package File and then rename the files. Wasn't the fact that the files are not directly accessible a hint?
    I tried overwriting iLife09 (without deleting the version that was on -> it didn't help!!)
    Nor would it. That might restore the applications (though without removing the receipts it won't be very effective) but the problem isn't the Applications. The problem is that you have corrupted the Library.
    What if I delete iLife and reinstall it. Will iPhoto then be able to play the videos (that I previously renamed with Finder)?
    No. Because, again, it will not undo what you did in the Library folder.
    As you have no back up, you no have exactly one option: Create a new Library and start over from scratch, importing the originals from the Library you trashed.
    Regards
    TD

  • Delete data file groups from a database

    Hello,
    My bi table partitioned by a column and each partition has data file and filegroup.
    I want delete oldest partitions and data files from the server.
    How to do it?

    Hi Tugsuu224,
    According to your description, you want to delete oldest partition from the table, remove the data files and filegroups.
    To achieve this requirement, please refer to the following blog post by Patrick Keisler:
    http://www.patrickkeisler.com/2013/01/how-to-remove-undo-table-partitioning.html
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • ORA-07445: exception encountered: core dump during database open

    Hi,
    after running OracleXE for 1 year on my notebook, I am running into a strange problem. During startup of the database ( opening the DB ) I get the following error:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [__VInfreq__kmmlrl+6329] [PC:0x2D7DF01] [ADDR:0x8] [UNABLE_TO_READ] []
    I then tried to reinstall the DB but the problem persists. I have no clues what influences this error.
    Any ideas welcome

    The machine is a notebook which is remotely administrated. The admin says there has not been a major software update.
    The notebook has 2 GB of main memory and 4 GB of free disk space.
    The database was up and running since 1 year. The first time I ran into this problem, was when I dropped a user from database. But that for sure was not the reason, as I totally removed oraclexe and reinstalled it from scratch and the problem persists.
    Interestingly the installation doesn't fail, but the final startup, so it might be one of the last packages being installed which produces the error.
    I'm looking forward to find some more details.

  • After adding mp3 files the applications will not open or launch

    After adding mp3 files in the music, none of the previous applications will open or start up!

    See my reply on your other post.

  • Connect to Gateway Failed during database instance installation

    Hi All,
    I install Netweaver 2004 (6.4) ABAP stack.
    I've finished the installation of oracle 10.2 and central instance. During the installation of database instance, an error happens when "starting RFC jobs".
    In the logviewer:
    ERROR 2007-07-02 18:37:14
    FRF-00007  Unable to open RFC connection.
    ERROR 2007-07-02 18:37:14
    FRF-00063  RFC logon failed with message: Failed: SAP_CMINIT3 : rc=20 > Connect to SAP gateway failedConnect_PM  GWHOST=MYHOSTNAME, GWSERV=sapgw00, SYSNR=00
    In \program files\sapinst_instdir\<SID>\SYSTEM\ABAP\ORA\UC\DB\dev_rfc.trc:
    ERROR file opened at 20070702 183713 China Standard, SAP-REL 700,0,102 RFC-VER 3 896205 MT-SL
    T:744 Error in program 'sapinst': ======> SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed
    Connect_PM  GWHOST=<b>MYHOSTNAME(>8 characters)</b>, GWSERV=sapgw00, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:37:13 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    >TS> Mon Jul 02 18:37:14 2007
    T:744 Error in program 'sapinst': ======> SAP_CMINIT3 : rc=20 > Connect to SAP gateway failed
    Connect_PM  GWHOST=MYHOSTNAME GWSERV=sapgw00, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:37:14 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     2
    In \usr\sap\<SID>\DVEBMGS00\work\dev_rfc.trc:
    errors like this:
    >TS> Mon Jul 02 18:38:05 2007
    T:2284 Error in program 'igsmux': ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.NW4, GWHOST=MYHOSTNAME, GWSERV=3300
    ERROR       partner '10.10.10.10:3300' not reached
    TIME        Mon Jul 02 18:38:05 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2770
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     52
    About my installation environment:
    Windows XP
    I've enlarged the page file size before installation.
    I've looked up the info from Internet, so I've checked the following:
    Under \system32\driver\etc\hosts
    10.10.10.10  <domainname> <hostname> is configued as a loopback address (I was prompted to use loopback adapter when installing Oracle, because my network adapter uses DHCP)
    Under \system32\driver\etc\services
    sapgw00     3300/tcp     # SAP System Gateway Central Instance Port
    sapgw00s     4800/tcp     # SAP System Gateway Security Port
    I can ping 10.10.10.10 (get response)
    (Any possibility that the installation user can not access 10.10.10.10:3300 ??, I don't know.)
    However, I can't logged on the system, because in the MMC, "disp+work.exe" turns yellow(Dialog Queue standstill) and then becomes gray.
    Some experts in some forums have commented that a long hostname (>8 characters) might be the problem. Is it true?
    (I've not installed the standalone gateway instance yet. ) When do I need to install the gateway instance? Now, I installed as follows: DB software->Central Instance->DB instance.
    Thanks in advance.
    Dennis

    Hi,
    I had a similar error, when installing SAP BW 3.1. on windows 2000 advanced server, oracle 9.2.0.6.
    FRF-00007 Unable to open RFC connection.
    ERROR 2006-12-04 07:03:21
    FRF-00063 RFC logon failed with message: Failed……………………………………
    However this holds good for NW 2004 also.
    To resolve this error you will need to upgrade your SAP kernel level.
    1)     Download the kernel.  i.e.  sapdbexe.sar and sapexe.sar.
    2)     uncar the files sapdbexe.sar and sapexe.sar using the sapcar.exe
    On dos prompt go to the particular directory where u have downloaded the above sar files using "cd" command.
    3)     To Uncar the files use this command on dos prompt
    SAPCAR -xvf <your-SAR-file> to uncar the files.
    4)     shut down sap using the MMC.
    then in  windows services.msc stop saposcol ,stop oracle service sapserviceSID and  and the sapSID_##
    5)     Now just copy the new kernel files you have uncared above into the /usr/sap/SID/exe/run/ directory of your system
    6)     Start the services you stopped and start SAP using the MMC.
    Now you should be able to logon. Sometimes the MMC shows the yellow status due to missing workprocess status. However the system should work fine.
    Manmath Manjunath

Maybe you are looking for

  • How do I set up my server to print PDF's from Linux LPD?

    Our company software runs on a Linux server, in which we have set up multiple LPD queues, one for each location. Currently, we have a windows 2003 server with Anzio Print Wizard capturing the data and printing it to PDF and placing it in specific fol

  • How to make a slideshow dvd with numerous song clips

    I am trying to make a slideshow dvd with different photo fades and different song bits per photo group seemlessly. I know it can be done with iphoto and itunes, but I cant get it done. Any suggestions?

  • Linking Table between AR to GL

    Hi Everyone, I have transferred all my AR Invoices to GL. Now I want to trace which AR Invoice is linked with which GL entry. Can anyone pl help me by giving the linking tables ?? Thanx in advance. Regards,

  • FacetSearchTools.facets

    Hi all, am working ipad application in ATG 10.1.0, facing a problem, didn't get the array of FacetSearchTools.facets. in crs its working. in adapter module its not working. In ATG10.0.3 its working both crs and ipad application, after migration to AT

  • Cant Get Main Screen To Sleep And Backlight Wont Shut Off

    I have tried changing the settings of the backlight in the options menu...wont work. Backlight is constantly on, keyboard and track ball lights all on. Tried it plugged in, un-plugged and still wont go off. Only way it goes off is when it is in the c