home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / netutils / lansol.arj / NETTALK / HELP.TXT < prev    next >
Text File  |  1994-03-25  |  13KB  |  319 lines

  1. NETTALKTM & NETTALK+PLUSTM  
  2.  
  3. HELP & TROUBLESHOOTING GUIDE
  4.  
  5. (c) 1993-4 Cross International with GRMPC & Eyeballs Software - all rights reserved.  
  6. NETTALK and NETTALK+PLUS are trademarks of Cross International.
  7.  
  8. VIDEO MONITORS
  9. If some of your users are using black and white or other monochrome monitors, you may 
  10. want to change their presentation mode.  To do this at the DOS prompt before loading 
  11. LANTSR, type:  mode BW80
  12.  
  13. If you want to return to color mode type:  mode CO80
  14.  
  15. or reboot the PC.  You can add this to their AUTOEXEC.BAT if you want a permanent 
  16. change.
  17.  
  18. ERROR NOTICES - RED BOX POPS UP
  19. If you get a RED ERROR box, you do not have a TEMP directory.  You must have a 
  20. TEMP swap file in your AUTOEXEC.BAT file.  It should look like this:
  21.  
  22.     SET TEMP=C:\temp
  23.  
  24. and make a directory called TEMP, i.e. md TEMP.  Please note that many times we have 
  25. found that a TEMP file exists in the AUTOEXEC.BAT but, in fact, there is NO TEMP 
  26. directory exists on their local disk drive.  Change the disk drive from C to A if there is no 
  27. hard drive or use a network drive, i.e, A: or X:. Type DIR to see a list of your directories. 
  28. We have also found that even though you may have a TEMP directory in your 
  29. autoexec.bat, it may NOT exist as a real directory, so check your directories. In addition, 
  30. system performance will be increased if you use either EMM.SYS (286 class PCs) or 
  31. EMM386.EXE (for 386/486 PCs).  You should place in your CONFIG.SYS, the following 
  32. notes:
  33. device=C:\dos\himem.sys
  34. dos=high,umb
  35.  
  36. for 386/486 PCs add:
  37.  
  38. device=C:\dos\emm386.exe RAM 64
  39.  
  40. NOTE: This assumes that HIMEM.SYS, EMM.SYS, and/or EMM386.EXE is in the DOS 
  41. directory.  Please refer to your DOS manual on memory for specific issues as this 
  42. information may be updated by Microsoft without notice.
  43.  
  44.  
  45. ERROR MESSAGE BEEPS
  46.  
  47. NETTALK will beep the speaker in certain situations when an error message cannot be 
  48. printed or displayed onscreen. The number of beeps and the error they correspond to 
  49. are:
  50.     2 beeps: DOS is in critical error handler (Abort/Retry/Ignore)
  51.     3 beeps: Unsupported graphics mode - NETTALK can enter and exit from most 
  52.             graphic applications.
  53.     4 beeps: out of memory
  54.     5 beeps: error creating graphics save file (check server or TEMP directory)
  55.  
  56. Please note that under normal circumstances NETTALK will beep twice (beep-beep) 
  57. when you have NEW calls in your Call Log.
  58.  
  59. DOS USERS WITH WORD PERFECT
  60.  
  61. Word Perfect does some interesting things with memory management.  So we had to 
  62. create a version for Word Perfect users.  
  63.  
  64.         Instead of loading LANTSR, load LANTSR /D.
  65.  
  66. DOS MEMORY ISSUES
  67.  
  68. NETTALK does not automatically change your AUTOEXEC.BAT or CONFIG.SYSYou can 
  69. change your DOS 5.0 or 6.0 CONFIG.SYS to:
  70.     device=C:\dos\himem.sys
  71.     DOS=HIGH,umb
  72.     FILES=60
  73.     buffers=30
  74.  
  75. You can also change your AUTOEXEC.BAT to:
  76.  
  77. lh C:\dos\share.exe
  78.  
  79. where lh means to loadhigh.  Share must also be loaded in your AUTOEXEC.BAT. You 
  80. can also loadhigh other programs including your LAN Network software, your mouse 
  81. driver, etc., simply type lh before the program you want to load high, e.g.,
  82.  
  83. lh smcplus.com
  84. lh client
  85. lh lsl
  86.  
  87. DOS will try to load high all the programs in can load high and default to conventional 
  88. memory (640K) when it cannot.  NOTE: LH or the load high command does not 
  89. guarantee it will be loaded high, it will just try to load memory high.  By rearranging your 
  90. programs, you may be more successful in loading your programs in high memory.  We 
  91. also recommend that you can use Memmaker in DOS 6.0 which is a helpful tool in 
  92. managing your memory.  Please also check your DOS manual for help on memory 
  93. management.
  94.  
  95. USERS WITH QEMM MEMORY MANAGER
  96.  
  97. To run NETTALK with QEMM, type
  98.  
  99. LANTSR/S - for stealth mode, you should not have any problems in Windows
  100. LANTSR/H - for help
  101. LANTSR/U - to unload NETTALK in DOS
  102.  
  103. NETTALK will not work in QEMM ALONE mode but ALONE is designed to be used in a 
  104. SERVER-ONLY configuration, where the PC is used "alone" and not as a workstation.
  105.  
  106. ERROR -- DOS VERSION -- NETTALK DOES NOT POPUP
  107.  
  108. Note on TEMP= environment variable
  109.  
  110. If you are using a mouse and/or are not using EMS to swap in the NETTALK overlay 
  111. (lanovl.exe), NETTALK will use the directory specified by TEMP to store the NETTALK 
  112. swap files.
  113.  
  114. If a TEMP directory does NOT exist, NETTALK will NOT work (that is popup). If you are 
  115. NOT using EMS memory, NETTALK will give NO indication of this error.
  116.  
  117. If you ARE using EMS and have a mouse, you will see a RED error box displaying "Error 
  118. Creating File."  
  119.  
  120. You should (1) create a TEMP directory (md\TEMP on the C drive or A drive whichever is 
  121. your local PC drive) and add to your AUTOEXE.BAT or make sure the AUTOEXEC.BAT 
  122. does have a SET TEMP=C:\ or (2) remote the TEMP= variable
  123. from your environment by typing SET TEMP= followed by an ENTER. If you have any 
  124. questions, please check your DOS manual.
  125.  
  126. NETTALK WINDOWS VERSION
  127.  
  128. NETTALK for Windows requires Novell IPX.com version 3.1 or greater. It is one of the 
  129. only software programs that operates in both DOS and WINDOWS.  That is, if you have 
  130. a DOS user the messages will come up in DOS and the DOS user can send to the 
  131. WINDOWS user and it will popup in WINDOWS.
  132.  
  133. Screen Savers - NETTALK and NETTALK+PLUS will popup over screen savers, however, 
  134. if your screen saver is password protected, NETTALK will beep once and force your 
  135. screen saver to popup the password box.  Then you put your password in and get your 
  136. NETTALK message.
  137.  
  138. If you are using a DOS application through WINDOWS to ensure that NETTALK will 
  139. popup correctly, please use the PIFF editor to select NON-EXCLUSIVE option (box NOT 
  140. checked).  Otherwise, NETTALK will beep but not popup when someone sends you a 
  141. message. You will, in this case, have to, select ALT-TAB to bring up NETTALK.      
  142.  
  143. WINDOWS -- COMMON ERRORS
  144.  
  145.     NETTALK was unable to find your network drivers.
  146.           - you must be running LAN network software to run NETTALK.
  147.           - to find out your IPX.COM version, type IPX I
  148.             IPX.COM should be 3.10 or newer (1992 or newer).
  149.         
  150.           - to find out your IPXODI version, type "IPXODI"
  151.             IPXODI should be (check with your dealer)
  152.             or newer (1992 or newer).
  153.  
  154. We are not allowed to distribute updated versions of these files, however, please call 
  155. Novell Customer Satisfaction at 1-800-453-1267 x7695 for help.
  156.     You must be logged in to run NETTALK!
  157.           - verify that you are logged in to the network.
  158.           - if this error occurs in SETUPW.EXE, your IPX drivers may be out of date 
  159.         (see previous error message).
  160.           - if this error occurs in NETTALKW.EXE or NETPLUSW.EXE, 
  161.         your NETX or NET5 shell may be out of date. 
  162.         Update to a shell version of 3.26 or newer (1992 or newer).
  163.      
  164.     NETTALK was unable to open: LANCFG.DAT.
  165.           - you need to run SETUPW.EXE to create this file.
  166.     NETTALK was unable to open: DIRECTRY.DAT.
  167.           
  168.           - if you have installed NETTALK+PLUS in the same
  169.             directory as an existing NETTALK installation,  
  170.             you must re-install NETTALK+PLUS in a separate directory.
  171.  
  172.     NETTALK cannot find your NETTALK, i.e., running NETBIOS on Novell
  173.         Please add to your WIN.INI file at the beginning or end:
  174.             [NetTalk Plus+]
  175.             NetworkType=Netbios
  176.  
  177.             NetworkType=Detect      
  178.         This will automatically detect what kind of LAN you have.
  179.  
  180. NOVELL NETWORK ISSUES
  181.  
  182. This information is included because there are many Novell and Artisoft LAN managers 
  183. who are unfamiliar with some of the most common Novell and Artisoft management 
  184. features. This information (based on version Novell 3.11) may change without notice, 
  185. please contact Novell for possible changes to this information. It was created because 
  186. we have found too many Novell networks where everyone logs in as the Supervisor or 
  187. the same person, i.e. Sales.  NETTALK will NOT work under these circumstances as 
  188. EACH NETTALK user much have their own different login name, i.e., Jane, John, Vicki, 
  189. Tom, etc.
  190.  
  191. Starting NETTALK Automatically
  192.     User can add a batch file (.bat) in their Novell Login script to automatically load 
  193. NETTALK at user login.  In other words, put in the Novell login script:
  194.         Talk.bat
  195. and in the batch file would have the file
  196.         Lantsr    or
  197.         Lantsr /s    if you are using the special options
  198.  
  199. Otherwise, NETTALK does not know who to send the message to.  That is, if everyone 
  200. logs in as supervisor, you would be sending to yourself.
  201.  
  202. To add a user to a Novell 3.11 Network, please
  203. Login as Supervisor
  204. From the DOS prompt type           Syscon
  205. From the Syscon menu select        User Information
  206. Press the INSERT button on your keyboard (do not type insert, the insert button is 
  207. generally located above the cursor buttons and to the right of the ENTER button)
  208.  
  209. You will then see                  User Name
  210. Type in the User Name you want to add, i.e., Fred
  211. Press the ENTER button
  212. You will be asked to Verify Creation of New Directory
  213. Move Cursor to YES
  214. Press the ENTER button
  215. You have successfully added a user.
  216. To quit, Press the ESC button on your keyboard a few times to quit SYSCON.
  217.  
  218. Novell Rights
  219.  
  220. As the Novell LAN Manager, you need to give your users rights to the INTERCOM 
  221. directory where you have placed NETTALK.  The reason is that each person has their 
  222. own Yellow Sticky Pad file and their own Call Log.  If you do not know how to give 
  223. RIGHTS, you can start by typing RIGHTS from wherever you have placed NETTALK.  
  224. This will tell you what RIGHTS you have. This will NOT tell you what RIGHTS other 
  225. users have.
  226.  
  227. STOP, before you proceed if you are unfamiliar with Novell, we suggest you call your 
  228. dealer for specific advice regarding your individual Novell network.  Your dealer may 
  229. have other ways to accomplish this or specific recommendations.
  230.  
  231. In order to add RIGHTS to your Novell Network, you login as SUPERVISOR and type 
  232. SYSCON
  233.  
  234. Then Select - Group Information
  235. Then Select - Group Names - Everyone
  236. Then Select - Trustee Directory Assignments
  237. Then hit the INSERT button
  238. Type   SYS:Intercom
  239. Hit the Enter button
  240. Then hit the INSERT button - Select Create
  241. Hit the Enter button
  242. The hit the INSERT button - Select Erase
  243. Hit the Enter button
  244. Then hit the INSERT button - Select Modify
  245. Hit the Enter button
  246. Then hit the INSERT button - Select Write
  247. Hit the Enter button
  248. Then hit the INSERT button - Select Access Control
  249. Then hit the ESC button a number of times until you leave SYSCON and then you are 
  250. done.
  251.  
  252. NOTE: You should then restart or reboot your PCs.
  253.  
  254. SHARING VIOLATION ERROR APPEARS
  255.  
  256. If you encounter sharing violations (which may appear most in NETBIOS networks, 
  257. however, it is also recommended for Novell LANs) when using NETTALK for Windows, 
  258. the .EXE and .DLL file attributes must be flagged to read-only. To do this, have all users 
  259. exit NETTALK for Windows (by closing the icon).  The read-only attributes can then be 
  260. set either in Windows File Manager or in DOS. 
  261.  
  262. To set the attributes in Windows File Manager, bring up File Manager and switch to the 
  263. NETTALK installation directory. Now click on 'File'  and select 'Select Files...'. At the file 
  264. name entry box, type *.EXE and press Enter or click on 'Select'. Now back at the file 
  265. name entry, type *.DLL, press Enter or click on 'Select', and then click on 'Close'. Now 
  266. click on 'File' again and select 'Properties...'. 
  267.  
  268. Click the 'Read Only' box so it has a check or X in it. The boxes 'Hidden' and 'System' 
  269. should be unchecked. Now press Enter or click on 'Ok'. 
  270.  
  271. To set the attribute in DOS, change the current directory to the  NETTALK installation 
  272. directory. Now type ATTRIB +R *.EXE (enter).  Then type ATTRIB +R *.DLL (enter). 
  273.     
  274. Please note that you should change ONLY the .EXE and .DLL files only.  If you change all 
  275. the files, you will be unable to read Call Logs or Sticky Pad files.  The read-only attribute 
  276. should now allow multi-user execution within Windows. 
  277.  
  278. For WINDOWS users on Artisoft Lantastic Networks
  279.  
  280. Before running NETTALK, go into Windows Setup via the Windows Control Panel.
  281.  
  282. Then FOR NETWORK TYPE Select Artisoft Lantastic (either 3.x or 4.x depending on your 
  283. version of Lantastic). You will need the Windows disks 1 or 2 to perform this task.
  284.  
  285. ARTISOFT ONLY - CANNOT ADD NETBIOS NAMES
  286.  
  287. FOR LANTASTIC - When encountering the problem of "Cannot add
  288. Netbios names - Name already in use."
  289.  
  290. Edit STARTNET.BAT
  291.  
  292. If the line AILANBIO is followed by @filename then you are using a configuration file. 
  293. Changes should be made to this file. Otherwise, the changes go into STARTNET.BAT.
  294.  
  295. if changing STARTNET.BAT add:
  296.      AILANBIO VERBOSE
  297.      PAUSE
  298.  
  299. if changing a configuration file, add the line:
  300.      VERBOSE
  301.      Then reboot or run STARTNET
  302.      (AILANBIO will display its current config)
  303.      Write down the number following
  304.      MAX_NAMES=
  305.      Now change STARTNET.BAT to:
  306.      AILANIO MAX_NAMES=X
  307.      Or add a line to the configuration file:
  308.      MAX_NAMES=X
  309.      (X=original setting number +3, i.e., 6+3=9, for a total
  310.      of 9 Netbios names)
  311.      (remove PAUSE line from STARTNET.BAT)     Then reboot or run STARTNET
  312.      and try LANTSR again.
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.