cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SWIFT Integration Issue with Parameters of adapter module

Former Member
0 Kudos

Hi Experts,

I am facing an issue with adapter module localejbs/swift/FileActConversionToSWIFTModule

SAP PO: 7.5, SP09

My E2E scenario:

ICO-1 : Proxy-> File adapter1/ File adapter2(NFS), with ASMA enabled and Parameters for adapter (modulelocalejbs/swift/FileActConversionToSWIFTModule) defined for Par files and Payload in respective file adapters.

ICO-2 : File adapter-> SFTP adapter.

In ICO1 -> The issue coming in is after the split of the PAR and Payload I am placing the files at same location, expecting the DetachParameters having true value will name the incoming files with extension .xml.par for par file and payload file name will remain as .xml

Attempt to process file failed with Target file /interfaces/PID/FileAct/CBBBBB/XXXX60000100354382420171123064923.xml already exists and must not be overwritten

But somehow the parameters which I have added is not working. If I keep false or true doesn't matter. Looks like a run time issue.

Checks which I did:

1. In system info the required SCA is deployed - fscm~swiftwda

2. Checked URL http://host:port/webdynpro/dispatcher/sap.com/fscm~swiftwda/KeyManager# works fine and also uploaded the key.

3. Message log: Invokes

MP: processing local module localejbs/swift/FileActConversionToSWIFTModule

File adapter1(Par file )

File adapter2(Payloadfile)

I dont understand where the issue is?

Can anyone help!

Regards,

Aarti

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Aarti,

The Parameter Detach = True role is to split the par file content and payload content differently only when you are picking a file from NFS which is usually placed by ECC BCM. I am not sure how that parameter helps in Proxy case.

Bdw why you are doing 2 ICO's ? Proxy to NFS and then NFS to SFTP? Can you please throw some more light on what you trying to achieve. And also can you paste the sample payload you getting from proxy ?

Br,

Manoj