02 Temmuz 2009 Perşembe
01 Temmuz 2009 Çarşamba
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
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.
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- 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.
Kaydol:
Kayıtlar (Atom)
