FIX: OLAP DTS Processing Task Fails with Error Code -2146828087 (800A00C9) (318721)



The information in this article applies to:

  • Microsoft SQL Server OLAP Services 8.0

This article was previously published under Q318721
BUG #: 12796 (plato7x)

SYMPTOMS

If multiple Data Transformation Services (DTS) OLAP processing tasks are run simultaneously and the package has DTS logging enabled, one or more of the tasks may fail with the error code -2146828087 (800A00C9).


Refer to the "More Information" section of this article for a sample of the full DTS log.

CAUSE

The DTS OLAP processing task logs all processing status information to a temporary file and writes it to the DTS log at the end of processing. If multiple DTS OLAP processing tasks run at the same time, it is possible for a name collision to occur with the temporary log file. The updated DTS OLAP processing task appends the process ID to the temporary file name to avoid naming collisions.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How To Obtain the Latest SQL Server 2000 Service Pack

NOTE: The following hotfix was created before the release of Microsoft SQL Server 2000 Service Pack 3.

The English version of this fix should have the following file attributes or later:
   Date         Time       Version     Size            File name   
   ---------------------------------------------------------------

   02/19/2002   01:12 PM   8.0.0.583   369,228 bytes   Msmdtsp.dll
				
NOTE: Due to file dependencies, the most recent hotfix or feature that contains the files may also contain additional files.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
This problem was first corrected in Microsoft SQL Server 2000 Service Pack 3.

MORE INFORMATION

Here is a sample log output:

DTSRun:  Loading...

DTSRun:  Executing...

DTSRun OnStart:  Product

DTSRun OnError:  Product, Error = -2146828087 (800A00C9)

   Error string:  Operation canceled

   Error source:  Analysis Services Processing Task

   Help file:  

   Help context:  1000201



Error Detail Records:



Error:  0 (0); Provider Error:  0 (0)

   Error string:  Operation canceled

   Error source:  Analysis Services Processing Task

   Help file:  

   Help context:  1000201



DTSRun OnFinish:  Product

DTSRun:  Package execution complete.
				

Modification Type:MinorLast Reviewed:4/28/2003
Keywords:kbSQLServ2000sp3fix kbbug kbfix kbSQLServ2000preSP3fix KB318721