01 Temmuz 2009 Çarşamba

Invalid List Item. The List Item provided is not compatible with a Scheduled Item.


You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint.

You have tried to create a channel to a service that does not support .Net Framing. It is possible that you are encountering an HTTP endpoint.
Şeklinde bir hata alıyorsanız büyük ihtimalle IIS üzerinde verdiğiniz net.tcp binding de belirttiğiniz portbaşka bir uygulama tarafında kullanıyordur.
Bu net.tcp binding tanımındaki portu değiştirseniz problem çözülecektir.

SharePoint 2007 VM’s NLTM Authentication Failure

Böyle bir hata da alıyorsanız:
Internet Explorer 8 on Sharepoint server 401 error

Bilgisayarınızda kurulu olan Sharepoint'de herhangi bir siteye bağlanmaya çalıştığınızda özellikle host verip de 80 portundan çalışan Site'lar için devamlı şifre soran bir ekran çıkıyorsa aşağıdaki adımları izleyerek problemi düzeltebilirsiniz.
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.

The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.

Bildiğiniz gibi sharepoint sitenizi template olarak kayededip taşıyabiliyorsunuz. Sharepoint site template kaydetme işlemi için bir limitle geliyor: ~10MB

Eğer 10 MB ın üzerinde bir kaydetme işlemi yapmaya çalıştığınızda:

This list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.

hatasını alırsınanız

Çözümü:

stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 500000000

yazarsanız 50 MB kadar çözüm üretirsiniz

-propertyvalue 500000000 değerini büyüterek limiti arttırabilirsiniz

CAML query on lookup columns from LookUpId

CAML Query ile Lookup alanlara query atarken LookUpId sine göre Query atmak için SPQuery camlQuery = new SPQuery(); camlQuery.Query = string.Format("{0}", LookupId); şeklinde query atabiliriz.