46 questions
-1
votes
1
answer
77
views
SSIS: Connection may not be configured correctly or you may not have the right permissions on this connection
I have following problem:
I use a variable:
Server=DESKTOP-156DAO6\FILEWATCHERSER;Database=testDb;User ID=florian;Password=test123321;TrustServerCertificate=true;Trusted_Connection=False
for ...
0
votes
1
answer
47
views
VS 2017, Integration Services SSIS, Set ServerName Variable to the Connection Strings ServerName using Expression errors
I am trying to set up a Variable Called ServerName in my SSIS package. I need the variable to render the name of the server used in the connection string from the connection manger named "...
0
votes
0
answers
13
views
File connection managers won't deploy with the SSIS package they are contained within
I've been copying a dtsx package that contains nearly all Execute T-Sql statement tasks. The engineer who built this sadly died in December, I'm just trying to do what needs to be done for my team's ...
1
vote
1
answer
1k
views
Upgraded to VS 2022 and SSIS ADO.Net connections no longer work
I have upgraded from VS2019 to VS2022 and none of my ADO.NET connection mangers no longer work. My previous connections in VS2019 were SQLClient Data Provider. When I try and use those same connection ...
0
votes
0
answers
164
views
I can not select or add a database name in connection manager for VS 2022
I am new to SSIS and I have to add a connection for SQL destination server. But, I cant see any names or databases to add there.
The server name was correct. When I click on test connection, it says ...
0
votes
1
answer
132
views
SSIS Excel Connection Manager using Expression fail : "Cannot update. Database or object is read only"
I am struggling on this error for a long time now.
Here is the configuration of my project :
a server SERV_SSIS_CATALOG where SSIS packages are deployed
a server SERV_FILE (another) with files ...
0
votes
1
answer
176
views
Creating SSIS Custom Component - PreExecute method cannot get connection manager
I had trying my hands on creating a SSIS custom component to retrieve data from Salesforce. I having the custom connection manager project working and verified, and the custom source works and ...
0
votes
1
answer
297
views
In SSIS how can I select SQLBASEOLEDB in the connection manager under the 'provider' dropdown?
I need to update a connection in SSIS to a Gupta SQLBase OLE DB provider but it does not show as an option in the dropdown.
I have registered the Gupta SQLBase OLE DB provider on my local machine for ...
3
votes
5
answers
9k
views
SSIS - Cannot connect to excel source and load any views or tables. Visual studio version 2022
I have a problem when importing data in SSIS from an excel source.
I have the Visual Studio Professional 2022 installed and excel’s version is Microsoft® Excel® for Microsoft 365 MSO (Version 2301 ...
0
votes
1
answer
309
views
Can't save the password in connection manager in SSIS package, it's replaced with *** (stars) after publishing
I have a SSIS package shifted to ADF, it's connected to Azure SQL Server, but every time I publish, the password in connection manager is being replaced with ********** star symbols. - obviously its ...
2
votes
0
answers
2k
views
SSIS Error: ADO NET Source failed to acquire connection - Could not create a managed connection manager
I am unable to execute my SSIS package in Visual Studio.
I am guessing that it might be some kind of a compatibility issue as things were running fine before my software upgrades.
I have used a ADO....
0
votes
1
answer
1k
views
No Tables or Views when Connecting to Excel file in SSIS
Visual Studio 2019
Excel 365 64-bit
Excel file has a single worksheet named raw_products
I added a Data Flow Task to my Control Flow
Added Excel Source to the Data Flow
Opened the Excel Source and ...
3
votes
3
answers
2k
views
Azure storage connection to Datalake G2 in SSIS using Access Key
Test connection Connection manger in SSIS to the azure storage using access key succeeded.
While copying data using Flexible file task in SSIS throwing an error "[Flexible File Task] Error: ...
1
vote
1
answer
994
views
Copying parameters and connection managers from one SSIS Package to another
I have an SSIS package with some parameters and connection managers that are parametrized using environment variables
What I need to do is to come that ssis package, change the name and few other ...
0
votes
0
answers
237
views
SSIS Read File With No Column Names
Alright so I am not sure how to go about this, I have files that will be coming in a format like this that I need to read into a SQL Server database:
As you can see, it is "~" delimited and ...
0
votes
1
answer
541
views
SSIS 2019 Package which imports Excel file creates an empty file if it isn't in the expected folder
I have a SSIS 2019 Package which imports an Excel as soon as the file is placed to a folder and then moves the Excel file to another folder (agent will run it every 30 minutes). At the beginning I ...
0
votes
1
answer
443
views
Empty error while executing SSIS package in Azure Data Factory
I have created a simple SSIS project and in this project, I have a package that will delete a particular file in Downloads folder.
I deployed this project to Azure. And when I am trying to execute ...
0
votes
1
answer
279
views
SSIS Exit Sequence Container Following Error Is Not Releasing Excel File
I have an SSIS package that has been working without issue for some time, but due to changes in our company infrastructure, we have had to make some changes.
In simple terms, the SSIS package reads a ...
0
votes
1
answer
744
views
How to Remove All Database Connection Dependencies in an SSIS package
I have an SSIS package that contains a connection manager used for logging. The logging service has been deprecated and I have been tasked with removing references to it from the package. Before I ...
0
votes
2
answers
850
views
How can i pass database name dynamically in ssis execute sql task
In my server there are multiple databases. Hence having multiple connection manager for each db on server.
Would like to pass database name as parameter in executesql task, so that I can reduce the no ...
-1
votes
1
answer
946
views
SSIS Excel Connection manager validation is taking forever
SSIS Excel Connection manager validation is taking forever. The same package works when running Visual Studio in administrator mode. The Excel file I am reading is from a local folder.
I set the ...
0
votes
0
answers
84
views
2016 SSIS Package- Duplicate connections
We have noticed the SSIS packages has created duplicate connections in the package , not sure when we open the solution the package was trying to connect to the server credentials and unavailable due ...
0
votes
1
answer
436
views
finding network connection type using the library connman (connection manager) and function connman_service_get_type
I want to write a c code to display the network connection type in ubuntu.I found a library called connman (connection manager) and also i got a function connman_service_get_type for getting the ...
1
vote
0
answers
1k
views
SSIS Connection Manager - retry connection after failed attempt
I am wondering if there is a property from the connection manager or a straight forward way to retry the connection in case of timeout.
I am experiencing a random connection error when trying to ...
0
votes
1
answer
110
views
How to Execute SSIS package from local,but files like (.csv, .xls...) are on VM
How to execute SSIS package from local machine, where there are different source files are on VM machine which are source file for this packages,
how SSIS packages can connect to the VM Machine for ...
1
vote
0
answers
1k
views
SSIS DataFlow Script Component Oracle and SQL Server Connection Managers Get Confused
So... I've got an SSIS Package that creates and runs SSIS Packages in memory. The "meta" package creation happens inside of a DataFlow Script Component that is set up as a Destination. The basic ...
0
votes
0
answers
438
views
How to configure the connection manager in SSIS to connect to a MySQL database on a remote server?
I am trying to configure the connection manager in SSIS using .Net Providers\MySQL Data Provider to connect to a MySQL database on a remote server. I am basically following this tutorial
https://...
1
vote
1
answer
1k
views
SSIS connection manager cannot find my SQL Server database
This is my very first step in SSIS and I am trying to migrate data from an excel sheet into my database.
I am following different tutorials and I am at the point where I need to set up my destination....
0
votes
0
answers
695
views
ssis - how to parameterize excel connection
I need to load a .xlsx source to do some things. I've made an Excel Connection Manager and it works but I need to parameterize it to use a dynamic path. How can I do that? I've read a lot of guides ...
3
votes
3
answers
23k
views
SSIS OLEDB Connection Manager - Unable to connect to a database (No database names appear)
I am trying to create a connection manager in Microsoft SQL Server Data Tools for Visual Studio 2017 (SSDT) for an integration services project.
In the Connection Manager:
The Provider is set to: ...
0
votes
0
answers
711
views
SSIS OLEDB connection not saving password when setting connection string from package configurations
I am setting up an SSIS project for testing. This project has a package where I manage some connections to SQL Server data bases, for doing this I use Package Configurations. Here I have a ...
0
votes
0
answers
2k
views
SSIS File System Task - Create Folder - "The network path was not found"
I've recently created an SSIS Project and deployed that project to a folder in SSISDB. I've tested this project and I am able to run it end-to-end in Visual Studio successfully.
However, when I run ...
0
votes
2
answers
284
views
When do SSIS Connections occur?
Do SSIS ConnectionManagers attempt to make their connections on package start, or when the connection is first used?
If it's the latter, I can use failure transitions to handle connection failures ...
0
votes
1
answer
3k
views
SSIS Excel Connection "No tables or views could be loaded"
I am using Visual Studio 2017 and trying to connect to an Excel file source for a data flow. I have tried all of the following solutions found on StackOverflow and none of them work:
Installed 32-bit ...
1
vote
2
answers
3k
views
Performance issues of a data transfer between Oracle and SQL Server using SSIS
I am trying to design a process that transfers data from Oracle to SQL Server 2016 by using SSIS. It is done with the aim of removing productive processes from an SQL Server 2000 instance, where the ...
3
votes
1
answer
3k
views
Deploying custom SSIS connection manager failing with '...is not recognized as a valid connection manager type'
I have made a custom SSIS Connection Manager (.NET 4.6.2):
namespace HelloWorldCm
{
using Microsoft.SqlServer.Dts.Runtime;
[DtsConnection(
ConnectionType = "HELLOWORLD",
...
0
votes
0
answers
44
views
How to Execute flat file source by ssis catalog
I have a ssis pacakage which was in designed in 2008 and i have upgraded it to 2017 having flat file source.
I want to execute via ssis catalog (SSMS).
How to add file name in ssis catalog?
2
votes
1
answer
2k
views
SSIS - Change between to ConnectionManagers without going through all the components to change its reference
I've used DataSource named HSV then decided to switch to an OLE DB connection with the same name.
I've switched between the two in the ConnectionManagers section.
But now all the components which ...
2
votes
1
answer
4k
views
How to get the sql connection from dts config file in ssis package scripts
In our normal c# this is the way to get connection string from app.config
SqlConnection con =
new SqlConnection(ConfigurationManager.ConnectionStrings["DPTConnectionString"].ConnectionString);
But ...
3
votes
0
answers
300
views
How to get SSIS connection which is defined using a custom connection manager
I am trying to edit a SSIS package from code using ManagedDTS dlls (and others) and I need to access one of the connections defined in the package in order to re-map the columns in one of the source ...
2
votes
2
answers
2k
views
Use SQL Server database table as to configure SSIS project parameters and variables
We would like to use a SQL Server table as a source for all connection manager values within SSIS. We would prefer to do this at the project level since many of our connections are already at the ...
2
votes
1
answer
1k
views
change run 64 bit run time property to false on run time executing ssis package through sql server job
I have parent package and associated child package to be executed from sql server agent job but I am getting following error :
*
Source: xxxxx Connection manager "RedshiftODBC" Description: An
...
0
votes
1
answer
1k
views
SQL Agent detects a connection manager in SSIS package that has been deleted
We've been working to get some SSIS packages deployed to our SSISDB catalog in the sql server. After fixing umpteen issues with permission in proxy accounts the latest issue is this;
After deploying ...
1
vote
1
answer
2k
views
Use an already created connection in "Connection Managers" into Biml script
I have an already source connection in SSIS "Connection Managers". It is a custom connection (not a oledb or any other standard connection types). Is it possible to reuse it (i.e call it) in the Biml ...
2
votes
2
answers
867
views
SSIS Connection manager issue
I created a Project within SSIS it would take data from a table within a db, do a data conversion and then insert into a Excel spreadsheet. it was working fine with no issues for about a week but now ...
2
votes
0
answers
1k
views
Can't read flat file in SSIS (but the live job still works!)
I have inherited a bunch of SSIS packages. In some of these packages there is a connection manager being used to grab a flat file. These flat files are downloaded daily from FTP and unzipped - then ...