Re: SqlXml Bulk Load Error: COMException (0x80004005)
- From: "Graeme Malcolm" <graemem_cm@xxxxxxxxxxx>
- Date: Thu, 5 May 2005 14:15:51 +0100
I'm no expert in this area, but I've seen similar symptoms to what you
describe that were resolved by setting the "Trusted for Delegation" group
policy setting. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gp/538.asp.
Of course, it might be completely unrelated - sorry not to be more definite!
--
Graeme Malcolm
Principal Technologist
Content Master
- a member of CM Group Ltd.
www.contentmaster.com
"LvBohemian" <LvBohemian@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CDFC776F-6F83-40AF-A3E2-7D11D7CDB3D6@xxxxxxxxxxxxxxxx
Neither the IIS Computer itself nor the account it is using are setup for
any
specific delegation, I created an Service account which has log on as a
service and a batch job for the domain that both the sql server & web server
are on, gave that account access to the applicable database from within sql
server. In the web config of the web app I am using the identity tag thus:
<identity impersonate="true" userName="domain\account" password="password"/>
for proof of concept once working then I will go with the encrypted version
using aspnet_setreg.exe:
<identity>
userName="registry:HKLM\Software\AspNetIdentity,Name"
password="registry:HKLM\Software\AspNetIdentity,Pwd"
</identity>
If I use same account on a box with both a web server and a sql server on it
it works...
What delegation rights do you think the web server & or account it is using
might need?
Thanks in advance.
.
- Follow-Ups:
- Re: SqlXml Bulk Load Error: COMException (0x80004005)
- From: Graeme Malcolm
- Re: SqlXml Bulk Load Error: COMException (0x80004005)
- References:
- SqlXml Bulk Load Error: COMException (0x80004005)
- From: LvBohemian
- RE: SqlXml Bulk Load Error: COMException (0x80004005)
- From: LvBohemian
- Re: SqlXml Bulk Load Error: COMException (0x80004005)
- From: Graeme Malcolm
- Re: SqlXml Bulk Load Error: COMException (0x80004005)
- From: LvBohemian
- SqlXml Bulk Load Error: COMException (0x80004005)
- Prev by Date: Re: SqlXml Bulk Load Error: COMException (0x80004005)
- Next by Date: Re: SqlXml Bulk Load Error: COMException (0x80004005)
- Previous by thread: Re: SqlXml Bulk Load Error: COMException (0x80004005)
- Next by thread: Re: SqlXml Bulk Load Error: COMException (0x80004005)
- Index(es):
Relevant Pages
|