how2it02d.htm

How to Troubleshoot Error 67 (device not available)

Symptom: You are trying to connect to a database or other resource located on another computer on the network but this message appears instead. Besides, your application won't run because this message keeps appearing.

Problem: The computer you're using cannot connect to the remote location.

Cause: It could be any one or a combination of several of the following:

General solution: How to restore ("remap") map a network drive

  1. At the DOS prompt, type NET VIEW \\WORKGROUP  where WORKGROUP is the name of your network. (Example: if your network is called PROSHOP, you'd type NET VIEW \\PROSHOP instead.). If successful, you should receive a listing of the names of all the computers on your network. If you don't see any, then there's a connection problem and you can't go on. See you network administrator.

  2. Now type: NET VIEW \\COMPUTERNAME where COMPUTERNAME is the name of the computer you're trying to connect to. If successful, you should see a list of the resources that computer is sharing to the network. InfoTouch for DOS often uses the share name "SYSTEM" although you may see other words, perhaps related to the name of your facility, such as GOLFCC or PSHOP1, etc.

  3. Assuming that you need to remap drive I:, your server is named MAINBOX and is sharing "SYSTEM," to remap the drive you would probably type the following: NET  USE  I:  \\MAINBOX\SYSTEM (and press ENTER of course). If you use a different drive letter, you'd use it instead of I: in this example. (Note: NWLink uses the word MAP in place of NET USE)

  4. If successful, you can type NET USE and you should see that your drive I: is now connected to \\MAINBOX\SYSTEM. (NWLink users: type MAP instead.)

  5. You can type NET HELP and you should get a cryptic listing of various NET commands and their usage. While highly efficient, the relatively arcane command structure that networking uses at the command prompt level is often seen as much more cumbersome than it is in Windows. In any event, other than the above, the concepts and methods of networking at the DOS level is far beyond the scope of this document. It's suggested that end users enlist of help of network specialists if the above suggestions do not solve the problem.

General solution: How to restore ("remap") a connection to a network printer

  1. At the DOS prompt, type NET VIEW \\WORKGROUP  where WORKGROUP is the name of your network. (Example: if your network is called PROSHOP, you'd type NET VIEW \\PROSHOP instead.). If successful, you should receive a listing of the names of all the computers on your network. If you don't see any, then there's a connection problem and you can't go on. See you network administrator.

  2. Now type: NET VIEW \\COMPUTERNAME where COMPUTERNAME is the name of the computer you're trying to connect to. If successful, you should see a list of the resources that computer is sharing to the network. One of those items is a printer, and it probably has a name that indicates it's a printer, such as "CANON" or "OKIDATA" or "EPSON" or possibly "REPORT_PRINT."

  3. Assuming that your server is named MAINBOX and is sharing the printer named "EPSON," to remap the printer you would probably type the following: NET  USE  LPT1:  \\MAINBOX\EPSON (and press ENTER of course.  Note: NWLink uses the word MAP in place of NET USE.)

Click here to return to the menu