Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Removing migrators
Sun, Apr 1 2012 5:58 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Just doing some tidying up. I spotted a load of migrators in my development copy of my app so tried to get rid

drop migrator "edbmigrateado"

ElevateDB Error #401 The migrator edbmigrateado does not exist in the configuration EDBConfig

drop module edbmigrateado

ElevateDB Error #201 The module edbmigrateado in the configuration EDBConfig cannot be dropped because it is still referenced by the migrator ADO in the configuration EDBConfig

At this point the Oozlum bird comes to mind Smiley


I have done this before but so infrequently that I can't figure out what I'm doing wrong.

Roy Lambert
Thu, Apr 5 2012 2:11 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< drop module edbmigrateado

ElevateDB Error #201 The module edbmigrateado in the configuration
EDBConfig cannot be dropped because it is still referenced by the migrator
ADO in the configuration EDBConfig >>

DROP MIGRATOR ADO

DROP MODULE edbmigrateado

will do the trick.

--
Tim Young
Elevate Software
www.elevatesoft.com


Fri, Apr 6 2012 4:30 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


I knew there was something simple. Thanks.

Roy Lambert
Image