Monday, November 15, 2010

How to check open connections to a Progress database:

proenv>e:
nav to DB file dir

proenv>cd progress\databases\customerDB

proenv>promon databaseName

use Promon instructions to view various statuses of the db and users

1. User Control
2. Locking and Waiting Statistics
3. Block Access
4. Record Locking Table
5. Activity
6. Shared Resources
7. Database Status
8. Shut Down Database

ETC...

Saturday, November 13, 2010

Progress Reports will not show.

All connections to progress database are used ("No Resources Available"). Must clear a connection and terminate process.

Wednesday, November 10, 2010

Error:
Warning: include_once(Zend/Form/Element/password.php): failed to open stream:

Solution:


$password = new Zend_Form_Element_Password('password');

Zend_Form_Element_Password is CASE SensiTive