HiCan u plz tell me what is the error in the following clt?my $command ="iwpublish //server/main/branch1 STAGING edNo1234 'Edition jobid4567' 2>&1";my $result = `$command `;I could not find anything relevant to debug from $result.Thanks
use TeamSite::Config;my $iwhome = TeamSite::Config::iwgethome();my $command = qq($iwhome/bin/iwpublish /default/main/branch1 STAGING edNo1234 "Edition jobid4567");my $result = qx($command 2>&1);