Hello there,
I don’t know this particular problem, but perhaps it is worthwhile checking the argbatch environment.
If you execute the following command on the command line you will see the current settings:
argbatch show environment
In my environment the value of “target” is “localhost”. If this property is set to a hostname which is not defined in the System Management Hub, you cannot access the node through argbatch.
So, for example, if I change the value of target:
argbatch set environment target=L
As I have defined “localhost” (but not “L”) in the SMH (and thus in the various underlying technologies), I get the following error when I try to stop a database on localhost:
argbatch stop database database=test
Command started at: 2003-02-12 13:13:19
Target ‘L’ is unknown (‘L’ possibly not registered as IP Address in hostlist)!
Please use the SMH gui “add host” command to add ‘L’ to the list of managed systems.
Error on read: (ARG0115) Host has closed connection
Command ended at: 2003-02-12 13:13:19
Perhaps your error message is something like this?
Greetings,
Trevor.
#Tamino#webMethods#API-Management