Import from Oracle Rdb into SQL 2005
Hi All, I'm trying to import from Oracle Rdb database into SQL server 2005 via ODBC without much success. I've installed the correct Oracle Rdb driver and verified it all works ok by importing in toAccess. Using the import wizard within SQL mgt studio and the following connection strings I get a password error Dsn=XRS;Driver={Oracle RDB Driver};sid=system TITLE: SQL Server Import and Export Wizard------------------------------ The operation could not be completed. ------------------------------ADDITIONAL INFORMATION: ERROR [HY000] [Oracle][ODBC][Rdb]%SQLSRV-F-GETACCINF, Oracle SQL/Services authorization failedERROR [HY000] [Oracle][ODBC][Rdb]%SQLSRV-F-GETACCINF, Oracle SQL/Services authorization failed ------------------------------BUTTONS: OK------------------------------ I know the username/password combination to be correct. Is SSIS the way to go. I've had a quick look at this and setup the ODBC connection but the column mappings box reports the following... error at data flow task [datareader source[1]; cannot aquire a managed connection from the run-time connection manager. Anyone point me towards any examples of reading in data via ODBC and storing in a SQL server database. Should point out that the source is not OracleRDBMS (7,8 or 9) but Oracle Rdb which is a completely seperate product. Thanks in advance Dave
December 7th, 2007 3:16pm

Hi Dave check Data Connectivity Providers and SSIS http://download.microsoft.com/download/2/7/c/27cd7357-2649-4035-84af-e9c47df4329c/ConnectivitySSIS.doc
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2007 3:47pm

If you can connect via ODBC via other methods (MS Access, etc...) then you can connect via SSIS. I'd get that working first before trying to use SSIS.
December 7th, 2007 4:55pm

Hello Dave,I am facing the same problem in the same environment and getting the same error message.Did you find a solution to the issue (hopefully without purchasing the data provider from Attunity)?Anybody tried the same in SQL 2008? Import wizard does not even offer the option to enter a connection string.Thanks in advance.joomo
Free Windows Admin Tool Kit Click here and download it now
October 10th, 2008 6:16pm

Hi, Sorry no, I hit a blank wall on this and had to give up. We have since implemented a system usign the logminer extract and SQL to update, Dave
October 10th, 2008 6:31pm

Hi, If you do solve this problem would you pls post it here. I would like to know how to achieve Rdb -> Sql Server connectivity. Regards & good luck. Dave
Free Windows Admin Tool Kit Click here and download it now
October 13th, 2008 12:04pm

Hi Dave, Thanks for your prompt response. I'll continue searching for a solution but there seem to be very few sources for SQL server 2008 which is what I am interested in primarily. Can you let me have some more details as to the solution with logminer you implemented? Thanks and have a nice day.
October 13th, 2008 1:34pm

Hi, We RMU/UNLOAD the Rdb journal files in out overnight processing, this basically converts them to a CSV file. Code Snippet$ RMU/UNLOAD/AFTER/STAT=30dbroot G_AIJ_FILE: - /OPTIONS=FILE=GEN_METADATA:XPS_AIJUNL_01.OPT - /FORMAT=(DELIMIT,NULL="NULL",SEPARATOR="<|>") Records in this file are flagged either as a (M)odification or (D)elete so we read through it sequentially applying the changes to a holding database, once complet the changes are replicated over to the production SQL2005 using snapshot replication. Hope this helps. Dave
Free Windows Admin Tool Kit Click here and download it now
October 14th, 2008 12:20pm

I have the same problem with sql server 2008 , what i can do ??
June 20th, 2011 3:05pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics