SSIS package execution error- on server
Hi,I have created package with one flat file source and two destination , valid data goes to sqlserver destination using oledb provider and bad data goes to another flat file.This package executes...
View ArticleHow to assign variable that is getting set within script task component?
Hello,I have a below -script component,Is it possible to use FileName variable ,build expression and use it in File connection manager?I have multiple files at this path,I want to read each file and...
View ArticleHow to include header in SSIS package when export to CSV?
At the moment when I export out to a CSV file, the headers are not included. How do I include the header?
View ArticleHow to us a configuration file for uploading a file to a FTP server SSIS
I am haveing trouble with this i am a learning SSIS and i am very new to this i need help with Save the user name and password into the configuration file. I really need a step by step on how to do...
View ArticleScript Task Issue in SSIS
I want to combine multiple tables from one database, and the new tables should be loaded in another database.I tried join queries in Script Task to combine tables, But If I execute Script Task again it...
View Articlejoin on multiple conditions
I want to join data on different conditions. for example I have two tables named "t" and "y". I want to do this join on ssis:"select * from t left join y on (t.tel = y.tel or t.tel = y.mobile) and...
View ArticleDelete and update in different tables using SSIS package
Hi TeamHave data in 3 different databases like Archive, Staging and Live.Live DB : data from Jan 2006 to Dec 2018Archive DB : data from Jan 2006 to Dec 2014Staging DB : data from Jan 2006 to Dec...
View ArticleHow to implement digital signing on ssis packages?
hi everyone,I'm just a whole newbie for that. I imagine that at first is needed a certificate commited for a company.Any link or whatever will be very appreciated.cheers,
View ArticleDigital sign
http://msdn2.microsoft.com/en-us/library/ms141174.aspxhttp://msdn2.microsoft.com/en-us/library/ms137947.aspxI've read the MSDN articles (referenced above), but still have a problem with digital signing...
View ArticleSum of columns' fill weight cannot exceed 65535
Hi I am trying to pull data as the first step in my SSIS project from an OData source. The error I keep getting is Sum of columns' fill weight cannot exceed 65535How do I get round this?J
View ArticleHow to dynamically change an SSIS Data Flow Column's length at runtime
First - I am not very good at SSIS and I am not looking to rewrite the package, only to make as small a footprint for my change as possible. We have an ETL package which imports several hundred DB2...
View ArticleSSIS
Hi Team,Iam having one master folderE:\Internal projects\In that it contains multiple sub folders,That subflder contains multiple excel files.Iam implemented by using foreachloop to get multiple files...
View Articlessis buffer architecture vs console app
Hi we run 2016 enterprise. We need to choose between a c# console app and ssis pkg for loading 500k records once weekly from one db server to another.Why would I pick ssis over the console app? Does...
View ArticleError: Data conversion failed while converting column
This is the error I kept getting.[Data Conversion 0 - 0 [2]] Error: Data conversion failed while converting column "FirstDetection" (83) to column "FirstDetection" (11). The conversion returned status...
View ArticleLocaleID 17 is not installed on this system
Dear all,I am just trying to export a plain file containing japanese chars to one single mssql table.The only option available in my SSIS ecosystem is Japanese (Japan) but Japanese is not...
View Articledynamic destination files
This is my data ACNum Description TransactionAmount D101 Test 1 $100 D102 Test 21 $200 D102 Test 22 $2200 D103 Test 31 $300 Based on above data,...
View ArticleHow to convert DateTime to CSV file?
This is what I currently have in my Data Conversion.And it's showing 2019-02-05 16:07:48.430000000 in the CSV file. I want to show 2/5/19 1:25 AM instead. What DataType should I use to make this...
View ArticleSSIS Issue with 2016 Package and IS 2014
Hi, I created a project/package with visual studio 2015 for a named instance that is on MSSQL Server 2016 DE. SSIS was configured on the default instance which is on 2012 Developer Edition. I created...
View ArticleFile System Task Editor closes when selecting DestinationVariable
I've set up a File System Task to move a file. I set IsDestinationPathVariable to True. When I click inside the DestinationVariable value column and either click the drop-down arrow or hit the up/down...
View ArticleSSIS VB script send mandrill email as high import
I can use VB script send email as following. I would like to know is there a way to set this email as High Importance? If so, how?Public Sub Main() Dim varHTMLMail As MailMessage Dim...
View Article