This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Execute Script/Batch file does not really execute
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 13, 2013
10:33 AM
Execute Script/Batch file does not really execute
Hi all,
I have an issue with the Install Anywhere 2011. The Install Anywhere script has an action to execute a command to change the owner of a particular directory of PostgreSQL. The Execute Script/Batch file action is been used to perform this. In the Script field of the action have provided some thing like this
chown -vR test /opt/postgres/data.
But this script does not seems to be executing.
I am Using the 64bit Linux OS and 64bit JVM bundled with the Installanywhere.
Has anybody seen this issue before?
With Regards,
Sathya
I have an issue with the Install Anywhere 2011. The Install Anywhere script has an action to execute a command to change the owner of a particular directory of PostgreSQL. The Execute Script/Batch file action is been used to perform this. In the Script field of the action have provided some thing like this
chown -vR test /opt/postgres/data.
But this script does not seems to be executing.
I am Using the 64bit Linux OS and 64bit JVM bundled with the Installanywhere.
Has anybody seen this issue before?
With Regards,
Sathya
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2013
04:59 AM
Hi,
What message are you getting? Did you check the log for any error message?
What message are you getting? Did you check the log for any error message?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2013
09:15 AM
Is your installer being run as root?!?
sathya.pazhoor wrote:
Hi all,
I have an issue with the Install Anywhere 2011. The Install Anywhere script has an action to execute a command to change the owner of a particular directory of PostgreSQL. The Execute Script/Batch file action is been used to perform this. In the Script field of the action have provided some thing like this
chown -vR test /opt/postgres/data.
But this script does not seems to be executing.
I am Using the 64bit Linux OS and 64bit JVM bundled with the Installanywhere.
Has anybody seen this issue before?
With Regards,
Sathya