cancel
Showing results for 
Search instead for 
Did you mean: 

File to File ------ Message getting stuck in Integration Engine

Former Member
0 Kudos

Hi All,

I have a small issue in file to file scenario .

Once I send the file .Its getting picked up from the source directory but its not getting delivered to the destination directory.

When I check in SXMB_MONI ,message is successfully processed.

Now when I check in RWB. In Message monitring, In adapter engine its showing successful.

but for Integration engine its showing "To be delivered".

I am not able to understand the reason for this. Whether the issue is with configuration of the scenario or some other issues.

So please help me out......

Thanks,

Rohit

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

Make sure you have set the MaxThreadCount parameter to 350 or higher depending of the case and of the resources available.

To increase the parameter, please follow the instructions below:

1. In the left frame choose Server -> Kernel -> ApplicationThreadManager

2. In the tab Display Configuration (right frame) choose Switch between view and edit mode to activate the edit mode.

3. The parameter MaxThreadCount must be set to 350.

4. You will then need to restart the J2ee

For reference see note #937159 - XI Adapter Engine is stuck

For specific setting to an adapter can be done by going to the Visual Administrator -> Services -> SAP XI AF Messaging

Look at the property 'Messaging connections' here you will see the following queues:

Send.maxConsumers (asynchronous sending - outbound)

Recv.maxConsumers (asynchronous receipt - inbound)

Call.maxConsumers (synchronous sending - outbound)

Rqst.maxConsumers (synchronous receipt - inbound)

Depending on where the bottleneck is occurring (i.e. too many entries in the Send.maxConsumers) you can increase these parameters.

Example of parameter value syntax (sample for FILE adapter):

(name=FILE_http://sap.com/xi/XI/System, Send.maxConsumers=10, Recv.maxConsumers=10, Call.maxConsumers=10, Rqst.maxConsumers=10)

For reference see note:

#791655 - Documentation of the XI Messaging System Service Properties

And see the link:

/people/kenny.scott/blog/2007/08/20/messaging-system-queue-properties-after-xi-30-sp19-xi-70sp11

Regards,

Caio Cagnani

Answers (0)