Tag Archives: WebSphere Portal

How to script logging into WebSphere Portal 8.0

How to script the login process in Portal 8.0 Continue reading

Posted in howto, script | Tagged , | 3 Comments

Uninstall Process Server, keep Portal Server

How to uninstall WebSphere Process Server 6.0 from your WebSphere Portal 6.0 environment. Continue reading

Posted in howto | Tagged , , , , | Leave a comment

How to get rid of SECJ0055E error message in WebSphere Portal

SECJ0055E is a WebSphere error message you might see in your SystemOut.log if you have changed your WAS Admin Password. Here is how to get rid of the message. Continue reading

Posted in howto, tip | Tagged , , , , | 2 Comments

CNTR0019E: Initialization failed due to invalid property “supportedMemberTypes”.

Any problem where WMM (WebSphere Member Manager) doesn’t start properly is a deal breaker for Portal. Once WMM fails, every other component will fail, and you’ll be faced with a nasty 404 message. After installing 6.0.1.4-WP-IFPK83731.zip and 6.0.1.4-WP-IFPK70263.zip on a … Continue reading

Posted in tip, Uncategorized | Tagged , , , | Leave a comment

5 Steps to installing Portal 6.1.5 on Ubuntu 9.10

Here’s how to install Portal 6.1.5 on Ubuntu 9.10 Continue reading

Posted in howto | Tagged , , , | 2 Comments

Oracle runstats oneliner (ok, two liner)

Use this to generate a runstats script for your Oracle system. Only works for 6.1 . Also very ugly 🙂 #!/bin/bash export PROFILE_PATH=/opt/WebSphere/wp_profile cat ${PROFILE_PATH}/ConfigEngine/properties/wkplc_comp.properties | grep DbUser | grep -v source | grep -v ‘#’ | grep -v DBA … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Tips for changing your Portal datasources

How to edit the portal datasources and meet off potential transaction log problems if they arise. Continue reading

Posted in tip | Tagged , , | Leave a comment

How to get your own local copy of the Infocenter

How to get your own local version of the WebSphere Portal infocenter, in case you can’t get to the website. Continue reading

Posted in howto | Tagged , , , | 3 Comments

Getting WebSphere Portal to install on Ubuntu

Portal 6.1 will not install on Ubuntu out of the box. Here’s how to fix it. Continue reading

Posted in howto | Tagged , , , , , , | 29 Comments