Function: |
Starts a Management Console session in which you can administer the BeanConnect configuration via the MC-CLI. The configuration file |
Parameters: |
Installation directory of the Management Console.
|
Return: | None |
Exceptions: |
|
Note: | The thrown |
Example: | ... import sys import BcAdminMain ... consoleHome=sys.argv[1] BcAdminMain.init(consoleHome) ... |