Getting following error while trying to compile a PTCan't locate object method "iw_system" via package "command" (perhaps you forgot to load "command"?)Any suggestions?
I am using Teamsite 6.7.1 SP1. Not getting the original error about the 'command' package but getting different errors.I have attched the code for my PT.Compiled using following command./usr/iw/iw-home/bin/iwpt_compile.ipl -pt advice.tpl -ocode temp.iplwhich went fine.Then tried to execute it using ./templ.ipl which gives error - "my" variable $iw_iteration masks earlier declaration in same scope at ./temp.ipl line 383.syntax error at ./temp.ipl line 93, near "/}"syntax error at ./temp.ipl line 547, near "}"Execution of ./temp.ipl aborted due to compilation errors.