Re: SqlXml Bulk Load Error File Writing Bug
- From: "Bertan ARI [MSFT]" <bertan@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Jun 2005 17:37:24 -0700
Are you using Bulkload in multithreaded enviroment or in different
processes?
--
Bertan ARI
This posting is provided "AS IS" with no warranties, and confers no rights.
"LvBohemian" <LvBohemian@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C0E84967-D69B-4E01-BEE6-55B16D89E518@xxxxxxxxxxxxxxxx
> Event Type: Error
> Event Source: SqlXmlBulkInsert
> Event Category: None
> Event ID: 1
> Date: 6/24/2005
> Time: 8:53:27 AM
> User: N/A
> Computer: TheComputer
> Description:
> Unknown Error: System.ArgumentException: The error log file could not be
> created. Make sure you have the appropriate permissions and that the
> ErrorLogFilePath is valid.
> at SQLXMLBULKLOADLib.SQLXMLBulkLoad3Class.Execute(String bstrSchemaFile,
> Object vDataFile)
> at ClassName.MethodName()
>
> I am simply trying to assign any valid filename and path this way...
> string strErrorFile = ConfigurationSettings.AppSettings["SqlXmlError"];
> objBL.ErrorLogFile = strErrorFile
>
> I have tried UNC's and full paths, all vaild, all permissions are what the
> should be, this error does not appear to have been resolved as I have
> found
> quite a few people with the same problem and no solution...
>
> This error occurs at random at run time...
>
> My code works otherwise...
>
> Comments, suggestions...
>
> Thanks in advance.
>
.
- Follow-Ups:
- Re: SqlXml Bulk Load Error File Writing Bug
- From: LvBohemian
- Re: SqlXml Bulk Load Error File Writing Bug
- References:
- SqlXml Bulk Load Error File Writing Bug
- From: LvBohemian
- SqlXml Bulk Load Error File Writing Bug
- Prev by Date: Re: configure IIS in SQLXML support
- Next by Date: Re: Import XML need to read attributes
- Previous by thread: SqlXml Bulk Load Error File Writing Bug
- Next by thread: Re: SqlXml Bulk Load Error File Writing Bug
- Index(es):
Relevant Pages
|