Not Defteri

Akılda duracagına burda dursun

Quiescing Farm for SharePoint 2007

if you want to maintnance a server on your SharePoint 2007 Farm but you want to allow user who connect this server to complate thier session but you don't want to new session on this server while your maintnage procress. You should be set Quiescing Farm option on Central Administration. To do this click Quiesce farm under the Global Configuration notice that you will see like this screen;

Type the a number which you plan to maintnance your server and click Start Quiescing button.

Posted: Mar 19 2010, 01:58 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under:

Set Search Alert to inactivate Status

if you want to Reset all crawled content on your SharePoint 2007 Server, You can disable to sent content change alert for users who subscribe to receive them.

To do this Navigate to your Shared Services Administation and;

  • Click Search settings under the Search tab.
  • Click Search-based alerts

Notice that you see current Status about Configure Search-based Alerts. You can use Deactivate button to set unactivate search alert. After do that you can Reset all crawled content without any alert which recived search subscriber. Complate Reset all crowled content and re crowle content, use this mathod to activate search alert again.

Posted: Mar 19 2010, 01:19 by kkaradag | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under:

AUTHORITY\ANONYMOUS LOGON & SharePoint

My Sharepoint site has an error message is AUTHORITY\ANONYMOUS LOGON after installed new webpart which is developed with me. This web part use SQL connection and my Sharepoint site application pool has right permition on SQL server. I try so mant things and notice I must to write code like this;

 SPSecurity.RunWithElevatedPrivileges(delegate()
{
    // The code wich connect SQL Server and do some things.
});

Reinstall this web part and everyings works well.

Posted: Mar 09 2010, 01:42 by kkaradag | Comments (0) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Sharepoint 2010 Beta Configration Wizard Problem

I want to upgrade my Sharepoint 2007 + sp2 farm to Sharepoint 2010 beta. (My test plartform). Sharepoint 2010 instlation is work and complate successfuly. While I run to SharePoint 2010 Products Configuration Wizard I got a error message;

The current farm uses database from the follwoing SQL server(s) whose versions are not supported.

SharePoint requires these SQL server(s) to be upgraded to minimum supported version before you can continue. Refer to the log file of this configuration wizard for more information about the minimum supported SQL versions and download instructions.

To fix this problem you need to install cumulative updates for SQL Server 2008 SP1 http://support.microsoft.com/kb/970315

 

Posted: Mar 02 2010, 02:09 by kkaradag | Comments (0) RSS comment feed |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SharePoint 2010

Microsoft SQL Server 2008 Service Pack1 instalation Fail

When I try to install Microsoft SQL Server 2008 SP1 on current SQL 2008 installation, I got a error message like this;

"A failure was detected for a previous installation, patch, or repair during configuration for features [SQL_PowerShell_Engine_CNS,SQL_PowerShell_Tools_ANS,]. In order to apply this patch package (KB968369), you must resolve any issues with the previous operation that failed. View the summary.txt log to determine why the previous operation failed." 

To solve this problem falow these steps;

  1. Go to Server Manager on Windows 2008 server and click Features
  2. Add Features, select and install Windows PowerShell.
  3. Repair current MS SQL 2008 instalation
  4. install SQL Server 2008 SP1

Service Pack instalation complate with out any error.

 

Posted: Mar 02 2010, 00:46 by kkaradag | Comments (0) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SQL Server