Error in sharepoint 2010 designer while saving:"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see the results of the save? "

Hi, 
I am doing development  in sharepoint 2010 and facing this very weird problem.
If I create a site page with the sharepoint look and feel for that site and try to save the site page,i am getting this error:**"Content in the embedded form may be changed by the the server to remove unsafe content.Do you want to reload your page to see
the results of the save? "** and when i say reload,the server removes some parts of my page, e.g onclick event of html,asp buttons.
This error just comes for any sharepoint site page,e.g i took a copy of 'How To Read Library' page just edited the text part of taht page,and when i try to save this error again comes up.
However,if i create a simple aspx page with only htmltags like head body,then thr is no problem ,everything works great. But sharepoint look and feel pages are giving troubles while saving.
has anybody seen this earlier,what could be the reason for this?
Thanks

I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
The following are general rules for using server-side code on a site page.
If the page is uncustomized, server-side code is supported on the page.
If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

Similar Messages

  • When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?

    When I attempt to Extend a PDF document via my LiveCycle server I get the error"Application Alert" The file could not be saved. Are you sure you want to lose your results?
    I can login fine via this address.
    http://[Server Address]:[Port Number]/ReaderExtensions
    And I can apply the extension successfully, but when I attempt to download I receive the error above.
    Application Alert" The file could not be saved. Are you sure you want to lose your results?

    Please check the supported version of flash player on your client machine for LiveCycle : http://bit.ly/1wGD9t4
    Upgrade or downgrade it accordingly.
    Thanks,
    Wasil

  • Move file from one library to another library via SharePoint 2010 Designer Workflow

    Can SharePoint 2010 designer be able to move a file from one library to another using workflow?  I tried to use the copy list item but it won't show my destination library.  I prefer not to use the 3rd part workflow like
    http://www.codeplex.com/SPDActivities
    Please advise.
    Brian
    Brian

    Hi Brain,
    From your narration, I undersatnd that you want to move document to another library across site or site collection. However,
    the copy list item action is used for coping list item to another library or list in the same site, so you can’t achieve it through ootb workflow action. So to move document to another library across site under the same site collection, then you can use site
    content and structure. If across site collection, then I suggest you use that the 3<sup>rd</sup> part workflow action.
    For more information about site content and structure,
    http://office.microsoft.com/en-us/sharepoint-server-help/work-with-site-content-and-structure-HA010131723.aspx
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • MS SharePoint 2010 Designer Workflow Email - Enhanced Rich Text Field look-up values on HTML email have large spaces

    MS InfoPath 2010 form with RTF (Rich Text Fields)
    MS SharePoint 2010 Custom Library
    MS SharePoint 2010 Designer Workflow Send Email
    http://office.microsoft.com/en-us/sharepoint-designer-help/send-e-mail-in-a-workflow-HA010239042.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/pages/creating-html-emails-with-spd-workflows.aspx
    Hi all of the above work, our question is how to control the RTF (Rich Text Field) look up values to the InfoPath 2010 form in the HTML email?
    How to FORMAT the RTF look up value? in the HTML email
    EXAMPLE
    we have a InfoPath 2010 form published in the SharePoint 2010 custom list library there are 5 RTF fields (Notes1, Notes2, Notes3, Notes4, Notes5) there are other plain text fields, date fields, and other field types in the form
    We use a HTML table to make the email look like the InfoPath form, so when the users fill out the form and they get the email notification everything looks the same.
    Our problem is the EXTRA LINE SPACE in the RTF look up values
    We want to remove any leading spaces, and line spaces between HTML table cells
    Our Workflow has the HTML in a Workflow variable, as you know it does not support remote CSS it has to be in-line style for any formatting we want all cells to have
    valign="top" the email should align at the top of the cell, all field types do except the RTF look up values they make the email look bad and they contain a lot of white space.
    Please test this in your enviroment 
    <table>
    <tr><td>Title:</td><td>[%Current Item:Title%]</td><td>[%Current Item:Notes1%]</td></tr>
    <tr><td>Created by:</td><td>[%Current Item:CreatedBy%]</td><td>[%Current Item:Notes2%]</td></tr>
    <tr><td>Date Created:</td><td>[%Current Item:Created%]</td><td>[%Current Item:Notes3%]</td></tr>
    <tr><td>Modified by:</td><td>[%Current Item:ModifiedBy%]</td><td>[%Current Item:Notes4%]</td></tr>
    <tr><td>Date Modified:</td><td>[%Current Item:Modified%]</td><td>[%Current Item:Notes5%]</td></tr>
    </table>
    I could not update the question below to the proper forum section. that is why i am asking again.
    http://social.technet.microsoft.com/Forums/en-US/a7918bfb-9166-4bdb-828c-132a0c7611e3/ms-sharepoint-2010-designer-workflow-emails-huge-lines-paces-in-rich-text-fields-values-from-ms?forum=sharepointcustomization
    -Isaack

    Hi IssackB,
    perhaps you may try this article:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f8fa2a11-9f74-4dd2-b277-21ce872fdcb2/can-we-add-rich-text-editor-to-the-sharepoint-designer-2010-workflow?forum=sharepointcustomizationprevious
    there are some notes that perhaps you may check:
    Use the same font for all the controls to ensure consistent spacing between rows.
    Choose Size from the Format menu, and then choose To Fit from the menu that appears. This adjusts the size of each control, depending on the font set for the data that appears
    in the control.
    NOTE: The Print Preview and Output To commands use different algorithms for calculating text width; therefore, the text may occupy more or less
    space in the RTF file.
    Reduce the amount of blank space above and below the report controls. Any vertical
    space between the controls is converted to whole lines
    in the RTF file. For example, a
    space of .02 inches can increase to .1667 inches in the
    RTF file.
    Make sure controls on the same output row are not too close to each other or overlapping. This can cause the Output To command to omit the controls or to align the columns incorrectly
    in the RTF file.
    Use the Align command from the Format menu to ensure that a row of controls is aligned properly on the report. If a row of controls is not aligned properly, the Output To command may place the controls
    in different rows, causing extra blank
    spacein the RTF file. 
    and please have a check there are updates for exchange 2013 and will be available with the upcoming release of CU4 for Exchange 2013, that stated the format rtf was saved instead HTML. http://support.microsoft.com/kb/2862739/en-us
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Renaming SharePoint 2010 Designer Approval Process Action Variable Name

    Hi,
    I am creating a 7 level(Mutiple) Approval Workflow in SharePoint 2010 Designer.
    Whenever i add a new Approval Task Process action it adds 14 to 15 varialbes like Duration Unit,Duration Description,IsApproved,IsDeleted,EnableContentTypeApproval etc.
    Since i am adding 7 Approval Task Process actions i am getting the variables added as Duration Unit1,Duration Description1,IsApproved1,IsDeleted1 etc in the Workflow.
    I want to rename them to track it  in a better way so that i can change them like Duration Units-Level1,Duration Description-Level1,IsApproved-Level1,IsDeleted-Level1 etc.
    I am able to rename all the varaibles except Duration Unit and Duration Description. I see the Local varaible type as Duration Unit for Duration Unit varialbe and i am not able to modify it since i don't see a Type Called Duration Unit in Workflow variables
    type properties.
    For Duration Description i can rename it but while publishing i am getting the error as mentioned in the below blog.
    http://spnovice.blogspot.com/2012/12/spd-workflow-error-path-needs-to-point.html
    It's hard to track this varible with names like Duration Description,Duration Description 1,Duration Description2,Duration Description3,Duration Description4,Duration Description5,Duration Description6 etc.
    How to rename these two variables in Approval 2010 Designer workflow.
    I see varailbes like CC and Approvers which i dont need.Can we remove the unused vaiables also so that i can have limited no of vaaibles in my workflow.
    Please help.
    Thanks, Vijay Arockiasamy

    Scott,
    I have created 7 different approval workflows on a single list.Just followed the recommendation from
    Keith Hudson, J.D in this blog.
    https://www.linkedin.com/groups/sharePoint-designer-2010-multilevel-approval-136589.S.5824115633184350208
    But as per this blog the workflows triggers only when a new item is created not when a an item is changed.
    I have few questions on these 7 workflows on a single list.
    1.If the Approver rejects the request the request needs to reubmit it with some changes.In this case if the requestor edits the existing list item the workflow will not trigger.
    2.I am using Wait on Field action.For Example if Level 1=Approved and Level 3 is pending then level 2 approval workflow will trigger.
    In level 2 workflow i am using  update list item  action and updating the Level status=approved.Int this case level 1 workflow will also trigger if i am executing the workflow on both item created and item changed event.
    Could you please help on this.
    Thanks, Vijay Arockiasamy

  • SharePoint 2010 Designer workflow failing in an Ad hoc manner.

    Hi Friends,
    We have a SharePoint 2010 Designer workflow with 25 approval stages (supposed to run for around 1.5 yrs. ) . We have a consistent problem in the workflow as it keeps failing with message "error occured" at some stages(not uniform) after a users
    tries to submit his Tasks .
    After lot of troubleshooting , we found that all the workflow which is getting failed have a Tasks on which the due date of tasks has exceeded. I meant to say that user is submitting his Task (which is a custom info-path 2010 form ) after the due date of
    the Tasks.
    Can any one suggest if this is supposed to be the Obvious behavior of workflow ? That is ,if the user submits his Task when the due date has passed , the workflow will fail with error.

    Hi Friends,
    We have a SharePoint 2010 Designer workflow with 25 approval stages (supposed to run for around 1.5 yrs. ) . We have a consistent problem in the workflow as it keeps failing with message "error occured" at some stages(not uniform) after a users tries
    to submit his Tasks .
    After lot of troubleshooting , we found that all the workflow which is getting failed have a Tasks on which the due date of tasks has exceeded. I meant to say that user is submitting his Task (which is a custom info-path 2010 form ) after the due date of the
    Tasks.
    Can any one suggest if this is supposed to be the Obvious behavior of workflow ? That is ,if the user submits his Task when the due date has passed , the workflow will fail with error.
    Athar raza faridi

  • SharePoint 2010 Designer Workflow - Pause Until Fails Succeeds

    Hi,
    I have created a SharePoint 2010 Designer list workflow, which contains a step to pause until date time.  My issue is this step works inconsistently, sometimes it will execute after few hours some other times it will fail.
    Given screen shot is a case which execution delayed.  Pause until set 4:10 pm but worked at 2:46 pm only.  Please advice.
    Thanks in advance :) ...

    There seems to be some issues in your timer job , you can use STSADM to view the status or activate the job if not active as explained here(STSADM should works for 2010 also) -
    http://chrissyblanco.blogspot.in/2007/06/issues-with-delay-activity-in-moss.html
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • How to Deploy OOB Webparts created in Sharepoint 2010 designer to production system

    Hi,
    Can anyone help me the process of deploying the OOB Webparts developed in Sharepoint 2010 designer to Production Server.
    Actually i developed some OOB Webparts and Workflow using Sharepoint 2010 designer.
    So, i want to move these OOB Webparts and Workflow to my Production System.
    Please assist me what is the process?
    Rama

    Hi,
    Thanks for posting your query, 
    There are a lot of mechanisms for doing this, but doing a simple export from your dev environment and then an import into your prod environment is probably a good place to start. You can move the whole site or just a list/library. You can do it via PowerShell
    or Central Admin:
    Export:
    http://technet.microsoft.com/en-us/library/ee428301.aspx
    Import:
    http://technet.microsoft.com/en-us/library/ee428322.aspx
    I hope this is helpful to you. Please mark it as
    Answered. If this works
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS )
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • I have big problems with mountain lion. you can not have a boot disk system I resulted in the need to re-download the os from scratch impiegandoci 8 hours, it is outrageous even with windows 95.

    I have big problems with mountain lion. you can not have a boot disk system I resulted in the need to re-download the os from scratch impiegandoci 8 hours, it is outrageous even with windows 95.
    at least that the operator has confirmed to me that he called me. I also have problems with either the start of the mac with the power off. I can not understand if it crashes or is just very very slow.
    Finally, I have a problem with the external hard disck. I often said to have been ejected incorrectly (not true) and I start to restore the startup recovery disk because disk utility is ineffective from the normal operating system .. is a shocking thing, but how you reduced. in four years it had never happened. seem to have windows or worse. Wake up.
    I am an Italian, alas, and then I would like an answer to my language because my € are the same as German French or English.

    You are on Windows 2000, you do not have a "Firefox" button, and should consider yourself to be fortunate in that you still have menus and don't have to do anything to get the menus back instead of the "Firefox" button. (The same applies to Windows XP users).
    Use the "File" menu to get to Import. You are not on Windows 7 or Vista, and don't have to put up with the nonsense added for Aero.
    If you want the "Firefox" button you can get it with View -> toolbars -> (uncheck) Menu Bar. The menu bar and the "Firefox" button were supposed to be mutually exclusive (which is impossible in some cases without being incompatible).
    Once you are using the "Firefox" button ...
    Use the "Alt" key to view the menu bar (temporarily) containing File, Edit, View, History, Bookmarks, Tools, and Help. On Windows 7 and Vista, the menu bar was hidden by default in Firefox 4 and above. These menu items are more or less available under the "Firefox" button which has the most used of the built-in Firefox menu items available in a different format.
    To get back to having menus again. "Firefox" button -> Options (second column) -> (check) Menu Bar
    You can make '''Firefox 7.0.1''' look like Firefox 3.6.*, see numbered '''items 1-10''' in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 thru 8.0, look like 3.6)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface

  • Why can't I see these results in the results grid

    If I run the pl/sql below as a script F5 I can see the results of the "select * from TestOutput", but If I execute it with F9 I don't see any results in the results grid. Anybody know why? Thanks in advance for any help.
    CREATE TABLE TestOutput (val1 varchar2(50), val2 varchar2(255) , numval1 NUMBER, numval2 NUMBER);
    DECLARE
    SomeText VARCHAR2(255);
    BEGIN
    SomeText := 'Hello';
    INSERT INTO TestOutput VALUES ('yadayada', SomeText, 1, 1);
    INSERT INTO TestOutput VALUES ('yadayada', SomeText, 2, 2);
    INSERT INTO TestOutput VALUES ('yadayada', SomeText, 3, 3);
    END;
    select * from TestOutput;
    drop table TestOutput;

    I think that you he is executing all the commands of a time, selecting everything and click in F9 or F5.
    If he will be this, this behavior is correct.
    Ps.:
    F5 - scripts.
    F9 - alone statements (not to be that they are separate for semicolons).

  • I's it true, you have to let your phone go dead once in awhile to save the battery?, I's it true, you have to let your phone go dead once in awhile to save the battery?

    Is it true that you have to let your phone go dead once in awhile to save the battery?

    If you ask it just one more time, I might get the question...
    Doing a "full cycle" - charging to 100%, running until the phone auto-shuts down, and recharging to 100% recalibrates the battery meter.  It does nothing for lithium ion battery longevity. 

  • I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?

    I just replaced my hard drive and restored everything from Time machine. However, I am unable to open iphoto and the following message appears Your photo library was not found. Do you want to find your iPhoto Library?
    Where do I find this library?
    thanks
    Shak

    Twas quite a hassle if I am honest which was eventually resolved but I don't feel qualified to help anyone through the process as it required a trip to my local apple store and a genius bar appointment.
    Personally, I would do anything like moving pictures out of folders etc. Certainly not creating a new users. i don't think that is an elegant solution
    Try the following which MAY just about rescue the situation for you but if they don't work you may have to do something more drastic.
    (1) Holding down Cmd & Alt at the same time, start iPhoto by clicking on the iPhoto icon. From the resulting menu choose Rebuild photo library by selecting all available options given to you and then pressing REBUILD!
    If that doesn't work
    (2) Fire up Utilities. Go to migration assistant. Chose 'From another Time machine back-up'. Open the 'Users' option that comes up next and from there select Pictures, then uncheck everything else like Applications etc (you don't want to do a full migration of everything) and click go.
    If that doesn't work, take a deep breath and this step is rather complicated but it worked for me. First of all close iPhoto! Then go to new Finder window.
    From the Finder window choose Pictures, then iPhoto library, press CMD and the letter i. It brings up a new window. Go to Sharing & permissions. From there select the padlock to unlock settings. and then select User account, then press the 'cog' icon next to +/- abd choose Apply to enclosed items.
    This may take a while. Once completed, re-open iPhoto.
    And that should (I stress should) cure it.
    Good luck.

  • Iphoto is not responding. I get the message, "Your photo library was  not found. Do you want to find your iPhoto Library?

    IPhoto is not responding except with the message: " Your photo library was not found.  Do you want to find your iPhoto Library".  Then, "iPhoto can't continue without a photo library. Make sure the disk containing your iPhoto Library is connected.
    1. What disk are they talking about?
    2. I can access my photos by clicking on ALL IMAGES in SEARCH FOR.
    3. If I trash iphoto and re-install from my Install Disc 1, will I lose the photos?
    4. If so, what can I do to save my photos and get iPhoto working?
    I have an iMac with 10.6.8.
    Dave

    What version of iPhoto?
    Is there an iPhoto Library in your Pictures folder?

  • I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos

    I have a G5 mac using ver 10.4.11 and a newer mac using ver 10.8.4 these are networked. using the new mac i looked up my my photo on the old mac. It then said you need to upgrade your library which it did. Now the old mac can not open the photos and say that I need to upgrade my I photo to a newer version. The old mac has no more support from apple in software update so I am not sure where I should go from here. can I use new soft ware with the old mac

    The other part of the upgrade message was a warning that once you upgraded you would no longer be able to open the library with the old version which is exaclty what you did and what happened when you choose to continue
    The iphoto library needs to be upgraded to work with this version of iPhoto. Your photo library will not be readable by previous versions of iphoto after the upgrade. The upgrade process may take several minutes depending on the number of photos in the library. Cancel or upgrade.
    So now your choices are to not use iPhoto with the previous version using it onky with the newer version, restore your backup from before you did this upgrade or purchase iPhoto Library Manager and use it to rebuild the library using the older version of iPhoto (instructions are on their web site) thereby downgrading it (without projects)
    LN

  • How do you change the I'd on the log in screen when you want to update your apps and the I'd  is wrong

    How do you change the I'd on the log in screen when you want to update your apps and the I'd  is wrong and the password is also wrong. HELP

    Go to Settings>Store>Apple ID. Tap on the ID and sign out. Then tap on "sign in" and sign in with the correct account.

Maybe you are looking for

  • Embedding Music Files

    Hi I'm trying to create a website that will contain music tracks. I've created a page and am experimenting. However it doesn't matter how hard I try or the research I do, and it doesn't matter weather I embed .mov, .mp3, .swf I just can't get the Qui

  • Java.util.zip.ZipException: invalid END header

    I get this error when I run the code: try { jFile = new JarFile(jarBuildFile.getAbsolutePath()); } catch (IOException ex) { System.out.println("Got exception: "+ex); but only on very large jar files - about 2.5GB in size. With JDK 1.4, I get the erro

  • Error message showed after change to myfaces

    Hi, I have changed my app to use the myface instead of sun RI and found that the following error is shown on every page. 89891 [http-8080-2] ERROR org.apache.myfaces.renderkit.html.HtmlResponseStateManager - No component states to be saved in client

  • CSSC , ACS, CTA, NAC

    Hello! I have recently installed Cisco Secure Services Client to coonect to wireless network, which uses 802.1x authentication (EAP-FAST). Also i have ACS 4.1 in my network. 1) When i'm connecting to Guest1 (for example) SSID (there is no authenticat

  • Convert PDF to WORD not working

    Just purchased ExportPDF - can't convert PDF file to WORD document. the "CONVERT" button on screen not activated.