home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / gw / ssntfy.exe / SSNOTIFY.TXT < prev    next >
Text File  |  1995-01-25  |  2KB  |  64 lines

  1. Instructions for SSNOTIFY
  2.  
  3. SSNOTIFY is a Windows program that will notify a user when archive 
  4. restoration requests are received in SoftSolutions.  The program runs 
  5. in the background and polls the restoration queue periodically for 
  6. changes.
  7.  
  8. When the program is first loaded, it will read the restoration file 
  9. for records and notify the user if there are any present.  A running 
  10. count of the requests is kept on the window and icon caption.  The 
  11. program will continue running in the background, polling SoftSolutions 
  12. periodically for changes in the number of requests in the restoration 
  13. file.  When the number decreases from the last poll, the count on the 
  14. window or icon caption will change.  When the number increases, a 
  15. message box will pop up indicating that new requests exist.  
  16.  
  17. CONFIGURING SSNOTIFY
  18.  
  19. All configurable parameters for SSNOTIFY are kept in the SOFTSOLW.INI 
  20. file.  In addition, the following DLL files for SoftSolutions 4.0x 
  21. must be installed on your system:  SSWIN.DLL, SSTRANS.DLL.  Before 
  22. you run the program, you must add the following section to 
  23. SOFTSOLW.INI:
  24.  
  25. [notify]
  26. datapath=<your datapath>
  27. strfile=<full path and filename of softsol.ctx>
  28. delaymins=<number of minutes between polling>
  29. msgbox=<put 1 if you want the pop-up box, 0 if not>
  30.  
  31. EXAMPLE:
  32.  
  33. [notify]
  34. datapath=c:\ss40win\prog:ss
  35. strfile=c:\ss40win\prog\softsol.ctx
  36. delaymins=5
  37. msgbox=1
  38.  
  39.  
  40. DESCRIPTION OF THESE ITEMS
  41.  
  42. datapath:  This is the SoftSolutions datapath specifying your 
  43. dataset.  It can be either file or a SEM datapath.  It follows 
  44. the standard format for the datapath used in the /data= switch 
  45. for SoftSolutions.
  46.  
  47. strfile:  This must be the full path AND filename of the strings 
  48. file softsol.ctx. (Usually found in the programs directory)
  49.  
  50. delaymins:  This is a number, in minutes, for the delay between 
  51. successive polling of the restorations file.
  52.  
  53. msgbox:  This must be 1 or 0.  1 means that the program will notify 
  54. with a message box.  0 means that no message box will appear - the 
  55. only thing that will change is the count on the icon and window
  56. caption.
  57.  
  58.  
  59. DISCLAIMER:  THIS IS NOT AN OFFICIAL SOFTSOLUTIONS UTILITY.  
  60. SOFTSOLUTIONS IS NOT RESPONSIBLE FOR SUPPORTING THIS UTILITY.  ANY
  61. BUG REPORTS AND/OR ENHANCEMENT SUGGESTIONS CAN BE FORWARDED TO 
  62. J.B. GILL AT SOFTSOLUTIONS SUPPORT AND WILL BE DEALT WITH AS TIME, 
  63. RESOURCES, AND URGENCY PERMITS.
  64.