cancel
Showing results for 
Search instead for 
Did you mean: 

sap pi 7.11 parameter messaging.connectionDefinition change

Former Member
0 Kudos

Hi the community,

we are in sap pi 7.11.

I'd like to know how to change the value of parameter messagingDefintion of service <<XPI Service: AF Core>>

in nwa , it is visible but we can't change it.

We had some issue of timeout on webservices exposed from PI and I read it is a possible bottleneck.

We want to increase the value from default value 5 to 10.

Thanks for you help.

Kind regards.

Eric Koralewski

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I can give you a round about method of changing the parameter....

In PI system, in al11 go to this path:

/usr/sap/<SID>/DVEBMGS00/j2ee/cluster/apps/sap.com/com.sap.aii.af.app/EJBContainer

  /applicationjars

In the above <SID> represents the PI system id.

In this path the file which you get needs to be updated by BASIS team for changing the value of the parameter.

If you are not able to follow the path, please make sure you enter into /j2ee/cluster/apps/sap.com

/com.sap.aii.af.app/EJBContainer /applicationjars

Regards,

Souvik

Former Member
0 Kudos

In that path there is only a jar file

com.sap.af.ejb.jar

Regards

Eric Koralewski

Former Member
0 Kudos

Hello,

In that file you will get "com/sap/aii/af/app/modules/orch/MessagingBeanBase.class"

The parameter from the above can be used accordingly to convert the value from 5 to 10.

Regards,

Souvik

Former Member
0 Kudos

SAP Documentation : Process Integration (PI) - SAP Library

has messaging.connectionDefinition as a parameter.

is it the one you would need to change?

If yes,then I THINK you need to take basis help me change, as it needs some roles.

reg, avinash

Former Member
0 Kudos

My question is what I have to do to change that parameter

I need a procedure to change that parameter..

In the nwa, we can't modify it.

Kind regards.

Eric Koralewski