ACC1x: MS Graph Not Registered Correctly in Network Setup

ID: Q109954


The information in this article applies to:


SYMPTOMS

After you install Microsoft Access to a network drive, you receive the following error message when you try to use Microsoft Graph within Microsoft Access:

Can't start object's source application. Use the Windows Registration Info Editor (REGEDIT.EXE) to verify that the application is properly installed.


CAUSE

When you install Microsoft Access to a network drive within a Microsoft Windows session that is running from a network drive as well, the Microsoft Access Setup program does not insert correct information about the location of Microsoft Graph in the REG.DAT file.


RESOLUTION

There are two methods for correcting this problem. Note that both of these methods should be attempted by a network administrator only, and only under the following conditions:

Method 1

Run the Windows Registration Information Editor with the /V switch to modify the settings for Microsoft Graph. Modify the following two lines in the REG.DAT file so that they contain the correct drive and path for the shared GRAPH.EXE file:

   MSGraph\protocol\StdExectute\server=<drive>:\<path>\GRAPH.EXE 


   MSGraph\protocol\StdFileEditing\server=<drive>:\<path>\GRAPH.EXE 

NOTE: The two lines above are examples only; you must modify them to point to the location of the shared GRAPH.EXE file.

Method 2

Modify the Setup files so that an icon is created when you run Setup that can be used to automatically correct the REG.DAT file to point to the shared GRAPH.EXE file. This method is useful in that all future workstations installations from the network will be correct:
  1. Move to the directory that contains the shared copy of GRAPH.EXE. It is usually in an MSAPPS\MSGRAPH directory near the shared copy of Microsoft Windows.


  2. Copy the MSGRAPH.REG or MSGRAPH3.REG file to a new file called MSGRFIX.REG.


  3. Open the MSGRFIX.REG file in Windows Notepad. Modify all the lines in the file that point to the GRAPH.EXE file to point to the correct drive and path for the shared copy of the file.


  4. Save and then close the MSGRFIX.REG file.


  5. Move to the network MSACCESS\INSTALL directory.


  6. Copy the STFSETUP.IN_ file to a new file called STFSETUP.ORG. The STFSETUP.ORG file is a backup file.


  7. Open the STFSETUP.IN_ file in Windows Write (the file is too large to open with Notepad). When you are prompted to convert the file to Write format, choose No Conversion.


  8. Move to the [ProgGroup Script] section of the file. Locate the line that begins with:
    
           CreateProgManItem $(AppName), "Microsoft Access Readme"... 


  9. Add a new line after the line listed above. The new line should read as the sample line below, but modify the drive and path to point to the MSGRFIX.REG file created in step 2:

    NOTE: In the following sample line, an underscore (_) is used as a line-continuation character. Remove the underscores at the end of each line when re-creating this line.
    
           CreateProgManItem $(AppName), "MS Graph Fix", _
              "F:\PUBLIC\MSAPPS\MSGRAPH\MSGRFIX.REG", , O 


  10. Save and then close the STFSETUP.IN_ file.


  11. Run the Microsoft Access Setup program with the /N switch again (SETUP /N). The Setup program will create a new icon called MS Graph Fix.


  12. Double-click the MS Graph Fix icon. The REG.DAT file will be updated to point to the correct location for the shared copy of the GRAPH.EXE file.



STATUS

Microsoft has confirmed this to be a problem in Microsoft Access versions 1.0 and 1.1.


Keywords          : kbsetup StpOthr 
Version           : 1.0 1.1
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: April 2, 1999