home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oswapowr.txt < prev    next >
Text File  |  1997-02-04  |  3KB  |  91 lines

  1. OSWAPOWR - POWERBUILDER 3.0 AND 4.0 WITH OS/2 2.11 AND OS/2 WARP
  2. 01/16/96
  3.  
  4. =======================================================================
  5.         PowerBuilder 3.0 and 4.0 with OS/2 2.11 and OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. * System locks up when connecting to WATCOM Database Server 3.2 or 4.0.
  14.  
  15. * Installation of PowerBuilder 3.0a fails after a drive is specified.
  16.  
  17. * Problems experienced when running PowerBuilder in a Dual Boot
  18.   environment.
  19.  
  20. * The following error message is received:
  21.  
  22.      IM003: .Microsoft. .ODBC. Specified driver could
  23.      not be located when trying to connect to WATCOM 4.0
  24.      database in PowerBuilder 4.0.
  25.  
  26. * The following application error is received:
  27.  
  28.      DB32W caused a GPF in module .unknown.
  29.      04ef:8e82db3w will close.
  30.  
  31.   This error message appears because you might be using the wrong
  32.   WATCOM version.
  33.  
  34. RESOLUTION
  35.  
  36. Note: Make sure you have a backup of any file you intend to change.
  37.  
  38. These problems and issues are known to Powersoft, Inc., the 
  39. manufacturer of PowerBuilder.
  40.  
  41. The following information assumes you are using the default directory 
  42. names.
  43.  
  44. 1. Run the WIN-OS/2 session in enhanced mode.
  45.  
  46. 2. Edit the OS/2 AUTOEXEC.BAT file.
  47.  
  48.    Change: SET TEMP=X:\OS2\MDOS\WINOS2\TEMP
  49.    To:     SET TEMP=X:\OS2\TEMP
  50.  
  51. 3. Go to the WINOS2 directory and delete the TEMP subdirectory.
  52.  
  53. 4. Go to the OS2 directory; then type MD TEMP and press Enter to create
  54.    the TEMP subdirectory.
  55.  
  56. 5. Restart the installation.
  57.  
  58.    During installation, PowerBuilder updates the AUTOEXEC.BAT file of
  59.    the active operating system by adding \WSQL40\WIN and \PB4 to the
  60.    PATH statement.
  61.  
  62. 6. Edit the AUTOEXEC.BAT file of the inactive operating system
  63.    AUTOEXEC.BAT, and add \WSQL40\WIN and \PB4 to the PATH statement.
  64.  
  65.    Note: If you are using InfoMaker, add \IM4 to the PATH statement.
  66.  
  67. If Powersoft cannot find DB32W.EXE, WATCOM 4.0 English:
  68.  
  69. 1. Edit the active AUTOEXEC.BAT file and add \WSQL40\WIN and \PB4 to
  70.    the PATH statement.
  71.  
  72. 2. Go to the \WINDOWS or \OS2\MDOS\WINOS2 directory, depending on which
  73.    OS/2 version you are using.
  74.  
  75. 3. Edit the ODBC.INI file.
  76.  
  77.    Change: Start=DB32W -d -o512
  78.    To:     Start=DBSTARTW -d -o512
  79.  
  80.    This is for the WATCOM 4.0 database profiles.
  81.  
  82. ______________________________________________________________________
  83. IBM disclaims all warranties, whether express or implied, including 
  84. without limitation, warranties of fitness and merchantability with 
  85. respect to the information in this document. By furnishing this 
  86. document, IBM grants no licenses to any related patents or copyrights.  
  87. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  88. or brand names referenced in this document are the property of their 
  89. respective owners. Consult your product manuals for complete trademark 
  90. information. 
  91.