Showing posts with label manager. Show all posts
Showing posts with label manager. Show all posts

Friday, March 23, 2012

Remotely Register SQL Server 2005 Express in Enterprise Manager

I have SQL Server 2005 Express installed on a windows server 2003 standard edition. I have configured the windows firewall to allow exceptions for sqlservr.exe and sqlbrowser.exe. I have enabled remote and local connections using tcp/ip & Named Pipes through the Sql Server Surface Area Connection utility. I am able to telnet into the server with: telnet <server ip> <1433>.

Here is the strange part: I am able to connect to the Sql Server remotely from a development machine via Sql Server Management Studio Express, but I am unable to connect to the Sql Server from the same development machine by registering it in Sql Server Enterprise Manager...Is it possible to register SQL Express through Enterprise Manager?

When registering the SQL Express DB in Enterprise Manager I tried both just the (IP Address) of the server and the (IP Address\SQLExpress) as the server/host but I am getting the following errors from enterprise manager:

Just the (IP Address) as the server/host:

Invalid Connection.

ConnectionOpen( Invalid Instance())

(IP Address\SQLEXPRESS) as the server/host:

Sql Server does not exist or access denied. ConnectOpen(Connect()).

Any idea why I can’t register/mount the instance remotely in Enterprise Manager

but I can in Sql Server Management Studio Express?

Thanks,

Greg

You can not use the Enterprise management tools with sql 2005, it is only for sql 2000 and below. The connection layer and management objects are different, but the SQL 2005 Management tools can read the lower version systems. Doing this you will notice that some functions can not be completed on the lower versions due to the differences in connections. For example you can not create a new maintenance plan in the sql 2005 tools to work on sql 2000, but you can edit it after it has been created using the old sql enterprise manager.

Remotely Register SQL Server 2005 Express in Enterprise Manager

I have SQL Server 2005 Express installed on a windows server 2003 standard edition. I have configured the windows firewall to allow exceptions for sqlservr.exe and sqlbrowser.exe. I have enabled remote and local connections using tcp/ip & Named Pipes through the Sql Server Surface Area Connection utility. I am able to telnet into the server with: telnet <server ip> <1433>.

Here is the strange part: I am able to connect to the Sql Server remotely from a development machine via Sql Server Management Studio Express, but I am unable to connect to the Sql Server from the same development machine by registering it in Sql Server Enterprise Manager...Is it possible to register SQL Express through Enterprise Manager?

When registering the SQL Express DB in Enterprise Manager I tried both just the (IP Address) of the server and the (IP Address\SQLExpress) as the server/host but I am getting the following errors from enterprise manager:

Just the (IP Address) as the server/host:

Invalid Connection.

ConnectionOpen( Invalid Instance())

(IP Address\SQLEXPRESS) as the server/host:

Sql Server does not exist or access denied. ConnectOpen(Connect()).

Any idea why I can’t register/mount the instance remotely in Enterprise Manager

but I can in Sql Server Management Studio Express?

Thanks,

Greg

You will not be able to register a sql2k5 on EM. EM uses sql2k dmo which can't be used to manage sql2k5.

You will have to use sql2k5 mgmt tool to manage sqlexpress/sql2k5 instances.|||

Hi OJ,

Thanks for the reply, I was afraid this was going to be the case. Well so here is the follow up to my question.

I am using Sql Server Management Studio Express (SSMSE)...so will I be able to connect/register a sql2k server to SSMSE?

Basically I want to export the data from my sql2K DB into my sql2k5 express DB so will I be able to do that with SSMSE or will I need the full version of Sql Server Management Studio?

Thanks,

Greg

|||I haven't explicitly looked at ssmse. However, I believe it uses smo. Thus, it's capable to connecting to sql2k and manage it.sql

Remotely connecting sql Server

Hi,
I'm Connecting to server on the internet. When I connect with the SQL Query analyzer it works fine.
but when I open the Enterprise Manager & Click on the database then It loads all the databases from the server. & it takes a lot of time. What I want that to load only specific databases or any other method by which I can improve its performance.
I hope you get that.
thanks in advance,
Das
I don't think you can change that behavior, but you can certainly increase
the timeout value for Enterprise Manager. For more informaiton, see:
http://vyaskn.tripod.com/sql_server_tools_faq.htm#q7
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
Is .NET important for a database professional?
http://vyaskn.tripod.com/poll.htm
"Das" <anonymous@.discussions.microsoft.com> wrote in message
news:A50CF25F-A767-4BA9-BE5E-5E046346F362@.microsoft.com...
Hi,
I'm Connecting to server on the internet. When I connect with the SQL Query
analyzer it works fine.
but when I open the Enterprise Manager & Click on the database then It
loads all the databases from the server. & it takes a lot of time. What I
want that to load only specific databases or any other method by which I can
improve its performance.
I hope you get that.
thanks in advance,
Das

Remotely Connect to Sql Server

