12-19-2017 03:23 PM
It has the symbolic likn to the java.exe
It returns me
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
12-19-2017 03:26 PM
NX 11 | SW 2016 | Creo 4 | TcUA 11.4
Evaluating: AW 3.4
12-19-2017 04:59 PM
HI
you can try to edit tem.bat and set
environment JAVA
for example in my case is
setx JAVA_HOME=C:\Program Files\Java\jdk1.7.0_45
setx JRE64_HOME=C:\Program Files\Java\jdk1.7.0_45\jre
and after, run the tem as administrator
good luck
Saludos,
12-19-2017 05:08 PM
NX 11 | SW 2016 | Creo 4 | TcUA 11.4
Evaluating: AW 3.4
12-19-2017 05:14 PM
Yes, I will make sure java is not changed in tem.bat
But still waiting for some luck to work.
This is might be a small issue which is not allowing me to run any batch files through TC shell that itself tagged to installation. I will try to install a new java version and give a try
12-20-2017 09:43 AM
I have fixed the java issue, it was in tc_profilevars.bat where JRE_HOME is set to path %TC_ROOT%/install
Now I am getting a new error
Output from command: "bmide_generatetcplmxmlschema.bat" -u=infodba -p=***** -g=dba
TcPlmXmlXsdInstallToTC - extractDataModel failed - retcode = 226058
command_exit=1
shell.err file shows
C:\Apps\Siemens\Teamcenter\Teamcenter10\bin\business_model_extractor -u=infodba -p=infodba -g=dba -outfile="C:\Siemens\tcdata\tcdev\model\model_dbextract.xml"
command_exit=226058
12-20-2017 09:56 AM
NX 11 | SW 2016 | Creo 4 | TcUA 11.4
Evaluating: AW 3.4
12-20-2017 10:02 AM
It was "set JRE_HOME=%TC_ROOT%/install/install/jre" in tc_profilevars.bat, was not sure about that.
So I changed to set JRE_HOME=%TC_JRE_HOME%
Environment variables were also set correclty without space, it was just a typo