dbTalk Databases Forums  

DTS package suddenly empty?? No backup :(

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS package suddenly empty?? No backup :( in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Doug Swanson
 
Posts: n/a

Default DTS package suddenly empty?? No backup :( - 01-16-2004 , 09:00 AM






I know we should've backed up our DTS.... but this is still strange. We use
several DTS packages to exchange data. Suddenly last night the jobs quit
working. When I open the DTS in Ent. Mgr the package is empty!! No
workflows, no file objects nothing!...in ANY of the DTS packages...the date
on the dts does not appear to have been modified from the last time we
maintained it....any ideas what might have happend? Any help would be
greatly appreciated as we're in firefight mode this morning..as well as
backing up everything else.

thanks
Doug

--
Doug Swanson



Reply With Quote
  #2  
Old   
K
 
Posts: n/a

Default RE: DTS package suddenly empty?? No backup :( - 01-16-2004 , 09:26 AM






hello doug;

don't panic. query the sysdtspackages in the msdb databases to check if the packages actually exist. if they don't, that's not good. but if they do, check the drive where your msdb database resides and verify if the drive has enough space. make some room and you should be able to see your packages. at least this was my problem when my packages once dissappeared.

hth,
K

Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS package suddenly empty?? No backup :( - 01-16-2004 , 10:00 AM



If you are able to open the package in designer then you have a row in
sysdtspackages.

1. Look in the error logs.
2. Reregister the DTS dlls.
3. Pump sysdtspackages to another server from which you know you can open
DTS packages

DTS is client side so try opening the packages on that server from A.N.Other
box. If the packages are good then you will be able to open things up and
prove the problem is with the server.

What errors did you get ?

If there was nothing in the package then the jobs would have worked as there
was nothing to go wrong.

Do you not have a backup of MSDB ?

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"K" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
hello doug;

don't panic. query the sysdtspackages in the msdb databases to check if
the packages actually exist. if they don't, that's not good. but if they do,
check the drive where your msdb database resides and verify if the drive has
enough space. make some room and you should be able to see your packages. at
least this was my problem when my packages once dissappeared.
Quote:
hth,
K



Reply With Quote
  #4  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default RE: DTS package suddenly empty?? No backup :( - 01-16-2004 , 10:51 AM



Also verify that the drive where the temp and tmp environment variables
point have sufficient room. DTS makes use of temporary files and this can
cause the behavior you are seeing.

Rand
Thsi posting is proved "AS IS" with no warranties, and confers no rights.


Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS package suddenly empty?? No backup :( - 01-16-2004 , 11:55 AM



Rand

Is this also true of when simply opening a package?
How much space is required? My guess would be an extremely small amount.



--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Rand Boyd [MSFT]" <rboyd (AT) onlinemicrosoft (DOT) com> wrote

Quote:
Also verify that the drive where the temp and tmp environment variables
point have sufficient room. DTS makes use of temporary files and this can
cause the behavior you are seeing.

Rand
Thsi posting is proved "AS IS" with no warranties, and confers no rights.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.