Error "API5022" en OWB :(
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?
¿Como puedo solucionar esto?
Hi,
Puedes especificar la version del Oracle Warehouse Builder client como del repository.
bye,
Puedes especificar la version del Oracle Warehouse Builder client como del repository.
bye,
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.
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.
