It almost sounds like you are using the wrong server name on the second
server. Can you verify it is correct?
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] "Dino Buljubasic" <dino@noplacelikehome.com> wrote in message
news:qqj9h1lpbrghr7olcva1i6up315aebbd7m@4ax.com...
> Hi,
>
> My app (VB.NET, .NET Framework 1.1) intalls database tables for a
> database. Then it is supposed to create full-text catalogs. It works
> well on my machine but not on another machine.
>
> here is error message I get:
> An unhandled exception of type
> 'System.Runtime.InteropServices.COMException' occured in
> microsoft.visualbasic.dll
> Additional informatioN: [Microsoft][ODBC SQL Server Driver][SQL
> Server]The sepcified @server_name (IPAddress) does not exist.
>
> I use within my code :
> dim oSQLServer = CreateObject("SQLDMO.SQLServer")
> oSQLServer.Connect(strServer, strUserID, strPassword)
>
> to create sqlserver object and connect to it in order to proceed with
> creating my full-text catalogs.
>
> As mentioned previously, this application works perfectly on my
> machine, but not on another.
>
> Any help will be appreciated
> _dino_