Does any one has experience when trying to run arsxml delete and it hangs. I have to ctrl-c to cancel the command. I ran the arsxml validate on the input file and no error is found.
Here is my input file:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/ondemand.xsd">
<application appGroup="ag1" name="app1" />
<application appGroup="ag2" name="app2" />
<application appGroup="ag2" name="app3" />
<application appGroup="ag2" name="app3" />
<application appGroup="ag2" name="app4" />
</onDemand>
By the way, I have no problem running add, update, export and validate with arsxml, only have this problem when running with delete.
Thanks for your help in advance.
-jw
I have got it resolved.
I was executing the arsxml delete in a korn shell script and did not specify -x (to suppress the prompt). So, the hang was really waiting for my confirmation of the deletion.
-jw