Monday, November 4, 2013

SharePoint 2013 - 1st step

როგორც აღმოჩნდა, ადმინისტრირების ნაწილში, ისევ პრობლემებია..

არსად არაა ზუსტი დირექტივა იმისა რომ Powershell, ბროუზერი სერვერზე უნდა გაიხსნას ადმინისტრატორით Run as Administrator ფუნქცით, სხვა შემთხვევაში სისტემული ექაუნთის მიუხედავად არ გვაძლევს ფარმის "ადმინისტრირების" უფლებას

Distributed Cache Service does not support this operation from Central Administration. Please use Sharepoint Powershell commandlets. - ექქაუნთის ცვლილებისთვის კვლავ ცუმპა ცუმპა უნდა..

$farm = Get-SPFarm
$cacheService = $farm.Services | where {$_.Name -eq "AppFabricCachingService"}
$accnt = Get-SPManagedAccount -Identity დომენი\სერვისის_მომხმარებელი
$cacheService.ProcessIdentity.CurrentIdentityType = "SpecificUser"
$cacheService.ProcessIdentity.ManagedAccount = $accnt
$cacheService.ProcessIdentity.Update()

$cacheService.ProcessIdentity.Deploy()

...და...
სხვა შეცდომები:

2. MissingWebPart
ამის გასასწორებლად:


[MissingWebPart] WebPart class [28c23aec-2537-68b3-43b6-845b13cea19f] is referenced [5] times in the database [SharePoint_AdminContent_396b143d-21be-4f28-a836-086448661e8f], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts are referenced in the database [SharePoint_AdminContent_396b143d-21be-4f28-a836-086448661e8f], but are not installed on the current farm. Please install any feature or solution which contains these web parts.

ბაზაში უშვებთ პროცედურას:
use [SharePoint_AdminContent_396b143d-21be-4f28-a836-086448661e8f]
select DirName, LeafName
    from dbo.AllDocs
    where id in
        (select tp_PageUrlID
            from dbo.AllWebParts
            where lower(tp_WebPartTypeId) = '28c23aec-2537-68b3-43b6-845b13cea19f')

და გადავდივართ ამ ლინკებზე შესაბამისად:
http://[centraladmin:port]/SearchAdministration.aspx
http://[centraladmin:port]/SearchFarmDashBoard.aspx
მიუხედავად ერორებისა, ეს გევრდები არაა კონფიგურირებული ჯერ, მაგრამ გვერდის მისამართის ვიზიტის შემდეგ შეცდომა ქრება პანელიდან.

მნიშვნელოვანი ბმულები Sharepoint

Base Site URLs:
• http://learnsouth/
• http://learnsouth/Media/
• http://learnsouth/Revisions/
• http://learnsouth/Schools/
• http://learnsouth/Schools/SchoolA/
• http://learnsouth/Schools/SchoolB/
• http://learnsouth/Schools/SchoolC/

SharePoint Site Common URL Extensions
*Note: Append the following URLs to base site URLs
Main Site Content
• Home Page
o /default.aspx
o /Pages/default.aspx
• Site Settings
o /_layouts/settings.aspx
• All Site Content
o /_layouts/viewlsts.aspx
• Mobile All Site Content
o /_layouts/mobile/mbllists.aspx
• Shared Documents
o /shared documents/forms/allitems.aspx
• Manage Site Content and Structure
o /_layouts/sitemanager.aspx
• Site Content and Structure Logs
o /_Layouts/SiteManager.aspx?lro=all
• Site Hierarchy Administration (only available at top level site)
o /_layouts/vsubwebs.aspx
• Manage Sites and Workspaces
o /_layouts/mngsubwebs.aspx
• Pages
o /Pages/Forms/AllItems.aspx
• Page Settings
o /_layouts/PageSettings.aspx
• Site Libraries and Lists
o /_layouts/mcontent.aspx
• Site Recycle Bin
o /_layouts/AdminRecycleBin.aspx
• Recycle Bin
o /_layouts/recyclebin.aspx
• Help
o /_layouts/help.aspx
User Administration
• Users and Groups
o /_layouts/people.aspx
o /_layouts/people.aspx?MembershipGroupId=0
o /_layouts/groups.aspx
o /_layouts/user.aspx
o /_layouts/role.aspx
• User Display
o /_layouts/userdisp.aspx
o /_layouts/userdisp.aspx?ID=1


