OraDirect.NET 4.0 Mobile - Connection problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
KVEGroup
Posts: 1
Joined: Sun 06 May 2007 17:01

OraDirect.NET 4.0 Mobile - Connection problem

Post by KVEGroup » Sun 06 May 2007 17:10

I bought OraDirect .NET Mobile version 4.00 for .NET CF 2.0

I did use Trial version of product with no problems under MSVS2005, but when I upgrade OraDirect.NET with downloaded version (oranet400mob2.exe) I get an error message when try to connect with Oracle database (OracleConnection.Open):
Network error:: An error message cannot be displayed because an optional resource assembly containing it cannot be found

Error Code -2147483648 Integer


I have this

OracleConnection1.ConnectionString = "port=1521;user id=used;password=pdwy6;server=192.168.0.250;unicode=False;pooling=False;sid=KOKODEV01"

Also I did try with other options for Unicode,Pooling & Direct.


This are details of connection problem:

at CoreLab.Oracle.j.aa()

at CoreLab.Oracle.u.u()

at CoreLab.Oracle.at..ctor()

at CoreLab.Oracle.ad.e()

at CoreLab.Common.DbConnectionFactory.i()

at CoreLab.Common.DbConnectionFactory.j()

at CoreLab.Common.DbConnectionClosed.Open()

at CoreLab.Common.DbConnectionBase.Open()

at CoreLab.Oracle.OracleConnection.Open()

at Notes.FormSyncron.MenuItem2_Click()

at System.Windows.Forms.MenuItem.OnClick()

at System.Windows.Forms.Menu.ProcessMnuProc()

at System.Windows.Forms.Form.WnProc()

at System.Windows.Forms.Control._InternalWnProc()

at Microsoft.AGL.Forms.EVL.EnterModalDialog()

at System.Windows.Forms.Form.ShowDialog()

at Notes.Form1.MenuItem1_Click()

at System.Windows.Forms.MenuItem.OnClick()

at System.Windows.Forms.Menu.ProcessMnuProc()

at System.Windows.Forms.Form.WnProc()

at System.Windows.Forms.Control._InternalWnProc()

at Microsoft.AGL.Forms.EVL.EnterMainLoop()

at System.Windows.Forms.Application.Run()

at Notes.Form1.Main()

auerwo
Posts: 2
Joined: Mon 07 May 2007 06:40

oradirect.net 4.0 mobile - connection problem

Post by auerwo » Mon 07 May 2007 06:49

hello
i've got oradirect.net mobile 4.0 for .net cf 2.0

i use VS2005 and i upgraded from version 3 to version 4
now when i open an connection i got following error message

Network error:: An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call

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

Post by Alexey » Mon 07 May 2007 07:39

Gentlemen, please send me your test projects to reproduce the problems. 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.

auerwo
Posts: 2
Joined: Mon 07 May 2007 06:40

Post by auerwo » Mon 07 May 2007 08:11

the connection problem although happens in the demo project delivered by corelab so it can be tested quickly

best regards

wolfgang

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

Post by Alexey » Mon 07 May 2007 11:14

Yes, we reproduced some connection problems.
Now we are investigating them.
Look forward to the next build.

WebDev
Posts: 1
Joined: Tue 08 May 2007 08:42

connection problem

Post by WebDev » Tue 08 May 2007 08:57

I also encounter the same connection problem both with trial and with the license version of oradirect for mobile.

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

Post by Alexey » Tue 08 May 2007 10:12

Please also wait a bit for the new build.

scaliere
Posts: 1
Joined: Fri 11 May 2007 12:02

OraDirect.NET 4.0 Mobile - Connection problem

Post by scaliere » Wed 16 May 2007 19:21

I also encounter the same connection problem with oradirect mobile version. :cry:

Do you know when you next build release will be available?

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

Post by Alexey » Thu 17 May 2007 07:09

Hopefully, this week.

Stada
Posts: 5
Joined: Thu 24 May 2007 09:25

Post by Stada » Thu 24 May 2007 10:39

I have the same connection problem (ErrorCode -2147483648) with the new ordered OraDirect.NET2 Mobile in version 4.0.13.1 ! The last 3.55... Trail version works fine, but the test periode is over. Please fix the problem!!!

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

Post by Alexey » Fri 25 May 2007 06:53

We are going to provide new build in the beginning of the next week.
Thanks for your patience.

Stada
Posts: 5
Joined: Thu 24 May 2007 09:25

Post by Stada » Wed 30 May 2007 09:30

The beginning of the week is over - are there any signs of a new build???

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

Post by Alexey » Thu 31 May 2007 06:44

Yes, we are brushing it up and will provide very soon.

Post Reply