WebSphere Portal e Banco de Dados

  • 25 May, 2007

Quando instalamos o Portal, por padrão, ele utiliza o cloudscape como banco de dados. Na versão Express ele instala um DB2.
O cloudscape é um banco que não pode ser utilizado em configurações de produção ou em cluster. Portanto em todas as instalações é necessário
migrar para outro banco de dados suportado tal como DB2, ORACLE ou memo o MS SQLSERVER.
Cada um deles tem uma configuração particular para ser feita. A decisão de qual banco de dados utilizar não é fácil e pode passar até
mesmo por política da empresa ou seja  a empresa já possui um determinado banco de dados e deseja utilizá-lo para o portal corporativo.
Normalmente as informações contidas no infocenter são suficientes, mas a vida de um administrador de portal não é só de alegrias.
Já realizei instalações com DB2, ORACLE e MS SQLSERVER classifico que a instalação com DB2 e ORACLE são as mais fáceis, não é a
mesma coisa com o MSSQLSERVER principalmente se o portal estiver em um ambiente UNIX/LINUX são dificuldades de instalação é necessário prestar
mais atenção.
Pode-se transferir o banco de dados usando a interface gráfica ou utilizando comandos de linha.
Uma fato ocorrido recentemente comigo foi um questionamento sobre o teste de banco de dados que é feito na interface do WAS, que era
corriqueiro nos ambiente de portal 5.x ou seja se existe uma suspeita de problemas de conexão como banco de dados a console do
WAS era um bom lugar para se testar as conexões, mas como estava dizendo ERA.
Aconteceu o seguinte: O administrador de um portal 6 estava realizando uma instalação nova e decidiu testar o banco de dados como ele
sempre fez o portal 5.x, apareceu um erro na console do WAS, e a pergunta inevitável “Mas porquê tem erro se o portal está funcionando?”
Descobri o seguinte em uma literatura da IBM: Important: Due to an architecture change in the way that Portal uses the WSAS **
datasources, you can no longer test the Portal datasources successfully thru the** **
WSAS AdminConsole after the Portal install. Attempting to test the connection** **
will fail, but this is not an indication of a problem and Portal will still function.**

Deve-se reconfigurar o WAS para que o teste funcione. O problema é o escopo da variável que
aponta o caminho do driver, que na instalação é criado no nível de célula e para que o teste funcione é necessário criar a mesma
variável a nível de nó.

Felizmente teve solução.

Related Posts

Turn off IE compatibility mode

  • 10 Oct, 2017

On a customer site, all windows machines has a GPO to turn on the IE compatibility mode. The new WebSphere Portal does not work well with this compatibility mode. To solve the problem we add the following on the Apache Web Server Header set X-UA-Compatible "IE=Edge" The header above tell the IE browser to not use compatibillity mode when accessing the new portal.

Turn off IE compatibility modeRead More

WebSphere Portal V8.5 and Oracle Data Guard

  • 29 Jun, 2017

From IBM L3 support: "WebSphere Portal does not explicitly claim support for Oracle Data Guard. It is our understanding that Oracle Data Guard is an extension of the Oracle Database product. We do support the Oracle Database as isted in our "Supported software" documentation. Unless Oracle Data Guard limits functionality or impacts the behavior of the Oracle Database product in an intransparent manner or requires changes to the Portal database object definitions, we do not see a reason why WebSphere Portal would not work in that setup. In other words: If the database system, that is used by the customer, behaves like a regular Oracle Database, it should work. In case an issue is observed, w

WebSphere Portal V8.5 and Oracle Data GuardRead More

Collecting Data: Read First for WebSphere Portal 8.5 and 9.0

  • 28 Jun, 2017

Documents for collecting troubleshooting data for IBM WebSphere Portal 8.5 and 9.0 aid in problem determination and save time resolving Problem Management Records (PMRs). The following data collection documents contain instructions for specific components or scenarios. The wpcollector tool(http://www-01.ibm.com/support/docview.wss?uid=swg21445430) can be leveraged with such instructions to gather and optionally send the data. If one of the product components or scenarios below matches your symptom or the part of the product with which you are experiencing problems, follow the instructions in the associated data collection document. Component:Link:Installation/Configuration:General1962321(h

Collecting Data: Read First for WebSphere Portal 8.5 and 9.0Read More