Hi All earlier i have posted about an error message and i got help from most of the peers here on the forum, unfortunately nothing could pin point to the exact problem. Here, what is happeningi have a package and it has a sequence container and that in turn has 14 small containers. This package has been running w/o any problems for the past 6 months, for the past 2-3 days its failing. The package is scheduled to run every night. Finally i narrowed down to the conatiner that's having the problem, its the dataflow task in the container. The data flow task has a OLEDB Source (SLQ Database--- Data is retreived using the SQL Command). In the SQL commaned there is a date field (Letterdate) which is using the lookup table (Time Dimension) and this is where the job is failing and i'm getting the following error messages.
OnError,SQLSERVER,DDAD\SQLSERVICE,Import LETTER Facts,{AAC44A6A-2EA0-4EF5-A268-8EF7E2D33222},{D2A631B3-AB20-4C84-9617-3F88263A6582},3/14/2013 1:00:56 AM,3/14/2013 1:00:56 AM,-1073450901,0x,"component "Lookup LetterDateID" (701)" failed validation and returned validation status "VS_ISBROKEN".
OnError,SQLSERVER,DDAD\SQLSERVICE,Process all ENF VIO LETTERS,{9BD9E8F5-EB8B-43F5-BD71-285F71910C47},{D2A631B3-AB20-4C84-9617-3F88263A6582},3/14/2013 1:00:56 AM,3/14/2013 1:00:56 AM,-1073450901,0x,"component "Lookup LetterDateID" (701)" failed validation and returned validation status "VS_ISBROKEN".
OnError,SQLSERVER,DDAD\SQLSERVICE,Process all FACTS and their related DIMENSIONS,{30598208-5E22-428A-A4D7-9408CF114A34},{D2A631B3-AB20-4C84-9617-3F88263A6582},3/14/2013 1:00:56 AM,3/14/2013 1:00:56 AM,-1073450901,0x,"component "Lookup LetterDateID" (701)" failed validation and returned validation status "VS_ISBROKEN".
OnError,SQLSERVER,DDAD\SQLSERVICE,PKG_ACCELA_STAGING_Source_Loader_Nov 9th,{57C50918-9CDF-4D47-AB42-D19648C9099E},{D2A631B3-AB20-4C84-9617-3F88263A6582},3/14/2013 1:00:56 AM,3/14/2013 1:00:56 AM,-1073450901,0x,"component "Lookup LetterDateID" (701)" failed validation and returned validation status "VS_ISBROKEN".
But when i execute the packae manuallly from BIDS i'm not getting any error messages and the package is executed fine. Please need help.
SV