Page 1 of 1

Sequencer - text inside exec command activity

Posted: Thu Aug 13, 2009 9:03 am
by friend.kak@gmail.com
Hi,

I have 100 sequencers in my project. In that 100 sequencers,

1) I need to find those sequencers with "EXEC COMMAND ACTIVITY" used in it.
2) And, I want to search for those sequencers with text "SHELLSCRIPTS" placed inside the EXEC COMMAND ACTIVITY.

What are the methods to find these?

Do we have usage analysis in DS 8.0.1?

Are there any other tools from DS that can do this ? Please share your thoughts.

Thanks,
friend.kak@gmail.com

Posted: Thu Aug 13, 2009 10:32 am
by ArndW
Export the whole project into a .dsx file. Use your favorite editor to find occurrences of those strings. The usage analysis, while powerful, doesn't yet go into that level of detail.

Posted: Thu Aug 13, 2009 1:17 pm
by friend.kak@gmail.com
Thanks for reply. But , I want my job name that is associated to one param only.

I have total 30 parameters used in EXEC COMMAND ACTIVITY stage.
As you suggested , when we export dsx/ xml, then only #PARAMNAME# will be given but not value of the #PARAMVALUE#.

Is there any other way through which we can find? I am using DS 801 veriosn.

Thanks,
friend.kak@gmail.com

Posted: Thu Aug 13, 2009 5:18 pm
by ray.wurlod
Run-time parameter values are not part of the design time information (though parameter default values are). What precisely are you looking for?