Quantcast
Channel: Attunity Integration Technology Forum
Viewing all articles
Browse latest Browse all 411

Problems trying to execute SSIS package containing MS Connector for Oracle

$
0
0
My issue is that I have a very simple SSIS package using the Microsoft Oracle Connector which executes fine within Visual Studio 2015 on my laptop, but throws numerous errors when deployed to either SQL Server, or when attempting to run from the command line. I've tried various links I've found here and elsewhere but I still cannot get this to work.


I am a complete newbie on these tools, I am coming from an Oracle and .NET background, so I may be missing some basics here.


Laptop setup is: Visual Studio 2015, ODP.NET 64 bit, 64-bit Oracle Client, MS Oracle Connector by Attunity 5.0 64-bit, Sql Server Data Tools for VS 2015, Sql Server Management Studio 2016 - 13.0.16106.4.


On the database server: SQL Server version is 2016 (SP1) - 13.0.4001.0 (X64)
Developer Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 <X64>, Oracle 64-bit client, SSIS, and MS Oracle Connector by Attunity 5.0 64-bit version.


I'm attempting to populate 3 SQL Server tables from 3 corresponding Oracle tables.


I have a very simple integration services project in VS 2015: 1 control flow item, with 3 data flows - all 3 run a simple SELECT against the same Oracle database with a connection manager to that DB, each one reads a different table, and populates a different SQL Server table (using the OLE Destination object), all 3 Oracle tables are in the same database instance, and SQL Server tables are in the same database.


The project runs fine from my laptop within the VS IDE, all 3 feeds run in parallel and populate the corresponding SQL server tables as expected.


However, I'm getting numerous error messages attempting to execute the package using other methods. Googling around has not helped to clarify things - I need to understand what these error messages mean and how to resolve them.


* DTEXEC - I copied my .dtsx file for the above project to the C:\TEMP folder server where SQL Server resides, and I ran the 64-bit dtexec utility as follows:


<B>F:\Program Files\Microsoft SQL Server\130\DTS\Binn>dtexec /file c:\temp\package.dtsx > c:\temp\dtexec_errors.txt</B>


Please see images below (or attachment) for errors I'm receiving.


https://i.stack.imgur.com/l8yeP.png
https://i.stack.imgur.com/DJHzS.png



* SSIS DB catalog - Created the SSISDB catalog under 'integration services catalogs' folder in SSMS. Within Visual Studio I right clicked the package and selected Deploy . After deployment, right clicked the package in SSMS, picked 'Execute'. Received several similar errors to what is shown in the screen shots.

Thanks in advance for any advice, pointers, assistance. Also note that from Oracle to SQL server I plan to do little to no transformation, plus this solution will eventually be used for possibly upwards of 200+ Oracle dtexec_errors.txtdtexec_errors.txttables, possible total data volume would be around 600 - 700 GB, if there is a better or easier way that can be automated and gets similar high performance I'm open to hearing it.
Attached Files

Viewing all articles
Browse latest Browse all 411

Trending Articles