cancel
Showing results for 
Search instead for 
Did you mean: 

Calling specific put/get commands from the communication channel

0 Kudos

Hello,

I need to execute a specific command to place or read the file from the bank file server.

The command for placing the file is something like this -

put localfilename %localfilename%SECUPGPENA%GPEXRIP%%B

I am trying to use the following command in the "Run Operating System Command Before Message Processing" section of the communication channel

"put %F %%F%SECUPGPENA%GPEXRIP%%B"

But the files are not being transferred.

I believe that I need to replace the actual message processing command by the given command by writing a script and calling it.

Please give me any pointers for solving the issue.

Regards,

Mayank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

See if this blog by Michal helps,

/people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions

Sameer

Answers (2)

Answers (2)

0 Kudos

Had to change the commands

Former Member
0 Kudos

Can you share how you solved this problem.

Thanks

Kiran

0 Kudos

We asked bank to change the configuration on there end.

Now they are supporting the standard get and put commands.

Regards,

Mayank

GabrielSagaya
Active Contributor
0 Kudos

Please view these links for further help

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sap%2bxi%2bfile%2badapter%2bos%2bcommand%2blin...

/people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi

0 Kudos

Hello,

Thanks for your response.

I have already gone through the above blogs.

The issue is that I need to replace the actual command used in the file transfer with the given put command.

Please let me know if there is a workaround for it.

Regards,

Mayank