Re: Bulkload - permissions
From: Irwin Dolobowsky[MS] (irwind_at_mail.microsoft.com)
Date: 03/18/04
- Next message: Irwin Dolobowsky[MS]: "Re: how to post dynamically created updategram to sql server"
- Previous message: Irwin Dolobowsky[MS]: "Re: Bug in SQLXML"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 16:43:25 -0800
What are the permissions of the process running the script? Also, Make sure
that the Sql Server account can see the schema (I think you do this).
-- Irwin Dolobowsky Program Manager - SqlXml http://weblogs.asp.net/irwando This posting is provided "AS IS" with no warranties, and confers no rights. "Fred" <anonymous@discussions.microsoft.com> wrote in message news:E5C1FD3E-12F2-46F1-BBCB-9BFE75627CD9@microsoft.com... > I want the activex SQLXMLBulkloadobject load from a remote file identified by an UNC like \\remoteserver\path\test.xsd. The ActiveX is running in a script in a SQL server package. > I get an error in the log file : > <?xml version="1.0"?><Result State="FAILED"><Error><HResult>0x8007052E</HResult><Description><![CDATA[Sch ema: unable to load schema '6.xsd'. An error occurred (Unknown Error).]]></Description><Source>Schema mapping</Source><Type>FATAL</Type></Error></Result> > > the hresult seems to be in relation with logon/passwords... > (the schema file work well on the local machine) > the Sql Server service run with administrator's rights. > when logged with these right, i can see the file on the shared directory. > > so, what is wrong ? > >
- Next message: Irwin Dolobowsky[MS]: "Re: how to post dynamically created updategram to sql server"
- Previous message: Irwin Dolobowsky[MS]: "Re: Bug in SQLXML"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|