Hi
i am trying to registering the remote sql server (MMC Sql EnterPrise
Manager) which is outside our Network . i.e the machine is located at ISP.
it is giving me error SQL server does not exist or access denied.
i am specifying the IP address of remote machine to whom i want to access
remotely,
(SQL Server Properties ) under connection tab - (configuration done to
remote sql server)
i had selected the option of allowing other sql server to connect remotely
to this sql server using RPC
even i am not able register remote sql server in my local sql server.
Can anyone help me out what exactly we have to do for remote access of sql
server.
Thanks
MiteshCan you ping the SQL server?
Can you telnet to port 1433 from your side ?
Is there a firewall in between ?
Make sure you can connect on port 1433 otherwise it will not work , you
would then need to check whats blocking that port somewhere!
HTH
Dylan
"Mitesh Patel" <mitesh@.viraat.com> wrote in message
news:OJExAfU0EHA.1408@.TK2MSFTNGP10.phx.gbl...
> Hi
> i am trying to registering the remote sql server (MMC Sql EnterPrise
> Manager) which is outside our Network . i.e the machine is located at ISP.
> it is giving me error SQL server does not exist or access denied.
> i am specifying the IP address of remote machine to whom i want to access
> remotely,
> (SQL Server Properties ) under connection tab - (configuration done to
> remote sql server)
> i had selected the option of allowing other sql server to connect remotely
> to this sql server using RPC
> even i am not able register remote sql server in my local sql server.
> Can anyone help me out what exactly we have to do for remote access of sql
> server.
> Thanks
> Mitesh
>
>|||when i ping to ip address it is showing destination host unreachable (this
is due to internet provider had stopped ping )
yes i am able to do telnet to port 1433 after passing the telnet command at
port 1433. the telnet window shows connecting... and then telnet screen
becomes blank (might it been connected and waiting for commands )
remote server is located in data center then firewall will be there
............
Thanks
Mitesh
"Dylan Kruger" <carmellobear1@.hotmail.com> wrote in message
news:uaq5Y8U0EHA.1396@.tk2msftngp13.phx.gbl...
> Can you ping the SQL server?
> Can you telnet to port 1433 from your side ?
> Is there a firewall in between ?
> Make sure you can connect on port 1433 otherwise it will not work , you
> would then need to check whats blocking that port somewhere!
> HTH
> Dylan
>
> "Mitesh Patel" <mitesh@.viraat.com> wrote in message
> news:OJExAfU0EHA.1408@.TK2MSFTNGP10.phx.gbl...
> > Hi
> >
> > i am trying to registering the remote sql server (MMC Sql EnterPrise
> > Manager) which is outside our Network . i.e the machine is located at
ISP.
> > it is giving me error SQL server does not exist or access denied.
> >
> > i am specifying the IP address of remote machine to whom i want to
access
> > remotely,
> >
> > (SQL Server Properties ) under connection tab - (configuration done to
> > remote sql server)
> > i had selected the option of allowing other sql server to connect
remotely
> > to this sql server using RPC
> >
> > even i am not able register remote sql server in my local sql server.
> >
> > Can anyone help me out what exactly we have to do for remote access of
sql
> > server.
> >
> > Thanks
> > Mitesh
> >
> >
> >
>|||You should also make sure that it's the public IP you try to access or you
have the proper NAT settings in the Firewall in both ends. It could also be
the settings for your VPN connection (if that's what your using ) that needs
to be checked.
Regards
Steen
Dylan Kruger wrote:
> Can you ping the SQL server?
> Can you telnet to port 1433 from your side ?
> Is there a firewall in between ?
> Make sure you can connect on port 1433 otherwise it will not work ,
> you would then need to check whats blocking that port somewhere!
> HTH
> Dylan
>
> "Mitesh Patel" <mitesh@.viraat.com> wrote in message
> news:OJExAfU0EHA.1408@.TK2MSFTNGP10.phx.gbl...
>> Hi
>> i am trying to registering the remote sql server (MMC Sql EnterPrise
>> Manager) which is outside our Network . i.e the machine is located
>> at ISP. it is giving me error SQL server does not exist or access
>> denied.
>> i am specifying the IP address of remote machine to whom i want to
>> access remotely,
>> (SQL Server Properties ) under connection tab - (configuration
>> done to remote sql server)
>> i had selected the option of allowing other sql server to connect
>> remotely to this sql server using RPC
>> even i am not able register remote sql server in my local sql
>> server.
>> Can anyone help me out what exactly we have to do for remote access
>> of sql server.
>> Thanks
>> Mitesh

Tuesday, March 20, 2012

Remote Server using Enterprise Manager

Hi,
please help
I am new with MS SQL Server.
I do not have any problem with my local server but has problem with remote
server.
I am trying to connect my SQL database in my internet site.
I want to design my database using "SQL Server Enterprise Manager" but I
have received this error.
A connection could not establish to SQLWeb
Reason : SQL Server does not exist or access denied
ConnectionOpen(Connect())..
Please verify SQL Server is running and check your SQL Server registration
properties(By right-clicking on SQLWEb node)
My web hosting suggested me to create connection using "SQL Server Client
Network Utility"
So I Add Server Alias SQLWeb using TCPIP using port Number 1433.
Then I add "SQL Server Registration" using SQL Server Enterprise Manager and
had the above message.
I have Check all My "Server name/Connection Parameter" .
What Could be wrong ?
Hermawih
Hi Hermawih,
Welcome to use MSDN Managed Newsgroup Support.
From your description, my understanding of this issue is: When you want to
register a remote SQL Server Instance, you got the "SQL Server does not
exist or access denied" error. If I misunderstood your concern, please feel
free to point it out.
"SQL Server exist or access denied" error may be caused by many reason. To
narrow down the issue, you may do the following steps:
1. Verify your DNS settings.
Use the ping <Server Name> command in the command prompt.
If you can ping the Server, please make sure that you can use the
Telnet program to connect to the port where SQL Server is listening. You
can use the Telnet <IP Address> <Port Number> command in the command prompt.
Verify your remote SQL Server Service is running.
2. Verify the enabled protocols and aliases.
Check the Client Network Utility in the Start Menu and enable all the
protocols that you want to use.
3. Connectivity problems may also occur because of problems with MDAC.
You can also test connectivity to the instance of SQL Server by using a
.udl file.
The following article will help you to do this:
244659 SAMPLE: How to create a data link file with Windows 2000
(http://support.microsoft.com/kb/244659/)
4. You may test the connectivity by using one or more following method
to check it:
a) Test the connectivity to the instance of SQL Server by using both
SQL Server Authentication and Windows authentication.
b) Test the connectivity to the instance of SQL Server from other data
sources, such as an ODBC DSN, a .udl file, SQL Query Analyzer, SQL Server
Enterprise Manager, the isql utility, or the osql utility.
c) Test the connectivity by using a different login account to help you
determine if the problem is associated with a particular login account.
d) Try to connect to the instance of SQL Server by using the IP address
instead of the server name.
e) Try to specify the specific port that the instance of SQL Server is
listening on, either by creating an alias or by adding a port number to the
connection string (MyServer\MyInstance, 1433, for example).
The following Knowledge base article will give you the detail information:
How to troubleshoot connectivity issues in SQL Server 2000
http://support.microsoft.com/?id=827422
Hope this will be helpful!
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
================================================== ====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Thanks Wei Lu.
Yes that is the problem "SQL Server does not
exist or access denied"
I did try using DSN , Query Analyzer, SQL Server Manager and all of them
failed for remote SQL Server Instance. For local, I have no problem.
You gave me a lot of information. Since I am new to SQL Server, Let me play
around using SQL Server 2000 for a day or two or probably more. Hopefully
the information you gave will work. I did copy your answer to my notepad and
that will keep me busy for quite sometime.
Thank you again
Hermawih
"Wei Lu" wrote:

