Thread: reversion error
View Single Post

   
  #2 (permalink)  
Old 04-20-2008, 04:33 PM
Zachi
 
Posts: n/a
Default Re: reversion error

On Feb 13, 2:04 pm, rgosho...@comcast.net wrote:
> Trying to revert a 9.4UC7 database to 7.31UC5 and am encountering the
> following error:
>
> "Must drop uds feature in database: watch, tabid 39"
>
> Can anyone shed any light on what the message means, how I can fix the
> problem.
>
> The documentation (surprise) is of no help.
>
> Randy


You are using some sort of data type that is not supported in 7. This
type (whether Informix-defined or some application-defined I do not
know) is obviously used in the table with id 39. Find which table is
39 and see whether you need that specific data type. If you cannot
alter it (or drop the table), you cannot revert.

Zachi
Reply With Quote