home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / upsmange.zip / UNINSTAL / ENG / README.TXT next >
Text File  |  1998-09-03  |  4KB  |  136 lines

  1. Solution-Pac / E2
  2. =================
  3. CONTENTS
  4.  
  5. 1) What you have to know
  6. 2) Information about pager/mail (Jericho)
  7.    - Using MAPI-Mail driver
  8.    - Session closure under Windows NT
  9.    - Creating a new BIP driver
  10.  
  11. See also file <CD_DRIVE>:\README\README.TXT
  12.               -----------------------------
  13.  
  14.  
  15. 1) What you have to know
  16. ========================
  17.  
  18. NT workstation : sending messages on UPS events
  19. -----------------------------------------------
  20. To allow the software to send messages, you must activate the 
  21. NT message service on your station.
  22.  
  23. Windows systems : Messages for Novell environment
  24. --------------------------------------------------
  25. With some specifics operating system configurations, when our 
  26. module named Jericho is starting, it could send the two 
  27. following messages :
  28. "IPX Not installed" and "Unable to start SPX" in two windows 
  29. titled "Interface NetWare-Windows for Jericho".
  30. If you want to be connected with a NetWare server, you have to 
  31. check if the client for NetWare is correctly installed.
  32. If you don't need to be connected to NetWare, it is possible to
  33. suppress the two messages, modifing file 
  34. UPSMAN\MMI\JERICHO\Jericho.ini
  35. To do so, you have to disable the "Deport_Netware= ... " 
  36. control key in section "[Modules] 
  37. (adding comment character ";" at the beginning of the line)
  38. NOTA :
  39. The messages refered above will not disturb our software, 
  40. except to communicate with a NetWare server.
  41.  
  42. CAUTION : Pager/Email functionality is not usable with PSP 
  43. for NetWare. See MGE UPS Systems' Web site to get an update.
  44.  
  45. 2) Information about pager/mail (Jericho)
  46. =========================================
  47. Using MAPI-Mail driver
  48. ----------------------
  49.  
  50. The MAPI-Mail driver of JERICHO uses the messaging interface 
  51. of Windows 95/NT (MAPI). It can function only if the MICROSOFT 
  52. EXCHANGE module is installed and correctly configured.
  53. To open and configure Microsoft Exchange, double-click on the
  54. Microsoft Exchange icon on the desktop.
  55.  
  56. Under Windows NT, when JERICHO is automatically launched, it 
  57. functions as a service and is not attached to a user context. 
  58. It has not therefore access to user profiles created by 
  59. Microsoft Exchange.
  60.  
  61. To use the MAPI-Mail driver under Windows NT, it is necessary 
  62. to launch JERICHO from the desktop (from the "Start" menu or 
  63. by adding it to the "Startup" group).
  64.  
  65. The syntax to use to define the address of the receiver when 
  66. dispatching a message through the MAPI-Mail driver depends on 
  67. the messaging service selected. For the basic services 
  68. installed under Windows 95 and Windows NT, this syntax is the 
  69. following:
  70.  
  71. -> Internet Mail
  72.  
  73.     Use the e-mail address of the receiver
  74.  
  75. -> Microsoft Mail : 
  76.     
  77.     Use the syntaxe : NETWORK/POSTOFFICE/MAILBOX
  78.     with
  79.     NETWORK         = network name (generally "Windows")
  80.     POSTOFFICE   = MS-Mail server
  81.     MAILBOX         = mailbox of the receiver
  82.  
  83. To know parameters to use, open the address book of Microsoft 
  84. Exchange ("Tools" menu) and double-click on the name of the 
  85. desired receiver.
  86.  
  87. Session closure under Windows NT
  88. --------------------------------
  89.  
  90. When JERICHO is automatically launched at Windows start, it is
  91. running as a service. For reasons of to long closure time at 
  92. Windows shutdown, JERICHO must anticipate its closure on 
  93. receipt of log off message.
  94. For this reason, JERICHO is stopped when the user logs off the
  95. system.
  96.  
  97.  
  98. Creating a new BIP driver
  99. -------------------------
  100.  
  101. The "Bip" driver can be setup to call all type bips : bip 
  102. service integrated to the enterprise pabx, person research 
  103. system, public bip paging service.
  104.  
  105. When the bip driver is setup for use of a specific bip service,
  106. it can be duplicated then renamed to make a new driver (as 
  107. Tatoo).
  108.  
  109. To do it :
  110.  
  111. a) Setup the "Bip" driver with appropriate values and modify 
  112. its name (for example : Bip -> Bip-New)
  113.  
  114. b) In the file "BIP.INI", at the "[Drivers]" entry, copy the 
  115. first line ("0=Bip-New" in the example) and add it at the end 
  116. of the entry with the number following the last defined 
  117. driver. Then rename the first driver in the file.
  118.  
  119.     [Drivers]    ---->        [Drivers]
  120.  
  121.     0=Bip-New            0=Bip
  122.     1=Tatoo                1=Tatou
  123.                     2=Bip-New
  124.  
  125. c) In the file "PAGER.INI", at the "[Drivers]" entry, add a 
  126. line to identify the new driver :
  127.  
  128.     [Drivers]
  129.     Bip=100,Bip.DLL,0,1
  130.     Tatoo=101,Bip.DLL,1,1
  131.  
  132. --->    [Drivers]
  133.     Bip=100,Bip.DLL,0,1
  134.     Tatoo=101,Bip.DLL,1,1
  135.     Bip-New=102,Bip.DLL,2,1
  136.