cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding File Name

Former Member
0 Kudos

Hi,

I am doing File to BAPI Scenario. Does XI process an xml File which has *.B02 extension files.

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Varun,

If ur file has xml content and name of file has *.B02 extension..then also XI process it successfully without writting any addition module.

I have tried it just now..

u can go ahead with ur configuration

Regards,

Manisha

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Praveen,

Does file Adaptor process files with other extensions like .pdf or .xsl..

I have tried on receiver side for creation of files with .pdf. The file will be generated but we cannot open the file.

Regards,

Syed

former_member181985
Active Contributor
0 Kudos

Obviously, it will not be opened as the content might not a PDF format one.

FileAdapter doesnt convert the format as expected by the the PDF by just giving an extension in the channel parameters. You have to do some conversion as per PDF Schema either in mapping or using a custom adapter module.

In general, You can save a file stream with any extension.

Note: Avoid cross posting as per the Forum Rules.

Former Member
0 Kudos

Hi Umar,

File with *.pdf will be created and will have xml content so if u try to open it with adobe it will give an error..

but just try to open it with notepad it will open.

Regards,

Manisha

former_member181985
Active Contributor
0 Kudos

Yes XI will process. FileAdapter doesnt bother about the extensions. The adpater will process according to the configuartion parameters in File Communication Channel.

Edited by: Praveen Gujjeti on Jun 8, 2009 1:00 PM

Former Member
0 Kudos

Hi Varun

If you want to process the file and create the file on the target directory with any name, with any extension without any mapping, you can do using the FTP option, but you can not use the NFS option.

The file will be created using the NFS option also but it can not be open even you download from the NFS dircetory.

Thanks

Rinku Gangwani

Former Member
0 Kudos

Hi ,

XI can pick the file but for processing we need to write custom adaptor modules . For example on the receiver side u just try creating a file with .pdf extension. It will be created but when we try to open that file it will be in unrecognized format and it will not be able to process. Same thing with other file extension.

Regards,

Syed

Former Member
0 Kudos

if it is an xml file then extension must be .xml ,what application has .b02 extension, by the way just configure file scenario, it will not take more than an hour.

varun_k
Contributor
0 Kudos

Hi,

the content of the file is in XML, but the file extension is .B02..... so will the XI(file Adapter) process the File.

Regards,

Varun