|
Home > Archive > IIS Index Server > April 2004 > Problems remained to be solved
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems remained to be solved
|
|
| abbott 2004-04-19, 3:36 am |
| and according to your help , I entered my computers IP .
but when I expanded Services and Applications and could
not find the Index Service , But when I entered the
name of that computer , I can , Why?
What's more , I want to create a distributed application
environment and control the IS with program.Is there any
way to solve the problem in program? Or can anybody give
me the actual configure? Thanks!
[vbcol=seagreen]
>-----Original Message-----
>What OS? I am assuming Win2K or 2K3...if it's NT4, then I
>am not sure. Haven't used that in about 30 years... ;)
>
>I would go into Computer Management (right click My
>Computer, select Manage). Once that opens, select from
>the file menu Action, and then Connect to Another
>Computer. Input the name or ip address of the other
>computer and hit enter. Once you are connected, expand
>Services and Applications and then select Indexing
>Service.
>
>doug
>
| |
| Hilary Cotter 2004-04-19, 10:35 am |
| its probably due to name resolution. IS uses named pipes to communicate with
which is not an ip protocol.
Try making an entry into your hosts file for a NetBIOS name to get this
working.
"abbott" <anonymous@discussions.microsoft.com> wrote in message
news:0c6c01c425dd$09eddc40$a401280a@phx.gbl...
> and according to your help , I entered my computers IP .
> but when I expanded Services and Applications and could
> not find the Index Service , But when I entered the
> name of that computer , I can , Why?
>
> What's more , I want to create a distributed application
> environment and control the IS with program.Is there any
> way to solve the problem in program? Or can anybody give
> me the actual configure? Thanks!
>
>
>
>
>
>
| |
| abbott 2004-04-19, 9:34 pm |
| My hosts file is :
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for
Windows.
#
# This file contains the mappings of IP addresses to host
names. Each
# entry should be kept on an individual line. The IP
address should
# be placed in the first column followed by the
corresponding host name.
# The IP address and the host name should be separated by
at least one
# space.
#
# Additionally, comments (such as these) may be inserted
on individual
# lines or following the machine name denoted by a '#'
symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source
server
# 38.25.63.10 x.acme.com # x client
host
127.0.0.1 localhost
------------------------------------------
then how to add the netbios name entry just as you said?
| |
| Hilary Cotter 2004-04-19, 11:34 pm |
| do an ipconfig
get your ip address, we'll call it 10.10.10.10
then type hostname, get the name, we'll call it abott.
then make this entry after 127.0.0.1
10.10.10.10 abott
"abbott" <anonymous@discussions.microsoft.com> wrote in message
news:148b01c42677$d0bf2cd0$a401280a@phx.gbl...
> My hosts file is :
>
> # Copyright (c) 1993-1999 Microsoft Corp.
> #
> # This is a sample HOSTS file used by Microsoft TCP/IP for
> Windows.
> #
> # This file contains the mappings of IP addresses to host
> names. Each
> # entry should be kept on an individual line. The IP
> address should
> # be placed in the first column followed by the
> corresponding host name.
> # The IP address and the host name should be separated by
> at least one
> # space.
> #
> # Additionally, comments (such as these) may be inserted
> on individual
> # lines or following the machine name denoted by a '#'
> symbol.
> #
> # For example:
> #
> # 102.54.94.97 rhino.acme.com # source
> server
> # 38.25.63.10 x.acme.com # x client
> host
>
> 127.0.0.1 localhost
>
>
> ------------------------------------------
> then how to add the netbios name entry just as you said?
>
| |
| abbott 2004-04-19, 11:34 pm |
| I have done this before you told me , but it doesn't work
either!
>-----Original Message-----
>do an ipconfig
>
>get your ip address, we'll call it 10.10.10.10
>
>then type hostname, get the name, we'll call it abott.
>
>then make this entry after 127.0.0.1
>10.10.10.10 abott
>"abbott" <anonymous@discussions.microsoft.com> wrote in
message
>news:148b01c42677$d0bf2cd0$a401280a@phx.gbl...
for[vbcol=seagreen]
host[vbcol=seagreen]
by[vbcol=seagreen]
client[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|