Open standby read-write then flashback leaves standby in new incarnation?

Oracle 10.2.0.4 on RHEL. In February, we followed Note:805438.1 to open the standby for read-write for a test (after creating a restore point). A few minutes later, we did flashback. It ran fine ever since, receiving and applying archivelogs. Recently we noticed it stopped applying redo and this started in late June. Then I followed Note:836986.1 to roll forward the standby with incremental backup from the primary. During this process, it was found that the standby was in incarnation 2:
RMAN> list incarnation;
using target database control file instead of recovery catalog
List of Database Incarnations
DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
1 1 ORACP2 4102395133 PARENT 1 20080407 14:13:17
2 2 ORACP2 4102395133 CURRENT 44328058841 20110223 08:33:18
The solution is to set it to 1, because the primary is (and always was) 1:
reset database to incarnation 1;
The DBA team don't recall making any significant change to the standby since the February test and alert.log doesn't show anything relevant. Will "open standby read-write then flashback" leave the standby in the new incarnation, instead of setting it back to the original incarnation? We checked another database which has a standby we did the same test on. The standby is back to the original incarnation as the primary is. So there must be something special about this database.
Secondly, if the standby stayed in a newer incarnation, how could it continue to apply redo received from the primary in its original incarnation?

Thanks. Bug 6035495 is related but not exactly my case. My 10.2.0.4 standby database alert.log does not have "orphan" or "ORA-19909". But the solution is the same.
The Oracle support analyst working on my case referred me to this new note
Rman-06571: Datafile 1 Does Not Have Recoverable Copy (Doc ID 1336872.1)
(maybe he wrote it)
That's exactly what happened to me. Although flashing back the standby sets its current incarnation back (to the same as the primary), if you later run "catalog start with" on the standby, that command will change the incarnation to the later one! Since I was following Note:836986.1 to roll forward the standby, "catalog start with" was run and these lines appeared
WARNING: catalog online log file +fra/ORACP2SB/ONLINELOG/group_52.2882.708107363 is not supported
New incarnation branch detected in Backup, filename +FRA/oracp2sb/autobackup/2011_02_23/s_743848464.8985.743848467
Inspection of file changed rdi from 1 to 2
Setting recovery target incarnation to 2
Wed Jul 6 00:06:53 2011
Setting recovery target incarnation to 2
Wed Jul 6 00:10:51 2011
It appears that when "catalog" detects another (must be newer I guess?) incarnation, it blindly sets the standby database to that one. The analyst calls it "implicit catalog". It may as well be called "implicit incarnation change of catalog" or "side effec of catalog".
Edited by: user11989003 on Jul 11, 2011 7:02 AM
Edited by: user11989003 on Jul 11, 2011 7:04 AM

