cancel
Showing results for 
Search instead for 
Did you mean: 

SDM ERROR while Portal SDA Deployment - Netweaver 2004s SR1

Former Member
0 Kudos

Hello All,

I am in the process of applying the Java Addin to the SAP System having ABAP stack already installed.

I have gone through the

a) SCS installation for Java Addin. --> Completed Successfully.

b) Database Installation for Java Addin.--> Completed Successfully.

And currently in c) CI installation for Java Addin(Last phase for Java addin with usage type EP).

The CI installation is at the phase of Deploying SDA related to EP usage type from the Java Component CD.

To be more specific: 1)EPBC206_0.SCA 2)EPPSERV06_1.SCA

I found the following error log in callSdmViaSapinst.log & sdmlog file:-

-


<i> Oct 12, 2006 4:58:15 PM Info: SDM started successfully.

Oct 12, 2006 4:58:34 PM Info: Opened client connection to g8t45.sbr03.telekom.de (IP address g8t45.sbr03.telekom.de/192.168.0.10, remote port 33518)

Oct 12, 2006 4:58:34 PM Info: Request for Logon as admin accepted

Oct 12, 2006 4:59:00 PM Info: Loading archive '/sapdb/cds/netweaver2004s/Java_Comp_NW2004sSR1/J2EE_OSINDEP/UT/EPBC206_0.SCA'

Oct 12, 2006 4:59:09 PM <b>Error: Unresolved dependencies found for the following SDAs</b>:

1.: development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

2.: development component 'com.sap.portal.heartbeat'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

Deployment will be aborted.

Oct 12, 2006 4:59:23 PM Error: Unresolved dependencies found for the following SDAs:

1.: development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

2.: development component 'com.sap.portal.heartbeat'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

Deployment will be aborted.

Oct 12, 2006 11:04:56... Info: Close client connection to g8t45.sbr03.telekom.de/192.168.0.10, remote port 33518</i>

-


Please help me.

Thanking you in advance.

Regards,

Premkishan Chourasia

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

To whoever encounters the problem.

We have solved it by:

The file iaik_jce_export.jar was found twice under /sapmnt:

migzmc10:/root# find /sapmnt/ -name iaik_jce_export.jar

/sapmnt/P72/global/security/lib/engine/iaik_jce_export.jar

/sapmnt/P72/global/security/lib/tools/iaik_jce_export.jar

I have renamed iaik_jce_export.jar in path /sapmnt/P72/global/security/lib/tools to iaik_jce_export.jar.old.

The installation then continued and finished successfully.

Regards Patrick

Former Member
0 Kudos

Hi Premkishan

Thank's a lot for your quick answer. A very interesting note! I had already realized, that the EPCnn.SCA is required to deploy the EPBC206_0.SCA and EPPSERV06_1.SCA.

I was already trying to deploy by SDM, but the SDM is hanging and I never come to the Start button.

I have now moved the iaik_jce.jar file to <sid>adm's home directory, but it still failed. I also have an oss open, I'll let you know, what caused the problem in our case.

Regards

Patrick

Former Member
0 Kudos

Hello

Did you already find a solution for this problem.

I exactly encountering the same phaenomena while installing the CI with BI_Java and EP on our production system (on development and quality, it worked find!).

Regards Patrick

Info: -


Starting deployment -


Info: Error handling strategy: OnErrorStop

Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop

Info: Update strategy: UpdateLowerVersions

Info: Starting deployment prerequisites:

Info: Loading selected archives...

Info: Loading archive '/install/51031693/NW_2004s_SR1Java_based_SW_Comp./J2EE_OSINDEP/UT/EPBC206_0.SCA'

Info: Loading archive '/install/51031693/NW_2004s_SR1Java_based_SW_Comp./J2EE_OSINDEP/UT/EPPSERV06_1.SCA'

Info: Selected archives successfully loaded.

Error: Unresolved dependencies found for the following SDAs:

1.: development component 'com.sap.prt.application.rfcframework'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

2.: development component 'pcd_bizc_authoring'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

3.: development component 'com.sap.portal.heartbeat'/'sap.com'/'SAP AG'/'7.0006.20060301194711.0000'

dependency:

name: 'irj'

vendor: 'sap.com'

Deployment will be aborted.

Former Member
0 Kudos

Hallo Patrick,

First and the formost thing what I would suggest you is to try and implement SAP note #883286. Incase if that does not help you out then you may go ahead with the resolution that was provided to me from SAP.

I had posted a Customer message to SAP and I got the resolution from them.

As per the reply - it occured due to an encrytion file present on the appliction server.

The problem was that the iaik_jce_export.jar was still available on the system, it got loaded and the system did not recognized that the Full Encryption is already deployed on it. So You need to move this file from /usr/sap/ACP/SYS/global/security/lib/tools and /usr/sap/ACP/SYS/global/security/lib/engine to the <sid>adm home folder and then try to restart the deployment of EPBC06_0.SCA .

Please continue to implement note #883286.

Regards,

Premkishan Chourasia