OpenAccess SDK Manager Commands
:
OpenAccess SDK Manager Commands
:
ActivateOfflineConfig | aoc
ActivateOfflineConfig | aoc
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
.