Jump to content

Dynamically configuring the Shared Configuration


Manoj Chaurasia

Recommended Posts

Hi All,

 

How can we configure any Shared Resources Configuration dynamically.

My requirement is to configure an FTP Connection by passing to it the configuration parameters at run time (will be different for each process instance).

Using global variable to configure the FTP Conenction wont be feasible , as global variables cannot be changed at run time.

So I wanted to know if there is feasibility of configuring the FTP Connection by passing Process Variables.

Also Kindly suggest if any other approach can server the purpose for me.

 

Thanks in advance.

 

Regards,

Prashant Shetty

Link to comment
Share on other sites

  • 6 years later...

You can not change parameters of Shared Configuration resource dynamically at run time.

If you have declared these parameters as Global Variable, you can change it at run time(Once only when you start the engine through command line. After engine is in RUNNING state, you can't change this Global Variable.)

 

However, some palettes gives you facility to override these parameters at run time

FTP is one of them.

In FTP Palettes, in INPUT tab, you can specify connection parameters at run time which will override values of FTP Connection resource.

 

Hope this helps

 

Regards,

Nirav

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...