The AcquireConnection method call to the connection manager failed with error...
Background:The SSIS package has been running fine every week for last 10 months. It extracts data from Oracle using ODBC connection and then loading to sql server db. A week back, it failed in SQL...
View ArticleVisual SSIS load vs. Excel Ole DB
I have an ODBC source. And if i do a simple query from Excel. Get data - other sources - from ODBC. Advanced editor and use the script select * from Filemaker_Fields I get all 111.000 rows,...
View ArticleSuspended SQL when running from SSIS
Hello everybody and thank your for your time. I migrate from SQL 2008R2 to SQL 2014. I have an SSIS job that do some ETL process. ETL work perfect on SQL 2008R2, and using the SSIS on visual studio...
View ArticleDifferent Behavior of Two Oracle Sources in SSIS using Attunity connector
I have observed very different behavior in our two different Oracle DBS . All Varchar2 Data types are treated as VARCHAR in SSIS when we connect to first DB. We developed all packages using first DB...
View ArticleDoubt in ssis variable assigning in for loop container
Hello,Can we increment 2 variable values in for loop container in assign expression like below@forloop=@forloop+@batchcount && @batchcount = @batchcount + @batchcountS surendra Chowdary
View ArticleSSIS Static Analysis
Hi All,Is there any tool available in the market for SSIS static analysis and SSIS security analysis. We are trying to implement DevOps,CI/CD we are trying to identify all the tools and integrate them...
View ArticleSSIS Package: Match by ID in table and move files from One to another two...
Hi - Need your help in this. Below is the scenario : 1. I have got of files with the format (Name_ID_PatientID_currenttimestamp.pdf), these files are generated daily. Highlighted yellow is the...
View ArticleIs a CTE the way to go ?
I am trying to pull data from our address file which has ~400K records.The below image shows part for one street in that table, MinSt/MaxSt are the address number. The street in this example goes from...
View ArticleSSIS: Extract Part of file in SSIS
Hi guys - How do i extract the specific ID from the filename in SSIS. I already have a variable which pulls filename and now i want to pull an ID from filename. Filename: Card Already Issued...
View ArticleRead XML Code inside a text file
Hello AllI am currently working on a project where i have to read the text file (file contains all XML Code) and parse that and load it to the database tables. If its a XML file i would use a XML...
View ArticleSSIS CDC control Task
Hi Guys,We have couple of table, which exists like 2 years since application was first setup; Recently DBA team enabled CDC on our request for faster ETL process;We want to load full data as initial...
View ArticleSystem.ArgumentOutOfRangeException Error
My data profiling task in SSIS terminates with the following error.[Data Profiling Task] Error: Error occurred when profiling the data. The error message is: System.ArgumentOutOfRangeException:...
View ArticleSSIS Variable not changing through script.
I have created a Script Task in a data flow, in which for debugging purposes, I have done the following: public override void PostExecute() { base.PostExecute(); /* * Add...
View ArticleNo tables or views could be loaded.
Hi, I am using the newest Visual Studio and setting up everything for SSIS. I tried to add an OLE DB connection in Connection Managers. Since I installed my SQL Server in a virtual machine, I used the...
View ArticleSQL 2016 - cannot connect to Integration Services
I have a brand new installation of SQL 2016 Standard Edition on clean install of Windows Server 2016. Brand new hardware as well. Currently our production server is running SQL 2012. I am in the...
View ArticleHow does SSIS skip errors?
Hi everyone,I created a package in SSIS that contains a loop container foreach with some components inside, and I hope that when the component inside fails, foreach doesn't prompt for failure, and the...
View ArticleHow to send mail using script task?
Hi ,I have a package with logging file in text. I want to send mail with the logging file using script task in ssis.What should I do?Please help.Thanks.
View ArticleGetting rid of "shared Singleton Manager::Log Versions: SDK" line in SQL...
HiUnder SQL Server agent Jobs, when I view an SSIS job history - I can see a line per message like this:"... shared Singleton Manager::Log Versions: SDK ...."In the SSIS log file itself which was...
View Article