Hi,
I started looking at the OTDS licence management API as a possible solution to the problem of storing a licence key that you simply need to access at start up prior to getting the db connection. Right now, ours is stored in the opentext.ini file. Literally the only reason for doing that is so we can get the licence key at startup, prior to the database connection being guaranteed.
My hope is to do one of two things: 1) take advantage of the license API that OpenText provides, or 2) make sure we don't apply any overrides until after at least the patching has been done. At that point, I think we have a guaranteed db connection.
-Hugh Ferguson