Sharepoint designer error

Hello guys,
Scenario
I am using data view control drop down to display data in drop down from a column in sql server and then mapping it to sharepoint list column so that when user goes to create new item he gets the drop down in the form which is getting value from the sql server column...
problem
Whenever i click on data fields of drop down to change the data bindings and give the list column as the data field to save value to i get an error :
Sharepoint designer cannot render XSLT in this data view .
Failed setting processor stylesheet :0x80004005: a reference to variable or parameter 'Pos' cannot be resolved.The variable or parameter may not be defined,or it may not be in scope
Does anybody know what problem is it...let me know if i need to give some more details.
Thanks

Hello The document was helpful but not very specificlly..i am posting the code now,the data fields are the fields which are there in my list...there is a pos parameter or variable which is causing the problem.
<datafields>@Title,Title;@teacher_x0020_id,teacher id;@teacher_x0020_name,teacher name;@ID,ID;@ContentType,Content Type;@Modified,Modified;@Created,Created;@Author,Created By;@Editor,Modified By;@_UIVersionString,Version;@Attachments,Attachments;@File_x0020_Type,File Type;@FileLeafRef,Name (for use in forms);@FileDirRef,Path;@FSObjType,Item Type;@_HasCopyDestinations,Has Copy Destinations;@_CopySource,Copy Source;@ContentTypeId,Content Type ID;@_ModerationStatus,Approval Status;@_UIVersion,UI Version;@Created_x0020_Date,Created;@FileRef,URL Path;</datafields>
<XSL>
<xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:dsp="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal">
<xsl:output method="html" indent="no"/>
<xsl:decimal-format NaN=""/>
<xsl:param name="dvt_apos">'</xsl:param>
<xsl:variable name="dvt_1_automode">0</xsl:variable>
<xsl:template match="/">
<xsl:call-template name="dvt_1"/>
</xsl:template>
<xsl:template name="dvt_1">
<xsl:variable name="dvt_StyleName">ListForm</xsl:variable>
<xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row"/>
<table border="0" width="100%">
<xsl:call-template name="dvt_1.body">
<xsl:with-param name="Rows" select="$Rows"/>
</xsl:call-template>
</table>
</xsl:template>
<xsl:template name="dvt_1.body">
<xsl:param name="Rows"/>
<tr>
<td class="ms-toolbar" nowrap="">
<table>
<tr>
<td width="99%" class="ms-toolbar" nowrap=""><IMG SRC="/_layouts/images/blank.gif" width="1" height="18"/></td>
<td class="ms-toolbar" nowrap="">
<SharePoint:SaveButton runat="server" ControlMode="New" id="savebutton1"/>
</td>
<td class="ms-separator"> </td>
<td class="ms-toolbar" nowrap="" align="right">
<SharePoint:GoBackButton runat="server" ControlMode="New" id="gobackbutton1"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="ms-toolbar" nowrap="">
<SharePoint:FormToolBar runat="server" ControlMode="New"/>
</td>
</tr>
<xsl:call-template name="dvt_1.rowedit">
<xsl:with-param name="Pos" select="concat('_', position())" />
</xsl:call-template>
<tr>
<td class="ms-toolbar" nowrap="">
<table>
<tr>
<td width="99%" class="ms-toolbar" nowrap=""><IMG SRC="/_layouts/images/blank.gif" width="1" height="18"/>
<xsl:text xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" ddwrt:nbsp-preserve="yes" disable-output-escaping="yes">&amp;nbsp;</xsl:text>
&#160;&#160; <SharePoint:DVDropDownList runat="server" id="ff4{$Pos}" selectedvalue="{@teacher_x0020_id}" __designer:bind="{ddwrt:DataBind('i',concat('ff4',$Pos),'SelectedValue','SelectedIndexChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@teacher_x0020_id')}" datasourceid="" datatextfield="" datavaluefield="" /></td>
<td class="ms-toolbar" nowrap="">
<SharePoint:SaveButton runat="server" ControlMode="New" id="savebutton2"/>
</td>
<td class="ms-separator"> </td>
<td class="ms-toolbar" nowrap="" align="right">
<SharePoint:GoBackButton runat="server" ControlMode="New" id="gobackbutton2"/>
</td>
</tr>
</table>
</td>
</tr>
</xsl:template>
<xsl:template name="dvt_1.rowedit">
<xsl:param name="Pos" />
<tr>
<td>
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="190px" valign="top" class="ms-formlabel">
<H3 class="ms-standardheader">
<nobr>Title<span class="ms-formvalidation"> *</span>
</nobr>
</H3>
</td>
<td width="400px" valign="top" class="ms-formbody">
<SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="New" FieldName="Title" __designer:bind="{ddwrt:DataBind('i',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Title')}"/>
<SharePoint:FieldDescription runat="server" id="ff1description{$Pos}" FieldName="Title" ControlMode="New"/>
</td>
</tr>
<tr>
<td width="190px" valign="top" class="ms-formlabel">
<H3 class="ms-standardheader">
<nobr>teacher id</nobr>
</H3>
</td>
<td width="400px" valign="top" class="ms-formbody">
<SharePoint:FormField runat="server" id="ff2{$Pos}" ControlMode="New" FieldName="teacher_x0020_id" __designer:bind="{ddwrt:DataBind('i',concat('ff2',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@teacher_x0020_id')}"/>
<SharePoint:FieldDescription runat="server" id="ff2description{$Pos}" FieldName="teacher_x0020_id" ControlMode="New"/>
</td>
</tr>
<tr>
<td width="190px" valign="top" class="ms-formlabel">
<H3 class="ms-standardheader">
<nobr>teacher name</nobr>
</H3>
</td>
<td width="400px" valign="top" class="ms-formbody">
<SharePoint:FormField runat="server" id="ff3{$Pos}" ControlMode="New" FieldName="teacher_x0020_name" __designer:bind="{ddwrt:DataBind('i',concat('ff3',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@teacher_x0020_name')}"/>
<SharePoint:FieldDescription runat="server" id="ff3description{$Pos}" FieldName="teacher_x0020_name" ControlMode="New"/>
</td>
</tr>
<xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1">
<tr>
<td colspan="99" class="ms-vb">
<span ddwrt:amkeyfield="ID" ddwrt:amkeyvalue="ddwrt:EscapeDelims(string(@ID))" ddwrt:ammode="view"></span>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:template>
</xsl:stylesheet> </XSL>

