cancel
Showing results for 
Search instead for 
Did you mean: 

How to find all CC in ID of XI3.0 filled with specificIP in FTP Server nam

Former Member
0 Kudos

Hi,

I have a requirement to find all communication channel in ID of XI 3.0 , who are having 10.0.1.40 FTP IP address in FTP server name

Is there any way to search for the same in XI3.0 ???

or I have to open each and every communication channel ???

Regards

P.S.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Unfortunately...

... i did the same operation lately...

...and i think the only way is to check each and every CC...

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks every One . appropriate points given.

Former Member
0 Kudos

If you are using a UNIX based system, log in to OS level and go to /usr/sap/<SID>/<Instance>...<path_to_serverN>/log/services/com.sap.aii.adapter.file.svc

find . -name "*" -exec grep -l 10.0.1.40 {} \;

You can easily figure out CC names from the result.

For windows use search facility to search the same directory.

Edited by: Roshni Mehta on May 18, 2011 7:34 PM

maciej_jarecki
Contributor
0 Kudos

Hi

go to sxi_cache on abap stuck and doubleclick on CC. than you will see value for fields used in CC configuration. If it is kept on abap stuck you also can find table where it is stored

BR

Maciej

Former Member
0 Kudos

Few More comments appreciated.....

former_member472138
Active Contributor
0 Kudos

I've done with each and every channel.

Regards

Pothana

Former Member
0 Kudos

use this excel sheet

[http://ebookbrowse.com/gdoc.php?id=13180264&url=d1be4f78f4f51fc5041557d271b2118c]

then filter on what you need