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

25 Kasım 2013 Pazartesi

Sharepoint Central Administration & Web Applications Can't Connect?

If you had problems while you enter Central Administration or if you can't connect & can't Enter Your Site or Site Management


  • First Free Up your Ram 
       Go>Services >SqlServer Service >Restart it..

  • Then iis Reset
       Open CMD and write iisreset \noforce
       Wait until finish

  • Ok go Sp Product Configuration Wizard
       Start >All Programs >Microsoft SP Products >Sp Products Configuration          Wizard>Click
       Wait Until Wizard Finish..

  • After Finished 
       Again CMD>Type iisreset \noforce

Open your Central Administration it'll work... I hope:)

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