MS SQL 2000 TCPIP Port Number And SQL Replication

Jul 20, 2005

Hi all

I'm struggling to find an answer to this one!

We've configured our SQL boxes to run under a different port number,
e.g. from 1433 to 4533. This works fine under our Citrix enviornmnet
where the dsn is configured to use the new port. The problem comes in
terms of SQL Server management. For example, when you try and
configure SQL Replication, it is not possible to add the subscriber
unless the SQL Servce runs under port 1433, the default port. The
same goes when you try to add the server as a registered server within
the Enterprise Manager MMC.

Does anyone know how you can configure SQL Server to run under a
different port number, without naffecting SQL REPLICATION, etc?

Many thnaks
Nik
Join Bytes!

View 2 Replies


ADVERTISEMENT

Change Of Port Number For Replication .

Jul 4, 2002

Hello ,

How can i define a different TCP/IP port number , other than the default 1433; to replicate the database over a firewall on the source and the destination servers ? My source servers are SQL SERVER 7.0 with SP3 on Windows NT Server 4.0 and the destination servers are SQL 2000 with SP2 on Windows 2000 .

Where do i have to make changes in SQL server and Windows NT ? And further how secured it is to use this way for security ?

Can i get some on this matter please .

Thanks in advance
Sandra .

View 2 Replies View Related

Mssql 2000 Replication Error Number 128- The Name ' ' Is Not Permitted ....

May 14, 2007

Hi.. I tried to setup MSSQL2000 trans replicatiom using push subscription method. My Publisher is also my distributor. But whenever I started the dstribution agent, I got the following error. It has problem connecting to subscriber's DB with the following error. I had tried that the login is 100% fine. But why this error appear ? Any help?

The name ' ' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
(Source: Subsriber (Data source); Error number: 128)

View 1 Replies View Related

Replication Using SQL Server 2000 - Error Number: -2147200976)

Jan 23, 2007

I have few databases with SAME database structure in
SQL Server 2000 in different locations.  Data will be
updated in different places with different sets of
data.   Basically, i need to synchronize the data
especially to the headquarters database   periodically
(may be everyday at night).
 
DB : SQL Server 2000
OS : Both are running on Windows XP for testing
purposes.
Situation : Now i have 2 database from 2 different
estates. Now, need to be synched into 1.
 
Have 2 publisher namely TH1, TH2
1 subscriber : THFinal
 
I've created 2 individual publications using "Create 
Publication" and published database namely TH1 and
TH2.
Publication type : Merge publication
 
Default table article properties setting are as
follows :
a. When merging from different sources : "Treate
changes to the same column as a conflict (changes to 
different columns in the same row will be merged)".
 
Snapshot
i Choose "DELETE DATA IN THE EXISTING TABLE that
matches the ROW FILTER statement".
 
Resolver :
I checked "yes" for  - Allow Subscribers to resolve
conflicts interactively during on-demand
synchronizations".
 
Now, when i sync the TH1, all the records from TH1
goes to the subscriber database "THFinal".
When i sync the TH2, all the records which was 
synched earlier (from  TH1) being DELETED. and  all
the records from TH2 goes to the subscriber database
"THFinal".
 
Basically, i WANT to retain the ALL THE data from in
"THFinal" which came from TH1 database since the
primary key is different. Also, all the database
contains running no (Identity increment = 1)  .
 
Identity : Yes (Not For Replication) (Identit  seed=1)
 

===================================================
PROBLEM : 1ST (TH1) database can be synched. when
I try to replicate the 2nd (TH2) database, the 
following   ERROR displayed :  The process could not
drop one or more tables  because  the tables are being
used by other publications.
 
The process could not drop one or more tables because
the tables are being used by other publications.
(Source: Merge Replication Provider (Agent); Error
number: -2147200976)

Thanks in Advance

Reagards
Ihsan

View 6 Replies View Related

SQL Port Number

Aug 23, 2007

