It was my mistake. I thought I ported it to a new server when actually I just copied it. I am executing the ‘native’ SFTP function on AIX, not a tcl package for SFTP. In the first line of the script was a reference to the tcl:
Quote:
#!/hci/cis6.0/integrator/bin/hcitcl
I have both 6.0 and 6.1 installed, which is fine, but earlier in the script I do a setsite to a 6.1 environment, so there was a mismatch in environments when this step executes.
I changed the tcl reference to point to the 6.1 library and it worked fine.