Question on setting a TLS 1.2 value within a SSIS package when connecting to...
We've been connecting to a vendor, Heartland, using a web service task in SSIS to consume our data and bring it down and insert the data into a SQL server table.This last Wednesday, they upgraded their...
View ArticleSSIS Archive files
Hi, I am having trouble archiving files to a specific folder. Appreciate your guidance on this. The scenario is 1. I have an incoming dir with name "PGSmyths" 2. I need to archive folders into the...
View ArticleDT_WSTR to DT_NUMERIC conversion
Hi all, I'm trying to make a dtsx package to extract data from a Sharepoint list and import it to an Oracle table. I installed the Sharepoint List Adapter from Codeplex. Some fields in the Sharepoint...
View ArticleOracle Provider for OleDB changing automatically
Hi,<o:p></o:p>I am using SSIS 2012. I am storing my Connection String and CompanyCode details in a SQL Table for the purpose of dynamic querying and dynamic connection. using Foreach Loop...
View Articleinsert records from excel by conditions
hello all I have packages that insert excel files into a table by using for loop container (the first step is truncate MRR table and then inserted into MRR table) one of the fields in the excel is...
View Articleconnection info disappears every time i close and reopen solution
Hi. I'm running vs2008. I cloned a package, added two conns and then tried to add them to configs which already had a few configs in , some using a sql table of conn strings.While the pkg was open...
View ArticleSSIS package with a Lookup Transformation running slow
I'm working on an SSIS package that takes a flat file as a source, looks up a value in a table based on 2 fields in the flat file record and writes the fields from the flat file plus the value...
View ArticleSSIS Get the highest ID number and assign ID to the next records
HelloI'm developing a data warehouse for a vet treatment database.I need to assign an ID column when a Pet has stayed in Hospital.In SSIS I need to get the max ID from the ID column, which I know how...
View ArticleSSIS ServerTargetVersion 2016 - no row displayed in dataflow
Hello, I have SQL Server Data Tools 15.1.61804.210 installed on my VS2017.when I create a package with ServerTargetVersion = 2017, rows are correctly displayed in the dataflow.If I change to...
View ArticleHow do i do a simple backup and restore in SSIS?
I've been searching google and to my avail i've found nothing. How do i do a simple Database Backup to Database A, and from the Backup File, restore it (incremental backups) to Database B using BIDS?...
View Articlehow can i fix this? works good in visual studio
I am having issues while executing my package in SSMSPackage runs fine in Visual studio. I have a oracle as source and sql server destination as connection managersMessage TypeActionMessage...
View ArticleLogin failed for user 'NT AUTHORITY\ANONUMOUS LOGON'. Reason: Could not fin a...
I have created a dts package and deployed to SSIS Dev server, with project deployment model. The package executes a stored procedure in a database named TCUCDB, which resides in another server...
View ArticleSSIS and OData
All,We are facing an issue with SSIS (2017 version) and OData (as Source). The error is: SSIS package starting. Information: 0x4004300A at DWH_CMN_MV_LOOKUP, SSIS.Pipeline: Validation phase is...
View Articlescript task
Hi,I have a situation whereby I want to calculate:the record count of a file received yesterday,store it in a variable.The file is actually deleted from the folder after being processed.calculate...
View ArticleSSIS 2012 script component won't complete, spins indefinitely
Hi All,Q: Why won't my SSIS Script Component fail or complete successfully? It spins indefinitely, never passing any rows through nor throwing any error. It literally ran for the last 40+...
View ArticleConcatenating SSIS Multiple Event Handler Messages
Hi Everyone,I enabled eventHandler in my ssis package that send an email to me when an error occurs.Unfortunately, this floods my mail box with lots of mails.Now, I want to add a for each loop...
View ArticlePivot/Unpivot in dataflow task SSIS
I have the data in following format:MONTH Number of Installs STATION Month Name Jul 0 ALPENA Jul Jul YTD 0 ALPENA Jul Jul 0 BIG RAPIDS Jul Jul YTD 0 BIG RAPIDS Jul Jul 0 CADILLAC Jul Jul YTD 14...
View ArticleHow to Implement PGP encryption in SSIS without any third party tools
Hi All, Could you please let me know if there is a way to implement PGP encryption in SSIS without any third party tools. Thanks,Vikram
View Article