Hi,
I have an issue with execution of SSDT packages from a remote server. Here is my configuration:
SSDT packages developed on 64bit windows 7. Execution runs fine. Source is Oracle 10g database, target is SQL Server 2012 Standard Edition.
Deployed packages to SQL Server 2012 "Integration Services Catalogs\SSISDB" folder. All good so far.
Third server exists to execute the task, Windows server 2008 r2 sp1 64bit. This has oracle 11g drivers (32bit and 64bit) installed. Also has SSIS service running.
I am attempting to call DTexec to extract and execute my packages stored on the SQL Server. I am getting errors suggesting that the Database drivers cannot be found. I have tried ADO.net, OleDB and ODBC data source objects, none of these give me any real indication of my problem.
What it appears to me (and I am not 100% sure of what the deal is here) is that the package is executing on the sql server? I know after reading loads of forum posts that dtexec running on machine X doesn't run on machine Y just because of the /server switch, but i can't find any other explanation of what is going on!
I really hope somebody can help me with this puzzle. Many thanks in advance,
Dom