<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yılmaz Yavuz &#187; RSWindowsNegotiate</title>
	<atom:link href="http://www.yilmazyavuz.com/yyblog/index.php/tag/rswindowsnegotiate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yilmazyavuz.com/yyblog</link>
	<description>yazılım üzerine taze taze</description>
	<lastBuildDate>Mon, 14 Feb 2011 15:35:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TFS Kurulumu &#8211; Sql 2008 Reporting Services hatası</title>
		<link>http://www.yilmazyavuz.com/yyblog/index.php/2009/11/tfs-kurulumu-sql-2008-reporting-services-hatasi/</link>
		<comments>http://www.yilmazyavuz.com/yyblog/index.php/2009/11/tfs-kurulumu-sql-2008-reporting-services-hatasi/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:42:26 +0000</pubDate>
		<dc:creator>Yılmaz Yavuz</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[microsoft sql server 2008 reporting services]]></category>
		<category><![CDATA[RSWindowsNegotiate]]></category>
		<category><![CDATA[sql reporting services]]></category>
		<category><![CDATA[tfs]]></category>

		<guid isPermaLink="false">http://www.yilmazyavuz.com/yyblog/?p=409</guid>
		<description><![CDATA[<p>Tfs kurulumu ilgili dökümanı adım adım uygulayarak yaptığınızda genelde bir sorun çıkmıyor, ancak bir şekilde kullanıcılarla ilgili gerekli ayarları yapamadığım için , tfs kurulumu tamamlanıp yeni bir proje oluşturmaya çalıştığım anda aşağıdaki hatayı alıyordum.</p>
<p>&#8212;begin Exception entry&#8212;
Time: 2009-11-22 13:39:02Z
Module: Initializer
Event Description: TF30207: Initialization for plugin &#8220;Microsoft.ProjectCreationWizard.Reporting&#8221; failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: Insufficient permissions to create a new SQL <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.yilmazyavuz.com/yyblog/index.php/2009/11/tfs-kurulumu-sql-2008-reporting-services-hatasi/">TFS Kurulumu &#8211; Sql 2008 Reporting Services hatası</a></span>]]></description>
			<content:encoded><![CDATA[<p>Tfs kurulumu ilgili dökümanı adım adım uygulayarak yaptığınızda genelde bir sorun çıkmıyor, ancak bir şekilde kullanıcılarla ilgili gerekli ayarları yapamadığım için , tfs kurulumu tamamlanıp yeni bir proje oluşturmaya çalıştığım anda aşağıdaki hatayı alıyordum.</p>
<blockquote><p>&#8212;begin Exception entry&#8212;<br />
Time: 2009-11-22 13:39:02Z<br />
Module: Initializer<br />
Event Description: TF30207: Initialization for plugin &#8220;Microsoft.ProjectCreationWizard.Reporting&#8221; failed<br />
Exception Type: Microsoft.TeamFoundation.Client.PcwException<br />
Exception Message: Insufficient permissions to create a new SQL Server Reporting Services at TFSAPPSERVER.<br />
Exception Details: The permissions granted your user name and ID on the SQL Server Reporting Services at TFSAPPSERVER<br />
do not allow you create a new project. You must be granted specific permission<br />
by the server administrator.<br />
Stack Trace:<br />
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.CheckForProjectFolder(PrivateData data, String projectName, ProjectCreationContext context)<br />
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.Initialize(ProjectCreationContext context)<br />
at Microsoft.VisualStudio.TeamFoundation.EngineStarter.InitializePlugins(MsfTemplate template, PcwPluginCollection pluginCollection)<br />
&#8211;   Inner Exception   &#8211;<br />
Exception Type: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException<br />
Exception Message: TF30063: You are not authorized to access TFSAPPSERVER.<br />
Stack Trace:<br />
at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.ThrowIfUnauthorized(HttpWebResponse response)<br />
at Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy.GetWebResponse(WebRequest request)<br />
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)<br />
at Microsoft.TeamFoundation.Proxy.Reporting.ReportingService.ListChildren(String Item, Boolean Recursive)<br />
at Microsoft.VisualStudio.TeamFoundation.RosettaReportUploader.CheckForProjectFolder(PrivateData data, String projectName, ProjectCreationContext context)<br />
&#8211; end Inner Exception &#8211;<br />
&#8212; end Exception entry &#8212;</p></blockquote>
<p>Hata nın SPN denilen birşeye benim reportservice kullanıcımın sahip olmaması neden oluyordu. Ancak bunu anlayana kadar domain admin olan kullanıcımı local tfs makinesi ve ilgili groupların tümüne yetki vermiştim. Olmamasının tek nedeni yetki eksikliği değil spn eksikliğiymiş <img src='http://www.yilmazyavuz.com/yyblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Bunuda şurdan anladım :</p>
<blockquote><p>Using <strong>RSWindowsNegotiate</strong> will result in a Kerberos  authentication error if you configured the Report Server service to run under a  domain user account and you did not register a Service Principal Name (SPN) for  the account. For more information, see <a href="#proxyfirewallRSWindowsNegotiate">Resolving Kerberos Authentication Errors  When Connecting to a report server</a> in this topic.</p></blockquote>
<p>Daha sonra şurdaki çözümü uyguladım :</p>
<blockquote><p>Use NTLM. NTLM will generally work in cases where Kerberos authentication fails.  To use NTLM, remove <strong>RSWindowsNegotiate</strong> from the  RSReportServer.config file and verify that only <strong>RSWindowsNTLM</strong> is specified. If you choose this approach, you can continue to use a domain user  account for the Report Server service even if you do not define an SPN for  it.</p></blockquote>
<p>Gidip RSReportServer.config dosyasını bulup ordaki <strong>&lt;RSWindowsNegotiate/&gt;</strong> tag ini sildim. Ve sorun giderilmişti.</p>
<p>Kaynak :<a href="http://msdn.microsoft.com/en-us/library/cc281253.aspx#proxyfirewallRSWindowsNegotiate"> http://msdn.microsoft.com/en-us/library/cc281253.aspx#proxyfirewallRSWindowsNegotiate</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yilmazyavuz.com/yyblog/index.php/2009/11/tfs-kurulumu-sql-2008-reporting-services-hatasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