• User Edit
o /_layouts/useredit.aspx
o /_layouts/useredit.aspx?ID=1&Source=%2F%5Flayouts%2Fpeople%2Easpx
• Add User
o /_layouts/aclinv.aspx
• Search AD
o /_layouts/picker.aspx
• New Group
o /_layouts/newgrp.aspx
Site Administration
• Create (General)
o /_layouts/create.aspx
• Create New SharePoint SubSite
o /_layouts/newsbweb.aspx
• New basic page
o /_layouts/bpcf.aspx
• Site Directory Settings
o /_layouts/SiteDirectorySettings.aspx
• Site Collection Policies
o /_layouts/Policylist.aspx
• Site Features
o /_layouts/ManageFeatures.aspx
• Site Collection Features
o /_layouts/ManageFeatures.aspx?Scope=Site
• Add/Remove Site Collection Administrators
o /_layouts/mngsiteadmin.aspx
• Storage Space Allocation Management
o /_layouts/storman.aspx
• Site Collection Workflows
o /_layouts/wrkmng.aspx
Forms
• List Edit
o /_layouts/listedit.aspx
• Forms
o /Forms/DispForm.aspx
o /Forms/EditForm.aspx
o /Forms/NewForm.aspx
o /Forms/Forms/AllItems.aspx
o /Forms/MyItems.aspx
Look and Feel
• Title/Logo
o /_layouts/prjsetng.aspx
• Site Theme
o /_layouts/themeweb.aspx
• Site Navigation
o /_layouts/AreaNavigationSettings.aspx

• Select Site Welcome Page
o /_Layouts/AreaWelcomePage.aspx
• Tree View and Quick Launch Settings
o /_layouts/navoptions.aspx
• Manage Quick Launch
o /_layouts/quiklnch.aspx
• Top Link Bar Settings
o /_layouts/topnav.aspx
Site Galleries
• Site Template Gallery
o /_catalogs/wt/Forms/Common.aspx
• Site Template Settings – Inheritance
o /_Layouts/AreaTemplateSettings.aspx
• Web Part Gallery
o /_catalogs/wp/Forms/AllItems.aspx
o /_layouts/NewDwp.aspx
• Master Page Gallery
o /_Layouts/RedirectPage.aspx?Target={SiteCollectionUrl}_catalogs/masterpage
o /_catalogs/masterpage/Forms/AllItems.aspx
• Site Master Page Settings
o /_Layouts/ChangeSiteMasterPage.aspx
• Site Content Type Gallery
o /_layouts/mngctype.aspx
• Site Column Gallery
o /_layouts/mngfield.aspx
• Images
o /_layouts/images/
o /_layouts/1033/IMAGES
Web Parts
• Web Part Page Layout/ New Web Part Page
o /_layouts/spcf.aspx
• Web Part Preview
o /_layouts/WPPrevw.aspx?ID=247
• New Web Parts
o /_layouts/NewDwp.aspx
SharePoint Web Services
• See: http://msdn.microsoft.com/en-us/library/dd878586%28v=office.12%29.aspx
• Web Services:
o /_vti_bin/Admin.asmx
o /_vti_bin/alerts.asmx
o /_vti_bin/people.asmx
o /_vti_bin/Permissions.asmx
o /_vti_bin/Lists.asmx
o /_vti_bin/dspsts.asmx
o /_vti_bin/UserGroup.asmx
o /_vti_bin/webpartpages.asmx

o /_vti_bin/search.asmx
o /_vti_bin/forms.asmx
o /_vti_bin/versions.asmx
o /_vti_bin/webs.asmx
o /_vti_bin/Views.asmx
• SharePoint DISCO Web Services List
o /_vti_bin/spsdisco.aspx
• MORE SharePoint Web Services List
o /_vti_bin/AreaService.asmx
o /_vti_bin/BusinessDataCatalog.asmx
o /_vti_bin/ExcelService.asmx
o /_vti_bin/SharepointEmailWS.asmx
o /_vti_bin/spscrawl.asmx
o /_vti_bin/spsearch.asmx
o /_vti_bin/UserProfileService.asmx
o /_vti_bin/WebPartPages.asmx
Notes
• Adding ?contents=1 to end of page puts into Web Part maintenance mode
• Add ?PageView=Shared to edit page
URL Tokens
Windows SharePoint Services supports the following tokens with which to start a relative URL:
• ~site - Web site (SPWeb) relative link.
• ~sitecollection - site collection (SPSite) relative link.
In addition, you can use the following tokens within a URL:
• {ItemId} - Integer ID that represents the item within a list.
• {ItemUrl} - URL of the item being acted upon. Only work for documents in libraries. [Not
functional in Beta 2]
• {ListId} - GUID that represents the list.
• {SiteUrl} - URL of the Web site (SPWeb).
• {RecurrenceId} - Recurrence index. This token is not supported for use in the context menus of
list items.