Solved

Pass project parameters at run time

  • 22 January 2020
  • 2 replies
  • 43 views

Can you pass project variable values at run time via the command line? We need to trigger the package and pass on user defined variable values that has been used in the package creation. Like a date that a user can pass whenever he intends to run a package.

icon

Best answer by Thomas Lind 23 January 2020, 09:53

View original

2 replies

Userlevel 6
Badge +5

Hi Ritu

Have you read our guide for command line execution. https://legacysupport.timextender.com/hc/en-us/articles/210439143-How-to-Start-an-Execution-Package-from-the-Command-Line

That is the extent of its capabilities.

The dynamic project variable options is explained here.

https://legacysupport.timextender.com/hc/en-us/articles/115000638943-How-to-create-a-dynamic-project-variable 

You can run a dynamic variable when a specific package is executed, that is your best option to achieve such a thing.

Thanks Thomas.

I had explored those options.

The use case here is that the User needs to pass some parameters and the dynamic parameter will not solve that case.

So i was hoping that if params can be passed from command line then it solves all the problem.

But thanks for checking.

Reply