![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello. I have a DTS package that imports a text file into a SQL 2000 table. When I tested the package I used a file that's 64 MB. I then used a live file that's 1.2 GB and got the following error message. Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Error Description:Error creating file mapping view: Not enough storage is available to process this command. The server currently has 83 GB of free space. Is there something that I can do to overcome this issue? TIA. Rita |
#3
| |||
| |||
|
|
Hello. I have a DTS package that imports a text file into a SQL 2000 table. When I tested the package I used a file that's 64 MB. I then used a live file that's 1.2 GB and got the following error message. Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Error Description:Error creating file mapping view: Not enough storage is available to process this command. The server currently has 83 GB of free space. Is there something that I can do to overcome this issue? TIA. Rita |
#4
| |||
| |||
|
|
Its Known bug, Check this link - http://support.microsoft.com/default...en-us%3B221513 CAUSE = When importing a text file, the DTS Import Wizard calls the command MapViewOfFile in order to display the structure of the file being imported. If the user is working on a Windows 95 or Windows 98 computer, the MapViewOfFile call will attempt to reserve a contiguous area of memory large enough to map the entire file, even though only a small part of the file will be displayed. Windows 95 and 98 use a shared memory space for this mapping and thus will be limited to less than 1 GB. How much less depends on what applications are loaded on the system at the time of the MapViewOfFile call. WORKAROUND = To work around this problem, use a client computer running Windows NT when importing large text files by means of the DTS Import Wizard. Thanks, Sree "RitaG" wrote: Hello. I have a DTS package that imports a text file into a SQL 2000 table. When I tested the package I used a file that's 64 MB. I then used a live file that's 1.2 GB and got the following error message. Error Source: Microsoft Data Transformation Services Flat File Rowset Provider Error Description:Error creating file mapping view: Not enough storage is available to process this command. The server currently has 83 GB of free space. Is there something that I can do to overcome this issue? TIA. Rita |
![]() |
| Thread Tools | |
| Display Modes | |
| |