ActivateOfflineConfig aoc
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
In a client/server configuration, opens the local configuration file.
Syntax
{ActivateOfflineConfig | aoc} configuration_file
where configuration_file is the path and name of local configuration file.
Example
aoc "c:\Program Files\Progress\DataDirect\oaserver81\cfg\oadm.ini"
Note: The path is enclosed in quotes because there is a space in the path name. Otherwise, the path would not have to be quoted, for example, aoc c:\DataDirect\cfg\oadm.ini.