Cannot save a template

I can save as a template but cannot just save so that my files will be updated.

When you edit a Template.dwt and save, DW should ask if you want to update child pages made from that Template.  If it's not allowing you to save, maybe your Template contains code errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/

Similar Messages

  • Cannot Save as Template in Pages '09

    I would like to create a template in Pages '09. However, whenever I go to File -> Save as template and try to save it, Pages gives me an error message telling me that I don't have permission to do so. I have selected Get Info on the file and made sure that my permissions were Read & Write (they were), but I still cannot save the file.
    I am using Mavericks iOS, which has given me nothing but trouble. I hate it....
    Any suggestions?

    It is more likely that where you want to save it hasn't the right permissions.
    If you hate Mavericks you shold go back to an earlier MacOS.
    You have  a Macbook Pro. Have you restarted it lately?  You could start it on the installation disk you get when you buy the computer ans use the disc utility to Repair permissions.

  • Cannot Save Re-Usable Workflow as a Template.

    Cannot Save Workflow as a Template. It is a resuable WF . It was working until last week. Suddenlly it gives an error saying - Cannot find Site Assets Library. Site Assets Library does exist . Please Suggest !! 

    Refered to this thread :
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/70285b15-d53c-4527-90d2-1a063737fb81/sharepoint-designer-link-to-listslibraries-broken?forum=sharepointgeneralprevious
    For those who might face similar issues in future - There were couple of broken list on the site. Deleted those broken list. The Designer Link to list/ Libraries got restored. Everything works as expected now.

  • Why i cannot save title as a template. Especially subtitles template.

    Why i cannot  save title as a template. Especially subtitles template.

    Depends on which version of the program you're using, of course. But you CAN set a font style and size and your default in most versions of the program.

  • Cannot save site as template (An Unknown Error Has Occurred) even with the correct permissions/settings?

    Hi everyone,
    We're currently experiencing some issues saving a site as an template.
    This is the error we get in the event viewer:
    Exception information: 
        Exception type: InvalidOperationException 
        Exception message: Error saving solution to temporary file
       at Microsoft.SharePoint.SPSolutionExporter.ExportWebAsSolution()
       at Microsoft.SharePoint.SPSolutionExporter.ExportWebToGallery(SPWeb web, String solutionFileName, String title, String description, ExportMode exportMode, Boolean includeContent, String workflowTemplateName, String destinationListUrl, Action`1
    solutionPostProcessor, Boolean activateSolution)
       at Microsoft.SharePoint.ApplicationPages.SaveAsTemplatePage.BtnSaveAsTemplate_Click(Object sender, EventArgs e)
       at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I've looked everywhere for this error and all the sites point to a permission issue; I've check that already: it isn't. We've tried creating this template via PowerShell, C# command line application, SharePoint Designer and the savetmpl.aspx page at the
    site itself: no result; Yes, it is a publishing site, but that didn't stop us. We've created a site template from a different site and the publishing feature was also enabled there.
    Later this site really helped me into digging deeper into the logs: http://www.sharepointblogs.be/blogs/vandest/archive/2014/05/23/sharepoint-how-to-troubleshoot-issues-with-save-as-template.aspx
    The annoying part is: the folder that is being created by the web application pool user when saving the site as a template is totally empty!
    How can this be? Did I miss something? Could someone help me with this issue?
    Thanks in advanced!
    With kind regards,
    M. Hekman

    Hi  ,
    According to your description, my understanding is that you encountered the error “Error saving solution to temporary file”  when you tried to save a publishing site as a template.
    For your issue, please make sure you have set the SaveSiteAsTemplateEnabled property of your publishing site to true. You can refer to the PowerShell script as below:
    # Get a reference to the target site
    $web = Get-SPWeb http://Intranet.SWRanger.com/Publishing
    # Update the property bage value and set it to the string value "true"
    $web.AllProperties["SaveSiteAsTemplateEnabled"] = "true"
    # Commit the property change to server
    $web.Update()
    Reference:
    http://blogs.msdn.com/b/how24/archive/2013/06/13/save-publishing-site-as-a-template.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Cannot save a workflow as a template?

    I have saved a workflow before as a template, but as of now the icon in the ribbon is grayed out.
    Can someone tell me what I am missing?
    As always, thank you for your support.
    Will

    Hi,
    It has to be reusable workflow.  For more information please refer to the forum link
    http://social.msdn.microsoft.com/Forums/en-US/9cf98d24-55f1-45d1-be0b-4392004b0adc/why-save-as-template-on-the-ribbon-in-the-sharepoint-designer-2010-is-disabled

  • Can't save custom templates in DVDSP 4

    I cannot seem to create and save custom templates. When I try, I get a variety of error messages, such as "no audio asset" or "cannot connect to blah blah asset" or I get no message at all--it just doesn't save. To confirm, there is no new template in the Custom tab, nor is there any new file in the appropriate folder under App Support.
    This happens whether I create from scratch or alter an Apple template as a test.
    I am the only user of this computer and log on as an administrator, although I gather this was only an issue with previous versions anyway.
    I have a couple of older menu templates that I created and saved from the previous version of DVD Studio Pro before upgrading to 4, so I know I've done it before. These templates show up in the Custom Tab in DVDSP4 as well as in the folder for templates under my user hierarchy.
    I suppose a workaround would be to save a menu as a Project template and just open that for each new project, "saving as" or not saving changes at all to preserve the "template," but I'd rather the software work as it should. I intend to build several Menu templates for use in recurring projects with different departments at my place of work.
    Any suggestions?

    This might have something to do with user profiles. I have now created a brand new standard user. No admin privileges. Logged on as this Test user, I am able to create new templates, modify existing ones, etc., and all of them are saved properly. The new templates show up under the Custom tab, as well as in the templates folder under user Test's application support folder.
    For some reason, I just can't get DVDSP 4 to behave when I'm logged in as my Admin account.
    To recap...when I try to modify an existing Apple template and save it, I get the following error message "Can't Create Template. No audio asset found."
    This happens the first time I try to save, and if I try again (whether or not I make a change) the program gives me no message at all--just doesn't save it.
    Arrggghhhh.

  • Cannot find CFML template for custom tag

    Why am I getting this error when my code looks like this?
    Cannot find CFML template for custom tag UPSPrice.
    ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name. If you are using per-applica
    <Cfif NOT form.shipzip IS "">
    <CF_UPSPrice SERVICE="#form.upsshiptype#" FROM="#shopshipzip#" TO="#FORM.shipzip#" WEIGHT="#getshipweight.totwei#">
    <cfelse>
    <CF_UPSPrice SERVICE="#form.upsshiptype#" FROM="#shopshipzip#" TO="#FORM.zip#" WEIGHT="#getshipweight.totwei#">
    </cfif>

    UPSPrice.cfm file:
    <!---
    NAME:
    CF_UPSPrice
    DESCRIPTION:
    Cold Fusion custom tag obtain UPS shipping costs from ups.com.
    ATTRIBUTES:
    CALLTAG   - (optional) Electronic or basic call tag issued, valid options
                           are NONE BASIC or ELECTRONIC, defaults to NONE.
    COD       - (optional) Package is being sent C.O.D., valid options are YES
                           and NO, defaults to NO.
    FROM      - (required) Source (ship from) postal code.
    HANDLING  - (optional) Requires special handling (eg. - any article that
                           is not fully encased in an outside shipping container,
                           or any package that exceeds 60 inches in length).
    HAZARD    - (optional) Package contains hazardous material, valid options are YES
                           and NO, defaults to NO.
    HEIGHT    - (optional) Height (in inches) of oversized package.
    LENGTH    - (optional) Length (in inches) of oversized package.
    OVERSIZED - (optional) Package is oversized, valid options are YES and NO,
                           defaults to NO.
    RESPONSE  - (optional) Delivery confirmation service, valid options are
                           NONE BASIC SIGNATURE ALTERNATE or ALL, defaults to
                           NONE.
    SATDELIV  - (optional) Saturday delivery, valid options are YES and NO,
                           defaults to NO.
    SATPICKUP - (optional) Saturday pickup, valid options are YES and NO,
                           defaults to NO.
    SERVICE   - (required) UPS Service ID, valid service IDs are:
                           1DM    - Next Day Air Early AM
                           1DML   - Next Day Air Early AM Letter
                           1DA    - Next Day Air
                           1DAL   - Next Day Air Letter
                           1DP    - Next Day Air Saver
                           1DPL   - Next Day Air Saver Letter
                           2DM    - 2nd Day Air A.M.
                           2DA    - 2nd Day Air
                           2DML   - 2nd Day Air A.M. Letter
                           2DAL   - 2nd Day Air Letter
                           3DS    - 3 Day Select
                           GNDCOM - Ground Commercial
                           GNDRES - Ground Residential
    SHIPNOT1  - (optional) First ship notification, valid options are NONE
                           DOMESTIC or INTERNATIONAL, defaults to NONE.
    SHIPNOT2  - (optional) Second ship notification, valid options are NONE
                           DOMESTIC or INTERNATIONAL, defaults to NONE.
    TOCOUNTRY - (optional) Destination country code, defaults to US if not
                           specified. Visit the UPS site for a complete list of
                           valid two letter country codes.
    TO        - (required) Destination (ship to) postal code.
    VALUE     - (optional) Declared value for carrier liability, carrier assumes
                           $100 by default.
    VERBCONF  - (optional) Verbal confirmation of delivery, valid options are YES
                           and NO, defaults to NO.
    WEIGHT    - (required) Weight (in pounds) of package, fractions may be used.
    WIDTH     - (optional) Width (in inches) of oversized package.
    NOTES:
    This tag submits a shipping cost request to UPS for processing, and returns
    price and shipping information. CF_UPSPrice sets the following variables that
    you may use within your template after the call to CF_UPSPrice:
    UPS_BaseCharge     - Base shipping charge.
    UPS_Charge         - Total charge.
    UPS_Error          - Error message, if there was one.
    UPS_ErrorCode      - Error code, if there was one.
    UPS_FromCountry    - Source country code.
    UPS_FromPostal     - Source postal code.
    UPS_GuaranteedBy   - Guranteed delivery time.
    UPS_OptionalCharge - Total of optional charges.
    UPS_Service        - UPS service ID.
    UPS_Success        - YES if request was successful, NO if not.
    UPS_ToCountry      - Destination country code.
    UPS_ToPostal       - Destination postal code.
    UPS_ToZone         - Destination zone.
    UPS_Weight         - Billed weight.
    USAGE:
    To use just call <CF_UPSPrice> from within your Cold Fusion template,
    passing at least the required attributes TO FROM SERVICE and WEIGHT.
    EXAMPLES:
    Obtain price for next day package from NY to CA:
      <CF_UPSPrice SERVICE="1DA" FROM="11213" TO="90046" WEIGHT="1.5">
      <CFOUTPUT>Cost is #DollarFormat(UPS_Charge)#</CFOUTPUT>
    Sending a oversized package C.O.D. via second day air:
      <CF_UPSPrice SERVICE="2DA" FROM="11213" TO="90046"
       WEIGHT="1.5" HEIGHT="13" WIDTH="12" LENGTH="20" COD="Yes">
    Using form fields:
      <CF_UPSPrice SERVICE="#service#" FROM="#from#" TO="#to#" WEIGHT="#weight#">
    AUTHOR:
    Ben Forta ([email protected]) 10/14/97
    With help from Dave Beckstrom ([email protected])
    --->
    <!--- Initialize variables --->
    <CFSET proceed = "Yes">
    <CFSET error_message = "">
    <!--- Get UPS service --->
    <CFIF proceed>
    <CFIF IsDefined("ATTRIBUTES.service")>
      <CFSET product = ATTRIBUTES.service>
    <CFELSE>
      <CFSET proceed = "No">
      <CFSET error_message = "SERVICE must be specified!">
    </CFIF>
    </CFIF>
    <!--- Get destination postal code --->
    <CFIF proceed>
    <CFIF IsDefined("ATTRIBUTES.to")>
      <CFSET destPostal = ATTRIBUTES.to>
    <CFELSE>
      <CFSET proceed = "No">
      <CFSET error_message = "TO postal code must be specified!">
    </CFIF>
    </CFIF>
    <!--- Get source postal code --->
    <CFIF proceed>
    <CFIF IsDefined("ATTRIBUTES.from")>
      <CFSET origPostal = ATTRIBUTES.from>
    <CFELSE>
      <CFSET proceed = "No">
      <CFSET error_message = "FROM postal code must be specified!">
    </CFIF>
    </CFIF>
    <!--- Get weight --->
    <CFIF proceed>
    <CFIF IsDefined("ATTRIBUTES.weight")>
      <CFSET weight = ATTRIBUTES.weight>
    <CFELSE>
      <CFSET proceed = "No">
      <CFSET error_message = "WEIGHT postal code must be specified!">
    </CFIF>
    </CFIF>
    <!--- If all okay, process other options --->
    <CFIF proceed>
    <!--- Get destination country --->
    <CFSET destCountry = "US">
    <CFIF IsDefined("ATTRIBUTES.tocountry")>
      <CFSET destCountry = ATTRIBUTES.tocountry>
    </CFIF>
    <!--- Get oversized --->
    <CFSET oversized = "0">
    <CFIF IsDefined("ATTRIBUTES.oversized")>
      <CFIF ATTRIBUTES.oversized>
       <CFSET oversized = "1">
      </CFIF>
    </CFIF>
    <!--- Get COD --->
    <CFSET cod = "0">
    <CFIF IsDefined("ATTRIBUTES.cod")>
      <CFIF ATTRIBUTES.cod>
       <CFSET cod = "1">
      </CFIF>
    </CFIF>
    <!--- Get hazard --->
    <CFSET hazard = "0">
    <CFIF IsDefined("ATTRIBUTES.hazard")>
      <CFIF ATTRIBUTES.hazard>
       <CFSET hazard = "1">
      </CFIF>
    </CFIF>
    <!--- Get handling --->
    <CFSET handling = "0">
    <CFIF IsDefined("ATTRIBUTES.handling")>
      <CFIF ATTRIBUTES.handling>
       <CFSET handling = "1">
      </CFIF>
    </CFIF>
    <!--- Get calltag --->
    <CFSET calltag = "0">
    <CFIF IsDefined("ATTRIBUTES.calltag")>
      <CFIF ATTRIBUTES.calltag IS "BASIC">
       <CFSET calltag = "1">
      <CFELSEIF ATTRIBUTES.calltag IS "ELECTRONIC">
       <CFSET calltag = "2">
      </CFIF>
    </CFIF>
    <!--- Get Saturday delivery --->
    <CFSET saturdaydelivery = "0">
    <CFIF IsDefined("ATTRIBUTES.satdeliv")>
      <CFIF ATTRIBUTES.satdeliv>
       <CFSET saturdaydelivery = "1">
      </CFIF>
    </CFIF>
    <!--- Get Saturday pickup --->
    <CFSET saturdaypickup = "0">
    <CFIF IsDefined("ATTRIBUTES.satpickup")>
      <CFIF ATTRIBUTES.satpickup>
       <CFSET saturdaypickup = "1">
      </CFIF>
    </CFIF>
    <!--- Get response --->
    <CFSET response = "0">
    <CFIF IsDefined("ATTRIBUTES.response")>
      <CFIF ATTRIBUTES.response IS "BASIC">
       <CFSET response = "1">
      <CFELSEIF ATTRIBUTES.response IS "SIGNATURE">
       <CFSET response = "2">
      <CFELSEIF ATTRIBUTES.response IS "ALTERNATE">
       <CFSET response = "3">
      <CFELSEIF ATTRIBUTES.response IS "ALL">
       <CFSET response = "4">
      </CFIF>
    </CFIF>
    <!--- Get vcd --->
    <CFSET vcd = "0">
    <CFIF IsDefined("ATTRIBUTES.verbconf")>
      <CFIF ATTRIBUTES.verbconf>
       <CFSET vcd = "1">
      </CFIF>
    </CFIF>
    <!--- Get first ship notify --->
    <CFSET firstshipnotify = "0">
    <CFIF IsDefined("ATTRIBUTES.shipnot1")>
      <CFIF ATTRIBUTES.shipnot1 IS "DOMESTIC">
       <CFSET firstshipnotify = "1">
      <CFELSEIF ATTRIBUTES.shipnot1 IS "INTERNATIONAL">
       <CFSET firstshipnotify = "2">
      </CFIF>
    </CFIF>
    <!--- Get second ship notify --->
    <CFSET secondshipnotify = "0">
    <CFIF IsDefined("ATTRIBUTES.shipnot2")>
      <CFIF ATTRIBUTES.shipnot2 IS "DOMESTIC">
       <CFSET secondshipnotify = "1">
      <CFELSEIF ATTRIBUTES.shipnot2 IS "INTERNATIONAL">
       <CFSET secondshipnotify = "2">
      </CFIF>
    </CFIF>
    </CFIF> <!--- End process params --->
    <!--- If have all params, process request --->
    <CFIF proceed>
    <CFHTTP
      URL="http://www.ups.com/using/services/rave/qcostcgi.cgi"
      METHOD="POST"
    >
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="accept_UPS_license_agreement" VALUE="yes">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="10_action" VALUE="3">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="13_product" VALUE="#product#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="15_origPostal" VALUE="#origPostal#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="19_destPostal" VALUE="#destPostal#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="22_destCountry" VALUE="#destCountry#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="23_weight" VALUE="#weight#">
      <CFIF IsDefined("ATTRIBUTES.value")><CFHTTPPARAM TYPE="FORMFIELD" NAME="24_value" VALUE="#ATTRIBUTES.value#"></CFIF>
      <CFIF IsDefined("ATTRIBUTES.length")><CFHTTPPARAM TYPE="FORMFIELD" NAME="25_length" VALUE="#ATTRIBUTES.length#"></CFIF>
      <CFIF IsDefined("ATTRIBUTES.width")><CFHTTPPARAM TYPE="FORMFIELD" NAME="26_width" VALUE="#ATTRIBUTES.width#"></CFIF>
      <CFIF IsDefined("ATTRIBUTES.height")><CFHTTPPARAM TYPE="FORMFIELD" NAME="27_height" VALUE="#ATTRIBUTES.height#"></CFIF>
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="29_oversized" VALUE="#oversized#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="30_cod" VALUE="#cod#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="33_hazard" VALUE="#hazard#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="34_handling" VALUE="#handling#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="35_calltag" VALUE="#calltag#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="37_saturdaydelivery" VALUE="#saturdaydelivery#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="38_saturdaypickup" VALUE="#saturdaypickup#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="39_response" VALUE="#response#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="43_vcd" VALUE="#vcd#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="44_firstshipnotify" VALUE="#firstshipnotify#">
      <CFHTTPPARAM TYPE="FORMFIELD" NAME="45_secondshipnotify" VALUE="#firstshipnotify#">
    </CFHTTP>
    <!--- Check if succeeded --->
    <CFIF ListFirst(CFHTTP.FileContent, "%") IS "UPSOnLine3">
      <!--- Success, set variables --->
      <CFSET CALLER.UPS_Success = "Yes">
      <CFSET CALLER.UPS_Service = ListGetAt(CFHTTP.FileContent, 2, "%")>
      <CFSET CALLER.UPS_FromPostal = ListGetAt(CFHTTP.FileContent, 3, "%")>
      <CFSET CALLER.UPS_FromCountry = ListGetAt(CFHTTP.FileContent, 4, "%")>
      <CFSET CALLER.UPS_ToPostal = ListGetAt(CFHTTP.FileContent, 5, "%")>
      <CFSET CALLER.UPS_ToCountry = ListGetAt(CFHTTP.FileContent, 6, "%")>
      <CFSET CALLER.UPS_ToZone = ListGetAt(CFHTTP.FileContent, 7, "%")>
      <CFSET CALLER.UPS_Weight = ListGetAt(CFHTTP.FileContent, 8, "%")>
      <CFSET CALLER.UPS_BaseCharge = ListGetAt(CFHTTP.FileContent, 9, "%")>
      <CFSET CALLER.UPS_OptionalCharge = ListGetAt(CFHTTP.FileContent, 10, "%")>
      <CFSET CALLER.UPS_Charge = ListGetAt(CFHTTP.FileContent, 11, "%")>
      <CFSET CALLER.UPS_GuaranteedBy = ListGetAt(CFHTTP.FileContent, 12, "%")>
      <CFSET CALLER.UPS_Error = "">
      <CFSET CALLER.UPS_ErrorCode = "">
    <CFELSE>
      <!--- Failed, set variables and error message --->
      <CFSET CALLER.UPS_Success = "No">
      <CFSET CALLER.UPS_Service = "">
      <CFSET CALLER.UPS_FromPostal = "">
      <CFSET CALLER.UPS_FromCountry = "">
      <CFSET CALLER.UPS_ToPostal = "">
      <CFSET CALLER.UPS_ToCountry = "">
      <CFSET CALLER.UPS_ToZone = "">
      <CFSET CALLER.UPS_Weight = "">
      <CFSET CALLER.UPS_BaseCharge = "">
      <CFSET CALLER.UPS_OptionalCharge = "">
      <CFSET CALLER.UPS_Charge = "">
      <CFSET CALLER.UPS_GuaranteedBy = "">
      <CFSET CALLER.UPS_Error = ListGetAt(CFHTTP.FileContent, 2, "%")>
      <CFSET CALLER.UPS_ErrorCode = ListGetAt(CFHTTP.FileContent, 3, "%")>
    </CFIF>
    <CFELSE>
    <!--- Failed, display error message, and abort --->
    <CFOUTPUT><H1>Error: #error_message#</H1></CFOUTPUT>
    <CFABORT>
    </CFIF>

  • How to resolve this error - "Cannot save the illustration The requested transformation would make.."

    Hello Adobe Community,
    I am trying to organize some album artwork within a pre-designed template and I keep getting this error when trying to save the file in the eps file format:
    Cannot save the illustration The requested transformation would make some objects fall completely off the drawing area.
    All the art is within the bleed lines. The only transformation I did was rotating one of the pieces 180 degrees. I'm not exactly sure what it is referring to when illustrator says objects are going to completely fall off the drawing area.
    Your insights would be appreciated.
    Thank you!
    Chris

    Did you use Guides at all? From the View menu, choose Guides>Clear Guides. Then zoom way out and do a Select All and see if there any stray points near the borders of the artboard. Direct select them and delete. Then try your transformation.

  • Cannot save Word 2003 doc in Adobe Reader 8.0

    I did my resume' in a Misrosoft 2003 Word template and there I cannot save it in Adobe Reader 8.0. Please help!  : ) Thank you

    Well, you'll need something other than Adobe Reader to make a PDF. CHeck online for some free tools if you don't want to plop down some cash.

  • ESS Record Working Time-Save as Template,Decimal

    Hi Experts,
    I am working on the ESS Standard Web Dynpro Java Record Working Time.
    I faced a problem cannot reset the saved template after the employee has saved the templated thru the button of Save as template.
    Can anybody provide any guide on how to reset the templates indvidually thru ESS Portal ?
    Thanks first!

    Now then there is no explicit button for
    clearing the templates.
    The steps to be followed are Deleting the Templates are :
    Delete Row > Save as Template
    For Next Row
    Delete Row > Save as Template
    it will clear the template ;).
    ie after deleting the single row or mutiple rows a save template
    should be used.

  • Word 2007 cannot save

    Bit of an odd isasue here.
    Have a user who cannot save  any files
    Pressing CTRL + S does nothing
    When he clicks "Save As" nothing happens
    When closing the file it asks does he want to save, click yes nothing happens
    It seems to be only his profile affected.
    We have removed Normal.dot and tried the repair option.
    Is there something I am missing out on?
    Thanks
    Shane

    Hi,
    You can try the following steps:
    Rename the global template (Normal.dot)
    Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    1.      
    Exit Word 2007
    2.      
    Click
    Start.
    3.      
    In the
    Start Search box, type the following text, and then press ENTER:
    %userprofile%\appdata\roaming\microsoft\templates
    4.      
    Right-click
    Normal.dotm, and then click Rename.
    5.      
    Type
    Oldword.old, and then press ENTER.
    6.      
    Close Windows Explorer.
    7.      
    Start Word 2007, and then open the document.
    Microsoft Windows XP
    1.      
    Exit Word 2007
    2.      
    Click
    Start, and then click Run.
    3.      
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    4.      
    Right-click
    Normal.dotm, and then click Rename.
    5.      
    Type
    Oldword.old, and then press ENTER.
    6.      
    Close Windows Explorer.
    Sincerely,
    Harry 
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected] 

  • PPT has found an error and cannot save the file in Microsoft Powerpoint2010

    I have been working in 2010 for 6 months and this is the 3rd time I have experienced this error.  I am using my own 2010- created, macro-enabled template - I want to save the file but I get an error message stating PPT
    has found an error and cannot save the file. 
    This has happened on both newly created files using this template, and files previously successfully saved.  The template has been used without error many, many times.
    I have on occassion been able to save as a 97-2003 file and then resave (with some loss of function) as a 2010 macro-enabled file, on another occassion I was not able to do this and lost some work.
    Copying into a new document didn't solve the problem. Copying into a different template didn't solve the problem.
    Any ideas what is happening, and how I can stop it happening?
    Kind regards

    Hi,
    Have you tried saving the file in *.pptm format (basically this extension is for powerpoint presentation with macros)
    Maybe try Save As and see if you can save it under a different name.
    Once you get the file closed, then reopen PPT and go to Office Button | PPT Options | Resources. Run Office Diagnostics there.
    In addition, make sure you have a local printer driver installed and set as the default printer. And it really might fix the issue.
    Here's info on what to do:http://www.pptfaq.com/FAQ00952.htm
    Sincerely

  • Prime 2.0 cannot save advanced filter

    Hello,
    We recently upgraded to PI 2.0 and we now cannot save our advanced filter slections.  If you go to operate - clients and users - show advanced filter, create a filter and save it.  I will filter the items but not save the filter in the pull down section like it used to in PI 1.3.
    Can anyone else confirm that this is happening to them?
    Dan.

    Hi Cedar,
    AFAIK , there is no way to import the OID template in the discovery settings. If it is  really a critical concern for you then you can discuss this will your accounts team to raise the Product Enhancement request for this feature.
    2.
    what you are doing right now by excluding the system OID of the devices like printer etc is the best way to handle this suituation though it is a tedious task
    Thanks-
    Afroz
    [Do rate the useful post]
    ****Ratings Encourages Contributors ****

  • Cannot Save generated PDF, and associated data file is in french not english

    Hello,
    So I have 2 weird issues.
    First, after I save my newly created form as a PDF, I send it off to my coworker, they cannot save the document after filling it out, only print.  Checking the security settings on the document, everything is allowed except document assembly, changing the document, and creation of template pages, yet they cannot save the filled out form only print.  Created in LiveCycle Designer ES 8.2 with Adobe Reader 9.
    When I generated previewed data, the saved data is in french yet all of my settings are English including program, OS, and regional settings are all English US.
    Need help asap.

    Thanks for the reply.
    The option I was trying to do is:
    User has the Reader (form Reader Enabled using the full version of Acrobat before deployment. See licence restrictions)
    user can open form;
    fill it in;
    print it;
    data connections to databases and web services will NOT work;
    user can save the form.
    The actual answer to the question is this:
    Enable Reader users to save form data
    Ordinarily, Reader users can’t save filled-in copies of forms that they complete. However, you can extend rights to Reader users so they have the ability to do so. These extended rights also include the ability to add comments, use the Typewriter tool, and digitally sign the PDF.
    Open a single PDF, or select one or more PDFs in a PDF Portfolio.
    Choose Advanced > Extend Features In Adobe Reader.
    The other question regarding the data in french is still unknown why it is doing that.

Maybe you are looking for

  • Wifi not working with iTunes, apps store and some, but not all Internet sites....why???

    Yesterday I noticed while browsing Internet that some sites would not open and that some games I regularly play would not open. I also found that I could not open either the apps store or iTunes. Everything seemed to be working the day before and I h

  • SWF FIles not showing on internet

    Hello, I am using Adobe CS4 and I have embeded a swf file and when I view it using the play button it works fine, when I attempt to view it once loaded to the server nothing shows but a black box.  I have uploaded the scripts folder to the root direc

  • Navigation within a subdirectory

    I'm not new to Flash, but am doing something I haven't tried before. I am creating a store using a Flash navigation bar in the header for just a few of the categories. But enough of that ... Here is the deal. The Flash nav works great on the main pag

  • "!!" icon in my mailbox, what does it mean?

    I just flagged a message in Mail for the first time, but now there are messages with "!!" in that column. What does this mean?

  • Partition and install Leopard 10.5 on Intel Mac Pro

    Hi, I've just taken the plunge and dumped my PC in favour of a Mac Pro(details below). MacPro2.4 8CX/6X1G/ 1TB/5770/SD I've successfully created a BootCamp partition and have Windows XP up and running. I now want to (need to) creat a partition in ord