VSS RevertToSnapshot Method gives error for Clustered Shared Disks.

Hi,
This is in reference to https://support.microsoft.com/en-us/kb/945361
Its mentioned here that VSS RevertToSnaposhot is not supported on windows 2003 and 2008 for CLuster Shared Disks.I am trying the same on Windows 2012 and getting error "8004230c" which says volume is not supported for this operation.I wanted to
confirm whether RevertToSnapshot method for supporting Clustered Shared Disks\Volumes has be added in 2012 or not ?
Regards,
Saurabh.

Hi,
This is in reference to https://support.microsoft.com/en-us/kb/945361
Its mentioned here that VSS RevertToSnaposhot is not supported on windows 2003 and 2008 for CLuster Shared Disks.I am trying the same on Windows 2012 and getting error "8004230c" which says volume is not supported for this operation.I wanted to
confirm whether RevertToSnapshot method for supporting Clustered Shared Disks\Volumes has be added in 2012 or not ?
Regards,
Saurabh.

Similar Messages

  • Files generated by Web Service Proxy give errors for complex input types

    Hi ,
    I generated a Java Web Service Proxy using a WSDL file.
    The input params are of this fashion -
    1) Object 1 have 3 attributes
    2) Object 2 having nested Object 2 (yes , again) which has a nested attribute which needs to be passed say Param 1.
    When I generate the proxy classes ... Param 1 is referred to as private Object2.Object2 param1 which gives error for the data types.
    How can we resolve this .. what should be the correct data type representation for param 1 ?
    Thanks

    Issue was resolved . Details here - 11g PS2 - WebServiceProxy Class give errors for complex input types

  • How to ''give'' error for this case of an EXTERNAL TABLE?

    Our external table routine works fine:
    -- We have a csv file with 2 cols.
    -- When we create the table referring the csv it works fine.
    -- Even if the csv has more the 2 cols, the ET command only takes the 2 cols and it works fine.
    -- Now, users are saying that if the csv has more than 2 cols, the ET command should give an error
    I went through the command but cannot find any clause which will do this.
    Is there any other way or workaround?
    CREATE TABLE <table_name> (
    <column_definitions>)
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY <oracle_directory_object_name>
    ACCESS PARAMETERS (
    RECORDS DELIMITED BY newline
    BADFILE <file_name>
    DISCARDFILE <file_name>
    LOGFILE <file_name>
    [READSIZE <bytes>]
    [SKIP <number_of_rows>
    FIELDS TERMINATED BY '<terminator>'
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    (<column_name_list>))\
    LOCATION ('<file_name>'))
    [PARALLEL]
    REJECT LIMIT <UNLIMITED | integer>;
    Is it possible to use the READSIZE?
    Edited by: Channa on Sep 23, 2010 2:28 AM

    -- Now, users are saying that if the csv has more than 2 cols, the ET command should give an error
    I went through the command but cannot find any clause which will do this.
    Is there any other way or workaround?I looked at Serverprocess' sql*loader script and did not see how that would answer your question - how to raise an error if the file has more than 2 columns. If I missed something can Serverprocess explain?
    I can't think of a direct way to do this with your external table either, but there may be indirect ways. Some brainstorming ideas of perhaps dubious usefulness follow.
    Placing a view over the external table can limit results to the first two columns but won't raise an error.
    A pipelined function can read the external table, check for data where there shouldn't be any, and raise an exception when you find data in columns where there should not be any.
    Similarly, you could ditch the external table and use utl_file to read the file, manually parsing and checking the data. LOTS more work but more control on your end. External tables are much easer to use :(
    Or, first load the external table into a work table before the "real" select. Check the work table for the offending data programatically and raise an error if data is where it should not be. You could keep the existing external table and not have to do a lot of recoding.
    Or, also load the data into an otherwise unneeded global temporary table first. Use a trigger on the load to look for the unwanted data and raise an error if offending data is there
    These ideas are boiling down to variations on validating the data before you use it.
    Good luck!

  • Adobe Premiere Elements gives error for non admin account

    Hi
    When a New Video project is created within the applciation it gives an error of Premiere Elements has encountered an error [..\..Src\Core\Preferences.cpp-338] (seems to occur during the importquicktime section). Follwed by a Runtime Error "this application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    This works fine for local admin account but we work within a school were the the end users are not local admins and also have a redirected app data folder. I've ran Process Monitor and there were several access denied reg keys that have now all been allowed but the issue still remains.
    Thanks
    Jayk0

    I think you will have to contact Adobe, not other users in a user to user account
    My understanding is that ALL versions of Premiere... Elements and Pro... must use an Admin account to run properly
    Adobe contact information - http://helpx.adobe.com/contact.html
    Help for Download & Install & Setup & Activation
    http://forums.adobe.com/community/download_install_setup
    Next link has a "Chat Now" button near the bottom
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • Command 'login local' gives error for C3745-SPSERVICESK9-M

    Hi
    I am very new to here and having hard time understand some IOS commands.
    I am using
    IOS (tm) 3700 Software (C3745-SPSERVICESK9-M), Version 12.3(16), RELEASE SOFTWARE (fc4)
    my current vty config has only
    line vty 0 4
    exec-timeout 0 20
    when I try to do > login local on this vty line I am getting follwonig error.
    (config-line)#login local
                              ^
    % Invalid input detected at '^' marker.
    But when I do telnet it's asking for username/passowd and I can login using the following config
    username xxxxxx privilege 15 password 7 934805983058
    Now I don't understand that without having 'login local' in vty config why my router is asking for username/pass....
    Thanks in advance...

    Under vty lines if you are unable to configure" login local" then it means you have aaa configured on the switch.
    Can you check "show run | in aaa"?
    Thanks & Regards,
    Karthick Murugan
    CCIE#39285

  • Eclipse editor gives error for web.xml for jsp-config

    Hi All,
    I am using following web.xml . Eclipse europa editor gives warning if <jsp-config> is added. Is anyone have idea about it.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>     
         <display-name>Cart</display-name>               
         <servlet>
    <servlet-name>RequestHandler</servlet-name>
    <servlet-class>com.amazon.helper.LoginListener</servlet-class>
    </servlet>      
         <servlet-mapping>
    <servlet-name>RequestHandler</servlet-name>
    <url-pattern>cart.loginUser</url-pattern>
    </servlet-mapping>
    <jsp-config>
         <jsp-property-group>
         <url-pattern>*.jsp</url-pattern>
                   <scripting-invalid>true</scripting-invalid>
         </jsp-property-group>
    </jsp-config>
    </web-app>

    Your web.xml file is out of date.
    You have a DTD there for the Servlet 2.2 spec.
    The jsp-config tag was introduced to web.xml as of the Servlet 2.4 specification - which is why it is complaining in your editor.
    Seeing as you have Tomcat 6, I would recommend you change your web.xml to look like this
    - removed the DTD
    - change the web-app tag to include schema information
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
    <display-name>Cart</display-name>
    <servlet>
    <servlet-name>RequestHandler</servlet-name>
    <servlet-class>com.amazon.helper.LoginListener</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>RequestHandler</servlet-name>
    <url-pattern>cart.loginUser</url-pattern>
    </servlet-mapping>
    <jsp-config>
    <jsp-property-group>
    <url-pattern>*.jsp</url-pattern>
    <scripting-invalid>true</scripting-invalid>
    </jsp-property-group>
    </jsp-config>
    </web-app>Cheers,
    evnafets

  • XML to Forms conversion gives error for menus

    We are trying the ORACLE <---> XML conversion Utility.
    We want to convert a MMB to XML and store it in our repository. When we want to modify it we get the XML from the repository, convert it back to a MMB and edit it. This saves space in the repository DB.
    Problem when we convert or MMB --> XML using like this frmf2xml.bat OVERWRITE=YES TRANS_MENU.mmb
    the XML file is created.
    Now when we try to convert the XML back to a MMB using this code frmxml2f OVERWRITE=YES PRINTTREE=YES USERID=userid/pwd@db TRANS_MENU_mmb.xml we get this error:
    Oracle Forms 10.1.2 XML to Forms Tool
    Copyright(c) 2001, 2005, Oracle. All rights reserved.
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 164, Column 73>: XML-24523: (Error) Invalid value ' INTERNATIONAL_OUT_GOING_CALL_D_MENU ' for attribute: 'Name'
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 773, Column 73>: XML-24523: (Error) Invalid value 'BILLING_PROCESS_MASTER_FILE_UP_MENU' for attribute: 'Name'
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 823, Column 69>: XML-24523: (Error) Invalid value 'BANK_PAYMENT_AUDIT_REPORTS_MENU' for attribute: 'Name'
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 864, Column 73>: XML-24523: (Error) Invalid value 'INFO_CONNECT_ACCOUNTING_INTERF_MENU' for attribute: 'Name'
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 887, Column 73>: XML-24523: (Error) Invalid value 'DEALER_SOLD_SUBSCRIPTION_TRANS_MENU' for attribute: 'Name'
    file:/F:/Channa/XML_Forms_Conversion/I/TRANS_MENU_mmb.xml<Line 917, Column 73>: XML-24523: (Error) Invalid value 'CHANNA_LEVEL_42444444444444444_MENU' for attribute: 'Name'
    Invalid XML - file TRANS_MENU_mmb.xml does not validate against Forms XML Schema:
    Invalid value 'INTERNATIONAL_OUT_GOING_CALL_D_MENU' for attribute: 'Name'
    I found the problem. For submenus the XML adds a _MENU to the end of the name attribute and when the name of the menu is over 26 chars 26+5 = 31 becomes more than 30 characters.  So when the XML is converted to the MMB we get an error because forms objects cannot have names of lengths > 30.
    I think this could be a bug. We cannot modify the menu just for this since it is not practical.
    Is this a known bug? Any workaround?
    Edited by: Channa on Mar 5, 2010 2:11 AM
    Edited by: Channa on Mar 5, 2010 2:12 AM
    Edited by: Channa on Mar 5, 2010 2:13 AM
    Edited by: Channa on Mar 5, 2010 2:13 AM
    Edited by: Channa on Mar 18, 2010 9:22 PM
    Edited by: Channa on Mar 18, 2010 9:25 PM

    Hi Amol,
    You XML structure contains deep levels. As far as i understand about the StrictXML2PlainBean module, this is not capable of handling deep structures.
    This module is just an alternative to use FCC type functionality for other receiver adapters.
    Please take a look at these links:
    https://help.sap.com/saphelp_nwpi711/helpdata/EN/44/748d595dab6fb5e10000000a155369/content.htm
    StrictXml2PlainBean - to have an XML - EDI conversion?
    In case you want to achieve nested level content conversion, you may try this:
    /people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure
    I hope this helps.
    Regards, Gaurav.

  • ITS620  behind Apache Reverse Proxy : POST data (only) gives error for IAC

    Hi all ,
    we are proxying EP6 and ITS620 through Apache 2.0.59 . All portal and most ESS ITS Iviews display correctly . All GET method/display ITS Iviews display correctly BUT as soon as we try to change some info in an ESS Iview (e.g Change Work Address (POST method) the Proxy errors out .
    Here is the httpd.conf :
    RewriteRule ^/sap/(.*) https://<itshost>:8443/sap/$1 [P,NC,L]
    RewriteRule ^/scripts/(.*) https://<itshost>:8443/scripts/$1 [P,NC,L]
    ProxyPass           /scripts https://<itshost>:8443/scripts
    ProxyPass           /sap https://<itshost>:8443/sap
    ProxyPassReverse    /sap https://<itshost>:8443/sap
    ProxyPassReverse    /scripts https://<itshost>:8443/scripts
    When we hit POST a long URL of the form
    /scripts/wgate/zpzxx/~flNlc3Npb249VFM0OlNBUE5UVDAxOjAwMDEuMDAwMS5lMDgyMTU3NS5hM2RhJn5odHRwX2NvbnRlbnRfY2hhcnNldD1pc28tODg1OS0xJn5TdGF0ZT0yODY5Mi4wMDEuMDIuMDI=
    (with some POST data)
    is sent to ITS ...ITS receives it OK but Apache immediately errors .
    Has anyone seen this behaviour before either with POSTS or ESS IAC Iviews through Apache ?
    Regards
    Daniel

    I found the answer myself... Use ProxyPreserveHost on with internal hostnames (not IP's):
            ProxyPass / http://macserver.home/
            ProxyPassReverse / http://macserver.home/
            ProxyPreserveHost on

  • Keep getting Failure to Compile Error for Not Enough Disk Space

    I have burned this dvd once already, made a few changes and went to build again and it keeps telling me there's not enough disk space to compile assets. There is over 15GB of free space for a 2.8GB project, what am I doing wrong?
    Any help would be great, this is a wedding gift and Im running out of time!!!!

    15Gb isn't all that much, really - especially if you are making a DL disc. In order to create the files necessary there needs to be enough space for the final output, plus the same again for the build files, plus enough temporary space and room for encoded media and so on. If your project is 8Gb in total, you won't have enough space with 15Gb free!
    Try to clear another 5Gb and make sure all of the space is on an internal drive, then have another go.

  • Solaris 10 installation gives error "No disk Found"

    During the installation of Solaris 10 on dell XPS400, it gives error that says no Disk found:
    I have already partitioned by disk in the following manner:
    1st partition: 30 GB: NTFS (WIn XP installed)
    2nd Partiion: 20 GB: NTFS (data)
    3rd Partition: 25GB: RAW
    is there any special setting that I need to do for Solaris to detect the hard disk.
    Please help!

    I do not think you need a driver for the disk.
    ... you need to reconfigure your system with respect to the DISK CONTROLLER.
    Solaris 10 "doesn't do Serial ATA very well".
    Search the forum, keyword sata and then read and read and read.
    I believe you need to reconfigure something in the PC's BIOS.
    However, that may have an impact on how well your current install of WinXP works.
    So, I suggest you just go get an additional disk, a conventional IDE drive (not a SATA disk),
    and install to that new drive instead.
    Then you choose whichever device you want as the boot drive each time you power it on.
    ... or just go get an older, used computer and dedicate it to operating systems other than Windows. Leave the Dell system alone.
    Install... erase ... install something else ... erase ...
    etc, etc, etc

  • Copying a function group gives error

    Dear All,
    I am copying a function a group JV05. I have copied evrything i.e all the includes, TOP etc. But when i activate the group it gives me error. What could be the problem? I have tried to activate the includes & TOP individually. Still it gives error for some variables. Please help me out.
    Thanks in advance!
    Regards,
    Prasad

    hi ,
    **Go to se80..**
    **1. Select function group**
    **2. Enter JV05 as name  "-----> click on spectacles button.**
    **3. Right click on JV05**
    **4. Select copy  "--------> give a Zfunction group name**
    **5. "Copy all the function modules in this function group with zfunctionmodules.**
    **6. Save & Activate.**
    Regards,

  • IDOMServices Parse giving error for non-alpha numeric characters in content

    Hi All,
    Using Adobe InDesign CS4 SDK 557, I want to create IIDXMLDOMDocument * from a xml stored in a PMString variable.
    I used the following code to parse the xml:-
    InterfacePtr<IK2ServiceRegistry> servReg(GetExecutionContextSession(), UseDefaultIID());
    InterfacePtr<IK2ServiceProvider> provider(servReg->QueryServiceProviderByClassID (kDOMParserService, kDOMParserServiceBoss )); 
    InterfacePtr<IDOMServices> domService( provider, UseDefaultIID() ); 
    if(!domService)
        break;
    std::string stdString = myXMLString.GetPlatformString();
    const char * buff = stdString.c_str();
    InterfacePtr<IPMStream> pmStream(StreamUtil:: CreatePointerStreamRead( (char *)buff, stdString.size()));
    IIDXMLDOMDocument * parsedDom = domService->Parse( pmStream );
    -  Now the problem is when myXMLString have some special character like “0x27” , “0x14” etc. then IDOMServices::Parse fails.
    -  I tried replacing these characters with “&#x27;”, “&#x14;” but still IDOMServices::Parse fails.
    I also tried to used ISAXServices::ParseStream, but it also gives error for the same character.
    Also tried setting ISAXParserOptions::SetAbortAfterWarning(kFalse), but not changed in result.
    Please let me know if I am missing something.
    Thanks,
    Jitendra Kumar Singh

    Hi Nitika Saini,
    Please let me know what's your patch level of BI 7 system.
    I am also facing problem with transformations, I didn't see any transper routines in my system for 0IC_C03 - 2LIS_03_BX, LIS_03_BF, 2LIS_03_UM.
    Here, my BI 7 patch level BI content 8 and BW pathc 16.
    Thanks,
    Chandra

  • Time Capsule: Shared Disk or Time Machine Backup

    Hi
    I am planning to buy a 500GB Time Capsule, but i have some doubts that maybe you could help me.
    I know that Time Capsule is not just for making time machine´s backups. I know this because on apple website it indicates that works in PC and Tiger so that means that it is also a shared disk.
    What i want to know is if i have to choose between a shared disk or a time machine backup. What i want to do is to assign 250Gb for time machine and the rest for a shared disk.
    Is that possible?
    Thanks

    Almost certainly you will be able to use Time Capsule for both Time Machine backups as well as shared file storage. However - a couple of things to keep in mind:
    1. because Time Machine continues to back up files over time, the amount of drive space it uses will also continue to increase (potentially to the limit of the available free space).
    2. there is (unconfirmed) speculation that you may not be able to partition the drive built into Time Capsule, so that you may not be able to force an upper limit to Time Machine's usage of the drive without of course keeping close track of it yourself.

  • Constantly getting "Reopen for Clustered Client Failover registered application has failed for FileObject " error in CCFilter eventlog.

    Hi everybody.
    Hope somebody will be able to help me with the following issue.
    I have the following environment configuration:
    1. WFC cluster (cluster1) contains 3 nodes - sql1,sql2,sql3
    2. sql1 and sql2 can run single shared instance SQL server
    3. Node sql3 is a standalone SQL server.
    4. AlwaysON is turned on shared instance and standalone SQL servers and availability group have been configured for multiple DBs. So sql3 is a replica of shared instance.
    5. All this runs on Vmware as a virtual machine.
    I'm  constantly getting following error in Microsoft-Windows-CCFFilter/Operational logfile when I execute SQL DB/Transaction log backup maintenance plan on my shared instance SQL server (sql1 or sql2):
    Log Name:      Microsoft-Windows-CCFFilter/Operational
    Source:        Microsoft-Windows-CCFFilter
    Date:          10/24/2014 6:00:12 AM
    Event ID:      2000
    Task Category: None
    Level:         Error
    Keywords:      
    User:          DOMAIN\wfcsqlsvc
    Computer:      SQL1
    Description:
    Reopen for Clustered Client Failover registered application has failed for FileObject 0xfffffa801cbb08a0 to \SQL3\Backups\Logs\DB1\DB1_backup_2014_10_24_060003_3960528.trn with status 0xC0000034
    Getting multiple mentioned errors for every single DB I'm running my backup maintenance plan against. The maintenance plan gets executed on SQL1 which is shared instance machine.
    Any ideas of what can cause this and how to fix it.
    Thanks in advance.

    Yes. I'm doing backup on primary replica in the AlwaysOn Availability Group. And this primary replica itself is a WFC shared SQL instance.
    I've double checked Maintenance Plan's History and Agent's logs. No Error, no warning, nothing. And by the way DB full and transaction log backups gets created as they should. By that I mean that 'For availability databases, ignore Replica Priority for Backup
    and Backup on Primary Settings' property is turned on and this allows me to do backups from primary replica.
    As you've written I've clear the maintenance plan setting ''For availability databases, ignore Replica Priority for Backup and Backup on Primary Settings.', and configure the availability group's AUTOMATED_BACKUP_PREFERENCE setting to allow backup from any
    replica for certain availability group. But still nothing. Getting the same error.
    This is how AVG1 are configured regarding Backup preferences:
    For example this subplan from Maintenance plan cause mentioned errors:

  • How to give error message for the screen element text field when wrong i/p

    How to give error message for the screen element text field when wrong i/p
    when wrong input given
    eg. 
    I have a text box with SBOOK-CARRID
    so when user give wrong entry in text box i.e LG
    then I should give some error stating that the the input is invalid or not available ,
    now it showing the error of standard messages,
    i want manual message to be displayed when error comes.
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    Hi all,
    Thank you for your valuable reply,
    but the thing is that its a screen field,
    i.e text box not a selection screen
    i created in screen layout
    with name sbook-carrid
    now i want to get error message display if wrong i/p is given
    thank you.
    Regards,
    Jagrut bharatkumar Shukla,

Maybe you are looking for

  • How to make a photo gallery?

    hello every body let me make it simple. i need a photo gallery like this: www.albertsoncreative.com and i use flash cs3 plz explain completely and easily I really am a noob! Thank u

  • The View of FLB1 Transaction has been changed

    Hi all, The view of FLB1 transactions has been changed and now we are not able to see any check to post. Please help me out this

  • Premier Pro won't load anymore..

    ..the splash screen loads fine..but just jumps back to my desktop. There are no error messages. I have been using Premier for months, this issues has come out of the blue..can anyone help? Im running it on Win XP 3GB Ram

  • LMS 4.1 blank page after login

    Hi! I recently installed LMS 4.1 on a freshly installed W2k8R2 server, and untill last week I had no problems logging on. For some reason, I'm now getting a blank page after entering my credentials. The URL is like https://lms02/cwportal/c/portal/log

  • ERROR SHOWS 'VARIANT CASHDE DOES NOT EXIST' WHILE GIVING PRINT in tcod FBCJ

    DEAR ALL,   MY FI CONSULTANT WHILE PRESSING PRINT BUTTON IN FBCJ TCODE FOR CASH JOURNAL AN ERROR MESSAGE SHOWS 'VARIANT CASHDE DOES NOT EXIST '. AS AN ABAPER I TRIED A LOT AND DEBUG THE STD. PROGRAM BUT I AM UNABLE TO SOLVE THE ISSUE. SO I NEED UR HE