Page 1 of 1

Chore Parameter Passing

Posted: Tue Jun 23, 2009 10:37 am
by Steve Vincent
If a TI has user-defined parameters to prompt for information before it runs (say, Month/Year) it's useless if you wish to add it to a chore. The chore insists on a "default value" for any paramters, but the whole point of putting them in a TI is to prompt for a different value each time its run. The chore never prompts for the value, it only uses the default, making it a waste of effort.

I have numerous TIs that need to be run post-monthly dataload. I'd like to put them all in a single chore and have the chore prompt the user for the values. This means nothing will get missed at month end, which is easily possible in the current situation.

I *can* create a value somewhere that holds the information it needs, but that's not very user-interactive and again easy to be missed.

Re: Chore Parameter Passing

Posted: Tue Jun 23, 2009 1:30 pm
by Steve Rowe
If you aren't scheduling the chore and since you want to change the parameters at run time I don't think you can be, can't you change to an Execute Process aprroach which will prompt you for parameter inputs?

Re: Chore Parameter Passing

Posted: Wed Jun 24, 2009 12:25 pm
by Steve Vincent
I do that already, but i don't like that method of running multiple TIs - i prefer the chore as its more transparent in what it's doing. In the end they have just implimented that part of the chore poorly, and if different TIs need different parameters passing then it's not much help.