> Hi Hermawih,
> Welcome to use MSDN Managed Newsgroup Support.
> From your description, my understanding of this issue is: When you want to
> register a remote SQL Server Instance, you got the "SQL Server does not
> exist or access denied" error. If I misunderstood your concern, please feel
> free to point it out.
> "SQL Server exist or access denied" error may be caused by many reason. To
> narrow down the issue, you may do the following steps:
> 1. Verify your DNS settings.
> Use the ping <Server Name> command in the command prompt.
> If you can ping the Server, please make sure that you can use the
> Telnet program to connect to the port where SQL Server is listening. You
> can use the Telnet <IP Address> <Port Number> command in the command prompt.
> Verify your remote SQL Server Service is running.
> 2. Verify the enabled protocols and aliases.
> Check the Client Network Utility in the Start Menu and enable all the
> protocols that you want to use.
> 3. Connectivity problems may also occur because of problems with MDAC.
> You can also test connectivity to the instance of SQL Server by using a
> .udl file.
> The following article will help you to do this:
> 244659 SAMPLE: How to create a data link file with Windows 2000
> (http://support.microsoft.com/kb/244659/)
> 4. You may test the connectivity by using one or more following method
> to check it:
>
> a) Test the connectivity to the instance of SQL Server by using both
> SQL Server Authentication and Windows authentication.
> b) Test the connectivity to the instance of SQL Server from other data
> sources, such as an ODBC DSN, a .udl file, SQL Query Analyzer, SQL Server
> Enterprise Manager, the isql utility, or the osql utility.
> c) Test the connectivity by using a different login account to help you
> determine if the problem is associated with a particular login account.
> d) Try to connect to the instance of SQL Server by using the IP address
> instead of the server name.
> e) Try to specify the specific port that the instance of SQL Server is
> listening on, either by creating an alias or by adding a port number to the
> connection string (MyServer\MyInstance, 1433, for example).
>
> The following Knowledge base article will give you the detail information:
> How to troubleshoot connectivity issues in SQL Server 2000
> http://support.microsoft.com/?id=827422
>
> Hope this will be helpful!
>
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> ================================================== ====
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
|||Hi Hermawih,
Thanks for your update.
I think you need to check the DSN and try to ping the Server first. If this
does not work, it means that the server name is not correct or the SQL
Server Service is not start on the remote Server.
Hope this will be helpful.
I look forward for your reply.
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
================================================== ====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Thanks Wei Lu.
I did try ping my SQL server , I received ,
pinging xx.xxx.xx.xx with 32 bytres of data:
Request Timed out.
Request Timed out.
Request Timed out.
Reply from xx.x.x.xxx:Destination net unreachable.
Ping Statistics for xx.xxx.xx.xx:
Packets: Sent=4, Received=1, Lost=3 (75% loss),
Approximate round trip times in milli-seconds:
Minimum=0ms, Maximum=0ms, Average = 0ms
Is that good or bad ?
What is that means ?
What I could not understand is that I could create tables, Fields and
inserting some values by coding .
I chatted with someone in web hosting company and said that he could connect
to my server. I followed all his suggestion including turning off my
firewall but so far It did not work.
I am using Window XP Profesional with sp2 , SQL Server 2000 Developer
edition . Before that I installed SQL server 2005 express edition but then I
changed to SQL server 2000 Developer edition.
What is the problem ..?.
Hermawih
http://www.bocsoft.net
Hermawih
"Wei Lu" wrote:

> Hi Hermawih,
> Thanks for your update.
> I think you need to check the DSN and try to ping the Server first. If this
> does not work, it means that the server name is not correct or the SQL
> Server Service is not start on the remote Server.
> Hope this will be helpful.
> I look forward for your reply.
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> ================================================== ====
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
|||Hi Hermawih,
Thank you for the update.
The result of Ping command shows that the network does not work fine.
To resolve it, please contact your local network administrator.
Also, you may use the ipconfig /all command to check your IP configuration.
The following Knowledge base article will help you to do the troubleshoot
step:
How to Troubleshoot Basic TCP/IP Problems
http://support.microsoft.com/default...b;EN-US;169790
Hope this will be helpful.
Wei Lu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Hi Wei Lu,
Thank you .
Okkay I will try to research your links.
I will get back to you for the result.
My last choice probably will forget about using the tool and starts coding
to create tables, fields etc.
Hermawih
http://www.bocsoft.net
"Wei Lu" wrote:

