Hi All ,I have the below requirement:I have to connect server2 from server1 in perl and then call the batch script present in server2. PFA the perl file. It is able to create the object but not able to open the connection..I logs , I am getting "object created". But "Connection opened " is not printed in logs which shows that open command is incorrectPlease Help!!!Thanks,Richa
...open (logfile, '>>G:\Interwoven\TeamSite\local\logs\workflow_logs\POC_Telnet.log');*STDERR = *logfile;...
Thanks a lot Adam.Now I am able to create an object and open a connection but I am getting an error : Hi G:\Interwoven\TeamSite object createdG:\\Interwoven\\TeamSiteconnection opened timed-out waiting for login prompt at G:\Interwoven\TeamSite\local\config\scripts\POC_Telnet.ipl line 18Any idea?Thanks,Richa