sharepoint workspace 2013

Discover sharepoint workspace 2013, include the articles, news, trends, analysis and practical advice about sharepoint workspace 2013 on alibabacloud.com

Manually updating user information in a SharePoint 2013 database

then see Tp_login is the login name, Tp_title is the name value, Tp_email is an e-mail address, such as:We can execute the following update statement, which is updated as follows:UPDATE [TestResult].[dbo].[UserInfo] SetTp_title='Linyu' wheretp_id=25, some cases update the UserInfo table, the user information has been updated, but some special circumstances, but also need to update the user information list, it is necessary to update the Alluserdata table, such as:6, first through a query statem

404 error occurred after SharePoint 2013 attached content database

This article describes how to troubleshoot SharePoint 2013 plus content database after a 404 error occurs.The author follows the manual steps of http://technet.microsoft.com/en-us/library/ff628582 (v=office.15). aspx to remove the old content database and attach the content database at the Central Administration site.However, there is a 404 error accessing the site.Later http://social.technet.microsoft.com/

SharePoint 2010/2013 hidden Speed drop-down menu list items

SharePoint 2010/2013 hides the Speed drop-down menu list item sometimes in order to prevent some users from editing list items. You need to hide the drop-down menu list item. , you just need to add a content editor control and write the CSS code to its HTML source. Before you change:After the change:CSS code:Suppose you use the SP2013, the classes here need to be changed.Copyright notice: This article Bo Ma

SharePoint 2013 Search Error "Unable to retrieve topology component health. This could be because the admin com

Environment description  Windows R2,sharepoint 2013 (no SP1 patches), SQL Server 2012Error descriptionThe search service is fine, but the crawl has been crawling full, but nothing has been crawled and will not stop and crawl all night without crawling to:Crawl not only, climbed a night nothing crawled, error is as follows:Go to 15/logs inside to look for the diary;Non-oauth request. Isauthenticated=true, Us

SharePoint 2013 turn on switch account feature

= "Javascript:changelayoutmode (true);"Permissionsstring= "Adddelprivatewebparts,updatepersonalwebparts"Permissionmode= "any"Menugroupid= "200"Sequence= "100"Useshortid= "true"/>Menugroupid= "200"Sequence= "200"Useshortid= "true"/>text= "description= "Clientonclicknavigateurl= "JAVASCRIPT:SP. Sod.execute (' Browserscript ', ' Msowebpartpage_restorepagedefault ') "Menugroupid= "200"Sequence= "300"Useshortid= "true"/> "text= " description= "menugroupid= "100"Sequence= "100"Useshortid= "true"/>Appl

SharePoint Foundation 2013 Installation Error

This problem was encountered when Foundation 13 was installed some time ago. Suspected to be an office problem. Then I found some information and solved the problem. Solution: Run regedit to delete the licensetype of the Office in the registry. Office 2013: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Office \ 15.0 \ registration \ {9015109-110d-0000-1000-0000000ff1ce} \ licensetype Office 2010: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Office

SharePoint 2013 Prerequisites for Windows Server AppFabric installation Error

Original: SharePoint 2013 prerequisites for Windows Server AppFabric installation Error1, for example, in the use of SharePoint2013 product preparation tools, online download installation windows Server AppFabric, error, click Finish restart the computer, re-install still error.2, helpless under, only choose manual installation, download good installation package, double-click installation;Installation is c

SharePoint 2013 obtains user and user attention information