> Hi Hermawih,
> Thank you for the update.
> The result of Ping command shows that the network does not work fine.
> To resolve it, please contact your local network administrator.
> Also, you may use the ipconfig /all command to check your IP configuration.
> The following Knowledge base article will help you to do the troubleshoot
> step:
> How to Troubleshoot Basic TCP/IP Problems
> http://support.microsoft.com/default...b;EN-US;169790
> Hope this will be helpful.
> Wei Lu
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
|||Hi hermawih,
Thanks for the update.
I'd like to know what do you mean that you can create table by coding? Do
you use the Query Analyzer?
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.
|||Sorry, I should clarify this :
I tried using TCP/IP connection with my local network server. It worked.
I tried using TCP/IP to create an instance of SQL server from another SQL
server in my local network. It worked .
Hermawih
http://www.bocsoft.net
"Wei Lu" wrote:

> Hi hermawih,
> Thanks for the update.
> I'd like to know what do you mean that you can create table by coding? Do
> you use the Query Analyzer?
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ================================================== ===
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ================================================== ===
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
|||Hi Hermawih,
Thanks for the update.
Since you need to use the EM to create table, fields etc, I suggest you to
use the SQL Web Data Administrator to do that.
The SQL Server Web Data Administrator enables you to easily manage your SQL
Server data, wherever you are. You can deploy it on the web host and use
it to manage your database.
You can download this tool from the following url:
http://www.microsoft.com/downloads/d...798-c57a-419e-
acbc-2a332cb7f959&displaylang=en
Hope this will be helpfu.
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
================================================== ===
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
================================================== ===
This posting is provided "AS IS" with no warranties, and confers no rights.

Remote Server using Enterprise Manager

Hi,
please help
I am new with MS SQL Server.
I do not have any problem with my local server but has problem with remote
server.
I am trying to connect my SQL database in my internet site.
I want to design my database using "SQL Server Enterprise Manager" but I
have received this error.
A connection could not establish to SQLWeb
Reason : SQL Server does not exist or access denied
ConnectionOpen(Connect())..
Please verify SQL Server is running and check your SQL Server registration
properties(By right-clicking on SQLWEb node)
My web hosting suggested me to create connection using "SQL Server Client
Network Utility"
So I Add Server Alias SQLWeb using TCPIP using port Number 1433.
Then I add "SQL Server Registration" using SQL Server Enterprise Manager and
had the above message.
I have Check all My "Server name/Connection Parameter" .
What Could be wrong '
HermawihHi Hermawih,
Welcome to use MSDN Managed Newsgroup Support.
From your description, my understanding of this issue is: When you want to
register a remote SQL Server Instance, you got the "SQL Server does not
exist or access denied" error. If I misunderstood your concern, please feel
free to point it out.
"SQL Server exist or access denied" error may be caused by many reason. To
narrow down the issue, you may do the following steps:
1. Verify your DNS settings.
Use the ping <Server Name> command in the command prompt.
If you can ping the Server, please make sure that you can use the
Telnet program to connect to the port where SQL Server is listening. You
can use the Telnet <IP Address> <Port Number> command in the command prompt.
Verify your remote SQL Server Service is running.
2. Verify the enabled protocols and aliases.
Check the Client Network Utility in the Start Menu and enable all the
protocols that you want to use.
3. Connectivity problems may also occur because of problems with MDAC.
You can also test connectivity to the instance of SQL Server by using a
.udl file.
The following article will help you to do this:
244659 SAMPLE: How to create a data link file with Windows 2000
(http://support.microsoft.com/kb/244659/)
4. You may test the connectivity by using one or more following method
to check it:
a) Test the connectivity to the instance of SQL Server by using both
SQL Server Authentication and Windows authentication.
b) Test the connectivity to the instance of SQL Server from other data
sources, such as an ODBC DSN, a .udl file, SQL Query Analyzer, SQL Server
Enterprise Manager, the isql utility, or the osql utility.
c) Test the connectivity by using a different login account to help you
determine if the problem is associated with a particular login account.
d) Try to connect to the instance of SQL Server by using the IP address
instead of the server name.
e) Try to specify the specific port that the instance of SQL Server is
listening on, either by creating an alias or by adding a port number to the
connection string (MyServer\MyInstance, 1433, for example).
The following Knowledge base article will give you the detail information:
How to troubleshoot connectivity issues in SQL Server 2000
http://support.microsoft.com/?id=827422
Hope this will be helpful!
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
========================================
==============
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Thanks Wei Lu.
Yes that is the problem "SQL Server does not
exist or access denied"
I did try using DSN , Query Analyzer, SQL Server Manager and all of them
failed for remote SQL Server Instance. For local, I have no problem.
You gave me a lot of information. Since I am new to SQL Server, Let me play
around using SQL Server 2000 for a day or two or probably more. Hopefully
the information you gave will work. I did copy your answer to my notepad and
that will keep me busy for quite sometime.
Thank you again
Hermawih
"Wei Lu" wrote:

> Hi Hermawih,
> Welcome to use MSDN Managed Newsgroup Support.
> From your description, my understanding of this issue is: When you want to
> register a remote SQL Server Instance, you got the "SQL Server does not
> exist or access denied" error. If I misunderstood your concern, please fee
l
> free to point it out.
> "SQL Server exist or access denied" error may be caused by many reason. To
> narrow down the issue, you may do the following steps:
> 1. Verify your DNS settings.
> Use the ping <Server Name> command in the command prompt.
> If you can ping the Server, please make sure that you can use the
> Telnet program to connect to the port where SQL Server is listening. You
> can use the Telnet <IP Address> <Port Number> command in the command promp
t.
> Verify your remote SQL Server Service is running.
> 2. Verify the enabled protocols and aliases.
> Check the Client Network Utility in the Start Menu and enable all the
> protocols that you want to use.
> 3. Connectivity problems may also occur because of problems with MDAC
.
> You can also test connectivity to the instance of SQL Server by using a
> .udl file.
> The following article will help you to do this:
> 244659 SAMPLE: How to create a data link file with Windows 2000
> (http://support.microsoft.com/kb/244659/)
> 4. You may test the connectivity by using one or more following metho
d
> to check it:
>
> a) Test the connectivity to the instance of SQL Server by using both
> SQL Server Authentication and Windows authentication.
> b) Test the connectivity to the instance of SQL Server from other data
> sources, such as an ODBC DSN, a .udl file, SQL Query Analyzer, SQL Server
> Enterprise Manager, the isql utility, or the osql utility.
> c) Test the connectivity by using a different login account to help yo
u
> determine if the problem is associated with a particular login account.
> d) Try to connect to the instance of SQL Server by using the IP addres
s
> instead of the server name.
> e) Try to specify the specific port that the instance of SQL Server is
> listening on, either by creating an alias or by adding a port number to th
e
> connection string (MyServer\MyInstance, 1433, for example).
>
> The following Knowledge base article will give you the detail information:
> How to troubleshoot connectivity issues in SQL Server 2000
> http://support.microsoft.com/?id=827422
>
> Hope this will be helpful!
>
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> ========================================
==============
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>
>|||Hi Hermawih,
Thanks for your update.
I think you need to check the DSN and try to ping the Server first. If this
does not work, it means that the server name is not correct or the SQL
Server Service is not start on the remote Server.
Hope this will be helpful.
I look forward for your reply.
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
========================================
==============
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Thanks Wei Lu.
I did try ping my SQL server , I received ,
pinging xx.xxx.xx.xx with 32 bytres of data:
Request Timed out.
Request Timed out.
Request Timed out.
Reply from xx.x.x.xxx:Destination net unreachable.
Ping Statistics for xx.xxx.xx.xx:
Packets: Sent=4, Received=1, Lost=3 (75% loss),
Approximate round trip times in milli-seconds:
Minimum=0ms, Maximum=0ms, Average = 0ms
Is that good or bad ?
What is that means ?
What I could not understand is that I could create tables, Fields and
inserting some values by coding .
I chatted with someone in web hosting company and said that he could connect
to my server. I followed all his suggestion including turning off my
firewall but so far It did not work.
I am using Window XP Profesional with sp2 , SQL Server 2000 Developer
edition . Before that I installed SQL server 2005 express edition but then I
changed to SQL server 2000 Developer edition.
What is the problem ..?.
Hermawih
http://www.bocsoft.net
--
Hermawih
"Wei Lu" wrote:

> Hi Hermawih,
> Thanks for your update.
> I think you need to check the DSN and try to ping the Server first. If thi
s
> does not work, it means that the server name is not correct or the SQL
> Server Service is not start on the remote Server.
> Hope this will be helpful.
> I look forward for your reply.
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> ========================================
==============
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>|||Hi Hermawih,
Thank you for the update.
The result of Ping command shows that the network does not work fine.
To resolve it, please contact your local network administrator.
Also, you may use the ipconfig /all command to check your IP configuration.
The following Knowledge base article will help you to do the troubleshoot
step:
How to Troubleshoot Basic TCP/IP Problems
http://support.microsoft.com/defaul...kb;EN-US;169790
Hope this will be helpful.
Wei Lu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
========================================
=============
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Hi Wei Lu,
Thank you .
Okkay I will try to research your links.
I will get back to you for the result.
My last choice probably will forget about using the tool and starts coding
to create tables, fields etc.
Hermawih
http://www.bocsoft.net
"Wei Lu" wrote:

> Hi Hermawih,
> Thank you for the update.
> The result of Ping command shows that the network does not work fine.
> To resolve it, please contact your local network administrator.
> Also, you may use the ipconfig /all command to check your IP configuration
.
> The following Knowledge base article will help you to do the troubleshoot
> step:
> How to Troubleshoot Basic TCP/IP Problems
> http://support.microsoft.com/defaul...kb;EN-US;169790
> Hope this will be helpful.
> Wei Lu
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ========================================
=============
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>|||Hi hermawih,
Thanks for the update.
I'd like to know what do you mean that you can create table by coding? Do
you use the Query Analyzer?
Sincerely yours,
Wei Lu
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
========================================
=============
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
=============
This posting is provided "AS IS" with no warranties, and confers no rights.|||Thanks Wei Lu.
--
I'd like to know what do you mean that you can create table by coding? Do
you use the Query Analyzer?
--
I tried using Query Analyzer too. It failed - same problem.
What I meant creating table by coding :
I went to the web site and use its tool for creating tables, fields and
inserting values.
I also create an ASP page and put it there in my site and read the values of
a table.
I could do that.
Perhaps What I will try next is creating an ASP NET page and put it there
and will try to create some objects on my SQL server such as tables, fields
,
etc .
I have sent an Email about my problem to my web hosting company about the
possibilty of security setting problems. But I have not got any reply from
them. I will try again to contact them. If I may, can I attach some of this
discussion and send it to them .
I tried using TCP/IP connection with my local network server. It worked.
I am not sure if it is because of the speed of the connection ' My
connection speed is about 46 Kbps .
Or perhaps my ISP problem '
My Computer - ISP - Web Hosting .
Is that any possibility the problem is with ISP ?
Thank you so very much for being patience.
Hermawih
http://www.bocsoft.net
Hermawih
"Wei Lu" wrote:

