Question
Synechron
AU
Last activity: 27 Dec 2016 13:13 EST
system does not open command window installer to install pega 72
When i go to install pega 72 install @bat it immediate close bat file and does not open command window. Could any one please help to install it
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
GB
Hi Ashwani,
Can you temporarily alter the 'install.bat' script - and comment out the first line :
REM @echo off
And re-run - do you get more output ?
(It's not clear where the path 'C:\Workflow' is coming from in the error you posted: is this the PATH (or part of the PATH?) of where you have extracted the media itself?)
Thanks,
John
Pegasystems Inc.
IN
Hi Ashwani,
Do you have ANT_HOME setup in your environment variables?
Synechron
AU
Hi Arvind,
Thanks for your reply.
Yes, I have set-up ANT_HOME in environment variables. Do i need to remove it or some other changes require in this?
Pegasystems Inc.
IN
Hi Ashwani,
Do you have JAVA_HOME too setup in environment variables?
Kindly restart system once you configure these
Updated: 25 Apr 2016 10:24 EDT
Synechron
AU
Hi Arvind,
I have restarted the system but again it is not working.
Do I need to remove JAVA_HOME environment variables?
Pegasystems Inc.
IN
Hi Ashwani,
Is this Personal Edition? if yes, kindly refer link provided by Kevin.
Share with us the JAVA_HOME and ANT_HOME variable's value.
Updated: 26 Apr 2016 5:08 EDT
Synechron
AU
Hi Arvind,
Thanks for your email.
Yes, I am installing personal edition but install.bat is not opening window installer to install it, therefore i am unable to do progress it.
C:\apache-ant-1.7.1-bin\apache-ant-1.7.1
C:\Program Files\Java\jdk1.7.0_79\
Accepted Solution
Pegasystems Inc.
GB
Hi Ashwani,
Can you temporarily alter the 'install.bat' script - and comment out the first line :
REM @echo off
And re-run - do you get more output ?
(It's not clear where the path 'C:\Workflow' is coming from in the error you posted: is this the PATH (or part of the PATH?) of where you have extracted the media itself?)
Thanks,
John
Pegasystems Inc.
IN
Can you change the JDK home to point to other jdk as space between Program Files may be culprit here.
If you do not have other JDK, have this JAVA HOME ( remove extra slash at the end):
C:\Program Files\Java\jdk1.7.0_79
You need to restart the machine after this change.
Pegasystems Inc.
US
This normally suggest something is wrong with your env setup. Try to run install.bat from the command line, it will show you some clues (e.g., java home is not defined etc). Or run the UI installer directly (follow the installation guide).
Synechron
AU
Getting the below error while running install.bat form cmd
echo off
'C:\workflow' is not recognized as an internal or external command,
operable program or batch file.
Pegasystems Inc.
US
are you installing pega 7.2 personal edition? If yes, see this link: https://community.pega.com/support/support-articles/install-script-pega-personal-edition-72-fails
Synechron
AU
Just copied the personal adition to C: drive and ran, now it is working fine.