Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Solved Schedule a delivery with parameters

More
22 Jul 2016 11:17 #1 by Prashant.Sangle
Prashant.Sangle created the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi Sir,

As per solution, I am able run delivery with parameter.

But now I want to schedule that delivery with different parameter value.
For example, In my delivery I have Country parameter and I want schedule it like
at 2 AM with Country as 'India'
at 5 AM with Country as 'France'
at 6 AM with Country as 'USA'

Is this possible? If Yes then please guide me to achieve it.

Thanks and Regards,
Prashant Sangle
More
22 Jul 2016 17:56 - 22 Jul 2016 17:57 #2 by Cyril Dussud
Cyril Dussud replied the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi,

I moved this new question to a new topic.

Yes, you can define the parameters when scheduling your delivery.
The way to do it will depend on how you are scheduling.

1. if you are using the Stambia scheduler, you should see your parameters when creating a schedule on your delivery.
Simply specify the wanted value here and save your schedule.

2. If you are using an external tool to execute the delivery with stardelivery.bat for example, there is an option to this command to specify session variables (your parameters).
./startdelivery.sh -name [DELIVERY_NAME] -var [VARPATH1] [VALUE1] … -var [VARPATHN] [VALUEN]

Does this answer your question ?
Last Edit: 22 Jul 2016 17:57 by Cyril Dussud.
More
25 Jul 2016 08:13 #3 by Prashant.Sangle
Prashant.Sangle replied the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi Sir,

got it.

Thanks and Regards,
Prashant