I installed the Attunity SSIS connector from the below link into my machine. My machine is a Windows 7 Laptop, and I am using Visual Studio 2008 as my IDE to create my integration service project. Now according to the help provided with Attunity, I should be able to choose the oracle connectors from the "Choose toolbox items -> SSIS Data flow tasks", however the connectors are just not available in the list. I verified the program files folder and I can see the Attunity folder along with the language folders. I already restarted my machine as well. Is there anything I am missing to use these connectors?
Download:
http://www.microsoft.com/download/en/details.aspx?id=29283
I believe that you have installed the wrong version of the Attunity SSIS connector. The link that you had provided contains the connector for SSIS 2012 and not for SSIS 2008.
Here is the link to the correct Attunity connector for SSIS 2008
Microsoft® Connectors v1.2 for Oracle and Teradata
I installed the above version and I can see the connectors displayed on SSIS Data Flow Items in Choose toolbox items dialog.
Related
In one of our company meetings with Microsoft we were advised to use Microsoft SSIS Connectors by Attunity Version 4.0 if we extract data from Oracle. We used to extract the data from Oracle using Oracle Provider for OLE DB.
I have tried to install the recommended components without success. I have oracle clients 32 bits (ODTwithODAC122010.zip) and 64 bits (ODAC122010_x64.zip) installed and then I attempted to install SSIS Attunity Connectors as explained on this post. It's supposed that after the installation I would see the components on the SSIS toolbox (Data Flow section) but no matter what I do they simply don't show up.
I can successfully connect to oracle server using the component we have always used.
My SSIS projects target version is SQL Server 2016. Visual Studio 2015 Enterprise. My OS: Windows 10 Enterprise.
I tried to install v4 32-bit version of the attunity connector and it did not work, I also tried to install v3 64-bit version of the attunity connector and the installation failed because I don't have SQL Server 2014 installed only 2016, which is why I'm supposed to use v4 64-bits.
Any advice from anybody who had an issue like this before?
You need both x86 and x64 versions of the Oracle clients.
And you should install both 4.0 and 5.0 x64 (x86 will be added automatically) versions of Attunity connectors.
After that you should be able (almost guaranteed) to see Attunity connectors in the SSIS Toolbox in VS2015.
Hope this helps.
I know there are a number of questions relating to SSIS and the “Microsoft Access Database Engine 2010 Redistributable”, but none of them seems to solve my problem.
I have Visual Studio 2005 running onn a 64bit machine. I have successfully downloaded and installed the 64bit Database Engine, as I can see it in Control Panel program list. However, there is no sign of "Micosoft Access" etc when I attempt to create a new OLE DB connection within SSIS. I need this to read Excel xlsx files.
Any ideas?
I was trying to create a new oracle Database project in Visual studio 2013 but not able to find the right framework to do so. The closest I can find in VS 2013 is "SQLserver Database project" , which is not Oracle.
I am looking for a solution(plug-in/ tutorial) to create the same from couple of days but didn't get anything helpful.
following are the closest but didn't help for a beginner like me :
How to create Oracle database project using Visual studio 2010?
How to create a database project in Visual Studio 2013
If you are using the Ultimate/Enterprise editions of Visual Studio, here is the information you need to connect.
Oracle Developer Tools for Visual Studio (ODT) is a tightly integrated "Add-in" for Microsoft Visual Studio. Download ODT here: http://www.oracle.com/technetwork/developer-tools/visual-studio/overview/index-097110.html
Then, connect your application to an Oracle database using the .NET Framework Data Provider for Oracle. [source]
In the Choose Data Source dialog box, select Oracle Database, and click OK.
If the Add Connection dialog box opens, and the Data source is not Oracle Database, click Change to open the Choose/Change Data Source dialog box. For more information, see Choose/Change Data Source Dialog Box.
Type the name of the server where the database you want to access is located.
Type the User name and Password used to access the database, if required. For more information, see Add/Modify Connection (Oracle).
Click OK.
I want to connect to informix database from Visual Studio 2013. I've checked the IBM site and it contains whole lot of drivers and plugins. I've installed Client SDK and then I installed IBM server driver package then I installed Visual Studio add-in.
I tried connecting using setnet 32 and I'm able to succeed.
I'm able to connect to database using Squirrel and IBM Data Studio.
I'm able to connect to server using Visual Studio but it crashes when I opened a new query.
How can I connect to an Informix database from Visual Studio 2013?
Can you please clarify how are you trying to connect IDS database.
Are you trying to connect the database by using application code such as ODBC, .NET, ESQL/C etc while it is debug using VS.
Or
are you trying to create a connection node under VS database explorer.
If it is VS database explorer then Informix CSDK do not have support for it.
You will have to install IBM Database Add-Ins for Visual Studio 2013.
This Add-Ins are part of IBM Data Server driver package.
This connectivity uses DRDA protocol, so you will have to enable DRDA port on the IDS server.
Then try create VS database explorer entries by specifying the DRDA port.
(or connect if the entry already exist)
I'm trying to use the Microsoft Connectors v2.0 for Oracle (https://www.microsoft.com/en-us/download/details.aspx?id=29283) to connect to an Oracle database through SSIS.
I am running Windows 7 SP 1 (64-bit), with Visual Studio 2013 Ultimate. I have installed the connector:
I also have the 32-bit Oracle client installed on my machine for PL/SQL Developer - it works.
But when I create a package in VS 2013 and try to connect to the Oracle DB - I don't have the option to connect to the Oracle source:either by trying to add a new connection through the connection manager or creating a Data Flow Task and dragging the Oracle Source from "Other Sources" within the data flow.
Any suggestions on how to make this work?
Thanks,
Apparently you need the Microsoft Connectors v3.0 for Oracle to work with VS 2013.
Microsoft Connectors v3.0 for Oracle and Teradata