@rem This file was created by InstallShield on 10-19-2005 at 12:23:30 @echo off rem rem 20-Jul-2001 rupert Updated to remove Personal Server and add PV, client LSE, etc.. rem 22-Jan-2002 brownch Place rt.jar before orbix.jar in X_BOOTCLASSPATH. rem 14-Feb-2002 brownch Project 001213 and various PR fixes. rem 04-Mar-2002 brownch Define IMAN_PORTAL_ROOT. rem 23-Aug-2002 Christopher Brown PR4366466 rem 15-Oct-2002 Christopher Brown add portal_patch.bat rem 16-Jan-2003 Christopher Brown Add portal_localization.jar to CLASSPATH rem 11-Jun-2003 Christopher Brown Fix PR#4785235 rem 21-Aug-2003 Christopher Brown Added jar files required by SSO project rem 24-Oct-2003 Christopher Brown Rename i18n.jar to charsets.jar rem 18-Feb-2004 kingma Added support for OTW install rem 03-Mar-2004 John Chen Added jgraph.jar to CLASSPATH rem 05-Mar-2004 chenqian Project 002365 rem 25-Mar-2004 yang Run Installer from a temp jar so that we can download new jar if needed rem 26-Mar-2004 yang Suppress overwrite confirmation. rem 16-Apr-2004 ravishan Changes for Portal Viewer (portal.bat) rem 22-Apr-2004 yang Update for PVis support rem 22-Apr-2004 yang Made most OTW placeholders comments. rem 26-Apr-2004 yang Fixes for PVis support rem 29-Apr-2004 yang Surpress UI output. rem 29-Apr-2004 yang Changed the temp jar name rem 13-May-2004 Ziv Israeli Added WolfClientRegistry.jar rem 14-May-2004 Ziv Israeli Merged with P9.1.0.6 rem 14-May-2004 yang PR 4973893 Changes made to client, site, portal templates for OTW broke platform Installers rem Changed the placeholder strings so that it won't confuse platform Installers. rem 14-May-2004 yang Modified the placeholder a bit further so it won't colide with Windows Installer. rem 14-May-2004 kingma Merged in from cvg_installs_v91 rem 14-May-2004 Mathieu Sarrazy PR 4973893 - Changes to client and portal templates for OTW PV broke platform Installers rem 07-Jun-2004 yang OTW Install Client Update Fails w/ Exception rem 08-Jun-2004 Mathieu Sarrazy PR 4985775 - OTW Install Client Update Fails w/ Exception rem $HISTORY$ rem rem IPR is short for IMAN_PORTAL_ROOT to reduce command line length set IPR=c:\ugs\PV_VIE~1 rem OTWPlaceholdersetPVR rem IDR is short for IMAN_DEPOT_ROOT to reduce command line length too. set IDR=%IPR% rem The next set of commands is for starting the orbix daemon process. set ORBIX_HOME=%IPR%\orbix rem If this is a standard client, bypass starting orbix. if not exist %ORBIX_HOME%\bin\orbixd.exe goto start_portal set IT_CONFIG_PATH=%ORBIX_HOME%\config cd %IPR%\temp @echo Launching the Orbix Daemon process... start "Orbix Daemon" /MIN %ORBIX_HOME%\bin\orbixd :start_portal set CLASSPATH= set JRE_HOME=c:\ugs\PV_VIE~1\jre set JAVA_HEAP_SIZE=-Xms32m -Xmx128m rem OTWPlaceholdercallpvinitbatch set X_BOOTCLASSPATH="%JRE_HOME%\lib\charsets.jar;%IDR%\orbix.jar;%JRE_HOME%\lib\rt.jar;%IDR%\icctstubs.jar" set JAVA_COMMAND="%JRE_HOME%\bin\java" -Xbootclasspath:%X_BOOTCLASSPATH% -Dorg.omg.CORBA.ORBClass=IE.Iona.OrbixWeb.CORBA.ORB -Dorg.omg.CORBA.ORBSingletonClass=IE.Iona.OrbixWeb.CORBA.singletonORB -DIMAN_PORTAL_ROOT=%IPR% @echo Starting Teamcenter Engineering Portal... set JAVA_COMMAND_LINE=%JAVA_COMMAND% %JAVA_HEAP_SIZE% -Duser.language=en -classpath "D:\FIP\TCEng_Programmierung\Portal_Klassen;%IPR%;%IDR%;%IDR%\orbix.jar;%IDR%\icctstubs.jar;%IPR%\jgraph.jar;%IDR%\xml4j.jar;%IDR%\xerces.jar;%IDR%\xalan.jar;%IDR%\java2com.jar;%IDR%\shdocvw-neva.jar;%IDR%\wordexcel-neva.jar;%IDR%\ssoapplib.jar;%IDR%\ssocommon.jar;%IDR%\soap.jar;%IDR%\mail.jar;%IDR%\activation.jar;%IDR%\MSEPERT_Chart.jar;%IDR%\uggenericstudioplugin.jar;%IDR%\ugcaestudioplugin.jar;%IDR%\processstudio.jar;%IDR%\WolfRegistryClient.jar;%CLASSPATH%" com.ugsolutions.aif.AIFPortal %1 %2 %3 %4 %5 %6 %7 %8 %9 %JAVA_COMMAND_LINE% @echo Your Teamcenter Engineering Portal Session has ended. pause