|
Home > Archive > WebSphere Portal Server > October 2005 > Seems like IBM released 5.1.0.2 (Portal FixPack 2) for 5.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Seems like IBM released 5.1.0.2 (Portal FixPack 2) for 5.1
|
|
| Wayne Jones 2005-10-24, 6:13 pm |
| Hello,
I don't see this fix pack out there. Can you confirm this is available and please let me know where I can get it.
| |
|
| http://www-1.ibm.com/support/docvie...s=utf-8&lang=en
"Wayne Jones" <wjones@perficient.com> wrote in message
news:1444533823.1129312836486.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> Hello,
>
> I don't see this fix pack out there. Can you confirm this is available and
please let me know where I can get it.
| |
| George Daswani 2005-10-24, 6:13 pm |
| One of our admins state one can use "cview" under
/opt/WebSphere/PortalServer/shared/app/cloudscape/bin
to send SQL to the wpsdb cloudscape db (as long as the portal is shutdown).
Couldn't find it in the Info Center.
G
"George Daswani" <georgedaswani@hotmail.com> wrote in message
news:dingt2$30m8$1@news.boulder.ibm.com...
> It seems like IBM released Portal 5.1.0.2 recently (Portal Fix Pack 2) for
> WPS 5.1.. It seems to have a large list of bug fixes - Is anybody else
> here playing with it? Ran into some issues?
>
> The only issue I ran into updating 5.1.0.1 had to do with the required
> INDEX create on the embedded cloudscape database - wpsdb. Does IBM
> bundle a SQL CLI that one can use to send SQL statements to the embedded
> cloudscape database?
>
> To get around this, I wrote a simple program (attached,
> CreatedIndex.java), and used JDBC to do it..
>
> # stop websphere portal server
> /opt/WebSphere/AppServer/bin/stopServer WebSphere_Portal
> # copy the CreateIndex.java program to the cloudscape data dir
> cp CreateIndex.java /opt/WebSphere/PortalServer/cloudscape
> cd /opt/WebSphere/PortalServer/cloudscape
> # backup the wpsdb directory just in case we screw up
> tar cvf wpsdb.tar wpsdb
> # compile CreateIndex.java
> javac CreateIndex.java
> # run
> Java -classpath .:$PATH_TO_CLOUDSCAPE_JDBC_DRIVER CreateIndex
> /opt/WebSphere/PortalServer/config/wpconfig.properties
> # if successful, clean up files
> rm -f CreateIndex.java
> rm -f CreateIndex.class
> rm -f wpsdb.tar
>
>
>
>
>
>
>
|
|
|
|
|