Mike L
2005-11-04 16:31:03 UTC
Hi all,
I've recently started the migration of a SQL 2000 database (32-bit) on
Windows 2000 Server to SQL 2005 64-bit on Windows 2003 Server (64-bit). The
databases migrate with no problems. However, now I'm trying to migrate our
DTS packages to SSIS and I have a couple of issues.
The first one is that most of our DTS packages pull data from an Oracle
Database (9.2) but everytime I try to connect to Oracle via SSIS it fails.
I've got the Oracle 9.2 client installed and can connect to Oracle via
SQL*Net just fine. The error in the SQLNet.log file is:
Fatal NI connect error 6413, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=force)(PORT=1515))(CONNECT_DATA=(SID=PRDL)(CID=(PROGRAM=C:\Program
Files (x86)\Microsoft Visual Studio
8\Common7\IDE\devenv.exe)(HOST=ELROND)(USER=webadmin))))
I looked up the error and I believe it has to do with the parentheses in the
"Program Files (x86)" argument. Apparently Oracle considers the parentheses
special characters and will fail to connect if it sees them. I don't know
how to fix it though! I uninstalled the SSIS client tools and tried to
reinstall them in a different folder but the install doesn't allow you to
change the location of the Business Intelligence Studio. Any suggestions?
The second issue is more clarification than an actual problem. Our server
is 64-bit but our development boxes are 32-bit (WinXP SP2). Will we have any
problems developing our SSIS packages on a 32-bit environment and then
deploying to 64-bit?
Any and all help is appreciated!
Mike
I've recently started the migration of a SQL 2000 database (32-bit) on
Windows 2000 Server to SQL 2005 64-bit on Windows 2003 Server (64-bit). The
databases migrate with no problems. However, now I'm trying to migrate our
DTS packages to SSIS and I have a couple of issues.
The first one is that most of our DTS packages pull data from an Oracle
Database (9.2) but everytime I try to connect to Oracle via SSIS it fails.
I've got the Oracle 9.2 client installed and can connect to Oracle via
SQL*Net just fine. The error in the SQLNet.log file is:
Fatal NI connect error 6413, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=force)(PORT=1515))(CONNECT_DATA=(SID=PRDL)(CID=(PROGRAM=C:\Program
Files (x86)\Microsoft Visual Studio
8\Common7\IDE\devenv.exe)(HOST=ELROND)(USER=webadmin))))
I looked up the error and I believe it has to do with the parentheses in the
"Program Files (x86)" argument. Apparently Oracle considers the parentheses
special characters and will fail to connect if it sees them. I don't know
how to fix it though! I uninstalled the SSIS client tools and tried to
reinstall them in a different folder but the install doesn't allow you to
change the location of the Business Intelligence Studio. Any suggestions?
The second issue is more clarification than an actual problem. Our server
is 64-bit but our development boxes are 32-bit (WinXP SP2). Will we have any
problems developing our SSIS packages on a 32-bit environment and then
deploying to 64-bit?
Any and all help is appreciated!
Mike