Skip schema validation when opening UDT/UNV universe

When I open a UNV universe in UDT, it’s first order of business is validating the schema. This is problematic for universes that are missing schema elements, as it take a long time to complete the process. If you press ESC enough times, it skips this step.

I’d like to open the same universe using the Designer SDK, but skip the schema-validation process (or whatever it’s doing). Is there a way to do so? Neither the UniversesClass.Open() or UniversesClass.OpenFromEnterprise() appear to have a parameter for this. When the code hits the Open() method it hangs, waiting for this lengthy process to complete.

Is there a Java SDK for UDT? Does it offer more options?


craibuc :us: (BOB member since 2009-10-19)

UDT / Tools / General / uncheck “Check universe integrity at opening”


Nick Daniels :uk: (BOB member since 2002-08-15)

That option is currently not enabled.

It’s not performing the integrity check, it appears to be validating each table against the database’s schema:

As there are tables missing from the DB’s schema, it performs this each time that the UNV opens.
unv.png


craibuc :us: (BOB member since 2009-10-19)