PRB: Calling getenv() in COM Objects Does Not Work Under Active Server Pages

ID: Q217111


The information in this article applies to:


SYMPTOMS

When calling a method of a COM component that uses the getenv() function, the function returns a NULL value for the environment variable passed to it as parameter.


CAUSE

The environment variable passed to getenv() is a user environment variable. Calling getenv() under Active Server Pages (ASP) can access only the system environment block.


RESOLUTION

Add the environment variable to the system environment block if you need to retrieve the variable from ASP.

  1. Right-click on the My Computer icon on the desktop.


  2. Click Properties.


  3. In the System Properties dialog box, click the Environment tab.


  4. Select an item from the System variables list.


  5. Enter the variable name in the Variable text box.


  6. Enter the value of the variable in the Value text box.


  7. Click Set.



STATUS

This behavior is by design.

Additional query words:


Keywords          : kbASP kbCOMt kbGrpASP 
Version           : winnt:6.0
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: May 25, 1999