Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The ACM Config client has four optional parameters that can be used when launching command line.  To use, open a Command window and change the location to the folder containing ACMConfig.exe.

CommandResult
ACMConfig.exeThis command will open ACM Configuration
ACMConfig.exe/loggerThis command will open ACM Logger, using default port.
ACMConfig.exe/logger:@PortThis command will open ACM Logger, using the port provide in the @Port
ACMConfig.exe/host:@HostNameThis command will open ACM Configuration and automatically connect to the server specified in the @HostName parameter
ACMConfig.exe/objectId:@objectIdThis command open ACM Configuration the client and once connected to the server, will open the object supplied in the @objectId parameter.
ACMConfig.exe/host:@HostName /objectId:@objectIdThis command will open ACM Configuration, automatically connect to the server specified in the @HostName parameter and then open the object supplied in the @objectId parameter.
  • ACMConfig.exe:  This command will open ACM Config
  • ACMConfig.exe/logger: This command will launch just the logger tab, using default port.
  • /logger:@Port → This command will launch the logger to, using the port provide in the @Port
  • /host:@HostName → This command will launch the client connect to the specific server supplied in the @HostName field.
  • /objectId:@objectId → This command will launch the client and immediate open the object supplied in the @objectId parameter field.
  • No labels