Release : 10.7.0
Component : APMISP
On the output log file ABC_introscope.txt, the full path to the log file was not provided, which seems to be the case of this issue.
So, the script should look as follows:
#!/bin/bash
echo "Run" >> /introscope/scripts/recycle_ABC/ABC_introscope.txt
echo "First parameter value $1" >> /introscope/scripts/recycle_ABC/ABC_introscope.txt
echo "Second parameter value $2" >> /introscope/scripts/recycle_ABC/ABC_introscope.txt
echo -e "\n"