Results 1 to 3 of 3

Thread: xp_cmdshell

  1. #1
    KMM Guest

    xp_cmdshell


    Hi !

    I am trying to use xp_cmdshell
    ---
    xp_cmdshell 'dir \abcc$'

    ---
    where abc is host name
    and C$ is shared name

    I get the following error message
    "Logon failure: unknown user name or bad password."
    I execute the same command at the dos prompt , I get the directory listing

    Any suggestions??

    Thanks.
    KMM

  2. #2
    Ray Miao Guest

    xp_cmdshell (reply)

    Do you run this as sa? Also check sql services' startup account.


    ------------
    KMM at 3/1/00 11:48:53 AM


    Hi !

    I am trying to use xp_cmdshell
    ---
    xp_cmdshell 'dir \abcc$'

    ---
    where abc is host name
    and C$ is shared name

    I get the following error message
    "Logon failure: unknown user name or bad password."
    I execute the same command at the dos prompt , I get the directory listing

    Any suggestions??

    Thanks.
    KMM

  3. #3
    KMM Guest

    xp_cmdshell (reply)


    I use WINNT authentication and log on as a user not as sa.
    And how do I check the sql services startup account
    Thanks


    ------------
    Ray Miao at 3/1/00 12:10:18 PM

    Do you run this as sa? Also check sql services' startup account.


    ------------
    KMM at 3/1/00 11:48:53 AM


    Hi !

    I am trying to use xp_cmdshell
    ---
    xp_cmdshell 'dir \abcc$'

    ---
    where abc is host name
    and C$ is shared name

    I get the following error message
    "Logon failure: unknown user name or bad password."
    I execute the same command at the dos prompt , I get the directory listing

    Any suggestions??

    Thanks.
    KMM

Posting Permissions

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