> Hi hermawih,
> Thanks for the update.
> I'd like to know what do you mean that you can create table by coding? Do
> you use the Query Analyzer?
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ========================================
=============
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>|||Sorry, I should clarify this :
I tried using TCP/IP connection with my local network server. It worked.
--
I tried using TCP/IP to create an instance of SQL server from another SQL
server in my local network. It worked .
----
Hermawih
http://www.bocsoft.net
"Wei Lu" wrote:

> Hi hermawih,
> Thanks for the update.
> I'd like to know what do you mean that you can create table by coding? Do
> you use the Query Analyzer?
> Sincerely yours,
> Wei Lu
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> ========================================
=============
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ========================================
=============
> This posting is provided "AS IS" with no warranties, and confers no rights
.
>

Remote server connection

We have a database on a shared SQL Server stored on our ISP's server. I can
connect to this via Enterprise Manager from our office, but when I try the
same from Enterprise Manager on my PC at home I get the following message:

A connection could not be established to MFSERVER.

Reason: SQL Server is not running or access denied.

Any ideas?

ThanksHi

There is probably a firewall blocking port 1433.
Check with your network administrators.

Regards
----------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@.epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Mark Fisher" <mfisher@.uku.co.uk> wrote in message
news:%wGud.1214$uv1.177@.newsfe1-gui.ntli.net...
> We have a database on a shared SQL Server stored on our ISP's server. I
can
> connect to this via Enterprise Manager from our office, but when I try the
> same from Enterprise Manager on my PC at home I get the following message:
> A connection could not be established to MFSERVER.
> Reason: SQL Server is not running or access denied.
> Any ideas?
> Thanks

Remote server

Good morning ...
I need to add a remote server (in another country) to my enterprise manager.
I tried to add it like a local server (inside my network) but doesn't work.
Please, could anybody provide me the steps to do that.
Thank you for your help,
Regards,
Raul.Use the IP number and PORT instead of the server name. (Of course, that
assumes that the server is availalbe through the firewall and that the port
you indicate is open to the server.)
--
Arnie Rowland, YACE*
"To be successful, your heart must accompany your knowledge."
*Yet Another Certification Exam
"Raul Romero" <rcoronado@.info-arch.com> wrote in message
news:Ooj9pbRnGHA.4816@.TK2MSFTNGP04.phx.gbl...
> Good morning ...
> I need to add a remote server (in another country) to my enterprise
> manager.
> I tried to add it like a local server (inside my network) but doesn't
> work.
> Please, could anybody provide me the steps to do that.
> Thank you for your help,
> Regards,
> Raul.
>|||Thank you for your answer Arnie ...
I am using IP number to add the servers.
We have two servers in the same city, both servers have a public IP, i tried
to add the servers
in both places (Added server A in B enterprise manager console and B in A
enterprise manager
console), however this only works in one direction, I checked the properties
in both servers and
they are the same, the services running are the same also. Do you have any
idea ?.
Thank you for your help,
Regards,
Raul.
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:ewFvj$RnGHA.4328@.TK2MSFTNGP04.phx.gbl...
> Use the IP number and PORT instead of the server name. (Of course, that
> assumes that the server is availalbe through the firewall and that the
port
> you indicate is open to the server.)
> --
> Arnie Rowland, YACE*
> "To be successful, your heart must accompany your knowledge."
> *Yet Another Certification Exam
>
> "Raul Romero" <rcoronado@.info-arch.com> wrote in message
> news:Ooj9pbRnGHA.4816@.TK2MSFTNGP04.phx.gbl...
> > Good morning ...
> >
> > I need to add a remote server (in another country) to my enterprise
> > manager.
> > I tried to add it like a local server (inside my network) but doesn't
> > work.
> >
> > Please, could anybody provide me the steps to do that.
> >
> > Thank you for your help,
> >
> > Regards,
> > Raul.
> >
> >
>|||Check that the firewall ports are open to allow traffic in on both sides.
You 'should' add a firewall rule that restricts access to that port to only
the remote server IP.
--
Arnie Rowland, YACE*
"To be successful, your heart must accompany your knowledge."
*Yet Another Certification Exam
"Raul Romero" <rcoronado@.info-arch.com> wrote in message
news:OVidspSnGHA.2128@.TK2MSFTNGP02.phx.gbl...
> Thank you for your answer Arnie ...
> I am using IP number to add the servers.
> We have two servers in the same city, both servers have a public IP, i
> tried
> to add the servers
> in both places (Added server A in B enterprise manager console and B in A
> enterprise manager
> console), however this only works in one direction, I checked the
> properties
> in both servers and
> they are the same, the services running are the same also. Do you have any
> idea ?.
> Thank you for your help,
> Regards,
> Raul.
> "Arnie Rowland" <arnie@.1568.com> wrote in message
> news:ewFvj$RnGHA.4328@.TK2MSFTNGP04.phx.gbl...
>> Use the IP number and PORT instead of the server name. (Of course, that
>> assumes that the server is availalbe through the firewall and that the
> port
>> you indicate is open to the server.)
>> --
>> Arnie Rowland, YACE*
>> "To be successful, your heart must accompany your knowledge."
>> *Yet Another Certification Exam
>>
>> "Raul Romero" <rcoronado@.info-arch.com> wrote in message
>> news:Ooj9pbRnGHA.4816@.TK2MSFTNGP04.phx.gbl...
>> > Good morning ...
>> >
>> > I need to add a remote server (in another country) to my enterprise
>> > manager.
>> > I tried to add it like a local server (inside my network) but doesn't
>> > work.
>> >
>> > Please, could anybody provide me the steps to do that.
>> >
>> > Thank you for your help,
>> >
>> > Regards,
>> > Raul.
>> >
>> >
>>
>

