cancel
Showing results for 
Search instead for 
Did you mean: 

File--to--File should get acknowledment after successful processing

Former Member
0 Kudos

Hi,

Here my scenario is File-to-File scenario.

1)Once files get successfully transfered to the receiver system i shud get successful message,

2) if not i have to get an Error message .

Can anyone help me in this

Thanks,

keerthi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Basically File adapter Dont request the Acknowledgements, thie will not support Sync communication.

For this we need BPM

Check this

Regards

Seshagiri

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Keerthi,

Did we give you the right solution......if so, Then please reward points for the appropriate solution and close the thread as answered.....

Thanks,

Madhu

sunilchandra007
Active Contributor
0 Kudos

hi..

File adapter supports asynchronous communication. So getting acknowledgement is not possible directly. You need to use BPM. that is only solution in your case.

Regards,

Chandra

Former Member
0 Kudos

Hi,

Can i design my BPM with

Receive step-----and sendstep

In the sendstep i have to mention the acknowledgement as transport

Is it right??if not plz correct me..

Thanks,

keerthi.

Former Member
0 Kudos

Keerthi,

you are obsolutely right............

Thanks,

Madhu

Former Member
0 Kudos

Hi All,

Here is the same scenario i should get the response back with an acknowledment in File-to-File.

Once the Files are been processed in receievr application i shud get a message that sucessful r not.

but i shud get the acknowledgement only when the file is placed in the target folder.

Any suggetsions??

Thanks,

Kalyan.

Former Member
0 Kudos

Hi Kalyan

Thanks,

Madhu

Former Member
0 Kudos

Hi Madhu,

Is this the only way to do?If suppose i want to get the acknowledgement through files.what cud be the possible way can i use send synchrounous step in BPM??

Any suggestions??

Former Member
0 Kudos

Hi Kalyan

Are you sure that file adapter supports SYNCHRONOUS....

Iam not sure that it does support.file supports only asynchronous.

so i dont think we can you send synchronous step there

Thanks,

Madhu

Former Member
0 Kudos

Yes u r right.File adapter will not support synchronous messages.

But here the requirement is i have to raise a message

I have to get a successful message if it process well.

If not i have to get an error message to the sender application.

Any inputs?

kalyan.

Former Member
0 Kudos

Hi keerthi,

you should go for BPM in this case.

File adapter can only work with the transport acknowledgments

ACKNOWLEDGEMENTS:-

APPLICATION ACKNOWLEDGEMENTS & TRANSPORT ACKNOWLEDGEMENTS.......

transport acknowledgments - they tell us that the message was transferred from the XI adapter

(successfully or with errors)

- application acknowledgments - they tell us that the message was processed by the receiver application

(again either successfully or with errors)

refer to note: 821267

Thanks,

Madhu

Reward points if it is helpful

Edited by: Madhu on Jul 14, 2008 1:17 PM