about microsoft sharepoint

Read about about microsoft sharepoint, The latest news, videos, and discussion topics about about microsoft sharepoint from alibabacloud.com

The page appears when SharePoint 2013 uses Office Web Apps to view or edit Office documents: "Sorry, there was a problem" error

, Office Web Apps Server cannot run on a domain controller. Office Web Apps Server must be installed on a separate server that is part of a domain. For more information, see Software, hardware, and configuration requirements for Office Web Apps Server.Make sure that you are running SharePoint 2013 version 15.0.4420.1017 or a later version. On a SharePoint 2013 server, follow these steps to verify the versio

SharePoint displays the list of other sites from the same website set Display SharePoint list from another site, sharepointdisplay

SharePoint displays the list of other sites from the same website set Display SharePoint list from another site, sharepointdisplaySharePoint displays the list of another site from the same website set Display SharePoint list from another site recently encountered such a demand, how to synchronously Display the list of another site? I also searched a lot of inform

SharePoint 2010 Workflow Solution to import SharePoint Designer Reusable Workflow vs

Import a SharePoint Designer reusable workflow into Visual Studio Workflows created in SharePoint Designer (that is, declarative workflows) consist of XML statements, not code. SharePoint Designer 2010 introduces reusable workflows, which are portable, declarative workflows that can be used by different lists in a SharePoint

SharePoint 2010 Sandboxed Solution Considerations

The sandbox solution is a feature included in Microsoft SharePoint 2010 that enables site collection users to upload their own custom code solutions. A common sandbox solution is for users to upload their own Web parts. sandboxed SharePoint applications run in a secure, monitored process that can access only a limited portion of the Web farm.

Daily Learning Experience: Add callout menu items, document follow, and Sharepoint Server Object Model query for Sharepoint 2013 custom list items

Preface: I have been busy some time ago, and I have no time to summarize it. I just launched the project before the festival and can summarize some of the problems I encountered during the holiday. The main content is to query by using the Sharepoint Server Object Model and add the callout menu for the SharePoint custom list item. Hope to help you.1. Reference Visual Web components on the ASPX page Sometime

SharePoint Workflow Architecture (i) combination of SharePoint and workflow runtime

[Translator Press] Andy Li's article is the best and most thorough article I've ever seen about the SharePoint workflow architecture. By reading his article, I was clearly aware of the workings of SharePoint workflow and knew how to find a problem when I encountered a problem. Therefore, I hope to be helpful to the developers of workflow.This blog is made up of Andy Li contribution, he was

Introduction to the SharePoint 2013 development--sharepoint App

??Blog Address: Http://blog.csdn.net/FoxDaveThe new app model allows us to create an application that looks like part of SharePoint, but it runs completely in the context of a client browser that is separate from the SharePoint server (client script, rest, and Csom) or on a remote cloud server. The app is divided into office 2013 and SharePoint 20,132, where we o

How does moss/SharePoint change the name of a server with SharePoint installed?

It seems that many of my friends have encountered this problem: Sharepoint Server 2007 has been installed on the server, but you need to change the name of this server. Direct modification will always lead to Website access failures. For more information, see the following steps: Step 1: modify "Alternative access ing" in the sharepoint3.0 Management Center ": 1. Go to the SharePoint Management Center

SharePoint learning notes-ecmascript object model series-1. Introduction of ecmascript Object Model

We know that Microsoft SharePoint 2010 provides three new client APIs that allow you to host applications in. Net by running scripts in your browser. Program Executed in Code (Microsoft. NET Framework 3.5 or later) or code executed in the Microsoft Silverlight 2.0 APPLICATION interacts with the

Use spexport and spimport to copy or move a Sharepoint website

.Bak-backupmethod full For detailed settings of stsadm parameters, refer to this article on technet. Stsadm has a size limit: The content cannot exceed 15 GB. For versions earlier than SharePoint 2007 SP2, you must also use the setsitelock item to prevent adding or modifying website content during the backup process. In addition, the subscription and workflow will not be retained. To restore a website, run the restore command. These two steps are

SharePoint Study Notes-splist-indirect query of the external list using LINQ to SharePoint (1. Create an external list using BCS)

