Tech005
One of the gotchas to watch out for when setting up automated scp and/or ssh jobs is to make sure that you have previously connected to all systems involved and accepted the host keys for it.
In your example above, its basically saying "I dont know this system - yet". Interactively scp or ssh to "clarpxapp02" and when prompted to continue connecting, type yes. After that, unless the key for that system somehow changes, it wont ask anymore.
You should always connect manually first time to all hosts involved to accept the keys. Once that is done, you can then set up the keys for automated jobs.
scott