<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'metabase'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=metabase&amp;orTags=0</link><description>Search results matching tag 'metabase'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Is my loop causing this: ASP 0104 80004005 | MetaBase.xml?</title><link>http://forums.iis.net/p/1162476/1923958.aspx#1923958</link><pubDate>Mon, 09 Nov 2009 19:52:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923958</guid><dc:creator>MSUTech</dc:creator><cs:applicationKey>classic_asp--1</cs:applicationKey><description>&lt;p&gt;The following was working in IIS 5.0, but, when we transitioned to IIS 6.0 I got the following error:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Request object error &amp;#39;ASP 0104 : 80004005&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is not the &amp;#39;best&amp;#39; code, but, it is old and seldom used.....&lt;/p&gt;&lt;p&gt;{&amp;nbsp; Connection object is set }&lt;/p&gt;&lt;p&gt;countervar is set to 1&lt;/p&gt;&lt;p&gt;Do While loop (this example goes from 1 to 487)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SQL code is built to do an UPDATE for &amp;#39;question # countervar&amp;#39;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; SUB - Do while loop &amp;#39;possibly&amp;#39; run&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; SQL code is built to run a SUB update &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; SUB - Loop &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Loop &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{ connection object closed } &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/////////////////////////////&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;do I have to modify a setting within the MetaBase.xml file? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIsWebServer tag in metabase.xml file</title><link>http://forums.iis.net/p/1160963/1917215.aspx#1917215</link><pubDate>Wed, 16 Sep 2009 18:24:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917215</guid><dc:creator>solotenk</dc:creator><cs:applicationKey>configuration__scripting--1</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m new to IIS, and currently supporting an application running on IIS v6.0.&lt;/p&gt;&lt;p&gt;We are getting the &amp;#39;413&amp;#39; error and trying to resolve it by setting the UploadReadAheadSize. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I noticed there are 2 IIsWebServer tags in the metabase.xml file.&amp;nbsp; 1st one has location=&amp;quot;/LM/W3SVC/1&amp;quot;, 2nd one has location=&amp;quot;/LM/W3SVC/69700387&amp;quot;.&amp;nbsp; The first one has the UploadReadAheadSize=&amp;quot;50000000&amp;quot;, and the 2nd one don&amp;#39;t.&amp;nbsp; After I restart the server, what would be the value for UploadReadAheadSize?&amp;nbsp; Would that go back to default value since the 2nd IIsWebServer tag does not have the UploadReadAheadSize?&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: IIS Mime Type configuration using C++</title><link>http://forums.iis.net/p/1157917/1909074.aspx#1909074</link><pubDate>Thu, 02 Jul 2009 19:51:09 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909074</guid><dc:creator>davcox</dc:creator><cs:applicationKey>configuration__scripting--1</cs:applicationKey><description>&lt;p&gt;Instead of using ADSI in this way, you should use the higher level (but still C based) Admin Base Objects ... that IIS exposes ... see this for more details:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms525941.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms525941.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using ABO, you can reference objects like the MimeMap collection much easier.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Dave &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Finding database information for IIS Applications</title><link>http://forums.iis.net/p/1158567/1907655.aspx#1907655</link><pubDate>Fri, 19 Jun 2009 10:57:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907655</guid><dc:creator>vineetd</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am working for a Product for which I want to find the Topology of an IIS Server. Basically right now using WMI Classes I am able to get the following information:-&lt;/p&gt;&lt;p&gt;&amp;nbsp;Applications (Websites) on the IIS&lt;/p&gt;&lt;p&gt;Application Pool&lt;/p&gt;&lt;p&gt;IIS Server itself&lt;/p&gt;&lt;p&gt;&amp;nbsp;However I also want to find out about the database which the applications might be using. Is there any way I can do that? Is it present in the Metabase.xml file? I doubt that there are any WMI classes for the same. &lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Vineet &lt;br /&gt;&lt;/p&gt;</description></item><item><title>metabase extention files</title><link>http://forums.iis.net/p/1157518/1903279.aspx#1903279</link><pubDate>Sun, 10 May 2009 14:06:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903279</guid><dc:creator>davidweston2000@yahoo.co.uk</dc:creator><cs:applicationKey>iis_7_-_troubleshooting-41</cs:applicationKey><description>After installing docuware web client server recently on sbs2008 i get a message saying &amp;quot;you must install metabase extention files before installing a web instance &amp;quot;after speaking to docuware they tell methey are component of windows but i am unable to find them .Any Ideas ?</description></item><item><title>Re: IIS stopped logging after reinstall</title><link>http://forums.iis.net/p/1157217/1902082.aspx#1902082</link><pubDate>Tue, 28 Apr 2009 08:49:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902082</guid><dc:creator>Gertsen</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;I figured out the cause of the problem myself.&lt;br /&gt;&lt;br /&gt;For unknown reasons the value of &amp;quot;&lt;b&gt;DontLog&lt;/b&gt;&amp;quot; in IIS&amp;#39; MetaBase was changed from the default value &lt;b&gt;0&lt;/b&gt; to 1, meaning that client visits wasn&amp;#39;t logged.&lt;br /&gt;Another related setting is &amp;quot;&lt;b&gt;LogType&lt;/b&gt;&amp;quot;, it should be &amp;quot;&lt;b&gt;1&lt;/b&gt;&amp;quot; (true).&lt;br /&gt;LogType was correct in my case, but I read other people having trouble with both theese settings beeing set to thier inverse vales, causing logging to stop.&lt;br /&gt;&lt;br /&gt;Read more about DontLog here:&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/94af03d6-2e79-4677-993a-4d113772e7b8.mspx?mfr=true" target="_blank"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/94af03d6-2e79-4677-993a-4d113772e7b8.mspx?mfr=true&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I used IIS MetaBase Explorer to edit the settings, in MetaBase Explorer the settings are called &amp;quot;&lt;b&gt;MD_LOG_TYPE&lt;/b&gt;&amp;quot; and &amp;quot;&lt;b&gt;MD_DONT_LOG&lt;/b&gt;&amp;quot;. Thier values should be &amp;quot;&lt;b&gt;1&lt;/b&gt;&amp;quot; og &amp;quot;&lt;b&gt;0&lt;/b&gt;&amp;quot; respectively.&lt;br /&gt;&lt;br /&gt;Read more about MD_LOG_TYPE here:&lt;br /&gt;&lt;a href="http://www.sxlist.com/techref/inet/iis/iis/htm/sdk/arba1wpx.htm" target="_blank"&gt;http://www.sxlist.com/techref/inet/iis/iis/htm/sdk/arba1wpx.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Read more about MD_DONT_LOG here:&lt;br /&gt;&lt;a href="http://www.massmind.org/techref/inet/iis/iis/htm/sdk/arba0unb.htm" target="_blank"&gt;http://www.massmind.org/techref/inet/iis/iis/htm/sdk/arba0unb.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The following forum thread helped me find the cause of the problem:&lt;br /&gt;&lt;a href="http://forums.iis.net/t/1154947.aspx%20" target="_blank"&gt;http://forums.iis.net/t/1154947.aspx &lt;/a&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS stopped logging after reinstall</title><link>http://forums.iis.net/p/1157217/1902077.aspx#1902077</link><pubDate>Tue, 28 Apr 2009 07:32:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1902077</guid><dc:creator>Gertsen</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m running 32Bit Windows Server 2003 Standard IIS 6.0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reinstalling Windows on the server, as usual I made a backup of all IIS settings by using the &amp;quot;Backup/Restore Configuration&amp;quot; tool, and copying the two backup-files&lt;/p&gt;&lt;p&gt;C:\Windows\System32\inetsrv\MetaBack\&amp;lt;backupname&amp;gt;.MD0&lt;br /&gt;C:\Windows\System32\inetsrv\MetaBack\&amp;lt;backupname&amp;gt;.SC0&lt;/p&gt;&lt;p&gt;After reinstalling Windows, I copied those files back in, and restored the backup.&lt;/p&gt;&lt;p&gt;I got all my sites and settings back, and everything was good.&lt;/p&gt;&lt;p&gt;Now, a few weeks later, I noticed a problem: &lt;span style="font-weight:bold;"&gt;IIS has stopped logging&lt;/span&gt;.&lt;br /&gt;Even new sites created after the reinstall dosen&amp;#39;t log.&lt;/p&gt;&lt;p&gt;I tried disabling logging in IIS settings, running IISReset, then re-enable it, run IISReset again, but no luck, still no logfiles are created.&lt;/p&gt;&lt;p&gt;Also I verified that both the Administrators-group and the System-account has write-access to the folder used for logfiles storage. &lt;/p&gt;&lt;p&gt;I suspect something bad has happened to the metabase, but I don&amp;#39;t know how to debug or repair that. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;m quite lost, there aren&amp;#39;t even any hints to be found in Windows&amp;#39; event logs... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Is there a way to more granularly edit the HTTP compression is IIS7?</title><link>http://forums.iis.net/p/1155382/1893871.aspx#1893871</link><pubDate>Wed, 18 Feb 2009 16:22:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1893871</guid><dc:creator>rlbreton</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;I have been editing the metabase in iis6 to change the compression settings and file extensions--here&amp;#39;s an example:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;IIsCompressionScheme Location =&amp;quot;/LM/W3SVC/Filters/Compression/gzip&amp;quot;&lt;br /&gt;&amp;nbsp; HcCompressionDll=&amp;quot;%windir%\system32\inetsrv\gzip.dll&amp;quot;&lt;br /&gt;&amp;nbsp; HcCreateFlags=&amp;quot;1&amp;quot;&lt;br /&gt;&amp;nbsp; HcDoDynamicCompression=&amp;quot;TRUE&amp;quot;&lt;br /&gt;&amp;nbsp; HcDoOnDemandCompression=&amp;quot;TRUE&amp;quot;&lt;br /&gt;&amp;nbsp; HcDoStaticCompression=&amp;quot;TRUE&amp;quot;&lt;br /&gt;&amp;nbsp; HcDynamicCompressionLevel=&amp;quot;9&amp;quot;&lt;br /&gt;&amp;nbsp; HcFileExtensions=&amp;quot;htm&lt;br /&gt;&amp;nbsp;&amp;nbsp; html&lt;br /&gt;&amp;nbsp;&amp;nbsp; js&lt;br /&gt;&amp;nbsp;&amp;nbsp; css&lt;br /&gt;&amp;nbsp;&amp;nbsp; txt&amp;quot;&lt;br /&gt;&amp;nbsp; HcOnDemandCompLevel=&amp;quot;9&amp;quot;&lt;br /&gt;&amp;nbsp; HcPriority=&amp;quot;1&amp;quot;&lt;br /&gt;&amp;nbsp; HcScriptFileExtensions=&amp;quot;asp&lt;br /&gt;&amp;nbsp;&amp;nbsp; asmx&lt;br /&gt;&amp;nbsp;&amp;nbsp; aspx&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;gt;&lt;br /&gt;&amp;lt;/IIsCompressionScheme&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I can&amp;#39;t see a way to do this in iis7--is it possible to be this granular, or are we resigned to just whatever compression is allowed through the compression settings in the UI?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for any insight!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Randy Breton &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: IMSAdminBase-&amp;gt;GetData() returns E_ACCESSDENIED on IIS 7</title><link>http://forums.iis.net/p/1150975/1892788.aspx#1892788</link><pubDate>Mon, 09 Feb 2009 10:09:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892788</guid><dc:creator>neha.noma</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;After a long time I am again facing the similar problem. I have IIS filter which reads Metabase entries. When I set the App pool identity of my website to Local System / Administrator, it is able to read the Metabase key &lt;b&gt; LM/W3SVC/1/*. &lt;/b&gt;However if I set it to &amp;quot;Network Service&amp;quot;, it fails and returns error code &lt;b&gt;E_ACCESSDENIED.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Using the Metabase explorer I tried giving read permission to everyone, still no success.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I am not sure where I am wrong. This reading of key was working fine in IIS 6.0. With addded security in IIS 7.0 it fails. Please guide to resolve this issue.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Neha &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>compatibility SQL SERVER 2008  IIS 6</title><link>http://forums.iis.net/p/1154571/1890902.aspx#1890902</link><pubDate>Fri, 23 Jan 2009 22:22:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1890902</guid><dc:creator>CRM2008</dc:creator><cs:applicationKey>configuration__scripting--1</cs:applicationKey><description>&lt;span&gt;&amp;nbsp;&lt;font face="Arial" size="2"&gt;Hi, &lt;/font&gt;&lt;/span&gt;&lt;span&gt;
&lt;p align="left"&gt;I have a huge problem that stays unsolved despite the amount of time and people allocated .&lt;/p&gt;
&lt;p align="left"&gt;Is there something to adjust in the IIS 6 when used with SQL SERVER 2008?&lt;/p&gt;
&lt;p align="left"&gt;I try to install CRM 4.0 on SQL SERVER 2008, IIS 6.&lt;/p&gt;
&lt;p align="left"&gt;The setup fails:&lt;/p&gt;
&lt;p align="left"&gt;Microsoft Dynamics CRM Setup&lt;/p&gt;
&lt;p align="left"&gt;-----------------------------------------------&lt;/p&gt;
&lt;p align="left"&gt;&lt;strong&gt;Action&amp;nbsp; Microsoft.Crm.Setup.Server.RSConfigAction failed.&lt;br /&gt;The specified path is not a metabase path.&lt;br /&gt;Parameter name: path&lt;/strong&gt;&lt;/p&gt;
&lt;p align="left"&gt;-----------------------------------------------&lt;/p&gt;
&lt;p align="left"&gt;from the log:&lt;/p&gt;
&lt;p align="left"&gt;&amp;nbsp;Error| Setup was unable to retrieve settings from the &lt;strong&gt;Internet Information Services (IIS) metabase&lt;/strong&gt;&lt;/p&gt;
&lt;p align="left"&gt;---------------------------------------------&lt;/p&gt;
&lt;p align="left"&gt;We use SQL SERVER 2008. &lt;/p&gt;
&lt;p align="left"&gt;Important: This sql server 2008 is new and wasn&amp;#39;t used for any other applications:&lt;/p&gt;
&lt;p align="left"&gt;Are there any configuration adjustments we should do before using IIS 6 and CRM 4.0?&lt;/p&gt;
&lt;p align="left"&gt;(we don&amp;#39;t have a db admin or&amp;nbsp;an IIS&amp;nbsp;expert)&lt;/p&gt;
&lt;p align="left"&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>