cancel
Showing results for 
Search instead for 
Did you mean: 

How to kill idle session time in BI Launchpad more than 15 mins?

chandrasekhar6
Participant
0 Kudos

Hi All,

I am using SAP BO BI 4.1 SP 7.

How to kill idle session time in BI Launchpad more than 15 mins, without using scripting.

Please share your valuable inputs.

Thanks,

Chandra.K

Accepted Solutions (1)

Accepted Solutions (1)

former_member185603
Active Contributor
0 Kudos

First of all why do you want to kill the sessions in short time? 15 minutes is too low.

Anyway, you check below link. But even in this script, you can set only 60 minutes increment,

There was reference in this blog by Joshua.

  • Its a good idea and this would be a cleaner way.  Unfortunately, the SI_UPDATE_TS field can't be trusted in this way for this infoobject type.  From what I've seen, the SI_UPDATE_TS, SI_CREATION_TIME, SI_LAST_ACCESS and SI_LASTLOGONTIME properties do not get updated within the lifespan of a session object.  The original date-time value that is written when the user logs in doesn't change for any of these fields.  This was why I chose to go off of the SI_CREATION_TIME.

former_member185603
Active Contributor
0 Kudos

Arguments parameter is where you specify the time

chandrasekhar6
Participant
0 Kudos

Hi Jahawar,

Without using import file into CMC for killing session time in BI Launchpad.

If any other method for killing session time in SAP BI Launchpad.

Thanks,

Chandra.K

DayaJha
Active Contributor
0 Kudos

Hi Chandra,

Yes there are other ways to kill BOBJ Session using script, please refer below KBA for your reference

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

https://service.sap.com/sap/support/notes/1834664

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

https://service.sap.com/sap/support/notes/1886165

1668750 - Sessions not being released in SAP Business Intelligence Platform 4.0

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

Thanks,

Daya

chandrasekhar6
Participant
0 Kudos

HI Daya,

Thanks for quick response.

I saw your above mention links,

We have not rights access folder from disk(It is client server)

Thanks,

Chandra.K

DayaJha
Active Contributor
0 Kudos

Its one time activity you have to place the Jar files in Tomcat Application location, once it was deployed restart the tomcat services and then use below link to kill old session of CMS

Link for Tomcat Application:- http://<Server Name>:<Port Number>/KillSession.jsp

Depend on the operating system you have to choose below method to automate your process:-

- Windows (Use Task Scheduler to kill old cms session)

- UNIX (Use SHELL Script to kill old CMS session)

- Third Party scheduler

Thanks,

Daya

Answers (1)

Answers (1)

former_member198519
Active Contributor
0 Kudos

have a look at this blog:

Killing User Sessions in SAP BusinessObjects 4.1 SP3 | All Things BOBJ BI Blog

I am not sure if there is a setting at BO level without the help of scripting to check if the user is idle for 15 minutes.

chandrasekhar6
Participant
0 Kudos

Thanks for your response