Hello !
In the scope of the installation of a new EP platform, I have to install TREX on a new server. Here are the details of the installation :
SERVER:
HP Proliant type BL
4 processors AMD Opteron 1,8 GHz 64bit
RAM 10 GB
OS : Linux Suse 9 (64bit)
RDBMS : Oracle 9.2.0.6
SAP COMPONENTS
SAP WAS Java 6.40 SP 15 (already installed)
SAP EP 6 SP15 (already installed)
SAP KMC SP15 (already installed)
SYMPTOMS:
During TREX installation, program sapinst fails in phase "Install TREX Web Server and TREX Web Pages" with following error message :
FJS-00003 TypeError: linkTarget has no properties (in script InstallationScript_98, line 8460: ???)
Line 8460 in InstallationScript_98 script is included in the following piece of code (from sapinst_dev.log) :
8456: FileMgt.prototype.createLink = function(nodeName, linkTarget) );
8458: if (nodeType == "UNKNOWN") ), "LINK");
8461: }
8462: return undefined;
8463: }
Due to this problem, the installation cannot be performed.
It would be great if somebody can help me on this !
Thanks in advance,
François