cancel
Showing results for 
Search instead for 
Did you mean: 

PROXY(Dummy) to File (NFS) Scenario

Former Member
0 Kudos

Hi All,

I have a requirement where PI needs to picks the file from a Web application and downloads the file(I got URL of the receiver system) to SAP directories and places the same file to ECC directories.

Sender System: ECC

Receiver System: Web Application.

The solutions has been proposed by our SA is:

Take a PROXY (DUMMY) to send a trigger file and we have got one script file it would do the actual job (Downloading the file from Web application and sends it to ECC file system using SSH commands).

Can you please suggest me how to create a SAP DUMMY proxy?

Thanks

Ramesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182412
Active Contributor
0 Kudos

Hi Ramesh,

  • Instead of scheduling the job in ECC side via program to download the file from web application, you can schedule the SOAP sender adapter required time in the day.

  • Create SOAP sender with axis message protocol to download the file from the web application as per this blog

  • Then send the file to ECC and SAP Directories.

Regards,

Praveen.

iaki_vila
Active Contributor
0 Kudos

Hi Ramesh,

You don't need a proxy. You can start a communication channel from the ECC whenever you want:

Regards.

former_member186851
Active Contributor
0 Kudos

Hello Ramesh,

Your requirmennt is to trigger a dummy proxy and write a file?

Requirement is a bit confusing.