Results 1 to 5 of 5

Thread: xp_regwrite

  1. #1
    Mark Moore Guest

    xp_regwrite

    I am trying to execute the extended stored procedure xp_regwrite but I keep getting the following error:

    ODBC: Msg 0, Level 16, State 1
    Cannot load the DLL xp_star.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

    Does anyone know how I can fix this problem?


    Thanks in advance,

    Mark Moore
    Data Broadcasting Corporation
    mmoore@dbc.com

  2. #2
    Patrick M Guest

    xp_regwrite (reply)

    1. Go to master database on the server you are trying to execute this esp on and verify on the master DB under extended sp's that this sp is missing
    2. If it is not missing then try prefecing the esp with master..xp_regwrite
    3. If it is missing then add it to the master db extended sp list
    right click mouse
    click on "new extended stored procedure"
    add the name
    and place the xp_star.dll in the dll name protion

    Also note this sp may have been removed by your DBA, this is done for security reasons, so consult with him/her first


    ------------
    Mark Moore at 7/21/00 5:48:11 PM

    I am trying to execute the extended stored procedure xp_regwrite but I keep getting the following error:

    ODBC: Msg 0, Level 16, State 1
    Cannot load the DLL xp_star.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

    Does anyone know how I can fix this problem?


    Thanks in advance,

    Mark Moore
    Data Broadcasting Corporation
    mmoore@dbc.com

  3. #3
    Patrick M Guest

    xp_regwrite (reply)

    1. Go to master database on the server you are trying to execute this esp on and verify on the master DB under extended sp's that this sp is missing
    2. If it is not missing then try prefecing the esp with master..xp_regwrite
    3. If it is missing then add it to the master db extended sp list
    right click mouse
    click on "new extended stored procedure"
    add the name
    and place the xp_star.dll in the dll name protion

    Also note this sp may have been removed by your DBA, this is done for security reasons, so consult with him/her first


    ------------
    Mark Moore at 7/21/00 5:48:11 PM

    I am trying to execute the extended stored procedure xp_regwrite but I keep getting the following error:

    ODBC: Msg 0, Level 16, State 1
    Cannot load the DLL xp_star.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

    Does anyone know how I can fix this problem?


    Thanks in advance,

    Mark Moore
    Data Broadcasting Corporation
    mmoore@dbc.com

  4. #4
    Guest

    xp_regwrite (reply)

    1. Go to master database on the server you are trying to execute this esp on and verify on the master DB under extended sp's that this sp is missing
    2. If it is not missing then try prefecing the esp with master..xp_regwrite
    3. If it is missing then add it to the master db extended sp list
    right click mouse
    click on "new extended stored procedure"
    add the name
    and place the xp_star.dll in the dll name protion

    Also note this sp may have been removed by your DBA, this is done for security reasons, so consult with him/her first


    ------------
    Mark Moore at 7/21/00 5:48:11 PM

    I am trying to execute the extended stored procedure xp_regwrite but I keep getting the following error:

    ODBC: Msg 0, Level 16, State 1
    Cannot load the DLL xp_star.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

    Does anyone know how I can fix this problem?


    Thanks in advance,

    Mark Moore
    Data Broadcasting Corporation
    mmoore@dbc.com

  5. #5
    Guest

    xp_regwrite (reply)

    1. Go to master database on the server you are trying to execute this esp on and verify on the master DB under extended sp's that this sp is missing
    2. If it is not missing then try prefecing the esp with master..xp_regwrite
    3. If it is missing then add it to the master db extended sp list
    right click mouse
    click on "new extended stored procedure"
    add the name
    and place the xp_star.dll in the dll name protion

    Also note this sp may have been removed by your DBA, this is done for security reasons, so consult with him/her first


    ------------
    Mark Moore at 7/21/00 5:48:11 PM

    I am trying to execute the extended stored procedure xp_regwrite but I keep getting the following error:

    ODBC: Msg 0, Level 16, State 1
    Cannot load the DLL xp_star.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).

    Does anyone know how I can fix this problem?


    Thanks in advance,

    Mark Moore
    Data Broadcasting Corporation
    mmoore@dbc.com

Posting Permissions

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