home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / dm2qa.zip / DM2Q&A.TXT
Text File  |  1993-06-23  |  4KB  |  103 lines

  1. Frequently asked questions about DeskMan/2.
  2.  
  3. Q>I'm getting an error when running the REXX script.  The error reads:
  4.  
  5.       # +++   rc = SysRegisterObjectClass('DMan', 'D:\OS2\DLL\DESKMAN.DLL');
  6.  REX0043: Error 43 running D:\deskman\DeskMan.CMD, line #: Routine not found
  7.  
  8.  [Note: # --> The line number that is being run at the time of the error.]
  9.  
  10. A>There is a defect in the REXX code generation.  The following line reads:
  11.  
  12.  REGISTER=YES;  "OBJECTID=<DeskMan1>;"||,
  13.  
  14. and should be changed to read:
  15.  
  16.  REGISTER=YES;OBJECTID=<DeskMan1>;"||,
  17.  
  18. removing the two spaces and the first double quote.
  19.  
  20. Q>Is there any printed manual?
  21.  
  22. A>Not at this time.
  23.  
  24. Q>How can I get (or contact) technical support?
  25.  
  26. A>Please check your online documentation for further information.  You may
  27. also use CompuServe, typing GO OS2AVEN, and leaving a message in the
  28. appropriate section there.
  29.  
  30. Q>I saved my desktop, and then opened the DeskMan/2 window, but it had nothing
  31. in it.
  32.  
  33. A>If the help file is not installed, or it was installed in a directory not on
  34. the help path, then the DeskMan/2 restore container window may come up empty,
  35. requiring manual opening of the .drc file.
  36.  
  37. Q>What is DESKMAN.###?
  38.  
  39. A>A temporary file created by DeskMan/2, which can be deleted without any
  40. problem.
  41.  
  42. Q>What are those icon files doing in my root directory?
  43.  
  44. A>They are temporary files being created by DeskMan/2 during a Query Object
  45. Settings on Drop, and not being deleted, afterwards.  You may delete them, as
  46. you please.
  47.  
  48. Q>Can I use REXX scripts generated by DeskMan/2 to restore my desktop?
  49.  
  50. A>DeskMan/2's generated REXX scripts provide limited support for this.  For
  51. further information on these limitations, please contact technical support.
  52.  
  53. Q>After running DeskMan/2, I notice that it is moving Templates into my
  54. DeskMan/2 directory.  Why?
  55.  
  56. A>Those are not Templates, but rather Datafiles.  When saving any object, of
  57. the Datafile type, DeskMan/2 also saves the Datafile itself, as those objects
  58. are actually made up of both Datafile and Workplace Shell object.
  59.  
  60. Q>Which do I install first, DeskMan/2 or OS/2 2.1 GA?
  61.  
  62. A>If you can do so, install DeskMan/2 first, save your desktop, and then backup
  63. your system.  You may then install OS/2 2.1 GA, restore those files which you
  64. wish placed on your new system, being careful not to overwrite any of your new
  65. system files, reinstall DeskMan/2, and restore any portion of your previous
  66. Workplace Shell desktop.
  67.  
  68. Q>How do I use DeskMan/2 to migrate (or transfer or move or copy) my Workplace
  69. Shell objects (or my Workplace Shell desktop) to another system?
  70.  
  71. A>See the online manual - Getting Started & the Online Tutorial.
  72.  
  73. Q>How can I get rid of those items in my Restore Window?
  74.  
  75. A>Select the items which you wish to remove, select Remove Description, and
  76. then save the Restore Window's information when you are asked to do so upon
  77. closing it, or sooner if you so choose.
  78.  
  79. Q>Running DeskMan/2, I get a message saying, "Unexpected Error"
  80.  
  81. A>Try turning off REXX code generation, turning debugging on, opening the
  82. restore container window, and saving the desktop once more.  If you get the
  83. same error message, save the contents of the Restore window, and complete the
  84. operation via the Drag and Drop user interface.
  85.  
  86. Q>How do I get my icon back to normal?
  87.  
  88. A>If you were just using one of the Special functions, simply select Save
  89. Objects from the same menu.
  90.  
  91. Q>Some of my Workplace Shell objects just disappeared! Why? What do I do?
  92.  
  93. A>Sometimes this happens, particularly on pre-2.1 GA releases of OS/2.  If you
  94. have saved your desktop, try shutting down and restarting your system.  If any
  95. objects need to be restored after this point, simply open up the DeskMan/2
  96. restore container and drag them out into place.  If DeskMan/2 itself is
  97. missing, simply reinstall it.  If you did not save your desktop, you might want
  98. to reboot without shutting down, particularly on older versions of the OS.
  99.  
  100. Q>Is there any way to get training on this product?
  101.  
  102. A>Please contact technical support.
  103.