cancel
Showing results for 
Search instead for 
Did you mean: 

eroor FRF-00025 &MUT-03025

Former Member
0 Kudos

Hi Friends,

While integrating PI with ABAP+JAVA getting these below error message.

INFO 2006-11-06 16:25:23

RFC parameter CLIENT set to value 500.

INFO 2006-11-06 16:25:23

RFC parameter USER set to value DDIC.

INFO 2006-11-06 16:25:23

RFC parameter LCHECK set to value 1.

INFO 2006-11-06 16:25:23

RFC parameter PCS set to value 1.

INFO 2006-11-06 16:25:23

RFC parameter LANG set to value EN.

INFO 2006-11-06 16:25:23

RFC parameter ASHOST set to value xxx.

INFO 2006-11-06 16:25:23

RFC parameter SYSNR set to value 00.

INFO 2006-11-06 16:25:23

RFC connection information checked successfully.

INFO 2006-11-06 16:25:23

RFC connection opened successfully.

INFO 2006-11-06 16:25:23

Setting new application function RFC_SYSTEM_INFO.

INFO 2006-11-06 16:25:23

Generating interface for remote function.

INFO 2006-11-06 16:25:23

Function call was successful.

INFO 2006-11-06 16:25:23

Function interface generated successfully.

INFO 2006-11-06 16:25:23

Technical properties of function set successfully.

INFO 2006-11-06 16:25:23

Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2006-11-06 16:25:23

Function module RFC_SYSTEM_INFO set successfully.

INFO 2006-11-06 16:25:23

Executing function call RFC_SYSTEM_INFO.

INFO 2006-11-06 16:25:23

Function call was successful.

INFO 2006-11-06 16:25:23

Version 700 of remote SAP System C12 accepted.

INFO 2006-11-06 16:25:23

Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-06 16:25:23

Generating interface for remote function.

INFO 2006-11-06 16:25:23

Function call was successful.

INFO 2006-11-06 16:25:23

Function interface generated successfully.

INFO 2006-11-06 16:25:23

Technical properties of function set successfully.

INFO 2006-11-06 16:25:23

Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.

INFO 2006-11-06 16:25:23

Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2006-11-06 16:25:23

Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-06 16:25:23

Function call was successful.

INFO 2006-11-06 16:25:23

Setting new application function BAPI_USER_DELETE.

INFO 2006-11-06 16:25:23

Generating interface for remote function.

INFO 2006-11-06 16:25:23

Function call was successful.

INFO 2006-11-06 16:25:23

Function interface generated successfully.

INFO 2006-11-06 16:25:23

Technical properties of function set successfully.

INFO 2006-11-06 16:25:23

Information for application function BAPI_USER_DELETE copied to local Repository.

INFO 2006-11-06 16:25:23

Function module BAPI_USER_DELETE set successfully.

INFO 2006-11-06 16:25:23

Executing function call BAPI_USER_DELETE.

ERROR 2006-11-06 16:25:23

FRF-00025 Unable to call function. Error message: No active plan version exists .

INFO 2006-11-06 16:25:23

RFC connection closed.

ERROR 2006-11-06 16:25:23

MUT-03025 Caught ERfcExcept in Modulecall: No active plan version exists.

ERROR 2006-11-06 16:25:23

FCO-00011 The step runRoleGeneration with step key |NW_Addin_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|12|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|XiGenerateRoles|ind|ind|ind|ind|0|0|runRoleGeneration was executed with status ERROR .

Looking forward to your kindest reply

Regards

naveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naveen

Have you seen this OSS notes: 46570 - 'No active plan version exists'?

and search on "run Role Generation"?

It's maybe a lack of authorization when you call BAPI_USER_DELETE, because you don't have step:

<i>INFO 2006-11-06 16:25:23

Function call was successful.</i>

and you have this error:

<i>INFO 2006-11-06 16:25:23

Executing function call BAPI_USER_DELETE.

ERROR 2006-11-06 16:25:23

FRF-00025 <b>Unable to call function</b>. Error message: No active plan version exists.</i>

Regards

Mickael

Former Member
0 Kudos

Hi Mickael

Thankyou for replying,tried to do which was in oss notes but it says default user is ddic,so for ddic it is not allowed to make the changes,created a user with all rights and it is going through but when we save, bottom below it says no active plan exits,it is possible to change default ddic to anyother user.

still i am trying for all possibilities,still the same no active plan exits.

Looking forward to your kindest reply

Regards

Naveen