cancel
Showing results for 
Search instead for 
Did you mean: 

file to file scenaro sap pi single stack pi 7.3.

Former Member
0 Kudos

Hi experts

how to design integration objects,configuration scenario and testing  give me briefly idea about file to file scenario in single stack(PI 7.3)

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member183909
Active Participant
0 Kudos

If you just want to do a very quick File to File then that can be done as follows;

Create a Business Component  BC_TESTHARNESS

Create a Sender Comms Channel. 

     Choose Adapter type: File

     transport protocol:NFS

     message protocol: File

     Adapter specfic tab : enter in source directorty D:\TESTHARNESS\SOURCE\FILES

     (This directory is just on the PI Server to keep it simple)

        In processing tab : Just set the Processing mode to Delete

Create a Receiver Comms Channel.

     Choose Adapter type: File

     transport protocol:NFS

     message protocol: File

     Adapter specfic tab : enter in source directorty D:\TESTHARNESS\TARGET\FILES

     (This directory is just on the PI Server to keep it simple)

Create a new point-to-point iFlow named MyFile_to_File.  Set the Sender and Receiver systems to the Business Component  BC_TESTHARNESS

Again to keep it real simple just choose a dummy interface on either end - no need for an operation.

Active the Comms Channels - ensure they are running in the RWB.

Activate and then deploy the iFlow.

Once you have a handle on that proceed to use your own service interfaces and message types...and start to get creative.

Good luck.

iaki_vila
Active Contributor
0 Kudos

HI Kanchiraju,

Do you need XML transformations?, if you dont need them you can skip the design part. In the configuration you should use the ICO object, check http://scn.sap.com/message/13967470#13967470.

For test purposes you can put a file in the path which sender communication channel goes to pick the the file in mode test, with this mode the sender channel doesnt remove the file and you can to test any times that you want avoiding to put every time the file.

Regards.

siddhardha_dnk
Active Participant
0 Kudos

Hi Sruthi,

For Single Stack file to file Scenario, all your ESR objects will be same as dual stack.

Coming to ID Objects, You need to create only Integrated Configuration(ICO) instead of Sender Agreement, Receiver Agreement, Interface Determination and Receiver Determination. Any ways Communication Channels should be created which are mandatory.

Regards,

Sid

gagandeep_batra
Active Contributor
0 Kudos

Hi Kanchi,

you have to  create two CC sender & reciver and one ICO with dummy interface for bypass scenario :

Regards

Gagan