Kbase 18696: abI_GUIService.msgBox() Provider Not Available , message =
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/06/2001 |
|
SUMMARY:
Pre-loading a project through the Component Manager of
Apptivity 3.01 as described in deployment_guide as follows:
java <other properties> -Dapptivity.startup.1= C:/apptivity30/projects/initcon,initcon progress.apptivity.cmananger.ComponentManager
may cause the error message:
abI_GUIService.msgBox() provider not available , message =
Init file Test.qry not found
SOLUTION:
Starting the Component Manager may be caused by a missing apptivity.qrypath property.
To solve the problem in that case the properties file for
the Component Manager has to contain the apptivity.qrypath
property as well.
Below is an example of how the contents of a properties file for
the Component Manager may look. To pre-load the project
with the name "Test" through the Component Manager:
apptivity.naming.host=pcrwe2
apptivity.cmanager.host=pcrwe2
apptivity.qrypath=D:/Apptivity30/projects/Test/
apptivity.startup.1=d:/Apptivity30/projects/Test,Test
Additional Notes:
Consider when using connection pooling that the performance
improvement comes if the data connection is read only,
since in that case the client uses the connection already established by the Component Manager. If the data connection is not read only, every client database connection may establish a new connection in order to satisfy the default record locking mechanism of the database.