Skip to Content
0
Former Member
Feb 11, 2010 at 11:55 AM

Production Server is Clustering environment..

33 Views

Dear Sap Gurus,

*The Production Server is in Clustering environment, so the scenario is:-- *

PRD1 = Server1 (say ip= 192.13.12.10)

PRD2 = Server2 (say ip = 192.13.12.11)

PRD = To create join b/w the two Application Servers

Now I have created a Report which gets downloaded(same path given in both PRD1 and PRD2) in the Application Server...

Now while searching for the file path, due to clustering enviroment sometimes SYSTEM creates the file in PRD1(IP = 192.13.12.10) and sometimes in PRD2( IP=192.13.12.11).....(Randomly).....

For Example: (say) A file named "abc.xls" has been created in PRD1.

Main Problem which I am facing is while downloading this file to my Desktop.....

I am using the Transaction CG3Y for it and when I'm providing the filename(with path) in the Source it says "file not found"....

I guess the reason for this is that CG3y transaction is hitting the PRD2 Server where file does not exists.So kindly guide so that I am able to download the file to my Desktop......

Pls guide......

Thanks and Regards,

Abhishek Banerjee