IntegrationServer/packages/PSUtilities/config/PSUtilities.cnf is a sample config file which has a sample “allowedCommands” entry. The sample has an entry for running the “dir” command using the command shell.
IntegrationServer/packages/PSUtilities/pub/GEAR 6 PSUtilities Package Documentation.doc is the documentation for the package and contains a description of the “allowedCommands” property.
The source for PSUtilities.misc:makeSystemCall and supporting services, particularly PSUtilities.config:checkParameterValidity, is available.
From these items, one can determine that the allowedCommands list is a ‘*’ delimited list of strings. The “command” parameter passed to PSUtilities.misc:makeSystemCall must match one of the entries in the list exactly.
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods