cancel
Showing results for 
Search instead for 
Did you mean: 

Is FCC required in File to File scenario without mapping

Former Member
0 Kudos

Hello,

I have a scenario where XI is picking up a csv file from a BW server and just pushing the file to some other location as it is .

i.e csv file will be pushed as it is to another location

So in this case is FCC required ? . ie do i need to convert the csv file in to XML and then back to csv , or i can just use a dummy interface to pass the csv file through the XI pipeline

Thanks & Regards,

Loveena

Accepted Solutions (0)

Answers (10)

Answers (10)

Former Member
0 Kudos

hi,

you just use dummy interface just passthrough the file with out using IR.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4383] [original link is broken] [original link is broken] [original link is broken];

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3442] [original link is broken] [original link is broken] [original link is broken];

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4018] [original link is broken] [original link is broken] [original link is broken];

[http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/a20c4cfea96b498b1e1af3f32f0670/frameset.htm]

*Reward Points If Useful*

Regards,

Prakasu

Former Member
0 Kudos

You can execute a Unix script running in the XI server from the File communication channel. Ie. if you want to do something which was not part of XI adapter configuation , then you can make use of external unix script and you can execute those from the XI.

For this, write a unix script and place in the XI OS level provided that path is accessible from PI Channel.

E.g

So u can use this in either Sender Channel to modify the data before it reaches into the Integration Server or in Receiver channel it is generally used to transfer the files into different location via Secure FTP

SAP help: http://help.sap.com/saphelp_nw2004s/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

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

************Reward points if found useful

Former Member
0 Kudos

Hi,

File Content Conversion is not reqiured for this scenario....

Regards,

Abid

Former Member
0 Kudos

Hello ,

You can avoid the FCC...

>>/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

***********Reward points if found useful

aashish_sinha
Active Contributor
0 Kudos

Hi,

You can do it without FCC.

But i didn't understand that the requirement of using XI in between. If you just want to send the csv file from XI to push it to some location in BW server in some folder and from there it got pushed to BW, whats the need? Just use some Shell scripting and its done.

Regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

Hi,

Dont use FCC in this scenario.

Reward points if it helps

tHANKS

Vikranth

Former Member
0 Kudos

Hello,

You need not go for File Content Conversion.

Former Member
0 Kudos

Hello,

Yes, there is no need of File Content Conversion

Thanks,

mahi

Former Member
0 Kudos

Hi,

you can do it in this case without FCC and can just do it like in this blog:

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Regards

Patrick

Former Member
0 Kudos

>>or i can just use a dummy interface to pass the csv file through the XI pipeline

You can use a dummy interface and avoid the FCC.

Regards,

Jaishankar