cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.1 time out for JCo Connection

former_member607139
Discoverer
0 Kudos

I'm running this MII transaction that, is using a JCO connection to run a Function Module in SAP.

The problem we have is, that function module takes more than 60 seconds to run an return the values, that is correct because we are gathering a big amount of data, so if we run the function Module inside SAP it works ok, BUT, if we run the transaction from MII we receive a time out after exactly 60

seconds.

We have already modified several time out parameters inside MII

but those changes are not making any difference.

Do you know where that JCo time out parameter is inside MII 12.1?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185280
Active Contributor
0 Kudos

60+ seconds is a long time to occupy connection resources. If possible I would recommend having SAP process the data asynchronously and push it to MII via the RFC listener.

former_member193328
Active Participant
0 Kudos

Hi Salvadore

I seem to remember that there was some kind of timeout in ABAP side as well. Can you check this as well?

Regards

Partha

Former Member
0 Kudos

Hi Salvador,

Try to increase the session timeout to 300 in SAP Menu --> System Properties. Initial it will be 60 sec only.

And increase MII workbench Read Timeout as well. Help --> Setting --> Read Timeout

If it doesn't solved your problem, go through below post

Regards,

Praveen Reddy