Try OpenEdge Now
skip to main content
Database Administration
Reference : PROUTIL Utility : PROUTIL RCODEKEY qualifier
 

PROUTIL RCODEKEY qualifier

Inserts the authorization key into existing CRC-based r-code.

Syntax

proutil db-name -C rcodekey old-key new-key files ...

Parameters

db-name
Specifies the database you are using.
old-key
Specifies the old authorization key.
new-key
Specifies the new authorization key.
files
Specifies the r-code files.

Notes

*When you use the DBAUTHKEY qualifier to set, change, and remove authorization keys, you can use the RCODEKEY qualifier to update your r-code without compiling it.
The following table lists the values you must enter for each task:
Task
old-key value
new-key value
Files
Set the authorization key
Plus sign (+)
Authorization key
R-code files
Change the authorization key
Current authorization key
New authorization key
R-code files
Remove the authorization key
Current authorization key
Plus sign (+)
R-code files
*Once you set the authorization key, do not forget it. You cannot change or remove the authorization key without knowing its current value.