September 21, 2011 at 1:48 pm
I am using SQL Server 2008 R2 (not SQL Express). I have a database created with autogrowth on for the files and have plenty of disk space. I am importing a large (10,654,768 kb) text file to the database. I am getting the following error:
Operation stopped...
- Initializing Data Flow Task (Success)
- Initializing Connections (Success)
- Setting SQL Command (Success)
- Setting Source Connection (Success)
- Setting Destination Connection (Success)
- Validating (Success)
Messages
* Warning 0x80049304: Data Flow Task 1: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.
(SQL Server Import and Export Wizard)
- Prepare for Execute (Success)
- Pre-execute (Success)
Messages
* Information 0x402090dc: Data Flow Task 1: The processing of file "F:\TruGreen\Check History\CkFiles07152011\F0719_092011.txt" has started.
(SQL Server Import and Export Wizard)
- Executing (Success)
- Copying to [dbo].[F0719_092011] (Error)
Messages
* Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Could not allocate a new page for database 'TruGreenHistorical' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
(SQL Server Import and Export Wizard)
* Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (151)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination Input" (151)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
* Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - F0719_092011" (138) failed with error code 0xC0209029 while processing input "Destination Input" (151). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
* Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
(SQL Server Import and Export Wizard)
* Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - F0719_092011_txt" (1) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
- Post-execute (Success)
Messages
* Information 0x402090dd: Data Flow Task 1: The processing of file "F:\TruGreen\Check History\CkFiles07152011\F0719_092011.txt" has ended.
(SQL Server Import and Export Wizard)
* Information 0x402090df: Data Flow Task 1: The final commit for the data insertion in "component "Destination - F0719_092011" (138)" has started.
(SQL Server Import and Export Wizard)
* Information 0x402090e0: Data Flow Task 1: The final commit for the data insertion in "component "Destination - F0719_092011" (138)" has ended.
(SQL Server Import and Export Wizard)
* Information 0x4004300b: Data Flow Task 1: "component "Destination - F0719_092011" (138)" wrote 2079675 rows.
(SQL Server Import and Export Wizard)
Can anyone shed any light on where I can turn next to determine what the problem is. I don't believe there is anything wrong with the data.
I don't typically work with creating new databases but I have also never had a problem like this. Any advice would be greatly appreciated.
September 21, 2011 at 2:23 pm
I forgot to mention the size of the database is 9482 MB which I don't believe is close to any of the limits.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply