Hi All
when I am runing CIM - in case of any error - I am getting the message - "The operation failed with the following errors:....." - Even though I am not printing anything still this is displayed.
How I could hide it?
Many thanks!
Sathish
Solved! Go to Solution.
06-06-2012 02:57 AM
You mean like the one in php CIM sample code
file util.php
method function parse_api_response($content)
line echo "The operation failed with the following errors:<br>";
You can comment it out.
06-06-2012 04:19 AM
You mean like the one in php CIM sample code
file util.php
method function parse_api_response($content)
line echo "The operation failed with the following errors:<br>";
You can comment it out.
06-06-2012 04:19 AM
Thanks Sir! thanks for the great help!
06-06-2012 04:30 AM