<?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>IIS7 - Classic ASP</title><link>http://forums.iis.net/1044.aspx</link><description>Forum discussing usage of Classic ASP applications on the IIS 7 platform</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1919512.aspx</link><pubDate>Mon, 05 Oct 2009 13:42:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919512</guid><dc:creator>debuke</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1919512.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1919512</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;ok... i had the privilege of working directly with microsoft and i got the offical word that this component isn&amp;#39;t supported in the 32-bit land on windows 2008 64-bit.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;the solution that was offered was to copy the 32-bit version of ixsso.dll in to the 32 bit folder (syswow64) from a 32-bit environment and with some modifcations to the registry, it &amp;quot;may work&amp;quot;.&amp;nbsp; of course, any subsequent patches to the O/S will result in this DLL being &amp;quot;left behind&amp;quot; (in terms of patches).&amp;nbsp; so this solution won&amp;#39;t work for us.&lt;/p&gt;&lt;p&gt;&amp;nbsp;time to go about this another way... :)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1919076.aspx</link><pubDate>Wed, 30 Sep 2009 21:40:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919076</guid><dc:creator>debuke</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1919076.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1919076</wfw:commentRss><description>&lt;p&gt;is it official that &amp;quot;IXSSO.Query is not working on windows 2008&amp;quot; or is that just someone&amp;#39;s comment?&amp;nbsp; &lt;/p&gt;&lt;p&gt;we are having the same issue (Error 429 ActiveX Component Can&amp;#39;t Create Object) in a legacy ASP install under windows 2008 but other com objects are created just fine. &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1912079.aspx</link><pubDate>Thu, 30 Jul 2009 17:16:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912079</guid><dc:creator>Gazcon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1912079.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1912079</wfw:commentRss><description>&lt;p&gt;The IXSSO.Query is not working on windows 2008, but, the object MSIDXS is working yet, simply change the syntax of searches to:&lt;/p&gt;
&lt;p&gt;you can select other columns like: Rank, DocAuthor, DocAppName, DocTitle, FileName, Create, Access, Characterization, VPath&lt;/p&gt;
&lt;p&gt;other commands are available&amp;nbsp;on &lt;a href="http://www.codeproject.com/KB/database/Indexing_Service_HOW-TO.aspx?display=PrintAll"&gt;&lt;font color="#3529ae"&gt;http://www.codeproject.com/KB/database/Indexing_Service_HOW-TO.aspx?display=PrintAll&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Set rs1= Server.CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;rs1.Open &amp;quot;SELECT FileName,Characterization FROM SCOPE(&amp;#39;DEEP TRAVERSAL of &amp;quot;&amp;quot;&amp;quot; &amp;amp; your_directory&amp;amp; &amp;quot;&amp;quot;&amp;quot;&amp;#39;) WHERE FREETEXT(Contents, &amp;#39;&amp;quot; &amp;amp; your_searchword &amp;amp; &amp;quot;&amp;#39;) order by rank&amp;quot;,&amp;quot;PROVIDER=MSIDXS; DATA SOURCE=&amp;quot; &amp;amp; your_catalog_name &amp;amp; &amp;quot;;&amp;quot;&lt;/p&gt;
&lt;p&gt;if not rs1.eof then&lt;/p&gt;
&lt;p&gt;&amp;nbsp;do while not rs1.eof&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_name=rs1(&amp;quot;file_name&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resume=rs1(&amp;quot;characterization&amp;quot;)&lt;/p&gt;
&lt;p&gt;rs1.movenext&lt;/p&gt;
&lt;p&gt;loop&lt;/p&gt;
&lt;p&gt;end if&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1907953.aspx</link><pubDate>Tue, 23 Jun 2009 13:27:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907953</guid><dc:creator>UsernameAlreadyExists</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907953.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1907953</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I wasn&amp;#39;t seeing a Windows Search property for characterization?&amp;nbsp; Does anyone know which property that is?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1907743.aspx</link><pubDate>Fri, 19 Jun 2009 22:57:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907743</guid><dc:creator>gavinharriss</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907743.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1907743</wfw:commentRss><description>&lt;p&gt;Actually, just dug out urls...&lt;/p&gt;&lt;p&gt;Here&amp;#39;s some code examples:&lt;/p&gt;&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb266517%28VS.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb266517(VS.85).aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And I used this info to figure out what sort of data is available to query:&lt;/p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb419046%28VS.85%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb419046(VS.85).aspx &lt;/a&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1907738.aspx</link><pubDate>Fri, 19 Jun 2009 22:25:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907738</guid><dc:creator>gavinharriss</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907738.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1907738</wfw:commentRss><description>The code I wrote was very specific to the environment I was in. However, there&amp;#39;s some great examples on MSDN for different languages (.NET, classic asp, etc.) which I used. Can&amp;#39;t remember the urls to examples but a quick search on MSDN should find them for you ;)&lt;br /&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1907289.aspx</link><pubDate>Wed, 17 Jun 2009 02:10:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907289</guid><dc:creator>aadames</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1907289.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1907289</wfw:commentRss><description>&lt;p&gt;Hi, currently I have the same problem using ixss0.query on IIS 7 W2008 Web Server. Can you shared with me your code solution?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1905177.aspx</link><pubDate>Fri, 29 May 2009 15:59:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905177</guid><dc:creator>UsernameAlreadyExists</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905177.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1905177</wfw:commentRss><description>&lt;p&gt;What does that mean, &amp;quot;worker process&amp;quot;?&amp;nbsp; It would be awesome to get indexing working with ASP classic again.&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1905099.aspx</link><pubDate>Fri, 29 May 2009 04:34:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905099</guid><dc:creator>gavinharriss</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905099.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1905099</wfw:commentRss><description>&lt;p&gt;Hi, thanks for that - much appreciated! I was wondering if it was something to with 32 bit vs 64 bit.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve actually coded up a replacement Windows Search Service solution instead now as it was quite easy to swap over. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1904990.aspx</link><pubDate>Thu, 28 May 2009 05:33:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904990</guid><dc:creator>WWWWeb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1904990.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1904990</wfw:commentRss><description>&lt;p&gt;IXSSO should have 64bit only on 64bit system, make sure you are running worker process in 64bit.&lt;/p&gt;
&lt;p&gt;Check the user permission as well.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Server.CreateObject("IXSSO.Query") fails on IIS7</title><link>http://forums.iis.net/thread/1904956.aspx</link><pubDate>Wed, 27 May 2009 21:25:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904956</guid><dc:creator>gavinharriss</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1904956.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1904956</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;We&amp;#39;ve ported across a classic ASP site to Windows Server 2008 Enterprise 64 bit but can&amp;#39;t get Indexing Service to work with it. &lt;/p&gt;

&lt;p&gt;As soon as the following line of code is hit:
&lt;br /&gt;set objQuery = Server.CreateObject(&amp;quot;IXSSO.Query&amp;quot;)
&lt;/p&gt;

&lt;p&gt;We get the following error:
&lt;br /&gt;Err.Source: Microsoft VBScript runtime error
&lt;br /&gt;Err.Number: 429
&lt;br /&gt;Err.Description: ActiveX component can&amp;#39;t create object
&lt;/p&gt;
&lt;p&gt;The Indexing Service seems to have installed without issue and I&amp;#39;ve created the cataolg without issue and can see it&amp;#39;s been populated.&lt;/p&gt;
&lt;p&gt;Any IIS7 gurus out there have any ideas what might be wrong?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;br /&gt;Gavin&lt;/p&gt;</description></item></channel></rss>