QUESTION How do I install the server and client portions of VisualAge Team on the same machine? ANSWER When installing Team on a single PC we recommend that you install the server and client portions into different directories. The install process does allow you to install both client and server portions into the same directory; however, it is just easier to keep everything organized to install them in separate directories. When the install process asks for a network ID, since you are on a single PC, you can enter anything for this parameter. Follow the instructions outlined in the VisualAge Installation Guide in the Installing VisualAge Team section. You will install the server portion first. I would recommend the following: 1. Install the server per the Install guide, say to C:\VATEAM. 2. Install the client as described in the Install Guide (of course you won't need to logon, etc.) to a *different* directory, say C:\VACLIENT. In addition, you should edit the ABT.CNF file and change singleUserMode to be true (rather than the default of false). Here is what the code that you will modify looks like: "Start up Library." EmLibrary defaultName: '\AbtMGR20.dat'; serverAddress: nil; releaseLockMode: true; singleUserMode: false. <==this is the line you will modify