Search results

  1. K

    Access table in for loop in nested find

    I'm using a for loop with a nested find for each icsp where icsp.cono = v-cono and icsp.prod = v-prod exclusive-lock: find notes where notes.cono = icsp.cono and notes.primarykey = string(icsp.prod) no-error. if available notes then My...
  2. K

    For each to retrieve data from two tables

    Let me start by saying I'm entry level efficient in writing ABL. My co-worker had some scripts that he's started to have me run. We call them QND's (Quick and Dirty's) Currently I have to launch mpro (the wrapper for us is called sxee) and execute these scripts individually. That is not...
  3. K

    Openedge Procedure editor in Unix

    Is there any way to increase the windows size of the Procedure editor for Openedge 10.1B running on AIX Unix? If I full screen my putty session, the procedure editor only takes up a small area of the screen.
  4. K

    Past version 10, are any versions of openedge multithreaded?

    I wanted to find out if Openedge can be run multithreaded? The actual database? We have a AIX system with 8 dual cores. I spoke with IBM and we determined it's not using the system to it's full potential.
  5. K

    Anyone experience working with openedge and aix, 8 cpu dual core system?

    We are currently running AIX 7.1. Has 8 power5 cpu's (16 cores) Openedge 10.1b 32bit (can't run 64) I have a ticket with IBM about this issue, but I'm starting to believe it might be a openedge issue? What seems to be happening is all the odd number cores aren't being utilized like the even...
  6. K

    creating a read only user for progress

    I'm working on extracting data from a progress DB. I'm trying to avoid inadvertently writing over data. ( Using a data integration tool and would prefer to not fat finger or cause data to be written over) I know permissions are set in the sysdbauth table, but which need to be set for read only...
  7. K

    Getting customer data out of progress and into a CRM

    I've been looking for some suggestions on how to implement this. We have a progress database that has customer data already in it. We're trying to implement a CRM solution using the data from the customer tables in progress. Looking over the CRM forums, I think I have 2 choices. 1. Replicate...
  8. K

    Tracking down heavy disk I/O w/ Progress and SX enterprise

    Let me first say, I am not a expert progress DBA. I do have some knowledge, but I am looking here for some direction. Currently we run progress 9.1. Will be upgrading to 10.1 soon, but I'm first having to look at some performance issues. We run a program called SX enterprise on top of...
  9. K

    Error Starting Protop

    Not expecting muche help with this, but any would be appreciated. trying to get protop v9.1 GUI to run. Only problem I'm having is I keep getting an error from lib/vstlib.p Database Empty not connected. Well, that isn't true. I can run protop on the actual server and it has no problem...
  10. K

    Monitor read/write on nxt_###.d1

    Hello, Currently we're running progress 9.1D and will over the next 5 months upgrade to 10. But, we are certainly having performance issues and I'm not sure what is the best way to visually present the read/write data so I can determine which tables are getting hit the hardest on our system...
Top