Hi,
I try create a SSH connexion in my publication script. When i launch my script with command
iwperl publication.ipl args1 args2...
it works. But when I launch my script with teamsite as an external task, it doesn't work.
I have an error with the IO.
WARNING Use of uninitialized value in pattern match (m//) at C:/iw-home/iw-perl/lib/IO/Handle.pm line 350.
WARNING Use of uninitialized value in concatenation (.) or string at C:/iw-home/iw-perl/lib/IO/Handle.pm line 360.
FATAL Can't call method "close" on an undefined value at C:/iw-home/iw-perl/lib/IPC/Open3.pm line 343.
Can anyone help me ?
Thanks