Ask Your Question
0

What does actv.exe do?

asked 2012-10-16 17:34:44 -0500

JervisW gravatar image

updated 2012-10-16 17:35:29 -0500

@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?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2012-10-17 07:27:02 -0500

jsexauer gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2012-10-16 17:34:44 -0500

Seen: 2,103 times

Last updated: Oct 17 '12