Similar Messages

  • SharePoint Online: Organization Browser fault and SharePoint-Designer-Error

    Hello,
    I have two Problems:
    Firstly, the Organization Browser-WebPart is not viewed correctly. The Managers are not displayed on this WebPart. On SharePoint User-Profile I can see, that a Manager is availible for everyone.
    I wanted to delete this WebPart and paste it again, but I get a Error, if i want to edit the Person.aspx or personimmersive.aspx with SharePoint Designer:
    Object moved.
    Object moved to here.
    Can everyone help me?
    Best Regards,
    Atakhan

    Hi Atakhan,
    Assuming you're synching with Active Directory and there are no issues with the synch connection,
    I can speak to your first part, the organization browser web part, if not modified, but rather OOB, gets it's data from the Organization tab of the user object in active directory.  On the organization tab, there is a field for manager for each user,
    and a field for direct reports (e.g. in the event the person is a manger).
    Check that tab in active directory for one of your users and you'll see if is correct. 
    Sorry, cant speak too much to editing the system pages directly.  Other than you should avoid that practice.
    And best way to approach that is to change the master page they pull from and make your edits on a COPY of the master page, not on the original. 
    Stacy www.sharepointpapa.com

  • SharePoint Designer: Error when connecting to my customer production server

    Every time I try to connect to any SharePoint site running on my customer server I get the following error.
    An error occurred accessing your Microsoft SharePoint Foundation site files. Authors - if authoring against a Web server, please contact the Webmaster for this server's Web site. WebMasters - please see the server's application event log for more details.
    I already checked the sharepoint options in CA and in every site in the mentioned server. Everything seens correct but the error persists. 
    It looks like there is no direct relation to SharePoint and something else in the server but I was not able to determine what could cause such behaviour.
    Hope someone here has something to say.
    Thanks in advance.

    Hi Devendra. Thank you for your reply.
    Actualy, I insanely checked the ULS and Event Viewer logs without any clue of what is going on.
    After reading the article you suggested, I went to test a little bit more on SharePoint permissions, IIS handlers, filters and so on and I'm still stuck in this error.
    At my last attempt, I tried to analyse "the conversation" between the SPD and the problematic server and compare to a good one using Fiddler. I could see that in the good one SPD continues the site request asking for some dlls that it doesn't do with the
    bad server. Take a look:
    Result
    Protocol
    Host
    URL
    Body
    Caching
    Content-Type
    Process
    Comments
    Custom
    1
    401
    HTTP
    <workingSite>
    /_vti_inf.html
    16
    text/plain; charset=utf-8
    spdesign:4536
    6
    200
    HTTP
    Tunnel to
    roaming.officeapps.live.com:443
    0
    spdesign:4536
    7
    200
    HTTP
    <workingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:36:07 GMT
    spdesign:4536
    8
    200
    HTTP
    <workingSite>
    /_vti_bin/shtml.dll/_vti_rpc
    230
    application/x-vermeer-rpc
    spdesign:4536
    9
    401
    HTTP
    <workingSite>
    /_vti_bin/_vti_aut/author.dll
    0
    spdesign:4536
    10
    200
    HTTP
    <workingSite>
    /_vti_bin/_vti_aut/author.dll
    2.690
    application/x-vermeer-rpc
    spdesign:4536
    11
    401
    HTTP
    <workingSite>
    /_vti_bin/sites.asmx
    0
    spdesign:4536
    while in the bad one...
    Result
    Protocol
    Host
    URL
    Body
    Caching
    Content-Type
    Process
    Comments
    Custom
    56
    401
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    16
    text/plain; charset=utf-8
    spdesign:4536
    57
    401
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    0
    spdesign:4536
    58
    200
    HTTP
    Tunnel to
    roaming.officeapps.live.com:443
    0
    spdesign:4536
    59
    200
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:38:31 GMT
    spdesign:4536
    60
    200
    HTTP
    intranet.projectmanager.com.br
    /_vti_bin/shtml.dll/_vti_rpc
    1.960
    application/x-vermeer-rpc
    spdesign:4536
    61
    401
    HTTP
    <notWorkingSite>
    0
    spdesign:4536
    62
    207
    HTTP
    <notWorkingSite>
    376
    no-cache
    text/xml
    spdesign:4536
    63
    200
    HTTP
    <notWorkingSite>
    /_vti_inf.html
    247
    private,max-age=0; Expires: Sat, 09 Aug 2014 01:38:32 GMT
    spdesign:4536
    After all this, i'm pretty sure that the problem is related to something external to SharePoint configurations. The same SPD is capable to connect to any other server but this one. The SharePoint sites are working very well even reading its files with a
    remote Windows File Explorer but nothing with SPD.
    Thanks again for your reply

  • SharePoint designer 2013 crashes most of the time, when opening sites. Error: The server could not complete the request.

    Hi,
    I have few sharepoint 2013 site's, which I am trying to open in sharepoint designer 2013.
    After adding the site name in open site and clicking ok, the sharepoint designer crashes.  At times the sites open, but 90% of the time, the sharepoint 2013 designer has crashed. I get the message "The server could not complete the request. For
    more specific information, click on the Details button".
    When clicking on "Details" button, there is a empty box. The error message never gets closed and have to kill the process.
    I have tried doing "IISreset" multiple times, which has not helped.
    Has anybody faced this issue? How to fix this?
    Thanks

    Hi Venkatzeus,
    Firstly, I  need to verify the followings:
     1.Whether  this issue occurred on a specify SharePoint 2013 site.
     2.Whether  you have extended the problematic site.
    Make  sure that your user is a site administrator. If you have extended the problematic site, please add it to AAM.
    There are other probable causes for this issue:
     1.Anonymous authentication is not configured for the problematic web application in IIS
        Fix: Enable Anonymous authentication in IIS
     2.Server is running out of memory
        Fix: Free up memory on the server
    Here are some similar articles for you to take a look at :
    http://forums.bitwiseglobal.com/forum/sharepoint/the-server-could-not-complete-your-request-for-more-specific-information-click-the-details-button/
    http://tjendarta.wordpress.com/2013/05/24/fix-sharepoint-designer-2013-the-server-could-not-complete-your-request-for-more-specific-information-click-the-details-below/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/11854880-e85d-4e4c-ae9c-0ffd640d33d8/error-the-server-could-not-complete-your-request-while-opening-site-in-sharepoint-designer?forum=sharepointadminprevious
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f93e155e-2c65-4744-a1d0-96cdbd50014d/sharepoint-designer-error-the-server-could-not-complete-your-request
    I hope this helps.
    Thanks,
    Wendy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cannot edit pages in SharePoint Designer 2007 "The Server could not complete your request...

    Hi All,
    We are using SharePoint Designer 2007.When we try to open any page in designer we get following error,
    "The Server could not complete your request. Contact your Internet Service Provider or Web server administrator to make sure that the server has the FrontPage Server Extensions or SharePoint Services installed"
    If I click on Details button then I get the following message
    "Object moved. Object moved to here."
    Anyone experienced anything like this before?
    Also when I try to edit sites when browsing on IE and than clicking on "Page" and "Edit in SPD2007" it's always
    opening login.aspx site in SPD and that is the only one I can edit.
    Kindly, please help me on this issue.

    Hello,
    I have found one link for same issue, you might want to try it out:
    http://voices.yahoo.com/sharepoint-designer-error-server-could-not-complete-7419812.html
    Have you modified the custom provider in config file? Also see this link if this is the case for your second issue:
    http://support.sharepointsolutions.com/entries/131560-Role-Manager-feature-has-not-been-enabled 
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How can i stop sharepoint designer from opening my site with WEBDAV

    I have a second collection in my web application for Project Server
    http:\\servername\PWA.
    Whenever I try to edit a page using sharepoint designer, it tells me that
    The website has been configured to disallow page editing with Sharepoint Designer.
    That isnt the reason.  Searching on the interweb, It seems that whenever you have a second collection,  designer always connects using Webdav and this doesn't support designer.
    So -----  Can anyone tell me how to get around this problem without installing PWA as it's own Web Application?
    Thanks in advance - Mickeal Davis
    Mickeal Davis City of Swan - Western Australia

    Hi,
    According to your post, my understanding is that you want to stop sharepoint designer from opening my site with WEBDAV.
    What’s the main reason of the problem that related to Project Site Template this by default set to DisableWebDesignFeatu es in
    ONET.XML.
    To enable edit Project Site in SharePoint Designer, you need to remove the DisableWebDesignFeatures="wdfopensite" from ONET.xml of the PWA site.
    More information:
    This web site has been configured to disallow editing with SharePoint Designer | Errors –
    This web site has been configured to disallow editing with SharePoint Designer
    How to Branding Project Server 2010(PWA) site with SharePoint Designer 2010
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Error while saving a workflow via sharepoint designer Office 365: Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities

    Hi,
    I get the above error whenever I try to save a new WorkFlow. I have cleared the caches
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>, and
    I still get the same issue.
    We are using SharePoint Designer 2013 (15.0.4569.1503) and connecting to SharePoint 2013 on Office 365.
    Can you please provide more insight?
    Thanks.

    Hi Rake,
    You can compare your PC and another machine which is working, see if it is related to IE settings(e.g. SharePoint urls in trusted sites zone).
    And you can try re-install the SharePoint Designer 2013 with same version and bit-version(32/64) on your PC like another machine, then check again.
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Error while saving a workflow via sharepoint designer: Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.

    While saving a workflow using SharePoint designer on a SharePoint site, I get the following error: 
    Server-side activities have been updated. You need to restart SharePoint Designer to use the updated version of activities.
    Steps to recreate error:
    Login to the WFE server hosting IIS and workflow manager, open SharePoint Designer 2013 and login to a SharePoint site.
    Access the list using SharePoint Designer 2013, in the workflow section, click new workflow. 
    In the new workflow dialog, enter workflow details, click save (see screenshot below).
    Error message is displayed as below:
    After restarting SharePoint Designer, the saved workflow is not seen in the site/workflows or list/workflow section.
    Workaround
    When the above steps are repeated while accessing the site via SPD from any other box besides the WFE/Workflow manager host server, the error is not encountered and its possible to save/publish workflows.
    Notes
    Workflow Manager 1.0 is installed.
    The site has been registered with Workflow manager using Register-SPWorkflowService
    cmdlet.
    Any clue on why is this happening?

    Hi Vivek,
    Please close your SharePoint Designer application, clear/delete the cached files and folders under the following directories from your server installed SharePoint Designer, then check results again.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error on publishing workflow from sharepoint designer

    when I try to publish my workflow created with Workflow Designer I get this error message
    System.ServiceModel.ServerTooBusyException: The HTTP service located at http://serversp:32843/a5bd4fa831174777a536161331fdf118/AppMng.svc is
    unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.
    ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.GetResponse()
    workflow 2013 is already connected to sharepoint server i get this error on the final step of publishing a workflow

    Hi,
    As I understand, when you published the workflow in SharePoint Designer you encountered the error.
    I suggest you follow the steps below to troubleshoot this issue:
    1. You could check if the App Management Service is started.  (Go to CA -> System Settings -> Services on server -> check if the App Management Service is started.) If not, start the App Management Service, then perform iisreset.
    2. If the issue still exists, you could click start->click “run”->type in “services.msc” ->restart "SharePoint Search Host Service". This is because there is not enough space to start the service. Note that the "SharePoint Search
    Host Service" consumes a lot of memory.
    The article below is about Error: The Requested Service, AppMng.svc Could Not be Activated.
    http://www.c-sharpcorner.com/UploadFile/anavijai/error-the-requested-service-appmng-svc-could-not-be-activa/
    There is a similar case:
    https://social.msdn.microsoft.com/Forums/en-US/b07e842e-71b8-4e66-a5d3-208a8ba28523/error-occurred-in-deployment-step-install-app-for-sharepoint?forum=appsforsharepoint
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • "An error occurred accessing your Microsoft SharePoint Foundation site files" connecting site with SharePoint Designer

    I have a SharePoint 2013 environment with 1 AD Server, 1 DB Server and 1 APP Server, with 13 Web Applications running under the SharePoint.
    Recently I rebuilted the application because of some infrasctrucutre problems, and I was able to solve all of them, except one. I can't connect to any of those 13 Web Apps with SharePoint Designer. When I try to connect, it always ask credentials, then it
    seems like loading the site, then the error appears:
    "An error occurred accessing your Microsoft SharePoint Foundation site files. Authors - if you are authoring against
    a Web server, please contact the Webmaster for this server's Web site. WebMasters - please see the server's application event log for more details."
    I've spent hours troubleshooting it, but none of the information I found was valid. I've already tried to clean the cache, but didn't work. I found plenty of related data of this
    error with FrontPage and old versions of SharePoint, but nothing helped. All the Web Apps are SPD-Enabled at Site Collection Administration. I've tried connecting from many different PC's. The 15/LOGS folder doesn't get any data from this error, neither the
    Event Viewer.
    I really don't know what else to do. Please Help!

    I found the answer of my issue was in a .NET Agent installed by NewRelic on the server. I found a connection trouble with Fiddler, then I end up figuring this out:
    This can be the result of Real User Monitoring so the first step in troubleshooting would be to disable it and see how it affects the application. The .Net Agent injects snippets of javascript into the header of pages sent to the users browser to measure the
    page load time on the user's end.
    You can disable RUM by editing newrelic.config and changing this line:
    <browserMonitoring autoInstrument="true"/>
    to this:
    <browserMonitoring autoInstrument="false"/>

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error while Connecting to external content types using sharepoint designer 2013

    I have a standalone development sharepoint server 2013.
    After i installed BDC service, i try to create a external content list.
    When i try to open the site in sharepoint designer i am getting the error like
    "Could not establish Trust relationship for SSL/TLS secure channel with authority "sitename"
    the underlying connection was closed:could not establish trust for SSL/TLS secure channel"
    I tried creating Certificate in IIS8 adn added the certificate in manage trust in sharePoint central admin too and i have restrated IIS too.
    But the issue is not resolved still.
    PLease help me this.

    May be you need to install certificate on server. Try below:
    http://www.brainlitter.com/2012/03/13/sharepoint-2010-and-cert-trust-could-not-establish-trust-relationship-for-the-ssltls-secure-channel/
    To local system
    http://www.c-sharpcorner.com/uploadfile/anavijai/could-not-establish-trust-relationship-for-the-ssltls-secure-channel/
    If this helped you resolve your issue, please mark it Answered

  • Error while saving list workflow in sharepoint designer 2013

    Hi,
       I am trying to create custom workflow using sharepoint workflow 2013 at client side.While i am saving this,it thowas error-"Server side activities have been updated.you need to restart  sharepoint designer to use the updated version
    of activites"
    I have installed 32-bit sharepoint designer 2013 in my system and i have no access to server.
    I have also followed the solution  and deleted the contents in the below location.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    Please help to solve the error.
    Thank you

    You need to install updated version of SharePoint designer.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f255f4b4-1828-4ccb-983a-5efbf0e020ae/sharepoint-designer-2013-server-side-activties-have-been-updated-prompt?forum=sharepointcustomization
    Try below:
    http://stackoverflow.com/questions/19652391/error-while-saving-a-workflow-via-sharepoint-designer-server-side-activities-ha

  • Sharepoint 2013: Workflow Error , while trying to publish a Sharepoint 2013 Workflow, from the Sharepoint Designer 2013

    I don't know what might be wrong but I have tried everything possible I suppose. 
    Configuration: 1 App Server SharePoint Standard 2013 + SQL Server. On App Server, I have installed Workflow Manager as well.
    Installed Sharepoint Designer 2013 on my laptop. 
    Before I was able to publish the workflows, but now it refuses, thwroing me the following error:
    System.InvalidOperationException: Operation failed with error Microsoft.Workflow.Client.WorkflowCommunicationException: The request was aborted: The request was canceled. Client ActivityId : ac85cf9c-053a-e0db-1f47-608050559d31. ---> System.Net.WebException:
    The request was aborted: The request was canceled. ---> System.ServiceModel.CommunicationException: There was an error reading from the pipe: The pipe has been ended. (109, 0x6d). ---> System.IO.PipeException: There was an error reading from
    What I have tried so far:
    a. Re-installed Workflow, Service Bus, Windows Fabric, Sharepoint Designer... no luck
    b. Run the configuration script... -Force enabled... no luck
    c. Remove WF Manager, SB, etc... Deleted all WF and sb Databases from SQL, and re-installed all icluding updates... no luck
    d. Tried to run services using Farm account, still no luck.
    e. All services on the Server are running as well
    f. The workflow is checked that it is associated with the site collection.
    I don't know what else to try... seems like I am experiencing unique issue here... please help!

    One last thing I can suggest - In case if you have installed CU Update for WF manager 1.0 and service bus. Some time that creates problem, [Please take backup before make any changes] -
    - Clear everything, WF config , SharePoint WF setting, un register WF from SP , You can delete and recreate WF service Apps
    - IISreset at WF and SP server
    - Uninstall CU update for Workflow manager 1.0 and Service Bus from WF server [Control Panel - Programs - Update], you can delete all update installed
    - ReStart WF server
    - Reconfigure WF manager , Test WF sites , should return XML
    Get-WFFarm | ft HttpPort
    - Reconfigure WF at SP , Make sure should have enough free memory
    Register-SPWorkflowService –SPSite "http://SPsite/" –WorkflowHostUri "http://WFServer:12291" –AllowOAuthHttp
    http or https , depend on your configuration
    And retest from SPD again.
    Good luck:)
    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.

  • Error while opening list workflow in SharePoint designer 2010

    Hi,
    I am trying to open list workflow in SharePoint designer 2010,its showing me the following page.
    Please help me how will be able to edit the workflow.
    While i click on "export to visio",its showing the error as "SharePoint designer encountered an error generating the visi workflow drawing".
    Please help me to get the logic of the workflow,so that i can create new one.
    Thank you

    Hi Aditi,
    Which type of workflow did you use?
    Did you create the workflow using SharePoint 2010 Designer or built-in workflow template?
    If the workflow was created using SharePoint 2010 Designer, for editing the workflow using SharePoint Designer, open the site with SharePoint 2010 Designer, then click the 'Workflows' in left panel. Then in the right panel, click the workflow that you
    want to edit, then click 'edit workflow' under Customization.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for