8839 error after restarting database

We have just performed some maintenance for the first time on our OE 10.1C database. WE restarted the database and now are getting broker connection reject errors (8839). I do not know what could be going on here as the database has been running fine for 4 months.

Any ideas will be greatly appreciated.

If the database is rejecting the connection, is there something that did not start on the server as a startup parameter?


I am in a real fix here as the SQL leg is used for shipments
 
For some reason the -ServerType default of Both was not set. I added this to my .pf and it worked after starting the database again. What is odd is that we build our test environment every week anew and the startup of the databases there has never resulted in the SQL connections being blocked. I am hoping that adding this param will assure that this situation does not occur again.

Any comments would be appreciated.
 
During installation of you get asked whether you want to allow connections from 4GL, SQL or both types of clients. That is to what proserve will default and which might be the difference between the environments. If you need different behavior you must override it in supplying the corresponding startup parameters.

Heavy Regards, RealHeavyDude.
 
Back
Top