Validation erro: Component XML Source is missing required property "AccessMode"
I am very new to SSIS 2008 R2. I get this error when I try to run this:Error 1 Validation error. Data Flow Task XML Source [1]: The value for custom property "AccessMode" on component "XML Source" (1)...
View ArticleExcel data read from SSIS
I have one an excel sheet where column data type are mixed . Numeric no are displayed as 6.2 but the real value id 6.198432.However, excel sheet is protected. Keep in mind you can not change the excel...
View ArticleEDI 832 Catalog file
Hi SSIS Guru's,I have a requirement from my client to extract contents from ANSI X12 EDI 832 Catalog file to SQL Server Database using SSIS. I have a sample EDI 832 TXT file with fixed width characters...
View ArticleXML Source Error: Mapping
I am using SSRS 2008 R2 and am trying to add an XML Data Source via XML File Location. But when I select my XML Location and XSD file, I click on Columns and got this error:This says:Error at Data...
View ArticleSend Mail Task fails in SSIS package
I got the following error when start debugging my SSIS package when setting the "Microsoft Exchange" as SMTP Server in the SMTP Connection Manager.Error: 0xC002F304 at Send Mail Task, Send Mail Task:...
View ArticleSSIS check duplicate values of a composite key in table
Hello all,I am new in SSIS packages and today i try to insert values from flat file to table.The columns in the table are two , and they are forming the primary key (col A, col B).Also the values in...
View ArticleZip Files - Script Task
Hi,Is it possible to zip multiple files in Script Task/C# without using any third party tool or library? If so, can you please show/point to an example that does it? (.NET 3.5/4.0)Thank you
View ArticleSSIS package creation for EXCEL source in 64 bit environement
I am creating SSIS package programmatically. (using SQL Server 2008 & C#). I am facing one issue during excel file import in 64 bit environment.I am using 'Microsoft.ACE.OLEDB.12.0' provider to...
View ArticleError 0xC001000E Connection "426973...}" is not found.
I have a package that runs just fine as me from my laptop. I have created a SQL Agent job to execute this package. Package is stored on the file system. I've created a proxy (from me) to run this...
View Articlessis package in sql agent Job
Hi ALL,There are packages that run in sql agent failing with errorCode: 0xC0202009 Source: Data Flow Task DataTo [16] Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has...
View ArticleData Flow Items tab
When i click on tools -> choose tools Items dialog box, Control Flow and Data Flow Tab are missing.I've just worked with SQL Server Data Tools and SQL Server 2012 and these tabs are not...
View ArticleExcel error 64-bit version of SSIS
I have a 64bit system and installed ssis on my system.How do I changed the ssis project to 32 bit. I have this error:Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is...
View ArticleSSIS 2008, The name 'Dts' does not exist in the current context
Hi, Got issue when converting a SSIS SQL 2005 to 2008 version. The issue is in a script task where the custom class (MyClassBase) cannot access the Dts.Variables collection. Here is the code layout,...
View ArticleDynamic Raw File Destination
SSIS package has Control flow 1 and Control flow 2. Control flow1 writes to RawFile Destination. Conrol Flow 2 reads data from RawFile generated in Control Flow1.SSIS package works fine when the Raw...
View ArticleSQL agent Job
Hi all, When I run this sql job it runs fine when I schedule it to run after 5 mins then this job runs fine too (package executed) But when I schedule it run for every three hours then Jo is failed...
View Articlecolumn add vertical bar
Hi,how to add vertical bar into a fixed width flat file destination ?for example:123 test 8/7/2013123 |test |8/7/2013format has to exactly like above, line up the...
View Articleduplicate error message SSIS package
SSIS package has child package. There is Send e-mail task under OnError event in Master Package level. I have not written an send e-mail task under child package. When child package failed becuase of...
View ArticleExpression for variable failed validation
HiUsing VS 2005 on XP running 64 bit debug mode, trying to create an excel table with previous month name passed from my script in my script task, script amongst other things derives the month name and...
View Article[Connection manager "CONNECTIONNAME_OLE"] Error: The SSIS Runtime has failed...
I created a package which has the Transaction property Required. There are a number of 14 data flows tasks running 4 data flows in parallel one after the other. I get the errors posted in the Title and...
View ArticleXSLT Fails for ms:format-date Function SSIS 2008R2
Trying to use the .NET format-date function, since SSIS does not support XSLT 2.0. It works absolutely fine on my XP computer when using XML Notepad. However, when I use the same code in SSIS package,...
View Article