DataFlow task hangs after PreExecute method is finished inside...
i have a DataFlow task with FlatFile source (5 cols, 10k rows approx with 1 incomplete row at the end) > OleDb destination and ScriptComponent error output destination...i have put a breakpoint...
View ArticleSSIS message instantly upon running "There were build errors" leading to...
SSIS package importing multiple unique excel spreadsheets that has run successfully multiple times.Suddenly, receive message instantly upon hitting Start "There were build errors etc...continue...
View ArticleIt's time for the TechNet Wiki SSIS "Great Guru Love-in"! You too can get...
February at TechNet Wiki usually involves a lot of love... We love to read.We love to learn.We love our gurus, for they love to give. We love to make friends and promote great content.We love to meet...
View ArticleCompute MD5 hash value using script component
Hi ,I am looking to convert all the source column to md5 hash value,I never worked on this scenario.below is my code , please suggest me where and what i need to change in code to get md5 value in...
View ArticleMatching a T-SQL date with a SSIS datetime variable - SSIS 2012
Hi,in a my SSIS 2012 pkg I've created a datetime variable (I cannot to create a date variable) and I've read a SQL Server table to get a date column (without the time info) by using an Execute SQL...
View ArticleAssign Raw File Source into variables
I read data from a raw files source that have just one row. I want to assign each column to a different variable. How can I do it?
View ArticleSript Task and Excel
Hi All,I have a requirement in which the task is to read data from .xls file and put it into a text file. The SSIS should read data from Excel cell A:4 to L:15. Only the data highlighted in Yellow...
View ArticleAdding footer with text and number
hii am using following code to have footer in my file. Public Overrides Sub CreateNewOutputRows() Dim recordCount As Integer Dim vars As IDTSVariables100 'Get the record count...
View ArticleCreating new column with hard coded values in SSIS
Hi ,I have a constant value (such as 1/1/2015) in my source. I want to create a new column(col 1) with hard coded values.How can i do it in SSIS.col1 col2A 1/1/2015B 1/1/2015C...
View ArticleMicrosoft Connector Attunity 3.0 in SSDT
Hi Gurus,I'm trying to install Microsoft Connector for Oracle by Attunity v 3.0. I cannot see any Oracle Source or Oracle Destination in SSDT. I also cannot find how to add it manually.I am refering...
View ArticleScript Task and Excel
Hi All,I have a requirement in which the task is to read data from .xls file and put it into a text file. The SSIS should read data from Excel cell A:4 to L:15. Only the data highlighted in Yellow...
View ArticleLoop through excel file sheets in ssis
HI..I have one excel file which is having dimensions meta data info in each sheet (One dimension info in each sheet) with same format. Sheet name having the dimension name.Now, i want to access these...
View ArticleDeployed SSIS package not writing to text file
Hello.I have a SSIS package that checks for records in a table and then sends information in an email to a person as well as log the information to a text file. This all works great in my BIDS program....
View Articleexecute sql task - Input string was not in a correct format
hi i am using below statement and taking result into variable.select sum(paymentamount) as totalamount from [dbo].[SampleSourceData]single row ,but getting error :[Execute SQL Task] Error: An error...
View ArticleSSIS packages are not visible in File System after deploymnet
Hello, experts,I created a SSIS pke (2008 R2), configuration file and manifest file on my computer. I then copied all three files to the testServer and deployed my package to the file system (D:\Test)...
View ArticleChanging date format using derived column
Hi,I have input date as 1\16\2012. i want to change it to 20120116. and for 11\5\2012 it should be 20121105.How can i do it in SSIS using derived column.
View Articlescript task how to add date value
hii have following code i am trying to add date into script task Public Overrides Sub CreateNewOutputRows() Dim vars As IDTSVariables100 Dim vars1 As IDTSVariable100 Dim...
View Articlescript task destination
hii have 1 ssis variable which i am trying to use in my script task,but when i run its throwing an error.how to use curentdate here.i am passing as a read only in script task...
View ArticleSSIS 2012 OData - Cannot acquire a managed connection
I have an SSIS project in SQL Server 2012 deployed via VS 2012 SSDT-BI.If I run this from my local SQL Server it works correctly, however if I push it to another server and run it I always get aCannot...
View ArticleCHANGE_TRACKING_CURRENT_VERSION
I am tracking insert changes only on 4 tables. I am using an SSIS package and stored procedures to return incremental changes to all tables to populate a data warehouse.When the initial data is loaded...
View Article