Invoking HyperView from within Compose

Debdatta_Sen
Debdatta_Sen
Altair Employee
edited October 2020 in Community Q&A

I have saved the installation directory in a variable and I am trying to invoke HW from within Compose, as shown in the image below:

grafik.png.5885dd47add68656ac6ca08f8e0549a7.png

 

But then I get an error message, where I see that the pkgIndex.tcl file is being searched for in the Compose Installation Directory:

grafik.png.c0457d11cd1c6796f226a7503b783fe4.png

 

Any ideas as to how I can avoid this from happening?

 

Thanks!!

Tagged:

Answers

  • FranckD
    FranckD
    Altair Employee
    edited June 2020

    Hi Deb,

     

    In your script, just before calling hw.exe, you should unset ( = set to empty) the variable ALTAIR_HOME .

     

    Franck