Error "API5022" en OWB :(

Manu
23 de Marzo del 2009
Hola, a ver si me podeis ayudar a solucionar este problema: cuando inicio el cliente de OWB e intento conectar me sale este error: "API5022:No se puede conectar al repositorio especificado. Compruebe la información de conexión. Excepción de E/S: Connection reset by peer: JVM_recv in socket input stream read "

¿Como puedo solucionar esto?

JOSE' LUIS
23 de Marzo del 2009
holo yo tengo este problema, me podeis contestar la solucion.

Manny
23 de Marzo del 2009
Hi,

Puedes especificar la version del Oracle Warehouse Builder client como del repository.

bye,



Manny
23 de Marzo del 2009
Hi,

Se puede pensar que es problema de GRANT, sobre algunas tables del database, y algunos package que no han estado compilato.

Vedi esta documento:

fact: Oracle Warehouse Builder 9.0.2
symptom: Connecting to Repository fails with error
symptom: Api5022: Cannot Connect To The Specified Repository.
symptom: Verify Connection Information
cause: The Package NAMESPACESERVICEIMPL is invalid. This can occur when
having performed a Database Export/Import from the OWB repository schema. How
to diagnose the cause, see below:

1. Using SQL*plus connect to the OWB Repository schema
2. SQL> alter package NAMESPACESERVICEIMPL compile body;

Warning: Package Body altered with compilation errors.

3. SQL> show errors
Errors for PACKAGE BODY NAMESPACESERVICEIMPL:

LINE/COL ERROR
-------- -----------------------------------------------------------------
363/1 PL/SQL: SQL Statement ignored
365/6 PLS-00201: identifier 'SYS.V_$SESSION' must be declared

This shows that the OWB Repository Owner has no SELECT privilege on SYS.V_$
SESSION.



fix:

1. Using SQL*plus connect with SYS
2. SQL> grant select on V_$SESSION to <owb repository owner>
3. Connect with OWB Repository Owner
4. SQL> alter package NAMESPACESERVICEIMPL compile;



bye,
suerte
Si tienes algunos problemas no dejes de escribir.

Anyelo Roy
23 de Marzo del 2009
Por favo ayuda con este problema no me sale de ninguna forma