Windows 2003

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

Windows 2003

Post by alvinr » Thu 14 Sep 2006 17:15

I have two issues:
1)Can Oradirect.net 3.5 trial work correctly in Windows 2003 sp1? It is installed but when I pick oradirect as a provider in VS 2005 Reporting services or Integration services , it does nothing. I have tried x86.
2) When I install oradirect in x64 I don't see Oradirect as a provider.
Last edited by alvinr on Sun 01 Oct 2006 17:07, edited 1 time in total.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 19 Sep 2006 05:59

We are investigating OraDirect .NET compatibility with Windows 2003 and x64 architecture. You'll be notified on results as soon as possible.

alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

Post by alvinr » Sun 01 Oct 2006 17:06

Any word on the Windows 2003 x86/x64 testing?
Thanks

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 02 Oct 2006 06:20

Please check whether you have two machine.config files:
first under [Windows\Microsoft.NET\Framework\v2.#.#####\Config\] and second under [Windows\Microsoft.NET\Framework64\...].
Then check whether appropriate DBProviderFactories entry exists in the first machine.config file. If not copy it from the second one and reboot.

alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

This is the new error I am getting now in Windows 2003 x64

Post by alvinr » Wed 04 Oct 2006 22:19

I can see the Oradirect Provider in the .Net Provider List and also I can test a connection but when I try to use it I get this error: This works properly in Windows 2003 x86.

[DataReader Source 1 [2266]] Error: System.OverflowException: Arithmetic operation resulted in an overflow. at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager90.AcquireConnection(Object pTransaction) at Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter.AcquireConnections(Object transaction) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(IDTSManagedComponentWrapper90 wrapper, Object transaction)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 05 Oct 2006 06:02

When exactly the error occurs?

alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

Post by alvinr » Thu 05 Oct 2006 10:13

This happens when I execute the package. If I pick another provider it works.
This error is in SSIS. I would like to use Oradirect provider to transfer data.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 05 Oct 2006 10:38

Could you please describe in detail what steps you perform for error to appear. Provide us with detailed scenario.

alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

Post by alvinr » Thu 05 Oct 2006 13:50

I just add a DataReader Source task and pick an OraDirect connection as its source. When I try to run it, I get the error. I don't get the error when I use direct mode.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 06 Oct 2006 07:13

I can't reproduce any error. I've just successfully transferred data from Oracle database table to a text file using non-direct mode of OraDirect.
Either specify a detailed scenario to reproduce error or send us test project if possible.
This works properly in Windows 2003 x86.
Where do you get the errror?

alvinr
Posts: 18
Joined: Thu 14 Sep 2006 17:10

Post by alvinr » Fri 06 Oct 2006 13:16

The error is happening in Windows 2003 x64

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 09 Oct 2006 11:55

This problem may have something to do with known "brackets problem" in Oracle client. If you have brackets in a path, Oracle client won't parse it properly.
Could you try to use ODP.NET provider and inform us about results?

hardik
Posts: 1
Joined: Sat 14 Oct 2006 07:16

Getting error on 2003 64x machine with OCI mode.

Post by hardik » Sat 14 Oct 2006 07:23

alvinr wrote:The error is happening in Windows 2003 x64

Hi, I'm getting following error on 2003 64x machine with OCI mode.


***********************************************************************
Fatal NI connect error 12170.

VERSION INFORMATION:
TNS for 64-bit Windows: Version 10.2.0.1.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 10.2.0.1.0 - Production
Time: 14-OCT-2006 10:04:13
Tracing not turned on.
Tns error struct:
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 60
nt OS err code: 0
Client address:

***********************************************************************

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 16 Oct 2006 09:26

Please describe the problem in detail.
Send us small test project if possible to reproduce the problem; it is
desirable to use 'scott' schema objects, otherwise include definition of
your own database objects. Use e-mail address provided in the Readme file. Do not use third party components.
If it is impossible for you to create test project please send us a piece of
your code where the error occurs.

Post Reply