Verify that the arguments parameter is a single string. Each individual argument in the string can contain spaces. Collect each argument that contains spaces in some way.
Using Jacl:
set am [$AdminControl queryNames type=ApplicationManager,process=server1,*]Using Jython:
am = AdminControl.queryNames('type=ApplicationManager,process=server1,*')
Using Jacl:
Using Jython: