Hi,
For a module I'm working on, I need to call some Oscript to move some opentext.ini settings into KINI. I was under the impression that DoSubclassUpgrade() was the feature of my Module object I need to orphan, but I don't ever see it get called. Further, unlike other modules, I don't see the Configure script ever being called. Assuming that I added a DoSubclassUpgrade() to the new version of my module, are there any other steps I need to do in order that it get called? For that matter, is this called on the old module or the new module? Is there a better way to get some upgrade changes initiated?
Thanks in advance
-Hugh