We have a DCOM server that is supposed to initiate a routine that identifies users on a network. When one create the object on the server, the program starts, and everything looks OK. The problem is that when others try to login, it sometimes creates a whole new object, and sometimes it utilizes the one currently loaded. We want everyone to use the same instance if possible so they may share resource information. Anybody got any ideas as to what might be happening??