Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

file generation on different instance

Former Member
0 Likes
406

Hi,

I've written a program which generates a file on the application server. In the production system we have 5 different instances. The program generates the file on the instance from where it is executed. Is it possible to ensure that irrespective from where the program is executed, the program will generate the file on a specified path only ?

Bye

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
379

Hi,

I don't know if it can be controlled in prograam. But, can't we schedule the job to run only on one application server always?

Basis team can do this. Please check this possibility.

Thanks,

Vinod.

Read only

vijaymanikandan
Contributor
0 Likes
379

Define a path in AL11 then you can always place the file in the same location and this will be mounted independent of the app server.