1. Is there a quick way to find out what port number SQL is listening to? I have 10 instances running on one server and I could find out by going to SQL log but it's bit time consuming.

2. quick way to change the port number?

thanks

View 1 Replies View Related

Port Number - 1433

Dec 15, 2000

Does anyone know how to change the default port number of 1433 to somethinig else?

Thanks!

View 1 Replies View Related

Identifying PORT Number??

Mar 1, 2004

Hi,

Can anyone tell me how to find out on what port number a paticular sqlserver named instance is running...

thanks..

View 5 Replies View Related

How To Change The Sql-server Port Number?

Aug 7, 2007

Hi there,
I want to change the default sql-server port number 1433 to a new one. Can i do that? If yes, how?
Also, i have noticed that there is no port number option in the sql server 2005 management studio login window. So, what if the server has changed its port number?
Any suggestions would be appreciated. thanks

View 4 Replies View Related

How To Change The Default Port Number

Jul 15, 2004

hai all,
I need to change the default port number of the SQL server from 1433 to some other port number. i know that it can be done thru SERVER NETWORK UTILITY. Can some one confirm that. It will be helpful.
Also i want to make sure that port to given is free port. how can i find that particular port is free.

Thanking in Advance, awaiting Quick response.

Signing Off
Venkatesh.V

View 1 Replies View Related

Can Profiler Display Port Number?

Feb 6, 2007

Where - in SQL Server Profiler - can I see the port number that someone has used to connect to a database?

e.g. given the connect string "tcp:MACHINE1INSTANCE7,3045" - where in Profiler does it tell me that the connection is using port 3045? I looked at "audit login" and "existing connection" but I don't see a port number...

Any other SQL/Windows tools that I can use to monitor connections to databases on specific ports?



thanks



View 1 Replies View Related

Example Of SMO Or WMI To Configure SQL Server Port Number.

Dec 4, 2006

Hi,

Are there any one who give a example of SMO or WMI to set SQL Server port number?

View 2 Replies View Related

DBDesigner Connecting To MS Sql Server On Port Number

Aug 31, 2006

How can I configure dbdesigner to connect to a sql server that is listening on a different port number ? For those of you not familiar with debdesigner:
http://fabforce.net/dbdesigner4/index.php

I can connect to a local instance just fine but not to a sql server that is listening on a specific port (named instance)

[edited to add]
it works ! I just had to use the name instance notation
server instance_name

It wouldnt connect with iport_number syntax

hooray !

View 1 Replies View Related

Finding Port Number In SQL Server 2005

Feb 13, 2008

I know the ..Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGErrorLog on the server contains the information. But that needs I to RDP to the server or open the file remotely. Is there any other way to find out the port from my SSMS connection?

I remember in SQL Server 2000 you could find the information by choosing Properties of a connection in EM and click on the Network Configuration button. (I know it works when you are ON THE SERVER! But when I tried from my desktop, pressing the button didn't do anything)


Canada DBA

View 2 Replies View Related

Changing The Default Port Number And Still Connecting

Jul 23, 2005

Hello,I have SQL Server 2000 Enterprise Edition, and I'd like to change thedefault port to something else (we'll use 2033 for this example). I'vetried to connect from another computer on the same subnet using"ServerName:2033" as the server, but it doesn't connect. It will connect ifI change the Server to use the default port and change the server to connectto on the client to "ServerName", but either I"m not referencing the newport number properly or ????Any help you could provide would be great.Thanks In Advance!Rick

View 1 Replies View Related

SQL 2005 Unattended Install TCP Port Number

Oct 19, 2007

Hi All,

I am having an issue with SQL 2005 unattended install, I cannot see where in the template.ini file you can specify the TCP port number for SQL 2005 to listen to I want to change it to a specific port number, I know you can do this in an unattended install on SQL 2000.

