Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

3.4 M012 Installation Problem (HP UX 11)

williaps

New member
Hi all,


I am trying to run the custom install (Appendix B of the install guide) unbundled Intralink 3.4 M012 on an HP UX 11 server. I am to the point where I execute the install_ilink command and I receive the following error. It seems to be looking for the JRE but it shouldn't need that because this is being run from a cshell. Any thoughts?
% install_ilink DATABASE PW01D SMALL /oradata01/devl/PW01D/intralink_tmp<?:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" />

Scratch path assumed by default for UNIX (/tmp)


DO NOT REMOVE THIS WINDOW!!!

###########################################################
Pro/INTRALINK Data Server installation

Installation parameters:

Installation type = "DATABASE"
ORACLE_SID&n bsp; = PW01D
Database size = SMALL
Data files directory = /oradata01/devl/PW01D/intralink_tmp
Character set = UTF8

###########################################################


Starting ORACLE database installation:

Can not find bundled installation of Oracle. Trying to use un-bundled Oracle
Configuring Net Service Name "INTRALINK" ... /oracle/v920/devl01/bin/netca[152]: %s_jreLocation%/bin/jre: not found.
/oracle/v920/devl01/bin/netca[152]: %s_jreLocation%/bin/jre: not found.
invoked from within
"ProINetHelper::addNetSvcName $DB_SID $NET_SVC_NAME"
(procedure "ProIDBCAHelper::createDatabase" line 27)
invoked from within
"ProIDBCAHelper::createDatabase $filepath"
(procedure "CreateDatabase" line 82)
invoked from within
"CreateDatabase ${ilink_dbsize} ${filepath} ${charset}"
invoked from within
"if {(${InstTarget} == "ALL") || (${InstTarget} == "DATABASE")} {
set errorCode ""
CreateDatabase ${ilink_dbsize} ${filepath} ${charset}
}"
(file "/oracle/v920/devl01/ptc/dataserver/intralink/dbs/install_il ink.tcl" line 211)
%
 

Sponsor

Articles From 3DCAD World

Back
Top