error in download json from api - System.Net.WebException: 'The request was...
Hi All,i'm trying to get data from rest api with token with "script component" in ssis. when the code is reaching the part of return client.DownloadString(downloadURL) it failsand return the error:...
View ArticleSSIS 2019, MSOLEDBSQL, Thread safe? Connection issue
Hi, I have a "ETL framework" built in SSIS. It has been running fine for several year, but when trying to run it on SQL Server 2019 I´m getting into trouble.Earlier I was using an OLE DB connection...
View ArticleStrange event handler behaviour
Given the following scenario:Why does the PARENT PACKAGE report the error from the FAILURE TASK and exit with an error?
View ArticleHow to extract all Database Objects from SSIS Packages 2014?
Hi All,I am looking for options to extract Database Objects (Source Query or table/sp/view, Destination Query or table/sp/view, any lookup table, any Execute SQL Task query) from SSIS Packages 2014....
View Articlewhy bitmap index in DWH
I have seen bitmap index as preferred choice in data warehousing environment. I wanted to know reasons for that. As per my own experience, one reason is bit map index are compressed and hence confined...
View ArticleSSIS Setup failed unknown error 0x80131500 0x80131500 and VS 2019
Because I did see only an empty ssis toolboxI tried to reinstall SSIS Version 3.4 and I got an error and following protokol:[0A70:1AA8][2020-03-04T18:45:56]i001: Burn v3.7.1224.0, Windows v6.2 (Build...
View ArticleHow to get multiple csv / excel files from secured webpage and load into...
Hello everyone, My requirement is to get files from webpage using SSIS script task / any other transformation but without using third party / new download transformation. Using username and password...
View ArticleObject reference not set to an instance of an object.
[Convert GS to JSON [29]] Error: System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleSSIS support from Microsoft
Hi,I came (might me rumor also) to know that Microsoft is going to stop the support and phasing out SSRS service in near future in MS SQL server. We were planing to develop SSRS reports for our product...
View Articledb2 driver azure and laptop differences
Hi, Difficult problem here. New to db2. Just looking for places to start. I installed a v 11.x db2 driver on my laptop, using vs 2015 enterprise and ssis ssdt 14.x . i was able to login to the...
View ArticleSSRS support by MS
Hi,I came (might me rumor also) to know that Microsoft is going to stop the support and phasing out SSRS service in near future in MS SQL server. We were planing to develop SSRS reports for our product...
View Articleexpression vs expression and constraint
HI,I have the process to check if the file is exists before continue with the other process. I am not sure which one should I pick and what is the different between two.Thanks
View ArticleError running dtexec /f from command line after including set parameters
HI,I have a package with project level parameters. I have managed to run it from the SSIS Integration Service Catalog and it works, I actually need to use the command prompt, test it and if it works...
View ArticleSSIS Project file Issues
Hi Everyone,Can you please suggest in the below situation with SSIS .Proj file ?I have added a new SSIS project to my solution. dtproj file is generating the different versions of analysis services...
View ArticleODBC source performance issue
Hi All,i am getting crores data from ODBC connectivity (ODBC source) to OLE DB destination (MS SQL Server). But automatically "ODBC source" enforced row by row fetch method. this task taking lots and...
View ArticleDistribution List in Send Mail SSIS task is omitted?
hi, it is weird. The PostExecute event for the task is done but nobody receives the email.Defining individually all the recipients, works perfectly.primary Integration Services on client:...
View ArticleSSIS Package - ADO.net Destination with ODBC connection - Input columns not...
Hello,I have an SSIS package that was originally built for SQL Server but I have had to rebuilt this for MySQL as the end destination due to budget constraints. I have multiple data flow tasks that...
View ArticleSSIS scheduled job fails
Hi,I am running an SSIS scheduled job on an SQL Server 2012(SP3 11.0.6260.1) instance. This job is running on-premise and the target is Dynamics 365. Starting from schedule the job always fail with an...
View ArticleInserting data from SQL server to MYSQL
Hello FriendsI need to INPUT some values from SQL SERVER to MYSQL using SSIS.I have follow thesehttp://blogs.msdn.com/b/mattm/archive/2009/01/07/writing-to-a-mysql-database-from-ssis.aspxbut getting...
View ArticleForEachLoop Wildcard filename
Hi All,I have a requirement where I'm getting flat file from customer inside FTP folder such as:1. Terminal_ABCD_20200527.txt2. Terminal_BCD_20200527.txt3. Terminal_CD_20200527.txt4....
View Article