You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

installTool.sh can't find startconfigtool.sh

Received Response
6
Views
5
Comments
edited Aug 2, 2018 2:36AM in Essbase 5 comments

Summary

installTool.sh can't find startconfigtool.sh

Content

Dumb question:

I am trying to install essbase on a Linux server.  My foundation services are already installed on a different Windows server.

However, when I run installTool.sh, it fails as it can't find startconfigtool.sh

 

I searched through the installation files and don't seem to be able to find startconfigtool.sh.  What am I doing wrong?

Here's the part of installTool.sh that tries to execute "startconfigtool.sh":

 

START_CONFIGTOOL="${HOME}/.startconfigtool.sh"
export START_CONFIGTOOL

if [ -f "${START_CONFIGTOOL}" ]; then
  chmod 753 "${START_CONFIGTOOL}";
  sh "${START_CONFIGTOOL}";

 

 

Thanks.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!