SharePoint 2010 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
SharePoint 2010 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

19 Şubat 2015 Perşembe

Sharepoint Logout Url

Write after site

 /_layouts/closeConnection.aspx?loginasanotheruser=true

1 Kasım 2014 Cumartesi

Sharepoint Farm Domain User Olmadan Oluşturulması

  • Herkes Domain Kullanıcısına sahip olmayabilir.Sql Server'da Windows kullanıcısı kullanmak istiyorsunuzdur.Sharepoint Farmını Windows Kullanıcısıyla nasıl oluşturulacağını aşağıda belirttiğim sırayla yapabilirsiniz.


  1. Sharepoint Configuration Wizard'ta aldığımız hata üsteki gibi olmalı.
  2. SharePoint Management Shell'i admin olarak açıyoruz.
  3. Shell'e New-SPConfigurationDatabase yazıp ENTER'lıyoruz.
  4. Oluşturacağınız Sp Database ismini ve Sql Serverınızın ismini veriyoruz.
  5. Sizden Local Kullanıcınızı isteyecektir.
  6. Passphrase'de hatırlayacağınız bir şifre verein.Bu işlem 2-3 dakika sürebilir.
  7. C:\Users a düşmeden kapatmayın.
Passphrase'de hatırlayacağınız bir şifre verein.

  • SpConfiguration Wizard'ı yeniden açın ve aşağıdaki gibi işleme devam edin.



Next & Finish.

Referans: Tıkla




6 Aralık 2013 Cuma

SharePoint Recycle Bin Delete ALL

Go your Site Adminitrator Settings Find(Enter) Recycle Bin and Write "javascript:emptyItems();"  Addres bar of your Browser..

Thats All

27 Kasım 2013 Çarşamba

Sharepoint New Database Configuraion by using Local User (if not has farm)


  • Open SP2013 Management Shell 
  • Type to Shell
            New-SPConfigurationDatabase 

  • Enter your
           DatabaseName : YourDbName (press enter)
           DatabaseServer : YourServer ex: server\sharepoint (SQL SERVER must  installed) (press enter)
           Enter your user Account(local) and pass (press enter)
           Enter New Passphrase(Don't forget your passphrase pls record it)

  • Then go sp2013 products configuraton wizard

          Open your existing farm (!!Don't disconnect your farm)(click next)

  • Enable port number (click next)
  • Wait until finish
  • Open your  SP 2013 Central Administration


That's All

7 Kasım 2013 Perşembe

SharePoint Designer-The server could not complete your request

You can have this error while Open your site at Sharepoint Designer



This means:
  • Anonymous authentication is not configured for the problematic web application in IIS
         Fix: Enable Anonymous authentication in IIS
  • Server is running out of memory
    Fix: Free up memory on the server
How can we free up Memory

Open Task Manager Go Processes  You see Sql Servece(sqlservr.exe) use 19 gb ram of your machine that has 20 gb
So we must restart Sql Service

Go Server Manager=>Configuration=>Services=>Find Sql Server(MSSQLSERVER) service (restart it)=>Stop Service=>Start Again

Now You Solve the problem 

Open Designer and your Site or collection ...Thats all