Similar Messages

  • Documents open in reader XI, then go blank after 8 seconds. whether in IE 11, desktop file, or email

    Documents open in reader XI, then go blank after 8 seconds. whether in IE 11, desktop file, or email. This happens at home or at work.  I would expect that this is a common problem with a simple (to other eyes) answer

    Mystery solved.
    My .pdf files had been defaulting to Acrobat to open.  I just designated Reader as the default for opening .pdf, and am now able to open those files normally.
    Apparently, I installed Acrobat but had not yet confirmed my subscription.  The installation automatically made Acrobat the default for opening .pdf files, then wouldn't allow documents to be displayed for more than a few seconds before closing itself.  I assume that will no longer be the case once the bill is paid.
    Thanks for your responses, Pat.

  • Additional read-write schema in logical standby

    Hi,
    We have successfully configured logical standby for a production database on oracle 11.1.0.7. Now we have the following requirements:
    1) Add a new/ additional schema to logical standby database which can support read write (dml/ddl)operations.
    2) Turn off the sync for one particular table in the standby (prod) schema and make it read write.
    Appreciate any guidelines in this regard.
    Thanks,
    Venkat
    Edited by: 825766 on Jun 23, 2011 1:20 PM
    Edited by: 825766 on Jun 23, 2011 1:44 PM

    Thank you.
    I was able to make a table read-write based on following extract from oracle documentation.
    SQL> ALTER DATABASE STOP LOGICAL STANDBY APPLY;
    Database altered.
    SQL> EXECUTE DBMS_LOGSTDBY.SKIP('SCHEMA_DDL','MYSCHEMA','MYTABLES%');
    PL/SQL procedure successfully completed.
    SQL> EXECUTE DBMS_LOGSTDBY.SKIP('DML','MYSCHEMA','MYTABLES%');
    PL/SQL procedure successfully completed.
    SQL> ALTER DATABASE START LOGICAL STANDBY APPLY;
    Database altered.
    The example then queries the DBA_LOGSTDBY_PARAMETERS view to verify the logical standby database is updated. Verification can take a while so you might need to repeat the query until no rows are returned, as shown in the following example:
    SQL> SELECT VALUE FROM DBA_LOGSTDBY_PARAMETERS WHERE NAME = 'GUARD_STANDBY';
    VALUE
    Ready
    select guard_status from v$database;
    Finally, the example sets the database guard to allow updates to the tables.
    SQL> ALTER DATABASE GUARD STANDBY;
    Database altered.
    select guard_status from v$database;

  • File open/close/read/write

    open a file..
    write text into file..
    path in varchar2,
    filename in varchar2,
    firstline in varchar2,
    secondline in varchar2)
    is
    output_file utl_file.file_type;
    begin
    output_file := utl_file.fopen (path,filename, 'W');
    utl_file.put_line (output_file, firstline);
    utl_file.put_line (output_file, secondline);
    utl_file.fclose(output_file);
    can not return any value???
    How do I do this operation_?

    well you haven't shown all your code or how you are calling this.
    No reason using utl_file shouldn't work assuming you've set up your directory objects correctly to point to a valid directory on the operating system, and you've granted write permission to the user executing the code, and referenced the directory object correctly in your UTL_FILE.FOPEN statement.

  • Error message - this project cannot be opened in read-write mode because a previous checkin for this project is not complete.

    Hi,
    I have read the previous posts about this error message and I have tried all resolutions suggested but to no avail.
    This week 4 Project Managers have reported this error message to me. Each time I have checked the Force Check-In Enterprise Objects, the queue and also the cache. None of the projects can be found anywhere. This is obviously frustrating for them and for
    myself.
    If anyone has any advice on where to find these project and check them in properly, and also how to avoid this happening going forward, I would be greatful.
    Thanks,
    Clair.

    Clair --
    Did you look at the local project Cache on the PC of each of the affected users?  Did you ask the affected users to clean out their Cache and try to open each project directly from the Project Server database, instead of opening it from the Cache?
    There is a possibility that the Cache has gotten corrupted on the PC of each of your affected users.  To resolve possible Cache corruption, ask each of the affected users to do the following:
    1.  Close Microsoft Project 2010.
    2.  Click the Start > All Programs > Accessories > Run.
    3.  In the Run dialog, enter the following command:
         %appdata%\Microsoft\MS Project\14\Cache
    4.  Click the OK button.
    Please let us know if this helps.
    Dale A. Howard [MVP]

  • How do I enable Firefox (3.0.19) to open office documents as read-write vs. read-only?

    When opeing any office type document (open office for example) from a webpage/collab folder it always opens as read-only. Is there a setting or attribute to change the behavior to open it as read-write?
    I have read-write privileges to the (tmp) directory/folder it saves it to.

    Researching further, I've found you can change this behavior very similar to Thunderbird.
    1) Open a new tab
    2) Type "about:config" in the url window
    3) Confirm the security warning
    4) Search for "browser.helperApps.deleteTempFileOnExit" and if you find it, double click it and set the value to False.
    5) If you don't find it, right click into the main area, choose "New" > "Boolean", add "browser.helperApps.deleteTempFileOnExit" as name and choose "False" as value.
    As cor-el highlighted if you make edits and don't 'save as' to an appropriate location you risk losing your edits! So beware.
    The reason opening as read-write is valuable to me is; I'm in a lot meetings reviewing information (from a central source) in spreadsheets etc... and it's very convenient to be able to change column widths, apply a different 'sort', do a 'data pilot' etc... only for use while I'm in the meeting without having to save the file. My company has tight restrictions on disk space so not having to save the file and then remember to delete it is a big win for me.

  • Why can't I open read/write rules file?

    I have followed the Cookbook XML tutorial exactly as prescribed, even down to using all the examples from the 'Completed' folder, but when I try to perform any procedure such as generating a EDD or reading an XML instance (the ColorDoc.xml example) I get the following in the log file:
    Could not open the read/write rules file
    (App\ChapterReadWriteRules)
    Make sure you have read access to the file and that
    the file is not already in use.
    Using XP and Framemaker 7.
    Its a real blocker this proble. Have tries unsetting the XP Read-only folder property on all the folders in the heirarchy but XP won't let me do that. Very grateful if anyone could help me over this problem.

    What is the path you mentioned the structapps.fm file for read/write rules
    It should be full file path for read/write rules(including extension of file). Otherwise there is possibility of throwing the error you mentioned.
    Would it be possible to paste your XML application defined in your structapps.fm file??
    Thanks
    Basav

  • How do you create default Read/Write Permissions for more than 1 user?

    My wife and I share an iMac, but use separate User accounts for separate mail accounts, etc.
    However, we have a business where we both need to have access to the same files and both have Read/Write permissions on when one of us creates a new file/folder.
    By default new files and folders grant Read/Write to the creator of the new file/folder, and read-only to the Group "Staff" in our own accounts or "Wheel" in the /Users/Public/ folder, and read-only to Everyone.
    We are both administrators on the machine, and I know we can manually override the settings for a particular file/folder by changing the permissions, but I would like to set things up so that the Read/Write persmissions are assigned for both of us in the folder for that holds our business files.
    It is only the 2 of us on the machine, we trust each other and need to have complete access to these many files that we share. I have archiveing programs running so I can get back old versions if we need that, so I'm not worried about us overwriting the file with bad info. I'm more concerned with us having duplicates that are not up to date in our respective user accounts.
    Here is what I have tried so far:
    1. I tried to just set the persmissions of the containing folder with us both having read/write persmissions, and applied that to all containing elements.
    RESULT -> This did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    2. I tried using Sandbox ( http://www.mikey-san.net/sandbox/ ) to set the inheritance of the folder using the methods laid out at http://forums.macosxhints.com/showthread.php?t=93742
    RESULT -> Still this did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    3. I have set the umask to 002 ( http://support.apple.com/kb/HT2202 ) so that new files and folders have a default permission that gives the default group Read/Write permissions. This unfortunately changes the default for the entire computer, not just a give folder.
    I then had to add wife's user account to the "Staff" group because for some reason her account was not included in that. I think this is due to the fact that her account was ported into the computer when we upgraded, where as mine was created new. I read something about that somewhere, but don't recall where now. I discovered what groups we were each in by using the Terminal and typing in "groups username" where username was the user I was checking on.
    I added my wife to the "Staff" group, and both of us to the "Wheel" group using the procedures I found at
    http://discussions.apple.com/thread.jspa?messageID=8765421&#8765421
    RESULT -> I could create a new file using TextEdit and save it anywhere in my account and it would have the permissions: My Username - Read/Write, "Staff" or "Wheel" (depending on where I saved it) - Read/Write, Everyone - Read Only, as expected from the default umask.
    I could then switch over to my wife's account, open the file, edited it, and save it, but then the permissions changed to: Her Username - Read/Write, (unknown) - Read/Write, Everyone - Read Only.
    And when I switch back to my account, now I can open the file, but I can't save it with my edits.
    I'm at my wits end with this, and I can believe it is impossible to create a common folder that we can both put files in to have Read/Write permissions on like a True Shared Folder. Anyone who has used windows knows what you can do with the Shared folder in that operating system, ie. Anyone with access can do anything with those files.
    So if anyone can provide me some insight on how to accomplish what I really want to do here and help me get my system back to remove the things it seems like I have screwed up, I greatly appreciate it.
    I tried to give as detailed a description of the problem and what I have done as possible, without being to long winded, but if you need to know anything else to help me, please ask, I certainly won't be offended!
    Thanks In Advance!
    Steve

    Thanks again, V.K., for your assistance and especially for the very prompt responses.
    I was unaware that I could create a volume on the HD non-destructively using disk utility. This may then turn out to be the better solution after all, but I will have to free up space on this HD and try that.
    Also, I was obviously unaware of the special treatment of file creation by TextEdit. I have been using this to test my various settings, and so the inheritance of ACLs has probably been working properly, I just have been testing it incorrectly. URGH!
    I created a file from Word in my wife's account, and it properly inherited the permissions of the company folder: barara - Custom, steve - Custom, barara - Read/Write, admin - Read Only, Everyone - Read Only
    I tried doing the chmod commands on $TMPDIR for both of us from each of our accounts, but I still have the same behavior for TextEdit files though.
    I changed the group on your shared folder to admin from wheel as you instructed with chgrp. I had already changed the umask to 002, and I just changed it back to 022 because it didn't seem to help. But now I know my testing was faulty. I will leave it this way though because I don't think it will be necessary to have it set to 002.
    I do apparently still have a problem though, probably as a result of all the things I have tried to get this work while I was testing incorrectly with TextEdit.
    I have just discovered that the "unknown user" only appears when I create the a file from my wife's account. It happens with any file or folder I create in her account, and it exists for very old files and folders that were migrated from the old computer. i.e. new and old files and foders have permissions: barara - Read/Write, unknown user - Read Only, Everyone - Read Only
    Apparently the unknown user gets the default permissions of a group, as the umask is currently set to 022 and unknown user now gets Read Only permissions on new items, but when I had umask set to 002, the unknown user got Read/Write permissions on new items.
    I realize this is now taking this thread in a different direction, but perhaps you know what might be the cause of this and how to correct or at least know where to point me to get the answer.
    Also, do you happen to know how to remove users from groups? I added myself and my wife to the Wheel group because that kept showing up as the default group for folders in /Users/Shared
    Thanks for your help on this, I just don't know how else one can learn these little "gotchas" without assistance from people like you!
    Steve

  • To export query from Access to Excel in Read/Write mode in VBA

    Below is the code which exports the query named 'LatestSNR' from Access to Excel;
    Public Sub Expdata()
    Dim rst As DAO.Recordset
    Dim Apxl As Object
    Dim xlWBk, xlWSh As Object
    Dim PathEx As String
    Dim fld As DAO.Field
    PathEx = Forms("Export").Text14 'path comes from the directory given in form
    Set Apxl = CreateObject("Excel.Application")
    Set rst = CurrentDb.OpenRecordset("LatestSNR")
    Set xlWBk = Apxl.Workbooks.Open(PathEx)
    'xlWBk.ChangeFileAccess xlReadWrite
    Set xlWBk = Workbook("PathEx")
    Apxl.Visible = True
    Set xlWSh = xlWBk.Worksheets("Metadatasheet")
    xlWSh.Activate
    xlWSh.Range("A2").Select
    For Each fld In rst.Fields
    Apxl.ActiveCell = fld.Name
    Apxl.ActiveCell.Offset(0, 1).Select
    Next
    rst.MoveFirst
    xlWSh.Range("A2").CopyFromRecordset rst
    xlWSh.Range("1:1").Select
    ' selects all of the cells
    Apxl.ActiveSheet.Cells.Select
    ' selects the first cell to unselect all cells
    xlWSh.Range("A2").Select
    rst.Close
    Set rst = Nothing
    ' Quit excel
    Apxl.Quit
    End Sub
    After the execution of code, the query is transferred to excel sheet and is viewed in 'Read only' mode. If I try to save it, a copy of the excel file is produced. Can the Excel be opened in Read/Write mode ? so as to save the workbook and also to transfer
    the query to same workbook repeatedly.
    If in case the change of mode is not possible, then is there any alternative  method?

    Try this version:
    Public Sub Expdata()
    Dim rst As DAO.Recordset
    Dim Apxl As Object
    Dim xlWBk As Object, xlWSh As Object
    Dim PathEx As String
    Dim i As Long
    PathEx = Forms("Export").Text14 'path comes from the directory given in form
    Set Apxl = CreateObject("Excel.Application")
    Set xlWBk = Apxl.Workbooks.Open(PathEx)
    Set xlWSh = xlWBk.Worksheets("Metadatasheet")
    Set rst = CurrentDb.OpenRecordset("LatestSNR")
    For i = 1 To rst.Fields.Count
    xlWSh.Cells(1, i).Value = rst.Fields(i - 1).Name
    Next i
    rst.MoveFirst
    xlWSh.Range("A2").CopyFromRecordset rst
    xlWBk.Close SaveChanges:=True
    Apxl.Quit
    rst.Close
    Set rst = Nothing
    End Sub
    or else
    Public Sub Expdata()
    Dim PathEx As String
    PathEx = Forms("Export").Text14 'path comes from the directory given in form
    DoCmd.TransferSpreadsheet TransferType:=acExport, _
    SpreadsheetType:=acSpreadsheetTypeExcel12Xml, _
    TableName:="LatestSNR", _
    Filename:=PathEx, _
    HasFieldNames:=True, _
    Range:="Metadatasheet!"
    End Sub
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Editing read/write DVD's with OS X 10.5

    Hi folks,
    I wanted to delete a couple of videos from a read/write DVD, but leave a couple of the existing videos on it also (6 different videos on it recorded from TV on a DVR), and then copy a few files from my mac onto it to free up some space. Is this possible with a macbook pro? If so, how? I gather disk utility will only do multisession CD's and NOT DVD's....

    All DVD burners can do DVD-R multisession, however the initial burn has to be setup as apendable.
    Same with CD burners on CD-R. If the initial burn is not appendable, that's the last burn.
    CD-RW and DVD-RW are complete rewrite burns rather than appendable, you lose everything on the disk during a rewrite. I am not sure if you can rewrite over an initial -R or +R burn.
    DAO, if your burner supports it as far as I know would require installing Windows on your Mac.
    Here are the options*
    http://www.macmaps.com/macosxnative.html#WINTEL
    - * links to my pages may give me compensation
    Message was edited by: a brody

  • How to read, write and save a file?

    Hello everybody,
    I have a question about reading , writing and save something into a file (etc text file)
    For example: I want to create a file of football in which there are many key words as: "football", "touch down", "quarterback", "ball", "linebacker", "coach", "player"...
    Now i want to open to read, write one more word "head" ( synonym with "coach") and store it for using next time. How could i do that?
    Could anybody help me about that?
    Thank you very much in advance.
    still_learn

    take a look in the API about FileInputStream and FileOutputStream

  • Project files open in read-only mode

    project files open in read-only mode in ms project 2013.But in the case of MS Project 2007 it opens in READ\WRITE mode .what should i do so that project will opens in READ\WRITE mode by default in MS Project 2013

    In addition to John's excellent reply, I'd add that if you are talking about Project Server, this is by design that the projects in 2013 version open in read-only mode, in order to require an explicit operation to check-out the file. This prevents to have
    many checked out files by mistake.
    See this
    article on my blog.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • ..Primavera\Project Management\PM.ini cannot be set to read-write status

    I have installed Primavera P6.1 in a laptop under Administrator Login.
    After that, when I log in to the laptop with my user Id, primavera fails to start and gives the following message:
    C:\Program Files\Primavera\Project Management\PM.ini cannot be set to read-write status.
    Kindly let me know how to fix this problem.
    Regards

    Please tell your IT Admin to fix as following:
    The following is a summary of the minimum system requirements Primavera 6.2.X requires for users to be able to access and run components of the
    software :
    Window Folders:
     C:\Windows\System32\
    dbexpsda30.dll
    dbexpint.dll
    dbexpoda30.dll
    DbExpPrC.dll
    dbexpsda.dll
    Read&Execute/Read permission for Borland DBExpress drivers
     C:\Program Files\Common Files\Borland Shared\DBExpress\DBXConnections.ini
    C:\Program Files\Common Files\Borland Shared\DBExpress\DBXDrivers.ini
    Read&Execute/Read/Write permissions to create and modify database alias connections
     C:\Program Files\Primavera
    Read&Execute\Read permission to access files needed to run applications
     C:\Program Files\Primavera\Project Management\pm.ini
    C:\Program Files\Primavera\Methodology Management\mm.ini
    Read&Execute/Read/Write permission to access the ini file - required to log into the applications
     C:\Program Files\Common Files\Primavera Common
    Read&Execute/Read permission to access files needed to run applications
     C:\Program Files\Common Files\Primavera Common\Java\BREBootstrap.xml
    Read&Execute/Read/Write permission to change connection parameters for Claim Digger or API
    (If user does not have WRITE access the Database Configuration Setup utility (C:\Program Files\Common Files\Primavera
    Common\Java\dbconfig.cmd) for claim digger / API DOES connect to the database and read the configurations and will create a new configuration if
    entered, but displays error "error writing to bootstrap file" and BREBootstrap.xml file will not be updated with the proper database connection information.
     Output directory for File > Export , Job Services output files and Log output files
    Read&Execute/Read/Write to create and write output files
    Registry Keys:
     HKEY_LOCAL_MACHINE\Software\Borland
    READ
     HKEY_LOCAL_MACHINE\Software\Primavera
    READ
    Note: For the functions Claimdigger, Update Baselines, and Schedule Comparisons the key is opened in Read/Write/Delete mode.
     HKEY_LOCAL_MACHINE\Software\Primavera\Databases\[MM/PM]\Aliases
    NOTE: By default, users have FULL CONTROL to their HKEY_CURRENT_USER\SOFTWARE registry keys
    If a user does not have FULL CONTROL permission to these keys, when they create a new alias it will be stored under
    HKEY_CURRENT_USER\Software\Primavera\Databases\[MM/PM]\Aliases and will be displayed and available to ONLY the user account on the
    workstation that created the alias.
    If user does have FULL CONTROL permission to to these keys, when they create a new alias it will be stored
    under HKEY_LOCAL_MACHINE\Software\Primavera\Databases\[MM/PM]\Aliases and will be displayed and available to ALL user accounts on the
    workstation.
    Jawad
    Novo Rail, Sydney
    P6 Project Controls Co-ordinator and Administrator

  • Unable to read "read/write" OPC tags through datasockets

    I am having problems reading tags from an OPC server that are "read/write" access. Reading "read-only" tags works good. I am using the Datasocket Open.vi and Datasocker Read.vi and I have tried to set the mode input of the Datasocket Open to "read/write" follow by a Datasocket Read without any success. I am constantly getting the 1179 error as return.  
    I have tried to read the same tags with an OPC Client software and it works fine.
    Anyone that have successfully read a "read/write" OPC tag using Datasockets?  

    Are you watching these variables in another program as well? I have seen this error pop up before when variables were on the watch list and variable manager was open.  Make sure you have nothing else grabbing the resource at the same time.
    Rob K
    Measurements Mechanical Engineer (C-Series, USB X-Series)
    National Instruments
    CompactRIO Developers Guide
    CompactRIO Out of the Box Video

  • Specify author name for annotations when opening Adobe Reader

    Hi !
    I need to specify the author name (for annotations) programatically each time I open Adobe Reader from my application. Is that possible and if yes, how ?
    Here is how I open Adobe Reader in my application :
    try {
      Intent intent = new Intent();
      intent.setClassName("com.adobe.reader", "com.adobe.reader.AdobeReader");
      intent.setAction(Intent.ACTION_VIEW);
      intent.setDataAndType(Uri.fromFile(doc), "application/pdf");
      startActivity(intent);
    catch (ActivityNotFoundException activityNotFoundException) {
      activityNotFoundException.printStackTrace();
    If not possible, where does Adobe Reader stores its parameters ? Maybe I can change them before opening it ?
    Thanks in advance for your help !
    Zab

    The application I'm developping needs to be able to allow its users to open existing pdf files and annotate them with the username they've given when logging into the application. Unfortunately, I've not found any satisfying library to edit existing pdf files on Android nor in AIR for Android. I'm thus trying to call Adobe Reader from my application (this I can do) and set the author name for annotations...
    I've found that Adobe Reader stores the author name in /data/data/com.adobe.reader/shared_prefs/com.adobe.reader.preferences.xml
    Knowing that my application will run on rooted Android tabs, do you think it would be posssible to modify this file each time before launching Adobe Reader from my application (could be a dirty workaround but still a workaround) ?

Maybe you are looking for

  • I have an apple id for my itunes and want my wife to be able to access it on her ipad but not sure how when her id is different?

    I have an apple id for my itunes on my computer not a mac......and want my wife to be able to access the music I purchase on her ipad....but not sure how she can do it when her ipad has her own apple id and it says she would have to use my apple id..

  • Missing Operating System

    I have a Lenovo T500 Thinkpad.  I turned off my laptop and now when I turn on the laptop I receive a message that states "Missing operating system". I do not have any recovery disk or install disk.  How do I fix this error?  The only thing that I hav

  • Windows update error code 80072F78

    my window 8 on hp pavillion g6 originally window 7 changed to window 8 cannot update after sometime, it used to update but stop after awhile so i try to troubleshoot and fixed the problem but still yet it shows erro 80072F78 i dont know what to do pl

  • Re-Naming Custom Tabstrip(Subscreen) in ME53

    Hi I have activiated a new custom tab in me53 for additional fields using the customer exit. I used the standard screen SAPLXM02-0111 to define the fields. But the Tabstrib name is displayed by defauly. I want to change the name of the custom tabstri

  • Interface mapping Object _Doesn't exist in RuntimeCache_Error_SXMB_MONI

    Hi  EXperts , Issue in XI --Dev System I have an simple IDOC  (DESADV.DELVRY03) ->Flat File Scenario . Mapping is done as per the Line of Business requirements . I have tested mapping and  I get the response as expected. We released the IDOC (Outboun