BUG: Invalid TMP Directory Causes GPF in DataEnvironment

ID: Q190636


The information in this article applies to:
  • Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 6.0


SYMPTOMS

Visual Basic terminates abruptly with an application error when working with the Custom Properties window of an ADO Data Control or the Data Environment if the temporary directory is invalid or does not exist. This occurs on NT Workstation and NT Server.


CAUSE

The ODBC OLE DB provider needs to find a valid directory in which to store temporary information. This directory is specified in the TMP environment variable. If the TMP environment variable specifies a directory that does not exist or cannot be written to (due to a lack of disk space or other disk problem), the ODBC OLE DB provider cannot find a valid temporary directory and an application error occurs.

A variation of this error may occur with other OLE DB providers.

The TMP environment variable should not be confused with the TEMP environment variable, which also stores a directory name.


RESOLUTION

Ensure that the directories listed in the TEMP and TMP environment variables exist. It is always important to have valid temporary directories, stored on a drive having adequate free space.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

Steps to Reproduce Behavior

  1. On a NT 4.0 machine, start the control panel.


  2. Use the ODBC Administrator to create an Access DSN with the name of NWindTest to the NWIND.MDB sample database located in your Visual Basic directory.


  3. After the DSN has been created, select and start System (in the Control Panel).


  4. Select Environment from the System Properties window.


  5. Highlight TMP from the User Variables List Box.


  6. Change the Value text box to an invalid or nonexistent directory. For example, change C:\TEMP to C:\XXXX.


  7. Click on Set. Click OK.


  8. Open Visual Basic. Create a New Data Project.


  9. Double-click DataEnvironment1 in the Project Explorer window.


  10. Right-click on Connection1, and select Properties.


  11. Select Microsoft OLE DB Provider for ODBC Drivers, and click Next.


  12. Select NWindTest from the 'Use Data Source Name' drop-down combo box.


  13. Click on the 'Enter Initial Catalog' drop-down combo box. Note the error that occurs.


Alternate Method to Reproduce Behavior

  1. Execute steps 1 - 8 from Steps to Reproduce Behavior above.


  2. Open frmDataEnv in the design view.


  3. Select (Custom) from the Properties window, and click on the ellipse (...).


  4. Click on "Build" next to "Use Connection String."


  5. Follow steps 11-14 above.

    NOTE: Remember to restore the TMP variable back to a valid directory after you have finished testing.


Additional query words: kbDSupport kbdse kbvbp600bug kbVBp kbNoKeyWord

Keywords : kbGrpVBDB
Version :
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: January 5, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.