cancel
Showing results for 
Search instead for 
Did you mean: 

KILL SESSION BO 4.1

former_member223345
Participant
0 Kudos

Hi,

     please i want to know if there is a way to kill open sessions in BO Entreprise 4.1.

Thks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is a new functionality introduced in BI 4.1 SP3.

you can use that. Below is the screenshot for the same.

former_member183781
Active Participant
0 Kudos

Fingers-crossed that SAP BO-BI 4.1 (SP3) is released to GA as scheduled in the next couple of days....this will be a great feature-addition to CMC.

former_member184468
Active Participant
0 Kudos

More than the screenshot above, I have posted the full overview of the feature here:

SP3 is going through the final steps so we still expect it soon.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Mohamed,

In addition to above mentioned KBAs and in order to perform session cleanup automatically by BO itself, I would recommend to implement settings as suggested in SAP KBA: 1668750.

http://service.sap.com/sap/support/notes/1668750

Just an FYI..you can check active users session list using query build as well. Here is the query:

SELECT
SI_ID, SI_USERID, SI_APSNAME, SI_LOGON_ALIAS, SI_LASTLOGONTIME
FROM CI_SYSTEMOBJECTS
WHERE SI_KIND = 'Connection' AND SI_FAILOVER_AVAILABLE_UNTIL = NULL AND SI_AUTHEN_METHOD != 'server-token' ORDER BY SI_ID


Regards,
Mahesh

former_member223345
Participant
0 Kudos

     yes effectively it is possible with SDK.

thank you so much

former_member205064
Active Contributor
0 Kudos

Check this SAP note:-

1803138 - How to Kill Sessions in BI 4.0 without restart

should be helpful.

-Raunak

CdnConnection
Active Contributor
0 Kudos

Link provided above does NOT work.

Use below:

1886165 - How to terminate user session manually in XI 3.1 and BI 4.0?

Regards,

Ajay

Former Member
0 Kudos

Has anyone used the 1886165 Kill Session tool with 4.1 SP2?

Former Member
Former Member
0 Kudos

Hi Ajay

I know, there are manually process to kill the session in Crystal Server 2013. But I need to know how to kill the session itself after closed browser. Crystal Reports are accessing through the launchpad and there are no logoff sign. We need to close the browser. Please advise.

Thanks

CdnConnection
Active Contributor
0 Kudos

Mohamed,

      This feature is currently NOT available within the product.  The only way to do this write a custom SDK to perform this option.   SAP is fully aware of this issue we submitted an Idea and were promised this feature in the first half of the 2014 as an part of SP/Patch updates for BI 4.1

We ended up writing custom JAVA SDK for our clients until the SAP BI Enhancement team adds this feature within the Platform.

Regards,

Ajay

former_member184468
Active Participant
0 Kudos

I can confirm that this is still planned in the first half of 2014.

Former Member
0 Kudos

SAP is already provided Java SDK, which you can deploy as Web App back in Mid of 2013

1834664 - How to kill session using Java SDK in BusinessObjects Business Intelligence platform 4.0

This KB includes the attachment of the zip file.