LINQ to SharePoint does bring us a lot of convenience, saving us from the hassle of using calm, but when we use the spmetal tool (spmetal details) this tool does not work on the external list. For other restrictions on the external list, see (restrictions on SharePoint Study Notes --- splist -- external list ),In some special cases, we need to use LINQ to Sharepoint

SharePoint Study Notes-exercise series-70-573 exercise analysis-(Q32-Q34)

Question 32You create a custom web part.You need to ensure that a custom property is visible in edit mode.Which attribute shocould you set in the Web part?A. personalizableB. webbrowsableC. webcategorynameD. webdisplayname Resolution: This article aims to open a certain attribute of webpart for user setting. Knowledge points are webpart programming.This is a recommended approach for Sharepoint Foundation to create Web parts from the

Realize the unlimited potential of SharePoint

In 2004, I saw that SharePoint-related information, tools, and products have sprung up. Windows SharePoint Services is currently in version 2.0. It is clear that 3.0 of the SharePoint platform (currently called 3.0) should be released along with Microsoft Visual Studio 2005 development tools,

Walk into Sharepoint2013 to SharePoint Online migration ②

) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/76/ED/wKioL1Ze6J_SGfllAACZ-bazibk831.png "title=" 2015-12-02_204540.png "alt=" Wkiol1ze6j_sgfllaacz-bazibk831.png "/>When you run this command again at intervals,Get-spomigrationjobstatus-targetweburl https://prowz.sharepoint.comWhen you find that getspomigrationjobstatus get less than anything, it means that your job is done, that you can already see the files synced on the SharePoint Online doc

Retrieving data in SharePoint using LINQ to SharePoint

LINQ to SharePoint is a custom LINQ provider that lets you query the data for a SharePoint list using familiar LINQ syntax. This way, when you're working on a query for SharePoint data, you won't be bothered by the complex usage of CAML. Its basic features include: Convert query expression to CAML (collaborative application Markup Language) Support for C # 3.0

SharePoint 2013: Move user PowerShell in SharePoint after Active Directory migration user

-spuser-identity $siteUser-web $site url-syncfromad 2>> $filepath. Txt$siteuser 1=get-spuser-web $site. url.tostring ()-identity $siteUser$FullUserLogin = $userPrefix + "|" + $NewUserTry{Move-spuser-identity $siteUser 1-newalias $newUser-ignoresid 2>> $filepath. TXT #move account must use the preceding statement to assign the account get out to the variable, before you can call the variable user in the Move statement otherwise error}Catch{$error [0]. Exception}}} }“ ”$site. Dispose ()}This artic

SharePoint 2013 uses SharePoint PowerShell 2013 to change the Search server method

$hostA = get-spenterprisesearchserviceinstance-identity "DevSearch2013" Start-spenterprisesearchserviceinstance-identity $hostA Get-spenterprisesearchserviceinstance-identity $hostA $ssa = get-spenterprisesearchserviceapplication $newTopology = new-spenterprisesearchtopology- SearchApplication $ssa New-spenterprisesearchadmincomponent-searchtopology $newTopology-searchserviceinstance $hostA new-spenterprisesearchcrawlcomponent-searchtopology $newTopology-searchserviceinstance $hostA New-s

SharePoint Study Notes-debug & troubleshooting-developer dashboard (1. Enable developer dashboard)

setproperty-PN developer-dashboard-PV off Stsadm-O setproperty-PN developer-dashboard-PV on Stsadm-O setproperty-PN developer-dashboard-PV OnDemand 2. Use powershell commandsUse the TXT editor to create a powershell PSL file named devedashboard. PSL and save it to c: \, devedashboard.CodeAs follows: Write-host Write-host " Loading powershell environment for Sharepoint " -Foregroundcolor green Write-host # Unload load the

SharePoint [architecture series]-SharePoint services and service application framework 02

In the previous article, we clarified some concepts of the SharePoint service through Q A. Here we focus on two aspects: Sharepoint Server Architecture Object ModelAndSome topology structures of SharePoint service applications I. Sharepoint Server Architecture Object Model Ii. Some topology structures of

SharePoint Workflow visualization visual workflow design.

SharePoint Workflow visualization visual workflow design. SharePoint is a powerful platform that offers a number of useful features that help us a lot in our daily work. A recent project used workflow, so I learned some ways to share the visual development workflow. Workflow Visualization in SharePoint 2010 (using Mi

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.