EXCEPTION (System.Data.ProviderIncompatibleException)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
slaxman
Posts: 51
Joined: Wed 16 Sep 2009 20:09
Location: United States

EXCEPTION (System.Data.ProviderIncompatibleException)

Post by slaxman » Tue 08 Jun 2010 17:43

when I use the manifest setting ProviderManifestToken="Ora10gR2" in SSDL, I get this exception.

EXCEPTION (System.Data.ProviderIncompatibleException): The provider did not return a ProviderManifest instance

the manifest token was infact generated by the Devart Entity Developer whie connecting to Oracle 10g.

any ideas?

thanks
slaxman

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 09 Jun 2010 14:07

Could you please replace "Ora10gR2" with "ORA"?
We will fix this issue in one of the nearest builds.
Please notify me if anything goes wrong.

mukund.katpatal
Posts: 3
Joined: Fri 24 Jul 2015 10:41

Re: EXCEPTION (System.Data.ProviderIncompatibleException)

Post by mukund.katpatal » Fri 24 Jul 2015 11:53

Below is the detailed exception I get.
System.Data.ProviderIncompatibleException: The provider did not return a Provider Manifest instance. ---> System.ArgumentException: Could not determine storage version; a valid version hint is required.

My version of Devart on Server is::6.30.185.0
Server is Windows 32 machine with .Net framework 4.

My development machine is Windows 7 with latest devart version recently downloaded from nuget.
Devart Version:: 8.4.457.0

Please help

mukund.katpatal
Posts: 3
Joined: Fri 24 Jul 2015 10:41

Re: EXCEPTION (System.Data.ProviderIncompatibleException)

Post by mukund.katpatal » Fri 24 Jul 2015 12:14

My ConnectionString looks like this
<add name="Entities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=Devart.Data.Oracle;provider connection string="User Id=myuser;Password=mypassword;Server=myserver;Home=OraClient11g_home1;Persist Security Info=True"" providerName="System.Data.EntityClient" />

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EXCEPTION (System.Data.ProviderIncompatibleException)

Post by Shalex » Fri 24 Jul 2015 12:33

Please specify:
a) the value of the ProviderManifestToken property of your model
b) the version of your Oracle server

mukund.katpatal
Posts: 3
Joined: Fri 24 Jul 2015 10:41

Re: EXCEPTION (System.Data.ProviderIncompatibleException)

Post by mukund.katpatal » Fri 24 Jul 2015 14:25

oracle Client Version: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64
With the Partitioning, Real Application Clusters, Automatic Storage Management,
Data Mining and Real Application Testing options (with complications)

ProviderManifestToken="Oracle, 11.2.0.4"

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EXCEPTION (System.Data.ProviderIncompatibleException)

Post by Shalex » Fri 24 Jul 2015 15:33

mukund.katpatal wrote:latest devart version recently downloaded from nuget
Only Express edtion is available via NuGet Gallery. The Entity Framework support is included in the Professional and Developer editions of dotConnect for Oracle. You can check your current edition via the Tools > Oracle > About menu of Visual Studio.

If you installed Professional edition and this didn't fix the issue, please specify the full call stack with all inner exceptions.

Post Reply