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 (BOB member since 2009-10-19)