Link to home
Start Free TrialLog in
Avatar of singaravadivel2202
singaravadivel2202

asked on

Getting problem while creating new work area


Created one user for repository with separate table space. Given that user necessary grants. Created Repository via Designer 6i (repository admin utility). I am able to logon with the created user. I enabled the version control also. I try to create one work area via Design Editor and Repository Object Navigator. I am getting the following error.

Message
-------
ORA-01086: savepoint 'RM_DISPATCH' never established

--------------------------------------------------------------------------------

Message
-------
ORA-06512: at line 18

--------------------------------------------------------------------------------

Message
-------
ORA-25153: Temporary Tablespace is Empty

--------------------------------------------------------------------------------

Message
-------
RME-02124: Failed to execute SQL statement: ! declare
utility varchar2(3);
curr_el integer;
begin
savepoint rm_dispatch;
rmmes.clear;
curr_el := 0;
RMOACTIVITY.OPEN(:p1_el0,:p2_el0);
:errcnt := 0;
exception when others then
rmmes.get_error_state(utility,:excode);
rmmes.get_product(utility,:exprod);
:exutil := utility;
:errcnt := rmmes.getsize;
:sqlcod := SQLCODE;
:sqlmsg := SQLERRM;
:currel := curr_el;
rollback to savepoint rm_dispatch;
end;

--------------------------------------------------------------------------------

Message
-------
RME-00222: Failed to dispatch operation to Repository

--------------------------------------------------------------------------------

Message
-------
RME-00223: Failed to open new activity
ASKER CERTIFIED SOLUTION
Avatar of ramaswamymorla
ramaswamymorla

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial