Kbase 18525: RTB - Deploying to Runtime -- _update.w Does Not Add Tables
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/06/2001 |
|
SUMMARY:
In Roundtable, _update.w may not add tables, but no errors are given to indicate this. If you are deploying to a runtime site, the site only has a license to compile encrypted code. You must use the -rx parameter to evoke the encrypted compiler.
EXPLANATION:
You must put the -rx parameter in the schema.pf file created by
update.w so that it can compile the encrypted schema update
procedures and update the schema. This is in addition to having the
-rx on the command line for _update.w.
Without the -rx parameter, update.w will behave as if the update worked, but no tables were created. One of the .err log files in rtb_ilog directory will contain messages about attempting to update schema with a runtime or query license.