cancel
Showing results for 
Search instead for 
Did you mean: 

error in preprocessing phase

Former Member
0 Kudos

Hi All ,

We are facing error in preprocessing phase of upgrade to EHP 7 ,Let me know if anyone can help us in this critical situation

System details:Oracle 11gr2,Linux x86-64 ,

Below is the error :

During the phase MAIN_SHDIMP/SUBMOD_SHD2_RUN/RFCDEST_CREATE_S2OX in

Pre-processing of the SUM we are facing below error.

1 ETQ233 Calling function module "FUNCTION_EXISTS" by RFC

2 ETQ373 parameter "FUNCNAME" = "RFC_DESTINATION_CREATE"

1 ETQ234 Call of function module "FUNCTION_EXISTS" by RFC succeeded

4 ETQ010 Date & Time: 20140912043336

1 ETQ359 RFC Login to: System="XXX", AsHost="sapXXXpas" Nr="12",

GwHost="sapa10pas", GwService="sapgwZZ"

2 ETQ232 RFC Login succeeded

4 ETQ010 Date & Time: 20140912043336

1 ETQ233 Calling function module "RFC_DESTINATION_CREATE" by RFC

2 ETQ373 parameter "DESTINATION_NAME" = "SAP_UPGRADE_ORIG_SYSTEM"

2 ETQ373 parameter "USER" = "DDIC"

2 ETQ373 parameter "HOST" = "sapXXXpas"

2 ETQ373 parameter "SYSTEMNR" = "11"

2 ETQ373 parameter "CHECK" = "X"

1EETQ235 Call of function module "RFC_DESTINATION_CREATE" by RFC failed

(error-status "3")

2EETQ360 RFC of "RFC_DESTINATION_CREATE" failed:

2EETQ361 code/exception : 3

2EETQ362 key : CALL_FUNCTION_NO_DEST

2EETQ399 RFC destination SAP_UPGRADE_ORIG_SYSTEM does not exist.

Regards

Bharat

Mob No: 91 9008804153

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

I have same issue in my production environment

former_member182921
Participant
0 Kudos

Yes Issue seems with ddic password

Reagan
Advisor
Advisor
0 Kudos

Restart the shadow system and repeat the phase. If the phase fails provide the log files

CRRFCDESTS2O.SAV and CRRFCDESTS2O.LOG

Regards

RB

Former Member
0 Kudos

Hi Reagen benjamin

I have attached the logs !!!

Kindly let me know your inputs

Regards

Bharat

former_member188883
Active Contributor
0 Kudos

Hi Bharat,

From the logs


1EETQ399 Last error code set is: RFC error system XYZ nr 12 function 'RFC_DESTINATION_CREATE' failed with code 3 key CALL_FUNCTION_REMOTE_ERROR: Name or password is inc

orrect (repeat logon)

Looks like some problem with user / password for DDIC.

Please check on DB level whether DDIC user is unlocked ?

SQL> select bname, uflag from <schema>.USR02 where mandt=000 and bname='DDIC';

Regards,

Deepak Kori

divyanshu_srivastava3
Active Contributor
0 Kudos

2EETQ399 Name or password is incorrect (repeat logon)

4 ETQ010 Date & Time: 20140912104811

This is what I can see.

Can you correct this fir DDIC in instance no 11 ?

Akshay_G
Contributor
0 Kudos

Hi,


If you have carefully read the logs. It clearly says 'Name or Password is incorrect, repeat logon'


I think that speaks for itself, and you must already know what to do next?


-Akshay

Reagan
Advisor
Advisor
0 Kudos

2EETQ399 Name or password is incorrect (repeat logon)

4 ETQ010 Date & Time: 20140912170828

1EETQ399 Last error code set is: RFC error system XYZ nr 12 function 'RFC_DESTINATION_CREATE' failed with code 3 key CALL_FUNCTION_REMOTE_ERROR: Name or password is incorrect (repeat logon)

Is the DDIC user password correct ?

Regards

RB

Former Member
0 Kudos

Hi Benjamin,

We have given right password for the DDIC user and still it gives the above dump in the preprocesing phase

Regards

Bharat

Sriram2009
Active Contributor
0 Kudos

Hi

Is this ddic password are different in 000 & working client ?

BR

SS

Reagan
Advisor
Advisor
0 Kudos

Hello Bharat

Are you able to login to the shadow system using the DDIC password ?

If the password was changed in the shadow system you may set the password back and check this note 1888639 - DDIC RFC connection error to shadow instance during Upgrades: Password logon no longer pos...

Regards

RB

Former Member
0 Kudos

Hi Reagan ,

The issue was taken to SAP development security team :::Below is the  weird issue ::

Firstly ,for the authorizations to work correctly, all authorization tables must be in a consistent state as below :

ust04, ust10c, ust10s, ust12, usrbf2, usrbf3.

If we  want to maintain authorizations, also usr04, usr10, usr12 are  required.

But here , a mismatch of tables usrbf2 and usrbf3  in 2 instances are the reason for the stuck in the upgrade :::


SQL> select count(*) from sapsr3.USRBF2 where MANDT = '000' and BNAME =

'DDIC';

COUNT(*)

----------

2997

SQL> select count(*) from sapsr3.USRBF3 where MANDT = '000' and BNAME =

'DDIC';

COUNT(*)

----------

1

SQL>

SQL> select count(*) from sapsr3shd.USRBF2 where MANDT = '000' and

BNAME =

'DDIC';

COUNT(*)

----------

673

SQL> select count(*) from sapsr3shd.USRBF3 where MANDT = '000' and

BNAME =

'DDIC';

COUNT(*)

----------

1

This issue was resolved by SAP and then upgrade went fine ,This is not an issue with password of DDIC !!!!!

Regards

Ram

Reagan
Advisor
Advisor
0 Kudos

Thanks Ram for sharing the solution with the community and good to know about the root cause and the solution provided. Mark your answer as correct for future reference.

Reagan

divyanshu_srivastava3
Active Contributor
0 Kudos
2EETQ399 RFC destination SAP_UPGRADE_ORIG_SYSTEM does not exist.

Check DDIC has sap_all and sap_new profiles.

Former Member
0 Kudos

Hi Divyanshu,

It is giving dump when we give SU01 transaction

Regards

Bharat

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Bharat,


1 ETQ233 Calling function module "RFC_DESTINATION_CREATE" by RFC

2 ETQ373 parameter "DESTINATION_NAME" = "SAP_UPGRADE_ORIG_SYSTEM"

2 ETQ373 parameter "USER" = "DDIC"

2 ETQ373 parameter "HOST" = "sapXYZpas"

2 ETQ373 parameter "SYSTEMNR" = "11"

2 ETQ373 parameter "CHECK" = "X"

1EETQ235 Call of function module "RFC_DESTINATION_CREATE" by RFC failed (error-status "3")

You should check again DDIC password and above 2 profiles, again.

Try to login with the password that you have given of DDIC.

Regards,