SharePoint 2013 obtains user and user attention information 1. The person who follows the application Static void getfollowedusers (string username, string siteurl) { Using (spsite site = new spsite (siteurl )) { Spservicecontextcontext = spservicecontext. getcontext (SITE ); Userprofilemanagerprofilemanager = new userprofilemanager (context ); If (profilemanager. userexists (username )) { Userprofileuserp

SharePoint 2013 describes anonymous access and problem resolution.

SharePoint 2013 Introduction to Anonymous accesssomeone repeated the document anonymous can not set the success, I was surprised to do one side found very normal, of course, there are some problems, in fact, the solution is very simple. Create the anonymous Web site first by creating the following method. Site Settings--site content--open. Click Child sites below the page, and t

Usage of the SharePoint 2013 questionnaire

Usage of the SharePoint 2013 questionnaire1, introduce the method of using the questionnaire. 2, graphics and all results. 3, control users can only see their own answers. 1, verify that you have permissions, and if you do not have administrative privileges, please ask your administrator.Site "Home"-top right "tools" drop-down menu "Site Content"-Select Add App. Such as2. Locate the "survey" application and

SharePoint 2013 Prerequisites Offline Package Installation: AppFabric cannot install problem resolution

Because you do not have a network, you cannot use the Online Download Wizard for sharepoint2013 installation software, and when you want to install SharePoint 2013 servers that are isolated from the Internet, you typically need to install the prerequisites from an offline location. Even if this is not the case, installing prerequisites from a centralized offline location can also enable you to install a kno

Social features of SharePoint 2013 (a) community sites (Community site)

In the last two years, social networks have risen. SharePoint is also closely following the pace of the Times, in the 2013 version, added the community site. Community site provides a forum function, users can ask questions, others can answer. Moderators can also give medals to those who have contributed.You can turn on community-related functionality in the following ways, depending on your organization's

Jslink Field properties for SharePoint 2013

In SharePoint 2013, SPField added a new attribute is Jslink, using client script to modify the field foreground display, we can modify the reference of this script in many ways, then modify the script, below, we give a simple example. Specific process A. Create a column-> B. Use tools to modify default values for Jslink-> C. Write Jslink Script 1, in the new list, create a field picurl, the following fig

SharePoint 2013 InfoPath cannot save solutions for the following forms

When you use InfoPath to publish a form and publish it to a SharePoint server, the following is an error: Environment: Windows Datecenter + Sql + SharePoint 2013 + Office 2013 Error screenshot Error description InfoPath cannot save the following form: Http://url/InfoPathLibary This document library has been rena

SharePoint 2013-rest API about Content

1. Get all subweb information (sub site):var // Web Absolute Url, {0}The returned data:2. Get all the list and library:var listlibinfo = "/_api/web/lists? $filter =hidden ne true $expand =rootfolder,hasuniqueroleassignments $select =title,id,parentweburl,basetype,items,roleassignments,itemcount,rootfolder/serverrelativeurl, rootfolder/itemcount,hasuniqueroleassignments $orderby =title ";The returned data is as follows, note that BaseType has four values: 0 is list, 1 is library, 4 is survey, an

Sharepoint 2013 list using JS Link

Use JS link to register a script with the SharePoint list, rewrite the field template, and change the format and style for fields that match the criteria. But there is a problem is, page postback words, JS will not be triggered, do not know how to solve, have to know the message under, thank you.Add the JS Link in a WebPart or a listJS link address format as follows, cannot write relative path or absolute path, otherwise alert does not come out.~sitec

SharePoint 2013 Site Migration process

In the new Farm(Farm), create a new Web application (Webapplication) without creating site Collection(site collection) Copy(copy) custom developed WSP packages to new farmserver (farm servers) using PowerShell for deploy (Deployment) Web. config (configuration file) under Copy (copy) Web site to overwrite under new Web site copy(copy)The Bak backup file for the content database to the newly created empty database with the same name, using the

[SharePoint 2013] Automatic deployment Script

Implement automatic deployment through Windows task.Add-pssnapin Microsoft.sharepoint.powershell$today = Get-date$targetdir = $today. ToString ("YyyyMMdd") $executeDir = "folder path" $executeDir + = $targetDir + "\" $webURL = "http://server" $subject = "Automa Tic Deployment finished. " $tos = "[emailprotected]" $body = "Solutions Deploy successfully.[SharePoint 2013] Automatic deployment Script

SharePoint 2013 Settings "Log on as a different user"

Log in to the WEB server and open the C:\Program Files\Common Files\Microsoft Shared\Web server Extensions\15\template\controltemplates The "welcome.ascx" file under the directory, add the following code:sharepoint:menuitemtemplaterunat= "Server"ID= "Id_loginasdifferentuser"Text= "Description= "Menugroupid= "+"Sequence= "+"Useshortid= "true" />The entire file code is as follows:%@ RegisterTagprefix= "SharePoint"Namespace= "Microsoft.Sh

SharePoint 2013 modifies certain display names, email and Active Directory inconsistencies in the account PowerShell

..."$datetime =get-date$date = $datetime. ToString (' Yyyy-mm-dd ')$outInfo = ($datetime. ToString () + "" + $site. Url.tostring () + "setting displayname" + $newname. ToString () + "to $newuser and setting Email: $NEWEM Ail ")Out-file-filepath $filepath. Txt-inputobject $outInfo-append-encoding UTF8Try{Set-spuser-identity $siteUser-web $site url-displayname $newname-email $NewEmail 2>> $filepath. Txt}Catch{$error [0]. Exception}}}}“ ”$site. Dispose ()}This article from "Bo shen" blog, reproduc

Total Pages: 14 1 .... 10 11 12 13 14 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.