cancel
Showing results for 
Search instead for 
Did you mean: 

Session attribute set to false in SAP PCO

ankit12
Active Participant
0 Kudos

Hi Experts,

We have a problem with PCo creating multiple sessions in MII. Every time that PCo sends a notification, a session is created. we have very huge number of session created at SAP MII side whenever there is any notification set from PCO side.

 

My question is.. is this behavior normal in PCo? (creating a session and not closing it every time a notification is sent to MII) or there is any configuration to set the session attribute while calling the MII webservice (WSDL) in PCO. 

we are using SAP PCO 15.5.1.5 version. 

got this link - Pco 2.3 creating multiple sessions in MII - SAP Community but looks like its an old post and not able to see the attribute also.

Quick response is appreciated.

 

Regards,

Ankit Gupta

 

 

 

 

steve_stubbs
Participant
0 Kudos

Hi Ankit,

What destination is being called for the Agent Instance Notification? Can you provide details of how you are calling the MII transaction?  For HTTP web services, you will need to add session=false query parameter to the url.

Regards, Steve

ankit12
Active Participant
0 Kudos
Hi Steve, Thanks for response. Yes we are using SAP MII transaction as web service as WSDL at PCO side. please let us know if this session parameter we can send it in URL from PCO or is there is config setting we have to done at PCO side. Regards, Ankit Gupta
steve_stubbs
Participant
Hi Ankit, I am between jobs right now and don't have access to an MII system with which to test. However, I cannot find anything in MII docs which indicate that this is possible. However, if you call an MII transaction from PCo using the http://<servername>/XMII/Runner? url, i believe you can add the session=false query parameter as an additional input. Check the MII help for Transaction Calls Using URL's. Regards, Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

ankit12
Active Participant
0 Kudos

Hi Steve, 

Thanks for response. Yes we are using SAP MII transaction as web service as WSDL at PCO side.

while sending session=false parameter we are able to control the logging of http session created at PCO side. 

 

so the URL at PCO server is like below:

https://<host>:<port>/XMII/WSDLGen/<trxpath>?wsdl&session=false

 

Regards,

Ankit Gupta