cancel
Showing results for 
Search instead for 
Did you mean: 

Resending the inputfile.

vijay_b4
Active Contributor
0 Kudos

Hi,

With out asking the user to place the input file in FTP directory every time, is it possible to resend the same file from pi, if so how?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

PriyankaAnagani
Active Contributor
0 Kudos

Hi Vijay,

You can configure the File Processing Mode as "Test" in the File Sender communication channel so that PI picks the same file and process it without Deleting/Archiving the file.

This is preferable only in Non-Production environment.

Regards,

Priyanka

justin_santhanam
Active Contributor
0 Kudos

Hi Vijay,

Not sure what's your SP level Please take a look at the below note.

2009604 - *NF* Re-send successful processed messages using "Copy and Send"


Copy and resend of successful messages from archive


Thank you,

Justin.

former_member182412
Active Contributor
0 Kudos

Hi Vijay,

  • If you archive the file you can place the file from archive directory to directory which your sender adapter is polling.
  • You can get the payload from previous messages and send it via test message in runtime workbench
  • For testing you can change the sender channel from FTP to NFS and place the file in local PI server, then you can place the file again and again

Regards,

Praveen.

vijay_b4
Active Contributor
0 Kudos

Thank you for the reply Praveen.

I am using PI Single stack, can you please let me know how to resend the message and how to check the payload in adapter engine? as i am just able to view the file name, but not the payload...

former_member182412
Active Contributor
0 Kudos

Hi Vijay,

  • You can get the payload in message monitor.

  • To send the message NWA->SOA->Send Test Message

Regards,

Praveen.

vijay_b4
Active Contributor
0 Kudos

Thank you Praveen.

can you put the screen shots to resend the msg?

there is a resend at the top right, what is that for?when i use that, its giving me error:

Could not retry message. Reason: com.sap.engine.....

former_member186851
Active Contributor
0 Kudos

Delivered messages cant be resent Vijay,only error messages can be sent.

You need to trigger the interfac again.

vijay_b4
Active Contributor
0 Kudos

how to resend the error messages?

former_member186851
Active Contributor
0 Kudos

Go to Message monitoring,Select the error message and use resend option to send the error message.

Ryan-Crosby
Active Contributor
0 Kudos

Hi Vijay,

You cannot send messages that have been successfully delivered.  At that point you have to move the file back again or take the test approach as others have mentioned.

Regards,

Ryan Crosby