Cannot make server as Target server or link from Master Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vincento Harris

    Cannot make server as Target server or link from Master Server

    Sql Server 7 Standard Edition
    My Server was renamed and the normal steps of reinstalling
    and running sp_dropserver and sp_addserver were followed.
    Everything seems to work fine but jobs from the master server.
    I did defect the server as a target server since it appeared as offline
    anyway.



    On trying to re establish the status of the server as a target server

    Failed to make "serverName " a target server
    Enlist into Master Server "MasterServerNa me" Failed(Error 14262)

    Your insight is appreciated
    Vincento
  • Simon Hayes

    #2
    Re: Cannot make server as Target server or link from Master Server


    "Vincento Harris" <wumutek@yahoo. com> wrote in message
    news:2fa13ee7.0 405100422.632f4 324@posting.goo gle.com...[color=blue]
    > Sql Server 7 Standard Edition
    > My Server was renamed and the normal steps of reinstalling
    > and running sp_dropserver and sp_addserver were followed.
    > Everything seems to work fine but jobs from the master server.
    > I did defect the server as a target server since it appeared as offline
    > anyway.
    >
    >
    >
    > On trying to re establish the status of the server as a target server
    >
    > Failed to make "serverName " a target server
    > Enlist into Master Server "MasterServerNa me" Failed(Error 14262)
    >
    > Your insight is appreciated
    > Vincento[/color]

    Is @@SERVERNAME returning the correct (new) name? Error 14262 should be "The
    specified %s ('%s') does not exist" - what is the full error message you
    see? Are there any name resolution issues, ie. can both servers see each
    other (ping.exe or NET VIEW) on the network?

    Simon


    Comment

    • Vincento Harris

      #3
      Re: Cannot make server as Target server or link from Master Server

      "Simon Hayes" <sql@hayes.ch > wrote in message news:<409fc26e$ 1_1@news.bluewi n.ch>...[color=blue]
      > "Vincento Harris" <wumutek@yahoo. com> wrote in message
      > news:2fa13ee7.0 405100422.632f4 324@posting.goo gle.com...[color=green]
      > > Sql Server 7 Standard Edition
      > > My Server was renamed and the normal steps of reinstalling
      > > and running sp_dropserver and sp_addserver were followed.
      > > Everything seems to work fine but jobs from the master server.
      > > I did defect the server as a target server since it appeared as offline
      > > anyway.
      > >
      > >
      > >
      > > On trying to re establish the status of the server as a target server
      > >
      > > Failed to make "serverName " a target server
      > > Enlist into Master Server "MasterServerNa me" Failed(Error 14262)
      > >
      > > Your insight is appreciated
      > > Vincento[/color]
      >
      > Is @@SERVERNAME returning the correct (new) name? Error 14262 should be "The
      > specified %s ('%s') does not exist" - what is the full error message you
      > see? Are there any name resolution issues, ie. can both servers see each
      > other (ping.exe or NET VIEW) on the network?
      >
      > Simon[/color]


      Thanks for your response.
      @@servername returns the right value.
      I did forget to mention that the master server is sql server 2000 and
      target server, sql server 7.
      When the master server is pinged from the client it returns packets
      with no error.

      When originating_ser ver is selected from sysjobs it returns 'local'

      I did notice that the target server name has been added as an alias
      when you open
      the client network utilities.Not sure if that will make any difference

      This is the exact error message

      Failed to make "serverName " a target server
      Enlist into Master Server "MasterServerNa me" Failed(Error 14262)

      Vincento

      Comment

      • Simon Hayes

        #4
        Re: Cannot make server as Target server or link from Master Server


        "Vincento Harris" <wumutek@yahoo. com> wrote in message
        news:2fa13ee7.0 405110339.23cb3 558@posting.goo gle.com...[color=blue]
        > "Simon Hayes" <sql@hayes.ch > wrote in message[/color]
        news:<409fc26e$ 1_1@news.bluewi n.ch>...[color=blue][color=green]
        > > "Vincento Harris" <wumutek@yahoo. com> wrote in message
        > > news:2fa13ee7.0 405100422.632f4 324@posting.goo gle.com...[color=darkred]
        > > > Sql Server 7 Standard Edition
        > > > My Server was renamed and the normal steps of reinstalling
        > > > and running sp_dropserver and sp_addserver were followed.
        > > > Everything seems to work fine but jobs from the master server.
        > > > I did defect the server as a target server since it appeared as[/color][/color][/color]
        offline[color=blue][color=green][color=darkred]
        > > > anyway.
        > > >
        > > >
        > > >
        > > > On trying to re establish the status of the server as a target server
        > > >
        > > > Failed to make "serverName " a target server
        > > > Enlist into Master Server "MasterServerNa me" Failed(Error 14262)
        > > >
        > > > Your insight is appreciated
        > > > Vincento[/color]
        > >
        > > Is @@SERVERNAME returning the correct (new) name? Error 14262 should be[/color][/color]
        "The[color=blue][color=green]
        > > specified %s ('%s') does not exist" - what is the full error message you
        > > see? Are there any name resolution issues, ie. can both servers see each
        > > other (ping.exe or NET VIEW) on the network?
        > >
        > > Simon[/color]
        >
        >
        > Thanks for your response.
        > @@servername returns the right value.
        > I did forget to mention that the master server is sql server 2000 and
        > target server, sql server 7.
        > When the master server is pinged from the client it returns packets
        > with no error.
        >
        > When originating_ser ver is selected from sysjobs it returns 'local'
        >
        > I did notice that the target server name has been added as an alias
        > when you open
        > the client network utilities.Not sure if that will make any difference
        >
        > This is the exact error message
        >
        > Failed to make "serverName " a target server
        > Enlist into Master Server "MasterServerNa me" Failed(Error 14262)
        >
        > Vincento[/color]

        It sounds as if everything is OK - the only thing I can think of is that the
        alias in the client network utilities might still have the old server name?
        Also, can you create a working linked server from the SQL2000 server to the
        SQL7 one? If not, then there is probably sort of name resolution issue. But
        if you can, then I have no idea what the issue is - probably time to call
        Microsoft.

        Simon


        Comment

        Working...