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

Problem with Multiple Application Servers

Former Member
0 Likes
548

Hi All,

I have a typical situation.

I have path hardcoded in my program as E:\..... which the program access at runtime to create some temporary file in.

When this program was moved to Production and we were supposed to create the path physically in production basis told us that Production has two parallel systems and those at setup diffrently. One of the systems doesn't have E:\ drive. and so they have created my folders in F:\.

Question here is:

Can I do some dynamic programming or there is any setting in some transaction where I can Map physical path with specific Host names?

Please note that I am also trying to keep the program consistent across dev, qa and Production.

Thanks,

Prakash Pandey

4 REPLIES 4
Read only

Former Member
0 Likes
480

Hi,

It's possible if you know the name of the serveur.


name_serveur\directory\...

Brgds

Julien

Read only

0 Likes
480

Hi Julien,

Can you please elaborate the steps?

Thanks,

Prakash Pandey

Read only

0 Likes
480

Hi

U can use the transaction FILE

Max

Read only

Former Member
0 Likes
480

used a different approach