Database Generation Workflow parameter 'DatabaseName' error

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
matijat
Posts: 3
Joined: Wed 07 Apr 2010 21:00

Database Generation Workflow parameter 'DatabaseName' error

Post by matijat » Wed 07 Apr 2010 21:23

Hello.

I've downloaded dotConnect for Oracle with EF support and I have problem with script generation when I work with model-first.

For test I've created one entity, then select 'Generate Database from model' option, create new connection which is valid and after that I got this error:

The necessary Database Generation Workflow parameter 'DatabaseName' is not definied.

I've changed DDL generation template to Devart SSDLTo Oracle.tt but left the default Database Generation Workflow to 'TablePerTypeStrategy.xaml'.

Do you know maybe something about this?

Thanks

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

Post by AndreyR » Thu 08 Apr 2010 13:58

Similar problem was already fixed in the latest 5.60.120 build of dotConnect for Oracle.
I have just tried to generate a table script from the model and succeeded.
If the problem is reproducible using the latest build, please send us (support * devart * com, subject "EF: ModelFirst") the model causing the error.

matijat
Posts: 3
Joined: Wed 07 Apr 2010 21:00

Model First problem

Post by matijat » Thu 08 Apr 2010 18:05

I've sent you an e-mail with screenshots and description.

Tnx

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

Post by AndreyR » Mon 12 Apr 2010 15:22

The problem is specific to Visual Studio 2010 Beta 2. It is not reproducible
using Visual Studio 2010 Release Candidate.
We recommend you to upgrade to Release Candidate or to wait the RTM coming soon.

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

Post by AndreyR » Mon 12 Apr 2010 15:22

The problem is specific to Visual Studio 2010 Beta 2. It is not reproducible
using Visual Studio 2010 Release Candidate.
We recommend you to upgrade to Release Candidate or to wait the RTM coming soon.

matijat
Posts: 3
Joined: Wed 07 Apr 2010 21:00

Post by matijat » Tue 13 Apr 2010 23:10

Tnx a lot....I will do that...

Post Reply