Try LISTing the tables on a different workstation and see what locks are set. If you are continuously getting "Waiting for Required Resources", it's because locks are preventing you.
Steve . . . "Waiting for Required Resources" is displayed when two users are attempting to access the same data. Table locks, cursor locks, row locks, etc. can cause this. If you have multiple sessions running, you can LIST the database from the R> and it will list all the current LOCKS and their types (table, row, etc.)... Hope this helps, Steve

