April 24, 2012 at 8:17 am
I have a problem where a very large SSIS Package Hangs after Not Responding.
In the bottom left hand corner it displays "Validating Incremental Load".
This is not the name of the package so I'm not sure where it is getting this from.
I suspect that the package is corrupted.
Is there a way to recover?
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 24, 2012 at 8:23 am
A false alarm perhaps It is validating each transformation now at a snails pace.:-D
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 24, 2012 at 8:31 am
I click on debug and nothing...
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 24, 2012 at 2:04 pm
Welsh Corgi (4/24/2012)
I click on debug and nothing...
It's probably validating everything again 😀
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 25, 2012 at 7:46 am
I'm trying to delete task from it and it takes about an hour per task.
I tried selecting several tasks at a time but it hangs.
I need to edit this package in XML.
It has EXEC SQL Tasks and a Transformation Task in the COntrol Flow with OLE DB SOurce & Destination in the Data Flow.
I need to be careful what I remove from the XML FIle.
I wish that there was a DTS equivalent to Edit Offline.
Thanks for the reply.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 25, 2012 at 8:18 am
It takes approximately 5 minutes to delete a task.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 25, 2012 at 2:50 pm
I'm still deleting at a snails pace.
It is taking a lot longer to delete.
I create those task a lot faster and then it went down hill.
It is as if the package is corrupt.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
April 25, 2012 at 3:59 pm
A few things.
1) Restart Visual Studio/BIDs. the cache occassionally gets wonky.
2) Go through the package and look for OLEDB sources that are using stored procedures and the like. Make sure the property ValidateExternalMetadata = FALSE
3) Instead of mass deletes, copy/paste the couple of components you want to a new package and avoid the old one if it's causing that much heart-ache.
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
April 25, 2012 at 4:15 pm
:-):-):-)
Evil Kraig F (4/25/2012)
A few things.1) Restart Visual Studio/BIDs. the cache occasionally gets wonky.
2) Go through the package and look for OLEDB sources that are using stored procedures and the like. Make sure the property ValidateExternalMetadata = FALSE
3) Instead of mass deletes, copy/paste the couple of components you want to a new package and avoid the old one if it's causing that much heart-ache.
Craig,
Thanks for your reply.:-)
I have restarted BIDS repeatedly.
I have several SP's that I use for logging, other than that I have 1 Exec SQL Task to Exec a SP as opposed to a Data Transformation task.
Thanks for the help.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply