Thursday, October 22, 2009

SAP Portal - Page Timeout and Session Timeout

1. Goto Portal Catalogue -> Content Provided by SAP -> End User Content -> Standard Portal users
2. Right click on 'Default Framework Page' open --> object
3. Select 'Desktop InnerPage' and edit it(drag the horizontal scroll to right side )
4. select show all in the category drop down and go down in the property page where you can see Page Timeout Set the value for "Page Timeout" and click on save in the top

Or

To the page timeout property add the following property to the property file (portalapp.xml):

com.sap.portal.page.PageTimeout=108000

The value is defined in milliseconds. The default value is 15 seconds = 15000 milliseconds. A page timeout value of -1 defines, that there is no time out and that the page will wait for all of the portal applications to finish loading as long as necessary.

If modify portalapp.xml then restart Portal, in the editor, it will show Changed by SAP.

Also, Session management is controlled by the profile parameter "rdisp/plugin_auto_logout". This parameter, with a default value of 30 minutes, controls the time that a session can be idle before it is cleared.

Said plugin_auto_logout is only for SAP GUI client, not for HTTP client.

Monday, October 19, 2009

SAP Portal: Hide Rooms in the Room Directory

For example, if you want to hide any room with template "Template ABC" in the Room Directory, just configure the iView and set

Pre-selected template in the room directory = "#Template ABC"

Not sure how combination would work. Will try later.

Wednesday, October 07, 2009

Fedora 11 and WinSCP

Need to switch SCP to SFTP to work with Fedora 11.

Monday, October 05, 2009

Install Flash Plugin for Firefox on Fedora 10

Flash Plugin for Fedora 32bit.

First you must install the adobe repository.
rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
Now install it like this:
yum install flash-plugin
Finally restart Firefox and go to Tools -> Add-ons -> Plugins. You should Shockwave Flash among the plugins.