all groups > sql server msde > january 2006 >
You're in the sql server msde group:
SQL Server named instance problem with Windows Server 2003
sql server msde:
Hi, I have installed SQL Server 2000 on a Windows Server 2003 machine with an instance name of "TestDB". But I cannot connect to this instance from another machines. It doen't even show up in the Enterprise Manager's "Register SQL Server" window. But if I use the default instance, it works. Windows 2000 servers do not have this problem either. Thanks in advance, Soheil
Hi Pls take a look at sp_addlinkedserver stored procedure in the BOL. You are going to create a linked server to the instance [quoted text, click to view] "Soheil" <soheil@soheil.com> wrote in message news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... > Hi, > > I have installed SQL Server 2000 on a Windows Server 2003 machine with an > instance name of "TestDB". > But I cannot connect to this instance from another machines. It doen't > even show up in the Enterprise Manager's > "Register SQL Server" window. > > But if I use the default instance, it works. Windows 2000 servers do not > have this problem either. > > Thanks in advance, > Soheil >
I do not want to link servers, I just want to connect to this server from a windows application. Regards, Soheil [quoted text, click to view] "Uri Dimant" <urid@iscar.co.il> wrote in message news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... > Hi > Pls take a look at sp_addlinkedserver stored procedure in the BOL. You are > going to create a linked server to the instance > > > > > "Soheil" <soheil@soheil.com> wrote in message > news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >> Hi, >> >> I have installed SQL Server 2000 on a Windows Server 2003 machine with an >> instance name of "TestDB". >> But I cannot connect to this instance from another machines. It doen't >> even show up in the Enterprise Manager's >> "Register SQL Server" window. >> >> But if I use the default instance, it works. Windows 2000 servers do not >> have this problem either. >> >> Thanks in advance, >> Soheil >> > >
Ok, then just type the full name and register , despite it is not showing up in the window's list [quoted text, click to view] "Soheil" <soheil@soheil.com> wrote in message news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >I do not want to link servers, I just want to connect to this server from a >windows application. > > Regards, > Soheil > > "Uri Dimant" <urid@iscar.co.il> wrote in message > news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >> Hi >> Pls take a look at sp_addlinkedserver stored procedure in the BOL. You >> are going to create a linked server to the instance >> >> >> >> >> "Soheil" <soheil@soheil.com> wrote in message >> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>> Hi, >>> >>> I have installed SQL Server 2000 on a Windows Server 2003 machine with >>> an instance name of "TestDB". >>> But I cannot connect to this instance from another machines. It doen't >>> even show up in the Enterprise Manager's >>> "Register SQL Server" window. >>> >>> But if I use the default instance, it works. Windows 2000 servers do not >>> have this problem either. >>> >>> Thanks in advance, >>> Soheil >>> >> >> > >
Doesn't work. I get the "SQL Server doesn't exist or access denied". [quoted text, click to view] "Uri Dimant" <urid@iscar.co.il> wrote in message news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... > Ok, then just type the full name and register , despite it is not showing > up in the window's list > > > > > "Soheil" <soheil@soheil.com> wrote in message > news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>I do not want to link servers, I just want to connect to this server from >>a windows application. >> >> Regards, >> Soheil >> >> "Uri Dimant" <urid@iscar.co.il> wrote in message >> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>> Hi >>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. You >>> are going to create a linked server to the instance >>> >>> >>> >>> >>> "Soheil" <soheil@soheil.com> wrote in message >>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>> Hi, >>>> >>>> I have installed SQL Server 2000 on a Windows Server 2003 machine with >>>> an instance name of "TestDB". >>>> But I cannot connect to this instance from another machines. It doen't >>>> even show up in the Enterprise Manager's >>>> "Register SQL Server" window. >>>> >>>> But if I use the default instance, it works. Windows 2000 servers do >>>> not have this problem either. >>>> >>>> Thanks in advance, >>>> Soheil >>>> >>> >>> >> >> > >
How do you connect to the instance ? With Windows Authentication or Mixed one? Did you get the same error when you connect via Windows Authentication? [quoted text, click to view] "Soheil" <soheil@soheil.com> wrote in message news:uQEJLWOIGHA.1676@TK2MSFTNGP09.phx.gbl... > Doesn't work. I get the "SQL Server doesn't exist or access denied". > > "Uri Dimant" <urid@iscar.co.il> wrote in message > news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... >> Ok, then just type the full name and register , despite it is not showing >> up in the window's list >> >> >> >> >> "Soheil" <soheil@soheil.com> wrote in message >> news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>>I do not want to link servers, I just want to connect to this server from >>>a windows application. >>> >>> Regards, >>> Soheil >>> >>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>>> Hi >>>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. You >>>> are going to create a linked server to the instance >>>> >>>> >>>> >>>> >>>> "Soheil" <soheil@soheil.com> wrote in message >>>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>>> Hi, >>>>> >>>>> I have installed SQL Server 2000 on a Windows Server 2003 machine with >>>>> an instance name of "TestDB". >>>>> But I cannot connect to this instance from another machines. It doen't >>>>> even show up in the Enterprise Manager's >>>>> "Register SQL Server" window. >>>>> >>>>> But if I use the default instance, it works. Windows 2000 servers do >>>>> not have this problem either. >>>>> >>>>> Thanks in advance, >>>>> Soheil >>>>> >>>> >>>> >>> >>> >> >> > >
I use Mixed mode. Using Windows Authentication alone doesnt work neither. [quoted text, click to view] "Uri Dimant" <urid@iscar.co.il> wrote in message news:uDxIjZOIGHA.1188@TK2MSFTNGP14.phx.gbl... > How do you connect to the instance ? With Windows Authentication or Mixed > one? > > Did you get the same error when you connect via Windows Authentication? > > > "Soheil" <soheil@soheil.com> wrote in message > news:uQEJLWOIGHA.1676@TK2MSFTNGP09.phx.gbl... >> Doesn't work. I get the "SQL Server doesn't exist or access denied". >> >> "Uri Dimant" <urid@iscar.co.il> wrote in message >> news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... >>> Ok, then just type the full name and register , despite it is not >>> showing up in the window's list >>> >>> >>> >>> >>> "Soheil" <soheil@soheil.com> wrote in message >>> news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>>>I do not want to link servers, I just want to connect to this server >>>>from a windows application. >>>> >>>> Regards, >>>> Soheil >>>> >>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>>>> Hi >>>>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. You >>>>> are going to create a linked server to the instance >>>>> >>>>> >>>>> >>>>> >>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>>>> Hi, >>>>>> >>>>>> I have installed SQL Server 2000 on a Windows Server 2003 machine >>>>>> with an instance name of "TestDB". >>>>>> But I cannot connect to this instance from another machines. It >>>>>> doen't even show up in the Enterprise Manager's >>>>>> "Register SQL Server" window. >>>>>> >>>>>> But if I use the default instance, it works. Windows 2000 servers do >>>>>> not have this problem either. >>>>>> >>>>>> Thanks in advance, >>>>>> Soheil >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
Did you start the instance? sqlservr.exe -c -s {instancename} [quoted text, click to view] "Soheil" <soheil@soheil.com> wrote in message news:eh4ZPdOIGHA.528@TK2MSFTNGP12.phx.gbl... >I use Mixed mode. > Using Windows Authentication alone doesnt work neither. > > "Uri Dimant" <urid@iscar.co.il> wrote in message > news:uDxIjZOIGHA.1188@TK2MSFTNGP14.phx.gbl... >> How do you connect to the instance ? With Windows Authentication or Mixed >> one? >> >> Did you get the same error when you connect via Windows Authentication? >> >> >> "Soheil" <soheil@soheil.com> wrote in message >> news:uQEJLWOIGHA.1676@TK2MSFTNGP09.phx.gbl... >>> Doesn't work. I get the "SQL Server doesn't exist or access denied". >>> >>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>> news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... >>>> Ok, then just type the full name and register , despite it is not >>>> showing up in the window's list >>>> >>>> >>>> >>>> >>>> "Soheil" <soheil@soheil.com> wrote in message >>>> news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>>>>I do not want to link servers, I just want to connect to this server >>>>>from a windows application. >>>>> >>>>> Regards, >>>>> Soheil >>>>> >>>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>>> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>>>>> Hi >>>>>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. >>>>>> You >>>>>> are going to create a linked server to the instance >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>>>>> Hi, >>>>>>> >>>>>>> I have installed SQL Server 2000 on a Windows Server 2003 machine >>>>>>> with an instance name of "TestDB". >>>>>>> But I cannot connect to this instance from another machines. It >>>>>>> doen't even show up in the Enterprise Manager's >>>>>>> "Register SQL Server" window. >>>>>>> >>>>>>> But if I use the default instance, it works. Windows 2000 servers do >>>>>>> not have this problem either. >>>>>>> >>>>>>> Thanks in advance, >>>>>>> Soheil >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > >
begin 666 note.gif M1TE&.#EA# `+`(#_`(2&`,# P"'Y! $```$`+ `````,``L`0 (:C(\(H'S[ 68%R0&ED;M7,'[%S2YW#1)VJ;4P``.P`` ` end
Yes, its started. [quoted text, click to view] "Uri Dimant" <urid@iscar.co.il> wrote in message news:%23evRGiOIGHA.3984@TK2MSFTNGP14.phx.gbl... > Did you start the instance? > sqlservr.exe -c -s {instancename} > > > > > > "Soheil" <soheil@soheil.com> wrote in message > news:eh4ZPdOIGHA.528@TK2MSFTNGP12.phx.gbl... >>I use Mixed mode. >> Using Windows Authentication alone doesnt work neither. >> >> "Uri Dimant" <urid@iscar.co.il> wrote in message >> news:uDxIjZOIGHA.1188@TK2MSFTNGP14.phx.gbl... >>> How do you connect to the instance ? With Windows Authentication or >>> Mixed >>> one? >>> >>> Did you get the same error when you connect via Windows Authentication? >>> >>> >>> "Soheil" <soheil@soheil.com> wrote in message >>> news:uQEJLWOIGHA.1676@TK2MSFTNGP09.phx.gbl... >>>> Doesn't work. I get the "SQL Server doesn't exist or access denied". >>>> >>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>> news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... >>>>> Ok, then just type the full name and register , despite it is not >>>>> showing up in the window's list >>>>> >>>>> >>>>> >>>>> >>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>> news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>>>>>I do not want to link servers, I just want to connect to this server >>>>>>from a windows application. >>>>>> >>>>>> Regards, >>>>>> Soheil >>>>>> >>>>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>>>> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>>>>>> Hi >>>>>>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. >>>>>>> You >>>>>>> are going to create a linked server to the instance >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>>>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>>>>>> Hi, >>>>>>>> >>>>>>>> I have installed SQL Server 2000 on a Windows Server 2003 machine >>>>>>>> with an instance name of "TestDB". >>>>>>>> But I cannot connect to this instance from another machines. It >>>>>>>> doen't even show up in the Enterprise Manager's >>>>>>>> "Register SQL Server" window. >>>>>>>> >>>>>>>> But if I use the default instance, it works. Windows 2000 servers >>>>>>>> do >>>>>>>> not have this problem either. >>>>>>>> >>>>>>>> Thanks in advance, >>>>>>>> Soheil >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > >
Hi Do you really install the instance as it described in "How to install a named instance of SQL Server 2000 (Setup)"? If you do , I have no idea what is going on , sorry. I did just some testing on my machine and it worked fine. [quoted text, click to view] "Soheil" <soheil@soheil.com> wrote in message news:%23gHISrOIGHA.2912@tk2msftngp13.phx.gbl... > Yes, its started. > > "Uri Dimant" <urid@iscar.co.il> wrote in message > news:%23evRGiOIGHA.3984@TK2MSFTNGP14.phx.gbl... >> Did you start the instance? >> sqlservr.exe -c -s {instancename} >> >> >> >> >> >> "Soheil" <soheil@soheil.com> wrote in message >> news:eh4ZPdOIGHA.528@TK2MSFTNGP12.phx.gbl... >>>I use Mixed mode. >>> Using Windows Authentication alone doesnt work neither. >>> >>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>> news:uDxIjZOIGHA.1188@TK2MSFTNGP14.phx.gbl... >>>> How do you connect to the instance ? With Windows Authentication or >>>> Mixed >>>> one? >>>> >>>> Did you get the same error when you connect via Windows Authentication? >>>> >>>> >>>> "Soheil" <soheil@soheil.com> wrote in message >>>> news:uQEJLWOIGHA.1676@TK2MSFTNGP09.phx.gbl... >>>>> Doesn't work. I get the "SQL Server doesn't exist or access denied". >>>>> >>>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>>> news:e$gYYUOIGHA.2064@TK2MSFTNGP09.phx.gbl... >>>>>> Ok, then just type the full name and register , despite it is not >>>>>> showing up in the window's list >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>>> news:uNFcsPOIGHA.2704@TK2MSFTNGP15.phx.gbl... >>>>>>>I do not want to link servers, I just want to connect to this server >>>>>>>from a windows application. >>>>>>> >>>>>>> Regards, >>>>>>> Soheil >>>>>>> >>>>>>> "Uri Dimant" <urid@iscar.co.il> wrote in message >>>>>>> news:OI7wdMOIGHA.648@TK2MSFTNGP14.phx.gbl... >>>>>>>> Hi >>>>>>>> Pls take a look at sp_addlinkedserver stored procedure in the BOL. >>>>>>>> You >>>>>>>> are going to create a linked server to the instance >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> "Soheil" <soheil@soheil.com> wrote in message >>>>>>>> news:%23nxfuIOIGHA.1032@TK2MSFTNGP11.phx.gbl... >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> I have installed SQL Server 2000 on a Windows Server 2003 machine >>>>>>>>> with an instance name of "TestDB". >>>>>>>>> But I cannot connect to this instance from another machines. It >>>>>>>>> doen't even show up in the Enterprise Manager's >>>>>>>>> "Register SQL Server" window. >>>>>>>>> >>>>>>>>> But if I use the default instance, it works. Windows 2000 servers >>>>>>>>> do >>>>>>>>> not have this problem either. >>>>>>>>> >>>>>>>>> Thanks in advance, >>>>>>>>> Soheil >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> >> > >
hi, [quoted text, click to view] Soheil wrote: > Hi, > > I have installed SQL Server 2000 on a Windows Server 2003 machine > with an instance name of "TestDB". > But I cannot connect to this instance from another machines. It > doen't even show up in the Enterprise Manager's > "Register SQL Server" window. > > But if I use the default instance, it works. Windows 2000 servers do > not have this problem either.
can you please chek, using the Server Network Utility (svrnetcn.exe), the desired network protocols are enabled? -- Andrea Montanari (Microsoft MVP - SQL Server) http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.16.0 - DbaMgr ver 0.61.0 (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual interface) --------- remove DMO to reply
apoligise.. -- Andrea Montanari (Microsoft MVP - SQL Server) http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.16.0 - DbaMgr ver 0.61.0 (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual interface) --------- remove DMO to reply [quoted text, click to view] Steve Clark [MSFT] wrote: > Please don't cross-post like this. I see about 9 groups that are on > the list that have *nothing* to do with SQL or this problem. (such > as IPsec) > "Andrea Montanari" <andrea.sqlDMO@virgilio.it> wrote in message > news:43mue0F1ohuacU1@individual.net... >> hi, >> Soheil wrote: >>> Hi, >>> >>> I have installed SQL Server 2000 on a Windows Server 2003 machine >>> with an instance name of "TestDB". >>> But I cannot connect to this instance from another machines. It >>> doen't even show up in the Enterprise Manager's >>> "Register SQL Server" window. >>> >>> But if I use the default instance, it works. Windows 2000 servers do >>> not have this problem either. >> >> can you please chek, using the Server Network Utility >> (svrnetcn.exe), the desired network protocols are enabled? >> -- >> Andrea Montanari (Microsoft MVP - SQL Server) >> http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org >> DbaMgr2k ver 0.16.0 - DbaMgr ver 0.61.0 >> (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a >> visual interface) >> --------- remove DMO to reply
Please don't cross-post like this. I see about 9 groups that are on the list that have *nothing* to do with SQL or this problem. (such as IPsec) [quoted text, click to view] "Andrea Montanari" <andrea.sqlDMO@virgilio.it> wrote in message news:43mue0F1ohuacU1@individual.net... > hi, > Soheil wrote: >> Hi, >> >> I have installed SQL Server 2000 on a Windows Server 2003 machine >> with an instance name of "TestDB". >> But I cannot connect to this instance from another machines. It >> doen't even show up in the Enterprise Manager's >> "Register SQL Server" window. >> >> But if I use the default instance, it works. Windows 2000 servers do >> not have this problem either. > > can you please chek, using the Server Network Utility (svrnetcn.exe), the > desired network protocols are enabled? > -- > Andrea Montanari (Microsoft MVP - SQL Server) > http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org > DbaMgr2k ver 0.16.0 - DbaMgr ver 0.61.0 > (my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual > interface) > --------- remove DMO to reply >
Don't see what you're looking for? Try a search.
|
|
|