Entradas

Mostrando las entradas etiquetadas como SharePoint

Create a Site Workflow and modify its form using InfoPath

This video by Asif Rehmani explicate One of the types of workflows you can create using SharePoint Designer 2010 is the site workflow. This type of workflow is not attached to a list or library but rather to a site itself. In this video, you will see how to accomplish that. In addition, you will also see how to modify the user interface form, that this workflow creates, using InfoPath 2010. Video Link

SP 2010: Find error messages with a Correlation ID token in SharePoint 2010

Imagen
Thanks to:  https://zimmergren.net In SharePoint 2010, you’ve got some new capabilities for error reporting and logs. One of the most noted features for me as a developer is that whenever you bump into an error message – you’ll be presented with a correlation ID token. In this article I will try to explain how you can fetch that token from SharePoint, and also provide a small snippet of code to be able to build your own “Log Searcher Web Part” for your administrators. What is a Correlation ID in SharePoint? In SharePoint 2010, you get a Correlation ID (which is a GUID) attached to your logs/error messages when something happens. This ID can then be used to lookup that specific error from the logs. This Correlation ID is used per request-session in SharePoint 2010, and if you are in the process of requesting some information from SharePoint and bump into some problems along the way – your Correlation ID will be the best starting point for searching for what went wrong alo...

Register-SPWorkflowService Workflow XAML failed validation due to the following errors error while registering workflow service SharePoint 2016/2013

Imagen
Thank to: https://www.enjoysharepoint.com/ This SharePoint workflow tutorial explains how to solve error: Register-SPWorkflowService: Workflow XAML failed validation due to the following errors: Invalid typ (s) ‘Microsoft.Activities.CacheScope’. HTTP headers received from the server – ActivityId. New to Office 365 SharePoint Online? Get  Office 365 Enterprise E3 Subscription  & Try out all the features   The error comes while Registering SPWorkflowService while  configuring Workflow manager 1.0 for SharePoint 2016 . After configuring workflow manager 1.0, while running the PowerShell command to register workflow service, I got the below error. Register-SPWorkflowService -SPSite “http://mypc/sites/MySP2016SiteCollection/” -WorkflowHostUri “http://localhost:12291” -AllowOAuthHttp -Force After running the above PowerShell command, the error comes as: Register-SPWorkflowService: Workflow XAML failed validation due to the following errors: Invalid ty...

How to configure Incoming and Outgoing emails in SharePoint Server 2010

Imagen
Setup Info SharePoint 2010 Server Name:  sp2010-1.contoso.com DC and Exchange Server 2010 on same machine:  dc.contoso.com Domain:  contoso.com Step1:  Installing and Configuring SMTP Server on the SharePoint Server Install SMTP Server from Server Manager-> Add Features After installation go to IIS 6.0 Manager from Administrative Tools. Make sure that the SMTP Service is started on the SharePoint Server. Right click on the SMTP Server name and then click on Properties. The properties for  General  Tab in my scenario. I am using IP address as all unassigned, you can use a dedicated IP. I have kept the default settings. The properties for  Access  Tab in my scenario. The properties for  Messages  Tab in my scenario are default settings. The properties for  Delivery  Tab in my scenario are default settings. The properties for  LDAP Routing  Tab in my scenario are defaul...

sharepoint 2013 prerequisites application server role web server (iis) role configuration error

Imagen
I was all excited when I found out that you could try out Windows Server 2012 R2 Preview for a free 30 day trial on Windows Azure.  So I proceeded to instantiate a virtual machine and also to attempt to install SharePoint 2013  Foundation.  It didn’t go so well. The main problem is that you can’t install the SharePoint 2013 Prerequisites using the standard install wizard, since it doesn’t recognize Windows Server 2012 R2 Preview as a valid supported OS.  It displays an error: “ There was an error during installation.   This tool does not support the current operating system”: I did finally get it to work, but it was not trivial at all.  First of all, you have to install the prerequisites semi-manually.  Then, you need to make sure that permissions are set properly on certain files and directories so that the SharePoint Configuration Wizard can successfully complete.  But dear friends, I am here to walk you through the process step by...