Sunday, March 25, 2012
Connfig Replication via Internet
- Server alias: my local server's name
- Server Name: ip address on internet
- Network libraries: TCP/IP
- Port : 1433
But i connect using Enterprise Manage to SQL Server then it errors:
A Connection could not be established to Dis-server ( Dis-server is my servername)
Reason: SQL Server does not exist or accessed denied
ConnectionOpen(Connect())..
please help me..tks
Regards
NBtri
from the subscriber can you ping your publisher?
On your publisher and subscriber you have to configure the subsciber and
publisher using client network utility.
Make sure that the publsiher and subscriber are listed in the hosts file
(thanks Paul Ibison for this tidbit of tidbitosity)
Then on your Publisher go to Tools - replication - Configure Publishers,
subscribers, distributors, click on the subscribers tab, and click on the
check box to the right of your subscriber server name. Ensure you are using
a SQL Server account, and enter the subscriber sa (or an account in the
system administrator role) onthe subscriber and its password.
Then on your subscriber, set up a pull subscription.
"NBTri" <anonymous@.discussions.microsoft.com> wrote in message
news:8ABF42AE-6921-4A63-8479-CD7910909F89@.microsoft.com...
> I want to replicate data via Internet using FTP Server, i have SQL 2K with
SP3. i set up client network as
> - Server alias: my local server's name
> - Server Name: ip address on internet
> - Network libraries: TCP/IP
> - Port : 1433
> But i connect using Enterprise Manage to SQL Server then it errors:
> A Connection could not be established to Dis-server ( Dis-server is my
servername)
> Reason: SQL Server does not exist or accessed denied
> ConnectionOpen(Connect())..
>
> please help me..tks
> Regards
> NBtri
>
Sunday, February 12, 2012
Connection problems (SQL 2000)
Two SBS 2000's (trying to get the damn think to replicate).
BROAD has fixed IP of 81.174.xxx.xxx and CLIFT has 81.174.xxx.xxx
Broad is set as the subscriber, Clift as the distributor
Broad can ping, tracert Clift using IP and Name
ISA firewall ports open to allow traffic in/out of both servers
SQL Protocol mapped to 14446 instead of 1433.
Win XP workstation can connect via ODBC to Clift SQL Database no problems
using user sa.
BROAD cannot make connection to CLIFT via ODBC (server not found).
BROAD cannot connect to CLIFT via Client network tool or SQL Analyser?
BROAD and CLIFT router's completely open, no restrictions (for testing only)
So why can I connect using my XP workstation and not the other server?.
The CLIFT server must be OK for access because I can access the database
remotely and open it.
I cannot see any reason why i am having problems with this...
Ideas.
Many thanks
Ok, so let me get this straight. There are three machines, Broad, Clift and
your workstation.
Broad can ping clift. Your workstation can ping clift (and connect). Broad
cannot connect to clift using ODBC.
Ping means you have network connectivity. I take it you did a ping -a
81.174.xxx.xxx and ping -a clift to ensure that it is resolving to the
correct ip address. Now I think you should use ODBC ping to try to connect
to it. Also use client network utility to set up an alias to clift on broad
using the ip address and instance name, and then try again.
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
""confused"" <confused@.discussions.microsoft.com> wrote in message
news:130033D1-DA47-48E6-A984-37080D4FFEBB@.microsoft.com...
> Hope you help me....
> Two SBS 2000's (trying to get the damn think to replicate).
> BROAD has fixed IP of 81.174.xxx.xxx and CLIFT has 81.174.xxx.xxx
> Broad is set as the subscriber, Clift as the distributor
> Broad can ping, tracert Clift using IP and Name
> ISA firewall ports open to allow traffic in/out of both servers
> SQL Protocol mapped to 14446 instead of 1433.
> Win XP workstation can connect via ODBC to Clift SQL Database no problems
> using user sa.
> BROAD cannot make connection to CLIFT via ODBC (server not found).
> BROAD cannot connect to CLIFT via Client network tool or SQL Analyser?
> BROAD and CLIFT router's completely open, no restrictions (for testing
> only)
> So why can I connect using my XP workstation and not the other server?.
> The CLIFT server must be OK for access because I can access the database
> remotely and open it.
> I cannot see any reason why i am having problems with this...
> Ideas.
> Many thanks
|||Hi Hilary,
odbcping works fine from an XP workstation to each server but NOT from
server to server. I can ping between servers and tracert but nothing else.
Have tried setting up alias on each server but odbcping still wont work from
server to server. Now is there any ports that need to be opened on the server
for odbcping to work? I really dont get it....
Thanks
"Hilary Cotter" wrote:
> Ok, so let me get this straight. There are three machines, Broad, Clift and
> your workstation.
> Broad can ping clift. Your workstation can ping clift (and connect). Broad
> cannot connect to clift using ODBC.
> Ping means you have network connectivity. I take it you did a ping -a
> 81.174.xxx.xxx and ping -a clift to ensure that it is resolving to the
> correct ip address. Now I think you should use ODBC ping to try to connect
> to it. Also use client network utility to set up an alias to clift on broad
> using the ip address and instance name, and then try again.
> --
> 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
>
> ""confused"" <confused@.discussions.microsoft.com> wrote in message
> news:130033D1-DA47-48E6-A984-37080D4FFEBB@.microsoft.com...
>
>
|||Yes, you need to open whatever port SQL Server is running on for inbound
communication. So if it is running on 1433 you need to open up port 1433 for
inbound communication.
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
""confused"" <confused@.discussions.microsoft.com> wrote in message
news:5524C527-EB97-4423-BA34-6BF5E4F1B199@.microsoft.com...[vbcol=seagreen]
> Hi Hilary,
> odbcping works fine from an XP workstation to each server but NOT from
> server to server. I can ping between servers and tracert but nothing else.
> Have tried setting up alias on each server but odbcping still wont work
> from
> server to server. Now is there any ports that need to be opened on the
> server
> for odbcping to work? I really dont get it....
>
> Thanks
> "Hilary Cotter" wrote:
|||Hi,
I am using 14446 instead of 1433.
I have created packet filters (both ways with fixed IP) on both servers
I have created Protocol rules based upon that Port so there really isnt
anything stopping the comms from working.
However, I looked inside the ISA log (Firewall) and it states that port
14446 from IP 81.174.xxx.xxx is BLOCKED for some reason but I cant find
anything in the ISA console that does block it.
So as far as I can see, ISA is blocking the comms. The 14446 port is OPEN so
I really dont understand.
TIM
"Hilary Cotter" wrote:
> Yes, you need to open whatever port SQL Server is running on for inbound
> communication. So if it is running on 1433 you need to open up port 1433 for
> inbound communication.
> --
> 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
>
> ""confused"" <confused@.discussions.microsoft.com> wrote in message
> news:5524C527-EB97-4423-BA34-6BF5E4F1B199@.microsoft.com...
>
>
|||I think you need a networking specialist to help resolve this.
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
""confused"" <confused@.discussions.microsoft.com> wrote in message
news:8B1A0BDE-375C-44EA-A6A2-B31462D028EF@.microsoft.com...[vbcol=seagreen]
> Hi,
> I am using 14446 instead of 1433.
> I have created packet filters (both ways with fixed IP) on both servers
> I have created Protocol rules based upon that Port so there really isnt
> anything stopping the comms from working.
> However, I looked inside the ISA log (Firewall) and it states that port
> 14446 from IP 81.174.xxx.xxx is BLOCKED for some reason but I cant find
> anything in the ISA console that does block it.
> So as far as I can see, ISA is blocking the comms. The 14446 port is OPEN
> so
> I really dont understand.
> TIM
> "Hilary Cotter" wrote:
|||Hip, Hip Horrrray..... I've sorted the problem at last....
As I suspected ISA was blocking the port request inbound!.
All I had to do was to set the IP Packet to accept ALL PORTS inbound. This
may well sound trivial to you all but I had no idea that the inbound call
would use a random port even though I specified a fixed port to use.
I still cant use ODBCPING but what the hell it works...
Thanks for your help Hilary as I'm sure I will need more assitance soon!.
TIM
"Hilary Cotter" wrote:
> I think you need a networking specialist to help resolve this.
> --
> 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
>
> ""confused"" <confused@.discussions.microsoft.com> wrote in message
> news:8B1A0BDE-375C-44EA-A6A2-B31462D028EF@.microsoft.com...
>
>
Friday, February 10, 2012
Connection Problem with the Workstation
I am trying to replicate our database by using the merge replication.
>From server side I tried to connect to the workstation. I have
installed MSDE to the client machine. I can see the machine name on the
SQL Server Group however I wasnt able to create the conncetion between
the machines. I have checked my network connection, there is no problem
I can see the machine and I can connect it through the network. I tried
to use Client Network Utility with Named Pipes and TCP/IP but not a
good news. I couldnt achieve to connect to the machine. So could
someone please help me out with this problem. I am really in trouble I
have to find out this end of this week.
Regards
As"laststubborn" <arafatsalih@.gmail.com> wrote in message
news:1104862206.970118.48710@.c13g2000cwb.googlegro ups.com...
> Hi all;
> I am trying to replicate our database by using the merge replication.
>>From server side I tried to connect to the workstation. I have
> installed MSDE to the client machine. I can see the machine name on the
> SQL Server Group however I wasnt able to create the conncetion between
> the machines. I have checked my network connection, there is no problem
> I can see the machine and I can connect it through the network. I tried
> to use Client Network Utility with Named Pipes and TCP/IP but not a
> good news. I couldnt achieve to connect to the machine. So could
> someone please help me out with this problem. I am really in trouble I
> have to find out this end of this week.
> Regards
> As
You don't mention your version of MSDE, but network access is disabled in
MSDE 2000 SP3a:
http://support.microsoft.com/kb/814130
Simon|||yeah I have installed 2000 SP3a then should I install SQL2000 client
version to my workstation?|||"laststubborn" <arafatsalih@.gmail.com> wrote in message
news:1104873576.019320.324770@.z14g2000cwz.googlegr oups.com...
> yeah I have installed 2000 SP3a then should I install SQL2000 client
> version to my workstation?
If you have MSDE 2000 SP3a, then by default you cannot access it from the
network, so that is probably why you cannot connect to the MSDE installation
on your workstation from your server (if I understood your problem
correctly). As mentioned in the KB article, you can use the MSSQL network
utility to enable network support, and then you should be able to connect to
MSDE from other computers.
Simon