Friday, March 9, 2012

Remote MS Sql Server

Hi collegues,
I've to managing some "sqlserver server" on shared hosting on CrystalTech
structure.
Now I use "enterprise manager 2000" but it's very slow in every operations
also If I've a 1Mbit DSL, and I see all db in every server, not only mine
db.
Are there some other tools to manage remotly sql server, more fast?
Thanks
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
> Are there some other tools to manage remotly sql server, more fast?
Query Analyzer
|||But to use query analyzer I've to manage all with T-SQL.
There aren't visual tools.
Right?
On Tue, 27 Apr 2004 17:20:29 +0300, Bojidar Alexandrov
<bojo_do_not_spam@.kodar.net> wrote:

> Query Analyzer
>
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
|||Merlinox typed:

> Are there some other tools to manage remotly sql server, more fast?
Have a look to myLittleAdmin For MS SQL
More info on http://www.myLittleTools.net/mla_sql
Live demo on http://www.myLittleTools.net/livedemo/mla_sql
More products available on
http://www.microsoft.com/sql/msde/partners/default.asp
Best regards
Elian Chrebor
// myLittleTools.net : leading provider of web-based applications.
// myLittleAdmin : online MS SQL manager
// http://www.mylittletools.net
// webmaster@.mylittletools.net
|||Do you tested it?
I see may download lite version.
Can't testing full version?
On Tue, 27 Apr 2004 16:33:08 +0200, el.c. - myLittleTools.net
<NOwebmasterSPAM@.mylittletools.net> wrote:

> Merlinox typed:
>
> Have a look to myLittleAdmin For MS SQL
> More info on http://www.myLittleTools.net/mla_sql
> Live demo on http://www.myLittleTools.net/livedemo/mla_sql
> More products available on
> http://www.microsoft.com/sql/msde/partners/default.asp
> Best regards
> Elian Chrebor
>
> --
> // myLittleTools.net : leading provider of web-based applications.
> // myLittleAdmin : online MS SQL manager
> // http://www.mylittletools.net
> // webmaster@.mylittletools.net
>
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
|||You can try SQLExecMS,
It is designed to be fast. Full version is available for download.
JS
"Merlinox" <merlinox@.dontspamhotmail.com> wrote in message
news:opr64b6au8zpbug4@.msnews.microsoft.com...
> Hi collegues,
> I've to managing some "sqlserver server" on shared hosting on CrystalTech
> structure.
> Now I use "enterprise manager 2000" but it's very slow in every operations
> also If I've a 1Mbit DSL, and I see all db in every server, not only mine
> db.
> Are there some other tools to manage remotly sql server, more fast?
> Thanks
> --
> Merlinox (Italy)
> http://merlinox.splinder.it
> http://www.merlinox.tk (per l'Aido)
> --
> Merlinox (Italy)
> http://merlinox.splinder.it
> http://www.merlinox.tk (per l'Aido)
|||Thank you John.
Just I 've 2 minutes I'll try it.
I hope is this:
http://www.laplas-soft.com/
On Tue, 27 Apr 2004 20:23:26 -0400, John Smith <wp456@.mail.ru> wrote:

> You can try SQLExecMS,
> It is designed to be fast. Full version is available for download.
> JS
>
> "Merlinox" <merlinox@.dontspamhotmail.com> wrote in message
> news:opr64b6au8zpbug4@.msnews.microsoft.com...
>
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
|||I try it.
It seems very fast, but there aren't any wizard to create objects.
It's like query analyzer.
And so, it isn't free.
Thank you
On Tue, 27 Apr 2004 20:23:26 -0400, John Smith <wp456@.mail.ru> wrote:

> You can try SQLExecMS,
> It is designed to be fast. Full version is available for download.
> JS
>
> "Merlinox" <merlinox@.dontspamhotmail.com> wrote in message
> news:opr64b6au8zpbug4@.msnews.microsoft.com...
>
Merlinox (Italy)
http://merlinox.splinder.it
http://www.merlinox.tk (per l'Aido)
|||Merlinox typed:
> Do you tested it?
> I see may download lite version.
> Can't testing full version?
The full version can be tested online in the live demo section.
Best regards
Elian Chrebor
// myLittleTools.net : leading provider of web-based applications.
// myLittleAdmin : online MS SQL manager
// http://www.mylittletools.net
// webmaster@.mylittletools.net

remote message being classified as local

Hi

I am trying to deploy our service broker application into our live enviroment. I have been using the excellent service listings manager to configure security and routes when deploying to our test enviroments and had no problems. However, after having gone through the same steps in live, i can not get it working.

The messages I try sending from the remote initiating service arrives at the target service, but the ack is not sent back from the target service. I have used profiler to find out what is going on and noticed that on the target after the ack is received, a broker:message classify event occurs with an event sub class of 1 - Local. It then starts going through lots of broker: Message undeliverable events. From what I understand this means that the target service has classified that the reply to the message should be sent to a local service instead of a remote service which is not the case.

I think the remote route is set up correctly on the target server. I have run this query on the target server after one message has been sent

select r.*

