xpsql.cpp: Error 87 from GetProxyAccount on line 604
From: S (vadlamanis_at_gmail.com)
Date: 04/18/05
- Previous message: Sophie Guo [MSFT]: "Re: MS03-031 on WS03 SP1"
- Next in thread: Sue Hoegemeier: "Re: xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Reply: Sue Hoegemeier: "Re: xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 18 Apr 2005 12:31:08 -0700
Hi,
I am trying to execute a stored proc from ASP. The contents of
stored Proc:
DECLARE @cmd nvarchar(500)
SET @cmd = 'bcp DBNAME.dbo.TABLENAME out
D:\Inetpub\ftproot\TABLETXT.txt -k -c -E -USQLUSER -PPASSWORD'
EXEC master..xp_cmdshell @cmd
GO
I am a webdeveloper, I don't know what to do?
Any help would greatly be appreciated.
- Previous message: Sophie Guo [MSFT]: "Re: MS03-031 on WS03 SP1"
- Next in thread: Sue Hoegemeier: "Re: xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Reply: Sue Hoegemeier: "Re: xpsql.cpp: Error 87 from GetProxyAccount on line 604"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|