‎2009 Oct 30 3:23 PM
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
‎2009 Oct 30 3:55 PM
Hi,
It's possible if you know the name of the serveur.
name_serveur\directory\...
Brgds
Julien
‎2009 Oct 30 4:54 PM
Hi Julien,
Can you please elaborate the steps?
Thanks,
Prakash Pandey
‎2009 Oct 30 5:43 PM
‎2010 Feb 17 5:56 PM