Also in an unattended install of SQL 2000 and 2005 is there any way you can specify the database and transaction logs location for new databases to be installed on another drive then the system databases. I know you can change this later in SQL server properties but I wanted this to be done during the install or is there a T-SQL script which can do this after?

Any help on this will be great.

Cheers

Raxso

View 3 Replies View Related

DB Engine :: How To Get Port Number For A Named Server Instance

Jun 21, 2015

I have TWO named SQL Server instances (on the same machine) and I need to know the port of each of them, how can I do that? Is it write to check the following:

Which one to take: "TCP Dynamic Ports" or "TCP Port"? and what is the difference between them anyways? 

Can the two instances (or more) on the same machine use the same port?!

View 12 Replies View Related

Preconfigure Port Number While Command Line Installing

Dec 1, 2006

Hi,

I want set a specific port number of SQL Server(express) during installation not by Configuration Manager after install.
Is it possible?

View 1 Replies View Related

Programatically Create A DSN For SQL-Server With Non-standard Port-number

Apr 16, 2007

Hi all,



I have to create a DSN for SQL-Server. Therefor I use the function "SQLConfigDataSource" from "ODBCCP32.DLL". But the problem is that the SQL-Server does not use the Standard-Portnumber 1433. I've tried to make the DSN with "SERVERNAME xxxx" where xxxx is the Portnumber, sometimes it works, but often it does not. When it does not work, then the Checkbox in the ODBC-Configuration-Tool is checked, so the connection is searching for the standard-port. How can I tell the system that it shall NOT use dynamic configuration?



Thanks for help,

Franz

View 6 Replies View Related

Can't Map Other Sql Servers Without Creating Alias With Port Number On Client Network

Aug 24, 2005

I can't map other sql servers without creating alias with proper port number on client network utility. Other users using same version of the client tools, MMC, SQL DMF etc. I need to map 70 sql servers on using my client tools.
Any help is appreciated.

thanks,

View 3 Replies View Related

SQL 2012 :: Login Information - Identify Who Changed Port Number

Jun 30, 2015

Is there a way to identify who have changed the SQL port number other than the DBA's?

For example through c2 audit or any other triggers?

View 3 Replies View Related

Populate Server Table Via HTTP Address And Port Number

Oct 15, 2015

How do I populate a SQL Server express 2014 table from an impinj speedway reader via http address and port number...

View 6 Replies View Related

Named Instance Connectivity Error - Only Works When Port Number Is Specified??

Sep 27, 2007

I have a new named instance (SQL Server 2005 x64 SP2 (Build 3159) Developer edition) setup with dynamic port selection. A default instance was also running on the server prior to the named instance setup.

SQL Server Browser service is running. Remote connections are configured on the named instance. But still remote clients can only connect when the port number is specified after the instance name (servernameinstancename,9999). Without the port number, "error 26 - Error locating Server/instance specified" is thrown.

Doesn't the SQL Server Browser service eliminate the need for clients to specify the port number? What am I missing?

Thanks.

View 1 Replies View Related

How To Set Port Number On Smtp Connection Manager Send Mail Task

Oct 29, 2007

Hello,

