cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to check the file created in destination

Former Member
0 Kudos

What is the best way to verify if the output file created in the detsination.

Ex: the destination is file server(ftp), so sender should get an acknowledgement(some sort of messg) of the file created as a result of the execution of scenario.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

this is not the best (in terms of performance) idea

but you could also do something like this:

(if you file names are unique )

you can put the file in ftp in one folder (temp)

and do another small proces which would just take from temp

and put in final folder and during this process

you can send info to the sender that the file was in

the temp and now it will be in final folder

if your files are not big and your XI is not overloaded

and you don't mind another flow you could use this apporach what do you think?

Regards,

michal

moorthy
Active Contributor
0 Kudos

HI Kishna,

File system (Adapter) is not supporting Application Acknowledgement.It only supports System Acknowledgement.

Refer SAP note 821267 question no 6..

I think, your requirement is just it is created or not right? For this you can achieve in the systme acknowledgement.

For this in BPM , you can use send step with acknowledgement option for this..ie. one of the option

Regards,

Moorthy