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 2005 Forums
 SSIS and Import/Export (2005)
 SSIS Package creation

Author  Topic 

subbaraovutukuri
Starting Member

1 Post

Posted - 2009-04-15 : 14:47:13
Hello Everyone,

I started creating the SSIS package in my local machine, i am using OLE DB Source and assigned the connection and table, after that OLE DB Source showing me the below error:

TITLE: Package Validation Error
------------------------------

Package Validation Error

------------------------------
ADDITIONAL INFORMATION:

Error at Data Flow Task [DTS.Pipeline]: The LocaleID 127 is not installed on this system.

Error at Data Flow Task [DTS.Pipeline]: "component "OLE DB Source" (1204)" failed validation and returned validation status "VS_ISBROKEN".

Error at Data Flow Task [DTS.Pipeline]: One or more component failed validation.

Error at Data Flow Task: There were errors during task validation.

(Microsoft.DataTransformationServices.VsIntegration)

Could anybody please let me know the solution.



Thanks,
Subbu

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-04-16 : 10:55:52
double click on oledb source and check the source used and also column mappings tab to spot the problem.
Go to Top of Page
   

- Advertisement -