SSIS OracleClient Data Provider - Connection Timeout not recognized
Fellow SSISers,I have an ssis 2016 package that reads Oracle - migrated it from ssis 2008 r2.All done with a new vm.New up-to-date oracle client/drivers, etc etc.My package uses a db connection manager...
View ArticleUsing SSIS to Mirror database tables between different DB2 and SQL Server
I am wondering if SSIS packages can be used to mirror database tables between DB2 and SQL Server or must there be an intermediary step such as a load?
View ArticleNeed to sync tables between two database in different instance
Hi team,i have a requirement to sync tables (for now 2) between two database in different instance. Tables: TableA, TableB both has create & update timestamp fieldsInstance1--> DB1 -->...
View ArticleComparison between two tables
Hello, could somebody give an advice how to perform comparison of two tables, suppose to be the same. E.G., how to discover the difference in column values i.e., specifically, PIN values in PIN column...
View ArticleStrange behavior from Oracle OLE DB Source in a dataflow
I have a pretty simple data flow that uses an OLE DB Source, using the Oracle OLEDB Client. In the OLE DB Source, I can parse the query and it succeeds. I can alos preview the data. But when I run...
View ArticleNeed to create a temp table or table variable that will store data from sql...
Hi,My ssis package has an oledb source which joins oracle and sql server to get source data and loads it into sql server oledb destination. Earlier we were using linked server, for this purpose but we...
View ArticleHow to convert string in format dd.mm.yyyy to date using SSIS expression?
I have a date 26.12.2019(dd.mm.yyyy) in CSV which I'm trying to convert to 2019-12-26 using Derived Column in SSIS.I have used this expression but it does not seem to work. (TRIM([Period Start Date])...
View ArticleSQL Server Agent Job is not running SSIS ETL project properly
We have a SQL Server Agent Job set up to run a package from the MSDB Stored Package. That package runs a SSIS project (ETL). The job is scheduled to run daily. When the job runs, it reports back as a...
View ArticleExport SQL Server query output into a tab delimited format but the format...
Dear Experts,I have this requirement from application team to output a query in a specific format. I used the export data wizard available in SQL Server and could generate an output file that is tab...
View Article##TEMP table loads but dataviewer shows NULLS!!
When I select * from my ##TEMP table it shows records during execution, but it shows empty when inserted into the EXCEL Destination. The data viewer shows all NULLs, but it still shows 4392 records....
View ArticleSSIS Package still running after failure
HiI have an SSIS Package that calls another SSIS Package. When the called SSIS Package fails the original package is stuck still waiting for a response. This is the case in Visual Studio and from SSIS...
View ArticleImporting from Mainframe with Host Integration Server
Hi team, I am trying to import from mainframe to SQL Server using SSIS as something similar mentioned in below article...
View Article3rd Party App execution/Automation Process via SSIS
Hi Guys, I`m working with a 3rd party Vendor, Our process will create a Input file from SQL DB which then needs to be uploaded into our Vendor Application, the input file gets processed by software and...
View ArticleSSIS : How to add WSS header to include username token in the SOAP request ?
Error Message : WSS header is missing from request. Can't do username token authentication.I need to add UsernameToken in the header to pass the username and password in the SOAP body. How do I achieve...
View ArticleGetting Output from Executing Stored Procedure in SSIS
Hi,Anyone able to help with this:I have a SQL Stored Procedure with this:USE [MyDB] GOEXEC [dbo].[MyTable]GOIf I run this is Management Studio it works and returns the following results:Code...
View Articleignoring failure to connect to 1 or more of 12 servers
Hi, we run 2017 std. I've done my best in the image below to show at a high level the general architecture we use to consolidate info from 12 servers. Failure to connect to 1 or more of the 12 servers...
View ArticleDuplicate component name in SSIS package
We have an SSIS package that is currently running on an SQL 2014 instance. When I exported the package to my workstation and tried to open it, I get 'Microsoft Visual Studio is unable to load this...
View ArticleGetting "does not have a matching source column in the schema" errors in SQL...
I have a SQL Server Agent job that runs an SSIS project. We are using SQL Server 2012 and Visual Studio 2015. The data source for the SSIS project is 'CData Hubspot Source'. The output is a table in...
View ArticleScript component has encountered an exception in user code.
HiI am running a dtsx package in Microsoft Visual Studio 2010. I am trying to run a xls file with several worksheets. I have never got any problems until today. I have erased the last file and...
View ArticleHow to bulk convert ISO8859 text in Text columns to UTF8 in nvarchar(max)...
Hi, I've been struggling for days with a problem on a MS SQL database. Here is the situation: I have an old Open Source PHP application (Limesurvey version 1.92) running on a Windows 2008R2 server,...
View Article