cancel
Showing results for 
Search instead for 
Did you mean: 

PO 7.5 Sender CC SFTP File Content Conversion Problem

Former Member
0 Kudos

Hi experts,

we are developing a scenario in PO 7.5 with a sender SFTP channel, using SFTP add-on.

SFTP add-on is at SP level 05 patch level 18, PGP is at SP level 05 patch level 02.

If we use File Content Conversion, we always got this error:

"Sending of file XXX.txt failed."

If we don't use FCC, channel is working correctly.

What could be the problem?

FCC is:

RecordsetName RecordSet

RecordsetStructure DetailRecord,*

DetailRecord.fieldNames DataString

DetailRecord.fieldFixedLengths 99999

DetailRecord.endSeparator 'nl'

Thanks

Fabio Boni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solved adding parameter DetailRecord.keepIncompleteFields with value ‘YES’.

Answers (3)

Answers (3)

former_member241146
Active Participant
0 Kudos

Hi Fabio.

There is an issue in your FCC configuration. Please check in the Communication Channel monitoring tool for the detailed message or use XPI Inspector tool to trace your channel activation to find detailed tracing logs.

Reference: https://wiki.scn.sap.com/wiki/display/XI/Tracing+PI+issues+with+XPI+Inspector+tool

Useful blog FCC content: https://blogs.sap.com/2014/09/24/fcc-parameter-reference-for-messagetransformbean-module/

Regards,

Bruno.

Former Member
0 Kudos

Hi,

using XPI inspector I see this log:

No Information Available for Audit Key : Filesize is {0} Bytes

No Information Available for Audit Key : Filename is {0}

No Information Available for Audit Key : Directory is {0}

Sending of file XXX.txt failed.

Fabio

former_member241146
Active Participant
0 Kudos

Please, could you share a screenshot from your communication channel setup?

Regards,

Bruno.

Former Member
0 Kudos

Hi,

here the screenshots.

Fabio

Former Member
0 Kudos

Other screenshots:

former_member241146
Active Participant
0 Kudos

Hi Fabio.

You didn't provide Sftp fingerprint in your configuration.

Add this information and try again.

Reference for authentication: https://blogs.sap.com/2017/11/03/sap-pi-sftp-server-authentication/

Regards,

Bruno

Former Member
0 Kudos

Hi Bruno,

in Fingerprint there is a *.

As per link you posted above:

"If SFTP Server Fingerprint details are not available then we can ignore it by providing input as * (star) in SFTP Communication channel".

Best Regards,

Fabio

former_member241146
Active Participant
0 Kudos

Hi Fabio.

If you have already reviewed all security requirements to connect to SFTP Server so you may double check its FCC channel configuration/parameters.

Share also a screenshot from your File structure.

Please find more information in our SAP HELP: Configuring the SFTP Sender Channel

https://help.sap.com/doc/saphelp_nw-secure-connect101/1.0.1/en-US/2e/99f0fb5a9e45b3b148c90e87fafcd1/...

Mark a question as answered if it helped you.

Regards,

Bruno

Muniyappan
Active Contributor
0 Kudos

Please go to channel monitoring and check if you are able to get any error description there. If the issue is really with the FCC, mostly error descriptions will be available. Please ignore this if you have already done this.

Former Member
0 Kudos

Hi Everyone,

using XPI inspector I see this log:

No Information Available for Audit Key : Filesize is {0} Bytes

No Information Available for Audit Key : Filename is {0}

No Information Available for Audit Key : Directory is {0}

Sending of file XXX.txt failed.

Fabio

apu_das2
Active Contributor
0 Kudos

I guess your FCC is not accurate.

Please share the screen shot of sample file content and FCC from CC.

NOTE - Previously there was some issue in the SFTP Adapter . So, MTB was used instead of FCC. But, currently, it should work properly.

Thanks,

Apu