Control of mountability script?

It fustrates me this is not built in, but surely it can be with powershell script?

It can, and any who, can make a script that goes well the RPS and a mountability check it?

Hi Stephen @TS,

Sorry, here's the right script. (changed to the foreach loop)

import-module appassurepowershellmodule

$a = Get-RecoveryPoints - protectedserver [Agent name]

foreach ($i in $a.number)

{

Start-MountabilityCheck - protectedserver [Agent name] - rpn $i

}

Thank you

Anton Kolomiiets.

Tags: Dell Tech

Similar Questions

  • Exchange control of mountability 5.4 AppAssure

    I'm brand new on AppAssure and I have 2 questions.

    1. I currently have the exchange Setup program to backup every hour. When I check the control of automatic mountability activate it really seems to slow down my backups as it must do every single time when it backs up. Is it possible to put up to make a control of mountability once a day?

    2. I have a DAG with 2 exchange servers. I don't think that I should have two backup servers, because they are copies of each other so I want just a server and I put a truncate the logs after the backup. This truncates the logs on both the DAG members because they share the same database? I suppose, but want to make sure.

    Thanks for any response.

    HI Dst.james,

    1 because now he does not have the ability to perform control of mountability once a day (you can manually force), but one of the child of the 'work every night' employment audit of exchange databases. This work is "Checksum check work" and it runs once per day (with night work).

    2. the truncation of the log will be held on the active node and after replication (between nodes) newspapers is truncated on the passive node.

    support.Software.Dell.com/.../151542

    Thank you

    Anton Kolomiiets.

  • Add a scroll bar to control opacity with scripts?

    First of all, thank you to David Torno (http://www.provideocoalition.com/after-effects-extendscript-training-complete-series).
    With the help of their tutorials, I managed to make several scripts with the UI, but when I try to add a scroll bar, I can't. can someone tell me what I am doing wrong? Here is the code:

    para preguntar scroll bar.JPG

    {

    function myScript (thisObj)

    {

    function myScript_buildUI (thisObj) {}

    var myPanel = (thisObj instanceof Panel)? thisObj: new window ('pallet', 'Opacity', undefined, {resizable: true});

    res = "group {orientation: 'row', alignment: ['fill ', ' fill'], alignChildren: \ ['fill ', ' fill']}"

    groupOne: group {orientation: 'column', alignment: ['center', 'center'], alignChildren: ['fill', 'center'],------}

    },\

    myPanelOne:Panel {text: 'Opacity', direction: "column", alignment: ['fill ', ' fill'], alignChildren: ['fill', 'center'],------}

    myScrollbar1:Scrollbar {text: 'Opacity'}, \

    },\

    }";

    myPanel.grp = myPanel.add (res);

    var myScrollbar1 = myPanel.grp.myPanelOne.myScrollbar1;

    var valueScroll = myPanel.grp.myPanelOne.myScrollbar1.value;

    myScrollbar1.onChanging = function () {}

    var curItem = app.project.activeItem;

    var selectedLayers = curItem.selectedLayers;

    var curLayer = curItem.selectedLayers [0];

    var opacity = curLayer.property("ADBE_Transform_Group").property ("ADBE opacity");

    Opacity = valueScroll;

    }

    Return myPanel;

    }

    var myScriptPal = myScript_buildUI (thisObj)

    ;

    If ((myScriptPal! = null) & & (myScriptPal instanceof window)) {}

    myScriptPal.center ();

    myScriptPal.show ();

    }

    }

    myScript (this);

    }

    I tested your code, and the scroll bar is added correctly.

    What does not work is the method the scroll bar onChanging.

    A few comments:

    (1) you must not define a variable valueScroll = myPanel.grp.myPanelOne.myScrollbar1.value; outside this function, because it is the value at the point where set you it. It does not update the scroll bar as is.

    (2) you will need to use "setValue" to set the value of a property.

    (3) it will probably disappoint you much: definition of a property value of layer using a slider/via script scroll bar creates billions of history entries and makes unusable history.

    (When you scroll the cursor property in After Effects, a history entry is created only for the purpose you by releasing the mouse (onChange event).) "But scripts do not have this capability, I believe). Check for yourself:

    myScrollbar1.onChanging=function(){
        var curItem = app.project.activeItem;
        if (curItem instanceof CompItem && curItem.selectedLayers.length>0){
            curItem.selectedLayers[0].transform.opacity.setValue(this.value);
            };
        };
    

    Xavier.

  • Scripting: Can drop us a control of the money?

    It is possible to drop a new money controls uses VI Scripting?

    The ID of the Style of a classic Cluster is 3400 and a modern Cluster is 21607, but when I read the property ID of Style of a cluster of disengaged manually money I see 21607.

    I also try to find the ID of Style that will drop a Silver LED boolean.

    In my view, that money controls are actually .ctl files which you can drop by plugging the trajectory desired function of new object VI.  If you want to find the location (probably inside the vi.lib), you can change all of the Palette, go to the item you want and right-click to display the path to the element from the Palette.

  • Scripts custom FDM HFM control (for example, perform a translate in HFM) after data FDM load via the batch Loader

    Currently, we have a Microsoft Access database + VBA Scripts that use the HFM API objects to connect to the HFM application to perform the following tasks:

    (1) delete the data according to a specific POV HFM

    (2) load some data from a text file to the request of HFM

    (3) run a Consolidation of data in HFM with 3 different POV

    (4) running a data translate in HFM with a specific POV.

    (5) when the process is complete, HFM send one connects e-mail to Hyperion administration team with newspapers.

    We want to replace this database MS Access with FDM.

    Custom script of FDM, I am able to run batch loader to load data at our request of HFM.

    However, FDM, I want to connect to our HFM application to perform a consolidation (in HFM) and also a Translate (in HFM) after that the data has been loaded by the loader of FDM data.

    The question I have is that I can't use the VB Scripts following FDM (this code works in MS Access)

    Function OpenHfmApp (sDomain As String, sUser As String, fun As String, sserveur As String, sApp As String)

    Dim customer as HsxClient

    Dim cSession as HsvSession

    Dim cServer As HsxServer

    Set customer = New HsxClient

    cClient.SetLogonInfoSSO sDomain, sUser, ' ", fun

    sApp sserveur, 'Financial management', cClient.OpenApplication, cSession cServer

    Set OpenHfmApp = cSession

    End Function

    FDM do not like the 'AS' - I should write:

    Function OpenHfmApp (sDomain, sUser, fun, sserveur, SAPP)

    Sun customer

    Dim cSession

    Dim cServer

    Set customer = New HsxClient

    cClient.SetLogonInfoSSO sDomain, sUser, ' ", fun

    sApp sserveur, 'Financial management', cClient.OpenApplication, cSession cServer

    Set OpenHfmApp = cSession

    End Function

    When I run this code of FDM, I get the following (of Financial Data Management Workbench) error message

    500 variable is undefined: 'HsxClient '.

    Online: 565

    My questions are:

    (1) is it possible to control via the Scripts VB FDM HFM realize some tasks such as claire HFM, Consolidation and HFM HFM translate?

    (2) if so, How can I reference objects in FDM HFM VB Scritp editor [custom general] (to use the HFM API via scripts VB FDM objects)?

    Thank you

    Claude

    Good to know that the 'out of the box' functionality meets your requirements. You can mark the thread as anawered now.

  • strange behavior in the planning of a script in the grid control

    I have a script that works fine when I run it manually and through cron.it datapump exports.
    I created jobs in the grid as operating system command and control as a script of the os type.
    However when I schedule it's running in the grid control as a task, the task has failed
    .sh: line 17: 4274 Abort (core dumped)

    It exceutes all the lines of the os script except core dump/abort (line 17) which is
    $ORACLE_HOME/bin/expdp

    **********************************************************************************************************************

    Grid control is 11 GR 2 and it's on Solaris10.

    It depends on what shell you use.

    Please try

    LD_LIBRARY_PATH_64 =""

    Export LD_LIBRARY_PATH_64

  • CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Separated from this thread.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0
    Code of Validation caching online: 0x0
    Windows product key: *-* - 6XY48 - 6B28M-CT77B
    Windows product key hash: A2HudJl9EiKfe6vK5BX00Jal5xY =
    Windows product ID: 00426-437-1608992-85320
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {524C3FC6-4B03-418B-81FA-D2814D3AA07C} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: Windows 7 Ultimate
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.150113 - 1808
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: 2.0.48.0
    OGAExec.exe signed by: Microsoft
    OGAAddin.dll signed by: Microsoft

    OGA data-->
    Office status: 109 n/a
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {524C3FC6-4B03-418B-81FA-D2814D3AA07C}1.9.0027.06.1.7601.2.00010100.1.0.001x 32*-*-*-*-CT77B00426-437-1608992-853205S-1-5-21-885106373-165730409-1007669906HP-Pavilion,FK479AV-ABA s3600tPhoenix Technologies, LTD5.2120081111000000.000000 + 000E2133E07018400F804090409Eastern Standard Time(GMT-05:00)03HPQOEMSLIC-CPC109

    Content Spsys.log: 0 x 80070002

    License data-->
    CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    Beyond: 0 x 0000000000000000
    Event timestamp: 1:24:2015 23:39
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: NgAAAAEABAABAAEAAAACAAAAAwABAAEAeqh + Xbz8xnTi8LyK7MXC/OIlmPVvhP7Tg/oDekbK

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0x0
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    SLIC SLIC-CPC HPQOEM
    SSDT HPQOEM SLIC-CPC

    It comes to my report.  Windows has been 'validate' for three hours now.  What should I do?

    Hi Thea,.

    Thanks for posting your query on the Microsoft Community. I'll be happy to help you today. I wish to inform you that it is a problem with the license of software on the computer. I would like to know if you get an error message upon activation.

    If you have made significant physical changes to your PC, like replacing your hard drive or motherboard, you must contact support to activate Windows by phone:

    http://support.Microsoft.com/kb/950929

    Please follow the steps mentioned below to activate Windows on your computer:

    (a) click Start and in the search for box type: slui.exe 4

    (b) press ENTER on your keyboard

    (c) select your country.

    (d) opting for the phone activation option and ask the help of activation team.

    You can also check out the link below:

    http://support.Microsoft.com/kb/950929/en-us

    For more information, do not hesitate to contact us. We will be more than happy to help you.

  • How to apply the expression using script?

    I use a script and an expression to automate all the layer selected to attend the control layer. So, I've do it now in two steps, first make a layer of control using this script:

    {

    model var = app.project.activeItem;

    var slctd_layer = comp.selectedLayers;

    var new_adjustment = comp.layers.addSolid ([1,1,1], "Control", comp.width, comp.height, comp.pixelAspect, comp.duration);

    new_adjustment.adjustmentLayer = true;

    var addSlider1 = app.project.activeItem.selectedLayers [0]. Effects.addProperty ("ADBE Slider Control");

    addSlider1.name = "time";

    addSlider1.property (1) .setValueAtTime (0, 0.06);

    var addSlider2 = app.project.activeItem.selectedLayers [0]. Effects.addProperty ("ADBE Slider Control");

    addSlider2.name = "opacity";

    addSlider2.property (1) .setValueAtTime (2, 0);

    addSlider2.property (1) .setValueAtTime (2.03, 100);

    }

    Then, I select all the layer under the control and apply the expression, for example:

    delay = thisComp.layer("Controler").effect ("delay") ("Slider") * index;

    t = time + delay;

    exp = thisComp.layer("Controler").effect ("opacity")("Slider").valueAtTime (t);

    exp;

    I'm working on an animation of the tight timelines and tons of materials with tons of layer for each model now. So I think that if it is possible to combine this stage two in a script that will automate this work for me. I'm still new to scripts and none need help with it. Thank you

    Like this:

    var ease = new KeyframeEase(0,100/6);    // speed (0 for easeIn or easeOut, influence range: 0-100)
    var addSlider1 = new_adjustment.effect.addProperty("ADBE Slider Control");
    addSlider1.name = "delay";
    // 1st key: value + ease
    addSlider1.property(1).setValueAtTime(0, 0.2);
    addSlider1.property(1).setTemporalEaseAtKey(1, [ease], [ease]);
    addSlider1.property(1).setInterpolationTypeAtKey(1, KeyframeInterpolationType.LINEAR, KeyframeInterpolationType.BEZIER);
    // 2nd key: value + ease
    addSlider1.property(1).setValueAtTime(2.03, 0.03);
    addSlider1.property(1).setTemporalEaseAtKey(2, [ease], [ease]);
    addSlider1.property(1).setInterpolationTypeAtKey(2, KeyframeInterpolationType.BEZIER, KeyframeInterpolationType.LINEAR);
    

    (The use of setInterpolationTypeAtKey is not necessary, it is only there to do things similar to what you would get by doing things by hand).

    Xavier

  • How can I use my bar of Navigation Html/CSS to control a stadium to edge?

    I have a navigation bar HTML/CSS implemented in my CONTOUR created the page. The navigation bar is not created on the edge. I would use these buttons to control the steps.

    Inside the main timeline scene have labels and measures every 1.5 seconds to create a site sliding horizontally.

    Labels include: home, work, blog, profile and contact. I can easily use a symbol created for example within the border:

    sym.play("home");
    

    and animate a symbol of width 6000px on my stage 1000px, 1000px increments.

    I don't want to use a symbol within the border to do this, because I can't create the effect the nav bar html/css with passage of the mouse within the border.

    So I am interested to know if I can use this bar to control my main script, so I don't have to sacrifice the design for the feature.

    Currently, the list of links is configured with the standard hyperlink. What is the code would use to play the scene during the click on the html navigation bar?

    A big thank you to all those who can help you with this!

    Here's the code for the navigation bar:

    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    
    

    All of the HTML code:

    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
              <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="workapp_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-57204389 { visibility:hidden; }
                  .block-menu {
                                  display: block;
                                  background: #000;
                        }
    
    
                        .block-menu li {
                                  display: inline-block;
                        }
    
    
                        .block-menu li a {
                                  color: #fff;
                                  display: block;
                                  text-decoration: none;
                                  font-family: 'Passion One',Arial,sans-serif;
                                  -webkit-font-smoothing: antialiased;
                                  -moz-font-smoothing: antialiased;
                                  font-smoothing: antialiased;
                                  text-transform: uppercase;
                                  overflow: visible;
                                  line-height: 20px;
                                  font-size: 24px;
                                  padding: 15px 10px;
                        }
    
    
                        /* animation domination */
                        .three-d {
                                  -webkit-perspective: 200px;
                                  -moz-perspective: 200px;
                                  perspective: 200px;
                                  -webkit-transition: all .07s linear;
                                  -moz-transition: all .07s linear;
                                  transition: all .07s linear;
                                  position: relative;
                        }
    
    
                                  .three-d:not(.active):hover {
                                            cursor: pointer;
                                  }
    
    
                                  .three-d:not(.active):hover .three-d-box, 
                                  .three-d:not(.active):focus .three-d-box {
                                            -moz-transform: translateZ(-25px) rotateX(90deg);
                                            -webkit-transform: translateZ(-25px) rotateX(90deg);
                                            -o-transform: translateZ(-25px) rotateX(90deg);
                                            transform: translateZ(-25px) rotateX(90deg);
                                  }
    
    
                        .three-d-box {
                                  -webkit-transition: all .3s ease-out;
                                  -moz-transition: all .3s ease-out;
                                  -ms-transition: all .3s ease-out;
                                  -o-transition: all .3s ease-out;
                                  transition: all .3s ease-out;
                                  -webkit-transform: translatez(-25px);
                                  -moz-transform: translatez(-25px);
                                  -o-transform: translatez(-25px);
                                  transform: translatez(-25px);
                                  -webkit-transform-style: preserve-3d;
                                  -moz-transform-style: preserve-3d;
                                  -ms-transform-style: preserve-3d;
                                  -o-transform-style: preserve-3d;
                                  transform-style: preserve-3d;
                                  pointer-events: none;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                        }
    
    
                        .front {
                                  -webkit-transform: rotatex(0deg) translatez(25px);
                                  -moz-transform: rotatex(0deg) translatez(25px);
                                  -o-transform: rotatex(0deg) translatez(25px);
                                  transform: rotatex(0deg) translatez(25px);
                        }
    
    
                        .back {
                                  -webkit-transform: rotatex(-90deg) translatez(25px);
                                  -moz-transform: rotatex(-90deg) translatez(25px);
                                  -o-transform: rotatex(-90deg) translatez(25px);
                                  transform: rotatex(-90deg) translatez(25px);
                                  color: #FFE7C4;
                        }
    
    
                        .front, .back {
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  background: black;
                                  padding: 15px 10px;
                                  color: white;
                                  pointer-events: none;
                                  -moz-box-sizing: border-box;
                                  box-sizing: border-box;
                        }
    
    
        </style>
    <!--Adobe Edge Runtime End-->
    
    
    </head>
    <body>
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    <div  id="Stage" class="EDGE-57204389">
    </div>
    
    
    </body>
    </html>
    
    

    Dashboard API, I came across this:

    Edge.getComposition(compId)
    

    Anyone having problems with this same question should try this:

    var targetComp = AdobeEdge.getComposition ('TARGETCOMPID');

    targetComp.getStage () () .play;

    in their Manager trigger or an event.

    How I got to work:

  • Dynamic DynamicArtisans
  • Could not resolve &lt; Script &gt;

    I get an error message "couldn't resolve < Script >.

    for an implementation of components. "This is the code I am trying to run, to

    the tutorials offered by Adobe.

    < script >

    {import mx.controls.Alert ;}

    < /script >

    I tried this without brackets, with symbols of <>, around import and every time I get an error. any suggestions? I'm very new to flex, but most of the time find it rather simple to do. However, when I get an error, it is impossible to understand how to fix it!

    Try in or blocks or paste lines where your

    namespaces are defined...

    C

  • Background music with control button

    I have a presentation that introduces a substantive piece of music at the start like this:

    _root. Music = New Sound();
    _root. Music.attachSound ("intro_music");
    _root. Music.Start (0,999);

    (where intro_music is the identifier for the mp3 in the library. There is also an acting as an 'OFF' button / switch 'ON' and I want to use the following script to control the playback of the music that this button is activated by the end-user:

    {We (Release)}
    If {(_root.playing!=1)}
    If (musicPosition == null) {}
    musicPosition = 0;
    }
    _root. Music.Start(musicPosition,0);
    _root. Playing = 1;
    } else {}
    If {(_root.playing == 1)
    musicPosition=_root.music.position/1000;
    _root. Music.Stop ();
    _root. Playing = 0;
    }}
    }

    When I use the button for the FIRST time (first press) script I really get the music begins to play again under the initial read. The second button silenced the two readings. Additional pressure restarts only one reading of music (controlled by the script button above). I am trying to establish what bit of the script button I need to delete or modify Flash to recognize that the video is already playing, but whenever I have to 'tweak' - I break! I am primarily a designer, not a programmer, so easy to follow suggestions on script changes would be great.

    (PS the parameter number of loop in the script of punch (see above) - 999, does not have the loop attached at all - is this a bug?)

    Sorry, missed that part. To do this, just initialize the variable game you have 1.

    _root. Music = New Sound();
    _root. Music.attachSound ("intro_music");
    _root. Music.Start (0,0);
    _root. Playing = 1; added this line
    music.onSoundComplete = function() {}
    _root. Music.Start (0,0);
    };

    Then when you click on the button, he'll know that music is already up and running as you would expect.

    Tim

  • Incompatible control file and the data after the backup files

    The company that I work has servers where some components are new more, so have a backup in the event of hardware failure. If we intend to do some clones of 1:1 of the current servers to change them in case of emergency. As most of the necessary data is not volatile and we reset stuff in any case, there is no need of replicaton, replace an old version of the database works very well. Now we could not easily get substitutes for our old material, so we had to set up new machines. And that's where my trouble starts, because now I had to actually set up the system and the database rather than do a simple copy of byte to byte. I'm mainly a programmer, using Oracle of 'other' side, but as our DBA is yet to come and the work must be done now...

    So I did some reasearch and decided to do a normal backup of the cold. I have dumped the controlfile, copied data and configuration files to the new server and read the prompt SQL (no mistake there) control file. After some initial hiccups with the system (memory, etc.), I was finally about to start the database, only to get an error ORA-01190 ("1 database or control file is from before the last RESETLOGS").

    I guess I did is a bad thing when you restart the database (used the wrong part of the control file) or when the copy of the data. The original data have split two readers for simplicity and logical, I copied their entire contents. So maybe I don't not copied to little but too?

    As I said in the introductory paragraph, I'm not a DBA, but I'm willing to learn and listen. I don't expect a complete solution, but some guidelines when to look and what to avoid. Any help on this would be appreciated.

    Currently, there are some points need clarification,

    1. you don't need to re-create the control file, if you have a clean shutdown database and copied all the files at the same time (data files, control files etc.)

    2. If you stop DB, copied files of data but do not copy the control at shutdown file, you must re-create the control file.

    3. the error ORA-19909 suggested you resetlog prior to recovery.

    ORA-19909: string data file belongs to an orphan incarnation
    Cause: The data file specified has been restored from a backup that was taken during a period of time that has already been abandoned by a resetlogs operation or Oracle cannot identify what incarnation of database file belongs. The alert log contains more information.
    Action: Restore a backup of this file that belongs to the current or a previous incarnation of the database. If you use RMAN to restore, RMAN automatically selects a good backup.

    4. it would be better that again follow you from scratch the article.

    for example,.

    Copy the files you did copy over the data base to the bottom of the old server,
    modify the control file creation script

    RECOVER DATABASE USING BACKUP CONTROLFILE;
    ALTER DATABASE OPEN RESETLOGS;

  • Windows 7 - Build 7601 this copy of Windows is not genuine

    Hello everyone.

    Im a newbie here so I hope I get this right.
    I have a question about this message on my desk to read "Windows 7 Build 7601 this copy of Windows is not genuine."?
    I bought this Satellite c660 to Qatif in Saudi Arabia and now he's here in the Philippines.
    My laptop is Windows 7 Professional 32-bit. It asks for a product key and I can't find one. There is no product in the background key sticker and I don't know where to get that.
    I ran a diagnostic and I hope this helps.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 50
    Code of Validation caching online: 0x0
    Windows product key: *-* - CM74G - RPHKF-PW487
    Windows product key hash: 71BRYMECVaSXedfumfu8zryHJVY =
    Windows product ID: 00371-177-0000061-85062
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {1E8191EC-15C9-4DC3-8886-55DD7BBA8D84} (4)
    Admin: No.
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Professional
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.111118 - 2330
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 103 blocked VLK
    Microsoft Office Enterprise 2007 - 103 blocked VLK
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program may Explorer\iexplore.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {1E8191EC-15C9-4DC3-8886-55DD7BBA8D84}1.9.0027.06.1.7601.2.00010100.1.0.048x 32*-*-*-*-PW48700371-177-0000061-850625S-1-5-21-3557145390-3644324294-2060978674TOSHIBASatellite C660TOSHIBA1.6020110707000000.000000 + 0004B8C3E07018400F804090409Korea Standard Time(GMT+09:00)03TOSCPLTOSCPL00103103Microsoft Office Enterprise 200712ACD7202654E586fFic3JgCreGGRxyF8uMWB4R4Jcg =89388-707-1528066-65261 14

    Content Spsys.log: 0 x 80070002

    License data-->
    Input error: can not find script file "C:\Windows\system32\slmgr.vbs '.

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    Beyond: 0 x 0000000000000000
    Event timestamp: 3:15:2012 19:39
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: MgAAAAEAAgABAAIAAAABAAAAAwABAAEAJJT + lnD3en8mEX4nsL 8NxRgtMToxMDARso plus

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: no, table invalid SLIC
    Windows marker version: N/A
    OEMID and OEMTableID consistent: n/a
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC APIC PTLTD
    FACP TOSCPL CRESTLNE
    HPET INTEL CRESTLNE
    START PTLTD $SBFTBL$
    MCFG INTEL CRESTLNE
    OSFR TOSHIBA HAS + 2ND ID
    SLIC TOSCPL TOSCPL00
    SSDT BrtRef DD01BRT
    SSDT BrtRef DD01BRT

    Please someone help? I'm not a techno person and I don't know how to solve this problem. Thanks and regards.

    > How can I get a copy?
    If your laptop was initially shipped with Win7 preinstalled and you want to now order original Toshiba Recovery disk for your laptop that you can do it on https://backupmedia.toshiba.eu/landing.aspx
    >... where I can find a product key that I use to activate windows?
    You can not find it. I put t understand your question. If you use OS Toshiba you n t need activation code, but if not you and if pre-installed OS is installed with the installation of Microsoft disk you need to pay for a valid license.

    All the time, you're in the magic circle. You always ask the same question, but somehow, you don t read what other people write here. Please read another thread - http://forums.computers.toshiba-europe.com/forums/message.jspa?messageID=262518

  • Windows 7 product key blocked - not genuine notice

    My T420 is 3 years old and all of a sudden yesterday I received the notice and black screen saying "this copy of Windows is not genuine". And nag screens on it about every half hour (and annoyingly at startup).

    I tried several fixes online, including the re - enter the product key. When I do this I get the error 0XC004F063. There is no place to contact Microsoft for a replacement key, it says to contact Lenovo.

    I talked to Lenovo support this morning and told me I might need to reinstall Windows, and they were mailing - me to restore disks. He checked and said with this error code that I had to call Microsoft.

    I called MS and we checked the product key... it's blocked. I gave her my product ID and which is also blocked. He said to come back to Lenovo.

    Lenovo doesn't know anything about. Or what to do about it. The woman was told she had someone call this morning with something similar, if it was Windows 8. She checked and several other people support had similar appeals this morning. She also said that I would probably have to reinstall Windows. I asked if she would have never had this before and she said no. I asked if she knew other people having these calls before and she didn't say that she didn't know. I asked that if it seemed suspicious that all of a sudden some people had this problem. It seems that Lenovo blocked a series of product keys. It was covered on if she was really out of hand and said the Commissioner knew it and they would look inside. When I asked if they would contact me if they found anything, she said that this does not work like that. They you me sending restore disks and I am for the reminder Friday to see if someone knows something.

    In the meantime, here is my log Genuine Ms. It seems correct to my untrained eye... does anyone have any ideas or know of others, especially in the last 24 hours?

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 50
    Code of Validation caching online: 0x0
    Windows product key: *-* - MV8MH - 98QJM-24367
    The Windows Product Key hash: wgci5Gdejx4esg7 ++ zTOe3LWF + 4 =.
    Windows product ID: 00371-OEM-8992671-00437
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7601.2.00010100.1.0.048
    ID: {86161042-D054-4079-BCEC-CB5F55619F8A} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: Windows 7 Professional
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.140303 - 2144
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program may Explorer\iexplore.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {86161042-D054-4079-BCEC-CB5F55619F8A}1.9.0027.06.1.7601.2.00010100.1.0.048x 64*-*-*-*-2436700371-OEM-8992671-004372S-1-5-21-265682227-868801212-28954433LENOVO4177CTOLENOVO83ET76WW (1.46)20130705000000.000000 + 000162C3E07018400FE04090409Time(GMT-08:00) Standard Pacific03LENOVOTP-83 109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 Professional edition
    Description: operating system Windows - Windows (r) 7, channel OEM_SLP
    Activation ID: 50e329f7-a5fa-46b2-85fd-f224e5da7764
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00371-00178-926-700437-02-1033-7601.0000-2112014
    Installation ID: 002094862504439480529245729492236146739814211844460910
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: 24367
    License status: Notification
    Notification reason: 0xC004F063.
    Remaining Windows rearm count: 3
    Trust time: 30/07/14 13:27:01

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0xC004C533
    Beyond: 0 x 0000000000000000
    Event timestamp: 7:30:2014 13:14
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: LgAAAAEAAgABAAEAAAABAAAAAgABAAEAln2OQPFIopZuwZxCBALWqtwC4Cgucw ==

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC LENOVO TP-83
    FACP LENOVO TP-83
    HPET LENOVO TP-83
    MCFG LENOVO TP-83
    SLIC LENOVO TP-83
    SSDT LENOVO TP-SSDT2
    SSDT LENOVO TP-SSDT2
    SSDT LENOVO TP-SSDT2
    CO-SUBMISSION LENOVO TP-83
    ASF! LENOVO-TP-83
    TCPA PTL LENOVO
    SSDT LENOVO TP-SSDT2
    SSDT LENOVO TP-SSDT2
    UEFI LENOVO TP-83
    UEFI LENOVO TP-83
    UEFI LENOVO TP-83

    This mark as RESOLVED. I had sorted it. Person (including me) realized that the Belarc gives key product is a generic Lenovo and that the absence of a tile is because it is under the battery. I just didn't know and neither Lenovo two supported people!

  • Server crash, now Win2008 says not active with 0xc004e003

    This was active and running for years, so I am naturally concerned by what else might not work.

    How can I activate/fix this?  This would save some time rather than having to rebuild

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->
    Validation status: invalid license
    Validation code: 50
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: n/a, hr = 0xc004e017
    Windows product key hash: n/a, hr = 0xc004e017
    Windows product ID: 55041-222-3089152-76403
    Windows product ID type: 6
    Windows license type: Volume MAK
    The Windows OS version: 6.0.6002.2.00020110.2.0.007
    ID: {47085308-60F9-4608-A2D7-BA76BD561C4D} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows Server (R) 2008 Standard
    Architecture: 0 x 00000009
    Build lab: 6002.vistasp2_gdr.150225 - 1506
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x 86) \Internet Explorer\iexplore.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\Windows\system32\linkinfo.dll[Hr = 0 x 80070002]

    Other data-->
    Office details: {300920EB-988B-44EE-9CB3-C352A432F274}1.9.0027.06.0.6002.2.00020110.2.0.007x 64*-*-*-*-BATH55041-222-3089152-764036S-1-5-21-4272876799-290174936-3572189238Dell Inc.. Vostro 200 Dell Inc.. 1.0.3 20070712000000.000000 + 0001E333507018400FA04090409Eastern Standard Time(GMT-05:00)13DELL FX09 109

    Content Spsys.log: 0 x 80070002

    License data-->
    C:\Windows\system32\slmgr.vbs(1000, 9) (null): 0xC004E017

    Windows Activation Technologies-->
    N/A

    --> HWID data
    Current HWID hash: MAAAAAIAAAABAAEAAwABAAAAAQABAAEA6GF0E86vTjQInOYPCNLy9N6Iri5w5iqF

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20000
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC DELL-FX09
    FACP DELL-FX09
    HPET DELL-FX09
    MCFG DELL-FX09
    FX09 DELL SLIC
    DMY2 DELL FX09
    SSDT PmRef CpuPm

    Hello

    Repost the problem you encounter on support Windows Server Forum .

Maybe you are looking for