0

What does actv.exe do?

@jsexauer In the question:

Two copies of PSSE on the same computer

You wrote that you use actv.exe <LICENCE KEY> PYTHON.EXE in a batch script which is run before importing psspy.

What does actv.exe do?

JervisW's avatar
1.3k
JervisW
asked 2012-10-16 17:34:44 -0500, updated 2012-10-16 17:35:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

From the PSSE Environment Manager Documentation (section 2.1.2 Setting the Security Code for Python to Use PSSE):

With each PSS®E installation you are given an activation string. This is used to activate your license to use that version of PSS®E on that computer; the details are handled by the installation script. If you need to you can “activate” other programs that use the PSS®E engine via a program installed with PSS®E called ACTV. Before PSS®E release 30.0.0 this was an extremely rare circumstance.

When you run Python outside of the PSS®E GUI, the program you are actually executing is either python.exe or pythonw.exe. The PSS®E installer “activates” both of these programs. However the activation process only uses the name of the program, not the location, version, or any other identifying characteristic to differentiate between two programs with the same name. Since the executable files python.exe and pythonw.exe are the same for Python 2.3 and 2.5 this means that each can only be “activated” for one version of PSS®E at a time.

Some good juicy details on how to handle the various Python and PSSE Environment are available in this guide.

jsexauer's avatar
586
jsexauer
answered 2012-10-17 07:27:02 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer