SharePoint 2010 & Opisina 2010 Ilunsad

Microsoft opisyal na inihayag ang paglunsad ng petsa para sa SharePoint 2010 & Opisina 2010 sa Mayo 12 11 AM EST.

Magrehistro para sa mga kaganapan dito: http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx

SharePoint 2007 Config LDF File lumago up tulad ng Beast

Ngayon ang aking mga server na nagsimula pagkahagis low disk space na error sa C drive. Ako ay higit sa 60 GB ng libreng puwang sa aking drive, Walang bakas kung ano ang nangyari. Pagkatapos ko na nagsimula pagbabarena sa aking mga folder upang mahanap ang mga isyu.

Sa wakas, Natagpuan ko ang laki SharePoint_Config_Log file ay 52 GB. :-Ang

Solusyon:

Kanan I-click ang Database

Piliin Gawain -> Paliitin -> Mga file

Piliin Release nagamit Space at i-click ang OK.

Kung ikaw pa rin ay hindi maaaring makakuha ng mas maraming space.

Paliitin ang log file gamit ang script.

PAGGAMIT SharePoint_Config
GO
DBCC SHRINKFILE (SharePoint_Config_Log, 50)
GO

Hindi-publish ang Form bilang Browser Enabled

Problema:

Habang publish InfoPath form Browser Enabled sa SharePoint Site, Ito ay nagpapakita ng mga mensahe ng babala “This form template is browser-compatible, ngunit hindi na ito browser-enable sa napiling site.”

Solusyon:

Make sure “Enterprise Site Collection Feature” ay pinagana.

Hindi publish InfoPath form bilang Browser pinagana sa SharePoint 2010 Website

Ako tried sa i-publish ang InfoPath form sa SharePoint 2010 bilang browser pinagana. Ngunit ito ay ipinapakita ang mga sumusunod na error habang publishing.

Problema:
This form template is browser-compatible, ngunit hindi na ito browser-enable sa napiling site

Solusyon:

Estado Serbisyo kailangan ng kakayahan sa Farm. Estado Serbisyo sa SharePoint 2010 ay ginagamit sa tindahan ng mga temporary data sa HTTP kahilingan sa SQL. Paganahin ang estado Serbisyo sa Central Admin gamit Farm sa configuration wizard.

Paano Maghanap ng User / Group Pahintulot sa Listahan

Upang mapatunayan ang User / Grupo pahintulot sa partikular na listahan,

I-click ang “Listahan” sa “Listahan Tools” sa ilalim Ribbon

Piliin Ngayon “Listahan ng Pahintulot”

Piliin ang Suriin ang Pahintulot.

Ipasok ang User Name o Group Name at i-click ang “Suriin Ngayon”, maaari mong tingnan ang listahan ng pahintulot para sa mga tiyak na mga user / group. Ang parehong mga tampok ay maaaring gamitin sa mga item na antas din.

PDF Full Text Search Configuration para sa SharePoint 2007 x64

  • I-download ang Filter para sa x64 mula sa adobe dito, kung ikaw ay gumagamit ng 32 bit ito ay naka-install sa pamamagitan ng default na mula sa iyong adobe install.

  • Update default na halaga sa sumusunod na dalawang entries sa registry “{E8978DA6-047F-4E3D-9C78-CDBE46041603}”
    • HKEY_LOCAL_MACHINE SOFTWARE Microsoft Office server 12.0 Paghahanap Setup ContentIndexCommon Filter Extension . Pdf
      {E8978DA6-047F-4E3D-9C78-CDBE46041603}

    • KEY_LOCAL_MACHINE SOFTWARE Microsoft Shared Tools Web Server Extensions 12.0 Paghahanap Setup ContentIndexCommon Filter Extension . Pdf
      {E8978DA6-047F-4E3D-9C78-CDBE46041603}

  • Buksan Central Administration
    Pumunta sa SharedServices
    I-click ang Mga Setting ng Paghahanap
    Piliin “Mga uri ng file”
    Gumawa ng bagong entry na may extension bilang “pdf”

  • Pumunta sa “Magmaneho:Program Files Common Files Microsoft Shared Web server extension 12 Template Images”
    Ilagay ang adobe pdf icon ng imahe, maaari mong i-download ito mula sa adobe site.
  • Pumunta sa “Magmaneho:Program Files Common Files Microsoft Shared Web server extension 12 Template XML”
    Buksan ang Docicon.xml
    Magdagdag ng bagong entry at palitan sa ang image icon filename “<Mapping Key =”pdf” Value =”filename.gif”/>”

  • Sa wakas i-update ang kapaligiran Path variable na may “adobe install landas sa drive”
  • I-restart ang search service

Client Object Model sa SharePoint 2010 - Part 1

Client Object Model sa SharePoint 2010 ay isa sa mga developer panaginip. Ito ay nagbibigay-daan sa mga developer na
access ang data mula sa SharePoint client, ang code ay hindi kailangang maging deployed sa sa server.

Client Object Model ay maaaring gamitin sa mga sumusunod na tatlong mga paraan.

  • .Net CLR
  • Silverlight Object Model
  • JavaScript

.Net CLR Halimbawa:

Gumawa ng konteksto sa mga site SharePoint. Walang trapiko / mga kahilingan ay ginawa sa server hanggang sa ikaw ay tumawag sa ExecuteQuery()


try

Source Code

{


ClientContext ctx = bagong
ClientContext(“http://localhost”);


Web site = ctx.Web;

ctx.Load(site);

ctx.ExecuteQuery();

site.Title = “Update mula sa Client Object Model – Manalo app”;

site.Update();

ctx.ExecuteQuery();


MessageBox.Ipakita(“Update nagtagumpay”);

}


hulihin (Kataliwasan dati)

{


MessageBox.Ipakita(“Update Nabigong “ + ex.ToString());

}

Hindi mabuksan ang database na hiniling ng login login ang mga bigo

Ako got sa mga isyu sa ibaba, kapag sinusubukan kong i-access ang mga site scopes koleksyon ng paghahanap.

Hindi mabuksan ang database “Uday_SharePoint_SSP_Content” na hiniling ng pag-login. Ang login bigo.
Nabigo ang pag-login para sa mga gumagamit 'Uday Uday.Ethirajulu $'. sa Microsoft.SharePoint.Portal.Search.Admin.Pages.SearchAdminPageBase.ErrorHandler(Bagay nagpadala, EventArgs e)
sa System.Web.UI.TemplateControl.OnError(EventArgs e)
sa System.Web.UI.Page.HandleError(Exception e)
sa System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
sa System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
sa System.Web.UI.Page.ProcessRequest()
sa System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext konteksto)
sa System.Web.UI.Page.ProcessRequest(HttpContext konteksto)
sa ASP._layouts_viewscopes_aspx.ProcessRequest(HttpContext konteksto) sa c:\Windows Microsoft.NET sa Balangkas v2.0.50727 ang Temporary ASP.NET Files root 889c1c0c c362774f App_Web_viewscopes.aspx.2a428413.5ohducw0.0.cs:linya 0 sa System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
sa System.Web.HttpApplication.ExecuteStep(IExecutionStep hakbang, Boolean& completedSynchronously)
Troubleshoot ang isyu sa Windows SharePoint Serbisyo.

Paglutas:

Baguhin ang application identity pool mula sa “Network ng Serbisyo”.

Hindi makakonekta sa SQL Server database session ang koneksyon string ay bumalik sa pamamagitan ng isang halimbawa ng mga uri IPartitionResolver

Ngayon, Ako ay naglalaro sa mga nagbibigay ng authentication para sa set up ng mga site na may anonymous access.

Bigla ang site na nagsimula pagkahagis ang error sa ibaba. Wala akong bakas kung ano ang mali sa DB Server, pagkatapos ako restart ang DB Server walang kapalaran L

Kataliwasan:

Exception Type: System.Web.HttpException Exception Message: Hindi makakonekta sa SQL Server database session. Ang koneksyon string (server = 'Uday SharePoint', database = 'Uday_Content_DB') was returned by an instance of the IPartitionResolver type ‘Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version = 12.0.0.0, Kultura = neutral, PublicKeyToken = 71e9bce111e9429c’

Solusyon:

Ito ay pretty simple isara ang lahat ng iyong mga browser at malinaw ang browser cache J

Kahit paano ang mga session ay nakakakuha crashed.

Webcast : Client Object Model sa SharePoint 2010

Ako ay pagpaplano para sa isang webcast na may demo sa “Client Object Model sa SharePoint 2010” sa Pebrero 9 2010.

Magrehistro para sa kaganapan dito