Skip to Content
0
Former Member
Apr 08, 2010 at 10:12 AM

Installation of 2nd TRX-Installation fails

53 Views

The installation of a 2nd instance of TRX fails with an error:

ERROR 2010-03-31 09:11:28.247 FCD-00008 Configuration error. DIAGNOSIS: The running installation
Request a software package with logical name UKERNEL but there is no mapping in the used packages.xml. SOLUTION: Contact installation development.

ERROR 2010-03-31 09:11:28.310 MUT-03025 Caught ESAPinstException in Modulecall: no lable definition in packages.xml.."

Within the packages.xml you'll find:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE packages SYSTEM "packages.dtd"> 
<packages> 
<package mediaName="TREX NW 7.0 SR3" name="TREXBIN" label="SAP:TREXBINARIES:700:*:*:WINDOWS_X86_64:WINDOWS_X86_64"/>
<package mediaName="TREX NW 7.0 SR3" name="TREX" label="SAP:TREX:700:*:*:WINDOWS_X86_64:WINDOWS_X86_64"/> 
<package mediaName="TREX NW 7.0 SR3 (SAPMMC)" name="KERNEL" label="SAP:SAPMMC:*:700:*:WINDOWS_X86_64:*"/> 
<package mediaName="Installation Master NW 7.0 SR3" name="SAPINST" label="SAP:WEBAS:7.00:SAPINST:*:WINDOWS_X86_64:*"/> 
</packages>

As you can see in the packages.xml there is indeed no package with the logical name UKERNEL. Within the keydb.xml the Sources/Medias are listed - but it doesnt look easy to manipulate the hole context.

Does somebody has experiences with manually manipulation the installation script of a SAP NetWeaver Installation or has anything to contribute?

Thanks in advance.