start <path>/<component> <instance name>Instance names for all started objects must be unique.
>start Circle circ Object circ started. >start Circle circ2 Object circ2 started. >start Circle circ ERROR: PHXNamedObjectAlreadyInUseException: Name circ is already in use. >end circ Object circ ended. >end circ2 Object circ2 ended.
See also Analysis Server | Analysis Server Commands