| 
	
 | 
 Posted by pb648174 on 11/05/05 16:34 
This actually isn't relevant - The below problem was with the Index 
server on one machine crawling the files on another. What I am trying 
to achieve is a connection to a remote index server, which is on the 
same machine as the files. So I shouldn't need the standard UNC/File 
share ports, but rather something to do with OLEDB. 
 
Tony Rogerson wrote: 
> Hi, 
> 
> This should help: 
> http://groups.google.co.uk/group/microsoft.public.inetserver.indexserver/browse_frm/thread/d7f25379a78daf4b/8d8b8b4d38960487?lnk=st&q=%22index+server%22+tcp+ports&rnum=3&hl=en#8d8b8b4d38960487 
> 
> Tony. 
> 
> -- 
> Tony Rogerson 
> SQL Server MVP 
> http://sqlserverfaq.com - free video tutorials 
> 
> 
> "pb648174" <google@webpaul.net> wrote in message 
> news:1131036399.023509.254420@g44g2000cwa.googlegroups.com... 
> > If I am doing an Index Server query from SQL, such as: 
> > SELECT 
> > Q.* 
> > FROM 
> > OPENQUERY(FTIndexPM, ''SELECT path, characterization, rank, hitcount 
> > FROM SCOPE('DEEP TRAVERSAL OF ..... 
> > 
> > can anyone tell me which TCP/UDP ports will be used between the SQL 
> > Server and the Index server if the Index Server is on another machine? 
> > I'm doing the query from SQL so that I can join the results with a 
> > table in the database and am not interested in doing the Index query 
> > from the app server. I haven't been able to find any info on the net 
> > for which firewall ports are used for this. 
> >
 
[Back to original message] 
 |