Sharepoint Designer etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
Sharepoint Designer etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

26 Kasım 2014 Çarşamba

SharePoint Designer : Unexpected Error on server associating the workflow


Sharepoint Designer'da genelde Workflow Publish Activating işleminde karşılaşılan bir durum.Bazı kaynaklarda IISReset işlemi ile çözülebileceğini açıklamışlar.
Sharepoint Designer'ın Cache sorunlarından biridir.
Benim kendi çözümüm server'ı RESTART etmek ama aşağıdaki linklerden de çözüme ulaşabileceğinizi düşünüyorum.

Çözüm 2 (Solution 2) :IISRESET
Çözüm 4 (Solution 4): Restart The Server

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