Its not clear what you want to do - are you trying to call a remote program (the UNIX shell script) from a Windows server running WTX?
How are you going to start the UNIX process remotely? The socket adapter will connect to a running port, but this won't be of much use to you if the script is not running yet.
The only option is to use the batch adapter to telnet on to the server and explicitly start the script.
If you're doing this to enable a message to be picked up (i.e. you've delivered a file now want to get it processed) then this is bad design. The UNIX server should instead have a service that polls for files or some similar process.
My instruction is PUT("SOCKET", "-H XXX.XXX.XX.XX -P XXX -T+", "Hello Word"). This instruction is launch from a windows server running WTX 8.1 ,this instruction connect at deamon server on unix and this deamon launch a unix script. But I have a error code 1061 in my log.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.