Results 1 to 6 of 6

Thread: Remote procedure call - URGENT

  1. #1
    Join Date
    Aug 2003
    Posts
    3

    Remote procedure call - URGENT

    Hello Gurus,
    Here I got some strange problem.

    I have two servers srv1 and srv2. From query analyzer I am able to run remote procedure call. If I use SQL SERVER JOB
    the job is getting failed here is the message
    "Login failed for user 'sa'" Reason : Not associated with Trusted connection"

    NOTE : I am running NT and SQL option.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Did you create linked server? (Hardcode the userid and password on the security option of linked server)

    What authentication mode you use on both servers?

  3. #3
    Join Date
    Aug 2003
    Posts
    3
    Originally posted by MAK
    Did you create linked server? (Hardcode the userid and password on the security option of linked server)

    What authentication mode you use on both servers?
    I have created Remote server not Linked Server.
    Both servers running with SQL and NT mode.
    Any idea?

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    MAP remote logins to different local logins.

  5. #5
    Join Date
    Aug 2003
    Posts
    3
    Originally posted by MAK
    MAP remote logins to different local logins.
    no luck..

    no the error changed to
    "Login failed for domain\username"

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    Try map to sql login not windows account on remote server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •