Thank you for ur Reply,Yes Ghoti, i am using -sim flag in ODCLT.I am using this command for OpenDeploy.my $deployCMD = "$odhome/bin/iwodcmd start btgsportal/codeSubmitDeploy -k fileList=$filelistpath -k sourceArea=$sourceArea -k targetArea=$targetArea -k targetGroup=".$targetGroup." -k targetUser=".$targetUser; $deployCMD .= " -sim" if ($DEBUG); my $rv = `$deployCMD`;In this command i use -sim flag.What changes i can do in this command? (instead of -sim)
Thank you very much Ghoti.my open Deploy working perfectly.i just commented one line in my script.#$deployCMD .= " -sim" if ($DEBUG);Really Thank you Ghoti for ur valuable support