Error Progress 9.1 to SQL 2014 Broker rejects connection Issue

cochiguero

New Member
Hi all:

I have an issue with a Broker running on a Solaris.

Current:
- Progress DB 9.1D (sql92) running under Solaris x.5 64bit Sparc. for mfg/pro (QAD eb2)
- Querying Progress DB from MS SQL2000 under MS Windows 2003 Server (32bits)
- Merant Driver 3.6 for the ODBC
Now what we want to do is to query the Progress DB from SQL2014 running on Windows 2012 (64bit)
- I used the Datadirect 7.1 driver and the trial driver provided by Openlink but they both give me an error on Windows when I test the ODBC "Broker Rejects Connection".
- On the Progress Log file I can see the error: "BROKER 1: Connection timed out on socket=83 for usernum 1, attempt disconnect. (1280)"
- I have two brokers one is for 4GL and the second one is SQL,
- I modify the -n -Ma and -Mn parameters for the broker with no luck.

Can you please tell me if I am missing to do something else on the Solaris or Windows side?

Thank you!
 

Pechadre

Member
Hello

Try this on solaris

# Demarrage du lien odbc
# proserve -m3 $MFGDB/$MFGENV/mfg -S 10100 -Mpb 10 -Ma 4

Where for instance -S 10100 is our Progress port number for ODBC connection.

Best regards.
 
Top