We have an SSIS job that runs once a day and sends emails.
For security reasons, IT switched the send-mail porton the smtp server from 25 to a different number (let's say 1234).

So, I changed the SSIS SMTP Connection Manager's smtpServer string to smptserver:1234

However, this does not seem to be working. I keep getting 'Send Mail Failure' error.

Any ideas how to set the port number for sending emails using SSIS?

thanks much,
Muhammad
Cobalt Group

View 3 Replies View Related

Emailed Subscription Not Including Port Number In Servername URL Link For Report

Aug 14, 2007

I hope someone can help as I have searched for a solution but been unable to find one as yet.

My problem is that after installing SharePoint V3.0 and amending the Report Server to <ServerName>:8080, as I don't yet wish to use integrated mode, everything works fine except email delivered subscriptions. The URL in the email body referencing the report only puts in <ServerName> etc. omitting the port number :8080. I have tried to find where this URL link is built-up from but have had no luck in the report manager, report services configuration and the config files, does anyone know where I need to look and if possible what I need to amend to have the link include :8080 after the servername portion of the URL. I can copy the URL and manually insert the port address and it works but this defeats the object of automated subscriptions.

Sorry if this is a dumb question but it is giving me a headache at the moment.

All answers gratefully received,

Andy

View 3 Replies View Related

SQL Server Admin 2014 :: Picking Static Port Number For Named Instance

Apr 3, 2015

Basically the question is, which number should I pick?

View 4 Replies View Related

TCPIP

May 12, 2007

How can I enable the TCPIP protocol on my target server? Also, how to unblock the TCP, if it was blocked by the firewall.

View 1 Replies View Related

Port Sql 2000 To Sql 2005

Apr 17, 2007

Need url on good kb or article on converting sql 2000 to sql 2005 (full version not express)
Thanks,
Michael Oard

View 4 Replies View Related

SQL Server 2000 Port Question

Feb 19, 2008

Hi,

I have SQL Server 2000 installed on my Windows XP (SP2) machine. I have the port set to 1433 (under Server Network Utility-->General-->TCP/IP). Here's the problem: when i run

netstat -anb

nothing is running on port 1433. What i DO have is this:

TCP 0.0.0.0:1036 0.0.0.0:0 LISTENING
[sqlservr.exe]

Before I rebooted my computer it was running on port 1032. Anyone have any idea why this is happening? Thanks.

View 6 Replies View Related

Cant Start Sql 2000 On Port 1433

Jul 20, 2005

for some reason i dont get any errors, but i believe that my server isnot running on port 1433. the tcpip protocol is selected in thenetwork configuration utility as well as name piper. the portselected is 1433. but when i telnet to 1433 i get the same errors as iwould if i telnet to a non existant port. i also tried nbstat with noluck. what else can i do? thanks

View 2 Replies View Related

Port On Which SQL 2000 Service Listen (Not 1433)

Jun 13, 2002

I have installed MS server sql 7.0 and 2000 both on my PC. The default port i know is 1433. If sql 7.0 is already installed. Which port does sql 2000 listen on.

Is there a way i can view this ?

Thanks in advance

Cheers
Hemant

View 1 Replies View Related

Can I Use A Hostname On Registering The Server With TCPIP?

Jan 7, 1999

Hi everyone,

my SQL is running TCPIP and everytime I register the server from a client, I have to enter in the IP address. Can I use a hostname to map an IP address to a server name and then enter the server name to register the server?

Thanks..Binh

View 2 Replies View Related

SQL 2000 On Win2K AS: Failing To Bind On TCP Port 1433

Jan 11, 2001

I've got SQL 2000 set up on a cluster running Windows 2000 Advanced Server (w/SP1).
Setup for Failover Clustering appeared to succeed normally on both nodes.

The SQL 2000 server logs show:

2001-01-11 10:02:57.82 server SuperSocket Info: Bind failed on TCP port 1433.
2001-01-11 10:02:57.85 server SQL server listening on Shared Memory, Named Pipes.
2001-01-11 10:02:57.85 server SQL Server is ready for client connections

I've checked to see if something else is using port 1433 (unlikely) and don't see anything.
The physical node that SQL 2000 is currently on has no other cluster resources assigned to it.
Any ideas?

View 1 Replies View Related

Block Port 1433 On Windows 2000 Server

Jul 20, 2005

HiI have a question regarding the SQL Server(SQL Server 7) port 1433.Some body is trying to hack into our Windows 2000 server through port1433. Is there a way i can close this port? I tried using a toolcalled Ipsecpol.exe ( Internet Protocol Security Policies Tool). Butwhen we run netstat, it still looks like they are able to connect tothe server using port 1433. Has anyone come across this problem? Iwould appreciate it very much if somebody could send in anysuggestions regarding this.Thanks,Ann

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved