Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

error 14151

 
   Database Forums (Home) -> Replication RSS
Next:  Connection to Lan fails and locks server  
Author Message
JFB1

External


Since: Jun 18, 2004
Posts: 40



(Msg. 1) Posted: Mon Dec 27, 2004 1:40 pm
Post subject: error 14151
Archived from groups: microsoft>public>sqlserver>replication (more info?)

Hi all,
I got this error this morning... what is the problem? everything was working
fine...

Executed as user: sqlUser. Replication-Replication Snapshot Subsystem: agent
SERVER-SQL-Jobsheet-Jobsheet-12 failed. The process could not connect to
Distributor SERVER-SQL'. The step failed. [SERVER42000] (Error 14151). The
step failed.

Tks in advance
Johnny

 >> Stay informed about: error 14151 
Back to top
Login to vote
Hilary Cotter3

External


Since: Aug 28, 2004
Posts: 1259



(Msg. 2) Posted: Mon Dec 27, 2004 1:40 pm
Post subject: Re: error 14151 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is server-sql live? Is your distributor on the same server as your
publisher?

--
Hilary Cotter
Looking for a SQL Server replication book?
<a rel="nofollow" style='text-decoration: none;' href="http://www.nwsu.com/0974973602.html" target="_blank">http://www.nwsu.com/0974973602.html</a>
"JFB" wrote in message

 > Hi all,
 > I got this error this morning... what is the problem? everything was
working
 > fine...
 >
 > Executed as user: sqlUser. Replication-Replication Snapshot Subsystem:
agent
 > SERVER-SQL-Jobsheet-Jobsheet-12 failed. The process could not connect to
 > Distributor SERVER-SQL'. The step failed. [SERVER42000] (Error 14151).
The
 > step failed.
 >
 > Tks in advance
 > Johnny
 >
 >

 >> Stay informed about: error 14151 
Back to top
Login to vote
JFB1

External


Since: Jun 18, 2004
Posts: 40



(Msg. 3) Posted: Mon Dec 27, 2004 3:21 pm
Post subject: Re: error 14151 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

1. The server-sql is live
2. The distributor is in the same server.
3. The Publisher is in the same server.
4. Only the suscription is in different server
Tks for you reply and help
Johnny

"Hilary Cotter" wrote in message

 > Is server-sql live? Is your distributor on the same server as your
 > publisher?
 >
 > --
 > Hilary Cotter
 > Looking for a SQL Server replication book?
<font color=purple> > <a rel="nofollow" style='text-decoration: none;' href="http://www.nwsu.com/0974973602.html</font" target="_blank">http://www.nwsu.com/0974973602.html</font</a>>


  >> Hi all,
  >> I got this error this morning... what is the problem? everything was
 > working
  >> fine...
  >>
  >> Executed as user: sqlUser. Replication-Replication Snapshot Subsystem:
 > agent
  >> SERVER-SQL-Jobsheet-Jobsheet-12 failed. The process could not connect to
  >> Distributor SERVER-SQL'. The step failed. [SERVER42000] (Error 14151).
 > The
  >> step failed.
  >>
  >> Tks in advance
  >> Johnny
  >>
  >>
 >
 >
 >> Stay informed about: error 14151 
Back to top
Login to vote
Paul Ibison1

External


Since: Mar 01, 2004
Posts: 640



(Msg. 4) Posted: Tue Dec 28, 2004 12:40 am
Post subject: Re: error 14151 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What do you ge if on your publisher/distributor you run:
Select @@Servername, SERVERPROPERTY('ServerName')
- are the values the same?
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
 >> Stay informed about: error 14151 
Back to top
Login to vote
JFB1

External


Since: Jun 18, 2004
Posts: 40



(Msg. 5) Posted: Tue Dec 28, 2004 10:30 am
Post subject: Re: error 14151 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tks for you reply and help Paul
Yes is the same value, the only different thing that I did is to deny
permission for the BUILTIN/Administrators user because I don't want people
to login and have full access to my server... this could be cause the
problem?

Johnny

"Paul Ibison" wrote in message

 > What do you ge if on your publisher/distributor you run:

 > - are the values the same?
 > Rgds,
<font color=purple> > Paul Ibison SQL Server MVP, <a rel="nofollow" style='text-decoration: none;' href="http://www.replicationanswers.com</font" target="_blank">www.replicationanswers.com</font</a>>
 > (recommended sql server 2000 replication book:
 > <a rel="nofollow" style='text-decoration: none;' href="http://www.nwsu.com/0974973602p.html" target="_blank">http://www.nwsu.com/0974973602p.html</a>)
 >
 >
 >> Stay informed about: error 14151 
Back to top
Login to vote
JFB1

External


Since: Jun 18, 2004
Posts: 40



(Msg. 6) Posted: Tue Dec 28, 2004 11:30 am
Post subject: Problem Solved [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes that was the problem... I have to use securityMode 0 with login and pwd.
Tks
Johnny

-PublisherSecurityMode [0|
Specifies the Publisher's security mode. A value of 0 indicates Mixed Mode
(default), and a value of 1 indicates Windows NT Authentication Mode.
-PublisherLogin publisher_login
-PublisherPassword publisher_password

"JFB" wrote in message

 > Hi all,
 > I got this error this morning... what is the problem? everything was
 > working
 > fine...
 >
 > Executed as user: sqlUser. Replication-Replication Snapshot Subsystem:
 > agent
 > SERVER-SQL-Jobsheet-Jobsheet-12 failed. The process could not connect to
 > Distributor SERVER-SQL'. The step failed. [SERVER42000] (Error 14151).
 > The
 > step failed.
 >
 > Tks in advance
 > Johnny
 >
 >
 >> Stay informed about: error 14151 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SQL Error 14114 - (cross-posted to mssql replication newsgroup) MS-SQL2K (Build 2000.080.0534.00) on Win2K Server (SP4 Build 2195). I am trying to set up replication using EM/Tools/Replication/Configure Publising, Subscribers and Distribution ... using the same server....

Error 20017 - I have a subscription, that when I attempt to delete it, I get the message... 'Error 20017: The subscription on the Subscriber does not exist.' AHIA, Larry..

Error 208 -

LSN Error - SQL 2k WIn 2k. I just restored a dB and now I am receiving the following error on my log reader for the restored dB. The LSN (169614:314254:8) passed to log scan in database 'StoreMain' is invalid. I cannot find anything online. Any one have any..

SQL CE 2.0 -> MMC Error - When I run the SQL Server CE 2.0 snap in through Programs -> Microsoft SQL Server CE 2.0 -> Configure Conectivity Support in IIS. The screen opens and I can then configure the virtual directory , however subequently when I click on the tabs within...
   Database Forums (Home) -> Replication All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]