Re: Designer 2000 Repository Administrator Problem

From: Jacek Dobosz <jdob_at_ping.at>
Date: 1996/05/23
Message-ID: <31a4cdb3.1102810_at_news.ping.at>#1/1


On 22 May 1996 12:58:24 GMT, rperry_at_lasc.lockheed.com (Robert Perry) wrote:

>
>I set up Designer 2000 (including 1.2A patch) on a PC which connects to a Oracle 7.1.4 instance on a Sun server. Everytime I try to use the MAINTAIN USERS tab I get the
>the following errors:
>
> RME-00223 FAILED TO OPEN NEW ACTIVITY
>
> RME-00222 FAILED TO DISPATCH OPERATION TO REPOSITORY
>
> RME-00111 OPERATION "OPEN" ON ACTIVITY HAS FAILED
>
> RME-00854 ACTIVITY PACKAGE INITIALISATION FAILED
>
>Has anyone experienced this problem before. I have talked to Oracle Support
>and they recommended the 1.2A patch but that did not resolve my problem.
>
>Any help appreciated. Please email me at rperry_at_mantis.mar.lmco.com.
>
It looks like you have some packages with compilation errors. To check it login as repository owner to sql*plus and run following script:

select object_name, object_type
from user_objects
where status = 'INAVLID';

and try to recompile invalid packages if any. You can also check your installation log file against any errors during api installation.

hope this helps
jacek Received on Thu May 23 1996 - 00:00:00 CEST

Original text of this message