Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Executing SQL sript
Tue, Jul 29 2008 12:42 PMPermanent Link

Leslie
Hi,

I have a db created with the ansi EDBManager. After extracting the metadata to a sript I
wanted to execute the script in the unicode EDBManager, but it failed with a  "The
database Configuration is read-only" error (#403). What should I do to make this work?

Leslie  
Tue, Jul 29 2008 5:39 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< I have a db created with the ansi EDBManager. After extracting the
metadata to a sript I wanted to execute the script in the unicode
EDBManager, but it failed with a  "The database Configuration is read-only"
error (#403). What should I do to make this work? >>

Make sure that you have the desired database selected in the left-hand
treeview.  You can see an indication of the current database in the bottom
status bar.  It should be the same as the database name where you want to
create the database objects.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jul 30 2008 5:37 AMPermanent Link

Leslie
Tim,


"Make sure that you have the desired database selected in the left-hand
treeview.  You can see an indication of the current database in the bottom
status bar.  It should be the same as the database name where you want to
create the database objects."

EDBmanager does not allow to run the script unless the target DB is selected. The poreblem
must be something else.


Leslie  
Wed, Jul 30 2008 7:32 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< EDBmanager does not allow to run the script unless the target DB is
selected. The poreblem must be something  >>

Well, the only other cause would be that you specifically included a:

USE Configuration;

statement in your script.  If that isn't the case, then my first response is
the correct one.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jul 30 2008 8:03 AMPermanent Link

Leslie
Tim,

You are right again.  The layout of EDBManger is a bit different from what I am used to. I
was selecting the catalog instead of the database on level deeper in the tree.  

Thank you,

Leslie
Image