Kbase 17576: Actuate - non-Progress database connection error message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Actuate - non-Progress database connection error message
When connecting from Actuate to a Progress DB and OIB,
you get the following errors:
A PROGRESS database server cannot handle a non-Progress database
connection (2664)
Error establishing Open Interface Driver connection. (2575)
This can be caused by using the -S service name that was used to start
the Database server in the StartUpParameter section within Actuate.
The StartUpParameter line is for the OIB startup parameters only.
For example, when starting the DB and OIB:
C:\DLC\bin\_mprosrv.exe sports -S dbservice -H machine1 -N tcp
---------
C:\DLC\bin\oibrkr32 -SV -S oibservice -H machine1 -N tcp
----------
When connecting from Actuate:
DatabaseList: -db sports -S dbservice -H machine1 -N tcp
---------
StartUpParamters: -SV -S dbservice -H machine1 -N tcp
---------
This will cause the errors listed above.
The correct usage is:
DatabaseList: -db sports -S dbservice -H machine1 -N tcp
---------
StartUpParamters: -SV -S oibservice -H machine1 -N tcp
----------
Progress Software Technical Support Note # 17576