common CM for multiple file movement
I have two packages, using same DB connection and different file connection mgrI am requested to use pkg config file, I kept common config for both the pkgs, by defining all the variables specific to...
View ArticleHow to make a configuration property of a .dtsconfig be optional?
In my environment I have a .dtsconfig file where the deploy team will put all the property values( ConnectionString's from all data sources, ETL range period, etc...and this .dtsconfig has the path...
View ArticleError: To run a ssis package outside of sql server data tools you must...
Hi,If I run SSIS Execute sql task through DTEXEC package then its executing fine but if I run script task in package through DTEXEC - getting error as Error: To run a ssis package outside of sql server...
View ArticleError connecting to Oracle database (64 bits driver ODAC with visual studio...
I have installed the ODAC driver 12.2c Release 1 on the server and managed to create a linked server to the oracle databaseWhen connecting directly to the oracle database using ADO.NET (OracleClient...
View Articledifferent date type format of SSIS and another Database (EXASOL) with...
Hello, I've really big problems with SSIS transformation with different date data type from one ODBC source to another ODBC source in Data Flow although the database is the same (from EXAXOL tabel to...
View Articlewill some expressions by default only change value once?
Hi, i'm using ssis 2014, vs 2013. i usually let the sql server assign my pkg start date by selecting getdate() in t-sql and assigning the resultst to a run date var.i'm always thinking about reducing...
View ArticleODBC error between App and DB servers
Hi Team,We are getting below error message and code.Please help what could be the root cause of it."There was an error while trying to establish an ODBC connection with the database server"
View ArticleHow to rename a table dynamically using SSIS 2012?
Hi,I have a table called Employee. As per the requirement, I need to rename the table dynamically whenever the ssis package runs.Example, is it runs on 4/12/2020, it should be renamed to...
View ArticleHow to implement SCD type1 and type2 at the same table
Hi All,I want to implement SCD Type1 and Type2 in one table, i.e. my columns has got type1 and type2. I have the following table made from different tables; the columns are Column1, Column 2, Column3,...
View ArticleNot able to load data using Odata Service
Hi,Im not able to load data from a odata service, but able to preview the data service document location : https://services.odata.org/V3/OData/OData.svc/please help me to fix this issue
View ArticleODBC connection error in SSIS package
Hi I am trying to create a connection manager for a ODBC source in visual studio 2019. I have created the connection manager using a connection string and it works successfully. I have selected Table...
View ArticleSSIS package callling child package in for loop
Hi everyone,I have a parent package calling two child packages. I have two for loop and , for every loop value I call first child package A first and then call second child package B. What i was hoping...
View ArticleSSIS bufer error
Hi everyone,I am calling a package from another package and I keep getting error on lookup ssis component. Has anyone seeing this kinda error before? Can someone look at it and let me know what needed...
View ArticleConnection not found error- But connection is created - please help!
Hi, I have created a SSIS package. I ahve used Kingsway softwate to connect to Salesforce. THis package is working fine in my machine. Now. I have moved this to different server for testing (file...
View ArticleSSMS 16.5.3 cannot open Integration Services 13.0 - SQL Server 2016 SP2...
Hi all, here is what is going on. On my development computer I was able to connect to our remote production SQL Server 2016 / Integration Services from SSMS 16.5 for the past 3 years. This past week I...
View ArticleSSIS VB script with oracle connection not returning proper encoding
Hi,I've got a data adapter connection in SSIS VB script to connect to an Oracle 9I database that is encoded with US7ASCII that is returning ? for french characters. I've tried using the convert...
View ArticleSSIS connection to SharePoint List
Hi All,We are trying to create new SSIS package to get SharePoint list details into SQL database, because we have FBA on SP 2013 we are getting connection error when we try to create connection manger...
View ArticlePackage execution completed. But Data Flow Task inside is still going on -...
Hi, I have a SSIS 2012 package. I executed it in my SSDT. After some time it showed 'Package execution completed with success'. But when i see the components inside, still one Data Flow task is...
View ArticleStrange behavior of Data Flow task - please help!
Hi, I have a strange problem. Inside a ssis 2012 package, there is a Data Flow task. OLE source --->lookup-->OLE destination. Very simple. When I run the package, OLE Source ---> Lookup shows...
View ArticleNeed SSIS job to run when new file arrives
Hello,I have a job that runs set of ETL packages that import the data from excel files to database tables. The new files arrive anytime. There is no fixed schedule when they arrive. The requirement is...
View Article