Showing posts with label portal. Show all posts
Showing posts with label portal. Show all posts

Wednesday, December 10, 2008

How to determine the version of Portal or Quickr you are running

After installing Quickr I wanted to check for updates on the IBM Fix Central website.

The check for the correct fix the site requested whether I was using version 8.0.0.0 or 8.0.0.2.

To check this I looked for the file C:\IBM\Quickr\PortalServer\version\TS.product which is an xml file - Wordpad should be ok to read it.

The installed version was listed as "8.0.0.0"

Easy when you know how :-)

Wednesday, November 26, 2008

Portal 6.1 - difficulty adding an administrator

I installed WebSphere Portal express 6.1 on a Windows 2003 server in a demo environment and ran the config wizard to secure the server to an Active Directory running on a second server.

Adding an Active Directory user as a member of the preexisting "wpsadmins" group proved difficult and resulted in the "EJPAL3030E" error - most likely relating to a misconfigured group attribute.

As time was limited to complete the demo I simply logged into the Portal as the "wpsadmin" user, chose the AD user I wanted to promote to a Portal administrator and selected the icon to "duplicate role" of the wpsadmin user.

Now the AD user can see the "administration" tab in portal.

Whew!

Tuesday, November 04, 2008

Websphere Portal 6.1 Tuning Guide

I have had a quick read through of the, just published, Portal 6.1 tuning guide.

Generally I would describe it as a "mostly friendly" read.

I was pleased to see a section on "Recommended database maintenance for DB2". This is something that has been on my mind for a while - especially for SMB installations where true DB skills would be a "nice to have" resource. There is also a section on DB2 database tuning showing how the teams test setup was altered.

If you are interested in Portal 6.1 from a technical aspect - you really should read this.

Portal 6.1 Tuning Guide

Thursday, August 09, 2007

Organisational Heirarchy in Portal server

I setup a portal server connected to Domino for ldap and did all the usual configuration.

I created a few test users in Domino and added their managers name into the Work section of their person doc. In the people finder portlet I searched for each user and viewed where the sat in the Organisational hierarchy. The portlet then drew the organisations tree structure as requested.

Later a colleague imported a lot of test users when he installed the ActiveInsight applcation. I could search for these users and view the results as before, however they did not appear in the organisation hierarchy. You could not see who managed which employee.

I tried reloading ldap and restarting the portal server to no effect.

I also a few person docs to clear out and reload the manager field details. This worked - the users appeared as direct reports of their manager.

However it turned out that after investigation and a lot of experimentation that i just needed to make an edit of each users person doc, not even to change anything - just to touch the doc. I found a quick way to do this was to slect all users and run the agent "Upgrade to More Secure Internet Password".

Now I can see the entire company hierarchy in people finder.

I could easily have wasted a lot of time on this.