cancel
Showing results for 
Search instead for 
Did you mean: 

FRF-00025 Unable to call function error during CI installation in UC migrt

Former Member
0 Kudos

Hello,

We are migrating our SCM 7.0 EhP system from NUC to UC as a part od CU+UC migration from SCM4.1.

We are supposed to create the target system in distributed environment. However, as my target system is based on ZFS, on virtualization, with none of the system on global zone, I dont have sapmnt on nfs.

During the system copy option in Distributed environment, I used the local mount /sapmnt of CI for global host preparation. I copied the file system contents of CI /sapmnt to the DBI local mount /sapmnt and started the DBI installation using migmon for the import, which went fine. I started the CI installation after replacing the contents of CI /sapmnt by newly created DBI local /sapmnt and resetting the MS host on CI.

In the final stages of installation of CI, which completes my installation, I am getting the mentioned error. my dw and ms processes are running and I am able to see the SAP logon screen. But as soon as i try to login, the wp dies.

The tablespaces and filesystem of my system have enough free space and I have upgraded the kernel to the latest as well.

Fiollowing are the sapinst logs.

INFO 2009-11-25 21:01:26.271

RFC connection information checked successfully.

INFO 2009-11-25 21:01:26.305

RFC connection opened successfully.

INFO 2009-11-25 21:01:26.305

Setting new application function RFC_SYSTEM_INFO.

INFO 2009-11-25 21:01:26.306

Generating interface for remote function.

INFO 2009-11-25 21:01:27.434

Function call was successful.

INFO 2009-11-25 21:01:27.435

Function interface generated successfully.

INFO 2009-11-25 21:01:27.566

Technical properties of function set successfully.

INFO 2009-11-25 21:01:27.578

Information for application function RFC_SYSTEM_INFO copied to local repository.

INFO 2009-11-25 21:01:27.580

Function module RFC_SYSTEM_INFO set successfully.

INFO 2009-11-25 21:01:27.580

Executing function call RFC_SYSTEM_INFO.

INFO 2009-11-25 21:01:27.584

Function call was successful.

INFO 2009-11-25 21:01:27.585

Version 701 of remote SAP System KAP accepted.

INFO 2009-11-25 21:01:27.601

Setting new application function INST_EXECUTE_REPORT.

INFO 2009-11-25 21:01:27.602

Generating interface for remote function.

INFO 2009-11-25 21:01:27.982

Function call was successful.

INFO 2009-11-25 21:01:27.983

Function interface generated successfully.

INFO 2009-11-25 21:01:28.052

Technical properties of function set successfully.

INFO 2009-11-25 21:01:28.058

Information for application function INST_EXECUTE_REPORT copied to local repository.

INFO 2009-11-25 21:01:28.060

Function module INST_EXECUTE_REPORT set successfully.

INFO 2009-11-25 21:01:28.093

Executing function call INST_EXECUTE_REPORT.

ERROR 2009-11-25 21:01:33.813

FRF-00025 Unable to call function. Error message: connection closed without message (CM_NO_DATA_RECEIVED) .

INFO 2009-11-25 21:01:33.814

RFC connection closed.

ERROR 2009-11-25 21:01:33.819

MUT-03025 Caught ERfcExcept in Modulecall: connection closed without message (CM_NO_DATA_RECEIVED).

ERROR 2009-11-25 21:01:34.54

FCO-00011 The step runRSWBOINS with step key |NW_ABAP_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|3|0|runRSWBOINS was executed with status ERROR ( Last error reported by the step :Caught ERfcExcept in Modulecall: connection closed without message (CM_NO_DATA_RECEIVED).).

Please help!!!

Thanks

Nischal

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> In the final stages of installation of CI, which completes my installation, I am getting the mentioned error. my dw and ms processes are running and I am able to see the SAP logon screen. But as soon as i try to login, the wp dies.

Please post a dev_w0 from a workprocess, that died.

Since this seems to be Solaris 10, did you set up /etc/project and /etc/user_attr in the zones?

Markus

Former Member
0 Kudos

Thanks for your reply Markus,

I was able to resolve the issue.

ORA-2289 error by

sqlplus "/ as sysdba"

truncate table sap<sid>.ddlog;

create sequence

sap<sid>.ddlog_seq minvalue -2147483640 maxvalue 2147483640

increment by 1 cache 50 noorder nocycle; (all written in one line)

3. start up the central instance again