from sys.conversation_endpoints e

inner join sys.routes r on e.far_service = r.remote_service_name and e.far_broker_instance = r.broker_instance

and it returns the row from sys.routes that points to the initiating service.

Can anybody help with what else I can do to solve this problem?

Antony

something very strange was going on in my server.

A few days after this happened, all messages stopped being sent on the target server (even local ones between databases on the server)

I restarted sql server and everything started working - the remote messages started being classified as remote again and were sent correctly back to the initiating service.

I guess somehow service broker had got corrupted in this instance, though there were no dumps or error messages about this.

|||

Can you send the ERRORLOG from the time it run with the problem to remus.rusanu@.microsoft.com ?

Thanks,
~ Remus

|||

anthony_brown wrote:

The messages I try sending from the remote initiating service arrives at the target service, but the ack is not sent back from the target service. I have used profiler to find out what is going on and noticed that on the target after the ack is received, a broker:message classify event occurs with an event sub class of 1 - Local. It then starts going through lots of broker: Message undeliverable events. From what I understand this means that the target service has classified that the reply to the message should be sent to a local service instead of a remote service which is not the case.

One thing to keep in mind is that incomming message from the wire are normally actually classified 'LOCAL'. The process is described in BOL: http://msdn2.microsoft.com/en-us/library/ms166052.aspx When an incomming message arrives on an instance, it is classified in the MSDB database to find the destination service. Typically the AutoCreatedLocal route in msdb.sys.routes will expose all services on every database in the instance to the incomming message. As such, the result of this classification will be '1 - Local' but the DatabaseId of the event will be '4' (msdb). This is the correct and expected behavior of a typical deployment.

HTH,
~ Remus

Remote Manage

Before I just manage the SQL serve in LAN.
Right now i have a SQL server on internet I want to Remote manage
Can I still use QA and Enterprise Manager ?Yes, you can use Query Analyzer and SQL Enterprise Manager to manage a server that is open to the Internet. I would consider making an exception at your firewall to allow that server to remain part of your NT domain, so that you can use NT Authentication instead of SQL Authentication.

-PatP|||how can I set some config on my Enterprise manager or QA?|||Huh? I don't understand what you are asking.

-PatP|||Sorry about confuse,

I dont have this kind of experience. Before i just install client software like
QA or Enterprise in my PC ,i can use this software manage my SQL Server on LAN.
Right now another SQL server on WAN ,i dont know can i use QA to find
SQL server or I have to get some remote software to log on remote server
and use remote server's QA?

Do i make me clearly?|||Now I understand the question better!

When you are making the connection to the server in Query Analyzer, type either the server's name or IP address into the box labled SQL Server. Except for the lack of ability to enumerate remote servers (having Query Analyzer locate the SQL Servers and provide a list of them for you), the connection process is exactly the same as a "local" SQL Server.

-PatP

Remote instance not listed in Available Servers in Enterprise Manager

When using the register available servers in Enterprise Manager, the
named instances on a remote machine are not listed. The unnamed
instance is listed and will register successfully.
I have tried manually typing the names of the remote NAMED instances;
then tried to authenticate and get the message "SQL server does not
exist or access denied".
Local machine; SQL Server 2000 SP4 (Developer Edition) installed.
2 Instances
Unnamed
DEV\DB1
On the remote machine SQL Server 2000 (MSDE Edition) installed
3 Instances;
Unnamed
REM\DB1
REM\DB2
Both machines are on the same domain. All SQL server instances are
running.
I have also used the svrnetcn.exe tool to make sure the Named Pipes
and TCP/IP protocols are enabled. The port on the TCP/IP protocol has
been changed to 1433 on all remote instances. (both machines were
rebooted)
What else can I check ?
Thanks
D> I have also used the svrnetcn.exe tool to make sure the Named Pipes
> and TCP/IP protocols are enabled. The port on the TCP/IP protocol has
> been changed to 1433 on all remote instances. (both machines were
> rebooted)
Each instance on a machine must listen on a unique TCP port. Consequently,
all of the instances on your REM machine can't be listening on the same 1433
port. Check the errorlog file for those instances for related TCP port
binding errors and change the named instance ports, if needed.
The normal configuration is that the default (unnamed) instance listens on
1433 and named instance ports are determined dynamically. When a client
connects to a named instance, it firsts gets a list of running named
instances via a UDP 1434 request and then connects to the TCP port of the
specified instance. Make sure your firewall allows TCP 1433, UDP 1434 and
TCP traffic on the named instance ports. See
http://support.microsoft.com/kb/287932
--
Hope this helps.
Dan Guzman
SQL Server MVP
"DM" <dmcb73@.gmail.com> wrote in message
news:1190197075.363594.146870@.22g2000hsm.googlegroups.com...
> When using the register available servers in Enterprise Manager, the
> named instances on a remote machine are not listed. The unnamed
> instance is listed and will register successfully.
> I have tried manually typing the names of the remote NAMED instances;
> then tried to authenticate and get the message "SQL server does not
> exist or access denied".
> Local machine; SQL Server 2000 SP4 (Developer Edition) installed.
> 2 Instances
> Unnamed
> DEV\DB1
> On the remote machine SQL Server 2000 (MSDE Edition) installed
> 3 Instances;
> Unnamed
> REM\DB1
> REM\DB2
> Both machines are on the same domain. All SQL server instances are
> running.
> I have also used the svrnetcn.exe tool to make sure the Named Pipes
> and TCP/IP protocols are enabled. The port on the TCP/IP protocol has
> been changed to 1433 on all remote instances. (both machines were
> rebooted)
> What else can I check ?
> Thanks
> D
>