Kbase P6462: Installation choice to support 4GL servers only causes ODBC
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
During the installation, a choice was made to have the broker support 4GL servers only.
Trying to OBDC connect from PC client to database server
ODBC test connect hangs
CAUSE:
Server is not capable of servicing SQL-92 ODBC clients due to the choice made at intallation. To confirm, check the database log. The following is a sample entry:
02:31:19 BROKER 0: Maximum Servers Per Broker (-Mpb): 4. (5647)
02:31:19 BROKER 0: Minimum Port for Auto Servers (-minport): 1025. (5648)
02:31:19 BROKER 0: Maximum Port for Auto Servers (-maxport): 2000. (5649)
02:31:19 BROKER 0: This broker supports 4GL server groups only. (8863)
02:31:19 BROKER 0: Created shared memory with segment_id: 24 (9336)
02:31:21 BIW 5: Started. (2518)
02:31:23 WDOG 6: Started. (2518)P
Notice on the fourth line that broker only support 4GL server groups.
FIX:
Reinstall Progress making sure to select 4GL and SQL client access to the database.