使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错:RTC-5260,RTC-5301

以下是网络上的方法,经过测试问题依旧。最后找到原因:
我新建了一个基于IP地址的监听,删掉了LOCALHOST监听,造成start_servie.sql运行的时候启动服务报错。
解决办法为:重新建立原始的LOCALHOST的监听。然后运行start_service.sql成

转自:http://hi.baidu.com/zzztou/blog/item/ff0a7b22edf754fad6cae238.html

使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错:RTC-5260,RTC-5301
2009年07月15日 星期三 16:25使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错。

RTC-5260: Failed to connect to Control Center, Please check you have provided the correct Host, user, password and Service Name

RTC-5301: The Control Center Service is not currently available

解决办法: 1. Start SQL*Plus, and connect as the OWB_OWNER database account.

windows 系统下:

C:\Documents and Settings\zx>sqlplus repowner/repowner@asd


SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 7月 15 16:15:32 2009


Copyright (c) 1982, 2005, Oracle. All rights reserved.



连接到:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options


SQL> @D:\Oracle\Owb\owb\rtp\sql\reset_repository.sql

输入 repos_password 的值: repowner

原值    2:   wb_rti_util.reset('&REPOS_PASSWORD.');

新值    2:   wb_rti_util.reset('repowner');


PL/SQL 过程已成功完成。


提交完成。


SQL> @D:\Oracle\Owb\owb\rtp\sql\set_repository_password.sql

输入 1 的值: repowner


PL/SQL 过程已成功完成。


提交完成。


SQL> @D:\Oracle\Owb\owb\rtp\sql\start_service.sql

Available


PL/SQL 过程已成功完成。


你可能感兴趣的:(管理)