Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Help i'm stuck

Author  Topic 

Gili
Starting Member

42 Posts

Posted - 2005-09-12 : 09:09:08
does anybody familiar with this error msg
"Not enough storage is available to complete this operation".??
i have Sql Server 2000 sp3a and windows server 2003 standard edition.
i search a lot about this issue and i did'nt found anything that can help me about it.
i hope here i can find the solution.
thanks.
Gil.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-09-12 : 09:40:38
what kind of operation?
maybe you don't have enough disk space?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-12 : 09:43:47
i have left 70 GB so it's not space disk problem and i have 1.75 GB memory.
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-12 : 09:44:42
70 GB free space .
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-09-12 : 09:50:57
and what is your operation?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-12 : 14:54:25
my operation is
windows server 2003 standard edition,
dual cpu,
1.75 gb ram,
sql server 2000 sp3a.
i don't know what to do i check anything...
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-09-12 : 14:56:40
Gili,

What are you doing when you get this error?

Tara
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-13 : 01:56:48
i recieve this error when i'm execute an dts.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-09-13 : 04:10:05
does this error happens when you start the sql server's DTS application or
when you execute a package in the DTS?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-13 : 04:13:02
it's happen when i execute a package in the DTS.
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-13 : 04:16:58
it's happen when i execute a package in the DTS.
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-09-13 : 04:43:37
and what does this package do?

Go with the flow & have fun! Else fight the flow
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-13 : 05:00:25
This package Transfer Data From one database to another database.
With Queries insert and update And lookups.
Go to Top of Page

Gili
Starting Member

42 Posts

Posted - 2005-09-13 : 10:10:12
well here is some more info this is my QA Server i restore all the database from the production server on the production server there is SQL server 2000 sp3a,4gb RAM and
200 gb hard disk and the same os like the QA server so i don't understand why on the QA server those DTS Process failed.
Go to Top of Page

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2005-09-13 : 10:35:27
Load a very small amount of data via the DTS package....and log what it's doing...(your error message is too brief).
If the DTS works, increase the size of the input data and repeat, until the error occurs.
If the DTS fails to work even with the smallest dataset, then the problem is not with the data, but with some activity that is being performed within the data.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2005-09-13 : 10:57:09
Could TEMPDB, or the database itself, being set to a fixed size cause this error?

Kristen
Go to Top of Page

gaos
Starting Member

6 Posts

Posted - 2005-09-15 : 20:16:03
check your transaction log size, and you may need to disable it when loading data.
OR you may check your dts property the option tab, make sure fast insert is enabled, otherwise, regular insert will be used and transaction log will be full quickly.
Go to Top of Page

matik
Starting Member

1 Post

Posted - 2005-09-20 : 17:09:36
http://support.microsoft.com/kb/889170/

it's a bug.
Go to Top of Page
   

- Advertisement -