473,396 Members | 1,827 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

TCP/UDP ports used for Index server OpenQuery

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.

Nov 3 '05 #1
5 2644
Hi,

This should help:
http://groups.google.co.uk/group/mic...8b8b4d38960487

Tony.

--
Tony Rogerson
SQL Server MVP
http://sqlserverfaq.com - free video tutorials
"pb648174" <go****@webpaul.net> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.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.

Nov 4 '05 #2
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/mic...8b8b4d38960487

Tony.

--
Tony Rogerson
SQL Server MVP
http://sqlserverfaq.com - free video tutorials
"pb648174" <go****@webpaul.net> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.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.


Nov 5 '05 #3
pb648174 (go****@webpaul.net) writes:
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.


You would need to set up the linked server as you would set your
connection string in a client program that connected directly to
Index Server.

No, I don't know how to that, since I hardly know what Index Server is.
But the point here is that if you don't know how to connect to Index
Server, you should try to find a forum for this product, where people
might know.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp

Nov 5 '05 #4
The first example I gave is exactly how you connect to index server,
and it works fine. My questions is omply that once there is a firewall
inbetween the two, what will the ports needed be..

Nov 8 '05 #5
pb648174 (go****@webpaul.net) writes:
The first example I gave is exactly how you connect to index server,
and it works fine. My questions is omply that once there is a firewall
inbetween the two, what will the ports needed be..


That would be the ports on the Index Server box. SQL Server is only
connecting out. Index Server does not connect back. (And if it does it
connects to the OLE DB Provider.)

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp

Nov 8 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Sudhesh Nayak | last post by:
Hi, I have an Oracle (8.1) & a SQL Server 2000 database with Production data. There are situations when I need data from both the databases. My first choice was to link Oracle to SQL and run DTS...
0
by: Michael Bourgon | last post by:
I've been having the same problem for 2 weeks now. If anyone has any ideas, I'd love to hear them. We are using both SQL and Windows Authentication. I was running a Profiler Trace at the time,...
0
by: Bill J. | last post by:
I have to update a PostgreSQL linked server through MSSQL2K. I first configured the connection with ODBC as follows and I can do queries with no problem: EXEC sp_droplinkedsrvlogin @rmtsrvname...
0
by: Bill J. | last post by:
I have to update a PostgreSQL linked server through MSSQL2K. I first configured the connection with ODBC as follows and I can do queries with no problem: EXEC sp_droplinkedsrvlogin @rmtsrvname...
2
by: Amanda | last post by:
From a guy in Microsoft newsgroups: | In *comp.databases.ibm-db2* there are always IBM guys | from the Toronto labs on line.Post with the | -for the love of god please help- | line...
2
by: Hemant Shah | last post by:
Folks, How many tcp ports does DB2 server use? I installed UDB 8.2 on a AIX system and created several instances. I used consecutive ports for each instance, but when I look at /etc/services...
5
by: Neil | last post by:
I am getting time-out errors when I try to perform a simple delete on a linked server. The command is: Delete From MyTable Where PKID=12345 I have tried executing this command directly from...
2
by: joaquimfpinto | last post by:
Dear All, I made an app in c# that uses several serial ports. For the serial ports I use a pnp Sunix board, some with 8 serial ports other with 4 or even 2 serial ports. Whenever I use the...
2
by: mochinushi | last post by:
Im a newb C++ programmer trying to figure out what concepts and protocols i should be reading on... What im trying to accomplish is a "stealth" tunnel/forwarder from my computer at the dorm to a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.