cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel messages in Java stack with status "Delivering"

Former Member
0 Kudos

Hi everybody.

I have a scenario PROXY to FTPS. When I run it the messages in receiver side remains "Delivering"  (In log I can se "Connecting xxx.xxx.xxx.xxx).

Maybe I have an issue with FTPS connection ... Questions ....

¿Why the message is never set to "Error Status" (I've setTimeOut parameter in adapter channel configuration)?

¿Any idea what's wrong with my FTPS connection?

¿How can I delete de messages with the status "Delivering"?

Thanks a lot.

Regards...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chico.

Please check the connectivity for the FTPS server and also make sure that you have enough permission to access FTPS location.

Please contact your Unix Team or Basis team reagarding the permissions.

For messages stuck up in Delivering status please go through below links,it may be helpfull for you

http://scn.sap.com/thread/426097

http://scn.sap.com/thread/1816305

http://scn.sap.com/thread/1050568

Regards,

$HRI

Former Member
0 Kudos

Thanks a lot.

I can make a telnet from PI host to receiver host without problem....

Is reestart services the only choice to cancel the messages with "Delivering Status"?

Regard....


Former Member
0 Kudos

HI Chico,

As per my knowledge that is the only one option.

Regards,

$HRI

Former Member
0 Kudos

Hi,

Yes restarting(start/stop) the messaging system (or java stack restart) will help u in releasing the messages stuck in delievering status.

Thanks

Amit Srivastava

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

The message status delivering means not a problem with your FTPS connection may be your FTPS adapter taking long time to respond.

Monitor  messages in adapter engine(RWB--->MESSAGE monitoring-->Adapter Engine) , if messagesshowing same status for long time then restart your File adapter service and start and stop the channel.

if still no luck then restart java stack.

Regards,

Raj

Former Member
0 Kudos

Thanks a lot everybody.

I've restarted the Messagin System Service and issue resolved..

Now I've got the problem with the FTPs connection but I'll open a new thread.

Regards.