Search results

  1. M

    Limit of repeat/undo units per session reached. (9456)

    Running Progress version 9.1D on Linux RedHat. We're starting to get the following error: "Limit of repeat/undo units per session reached. (9456)" The problem occurs in a persistent procedure running on an Appserver. This procedure is used to poll the database for changes. Within the procedure...
  2. M

    SQL-92 Stored procedure performance

    Hello Talkers Is there anybody out there - who knows about Java stored procedures? I can't understand why I get almost the same performance using ODBC from C++ and Stored Procedures. Off-loading to the server should boost performance considerably. Is there some setup I should check...
  3. M

    Calculating table- / row size

    Hello Peggers and Happy New Year! I have a little problem for you, so you can get those alcohol infested brains in gear again. :D I'm trying to make a procedure to calculate table/row size - basically the same as tabanalysis, but from 4GL. It works - kind of. Some tables are off by a...
  4. M

    Does Progress/ODBC function in the real world?

    Hi Peggers! Progress 9.1A, HPUX11, Merrant ODBC-driver on NT. I've started experimenting with SQL-92/ODBC and I'm very puzzled with the performance I'm getting. I have a table a table which looks like this. trip_date as date car_number as int tke_recnr as int company_number as...
  5. M

    Nice delete scripts

    Hi all! I'm looking for some hints and tips on how to construct "nice" cleanup procedures. In out application, we have various log/transaction tables, which can grow to be quite large. The data in these tables are often obsolete after a period of time, and should be deleted. The problem...
  6. M

    Java and Busy session errors

    Hello Talkers! Were developing a Java front-end using Appserevers. The appl. is installed on 6 different customers, one of which gets a Busy Session (7226) many times a day. The other customers have a similar configuration/load on their servers, but do not get this error quite as often -...
  7. M

    Activate a menu from within a procedure?

    Hello everybody! Is there a way activate the menu on a window from within a procedure? I have a Master procedure which basically is just an image and a menu. Every menu item runs a procedure persistently which implements some function in my App. What I would like to do, is to give the...
  8. M

    TranMan doesn't show new procedures

    Hello everybody! I'm having trouble with Translation Manager/Visual translator Version 9.1A The problem is this: I have a new project database, where I have used a returned zip file to pre-translate the text's. The zip file returned contains most of the text phrases in my project...
  9. M

    Which reporting tool

    Hello Talkers! I'm using Progress ReportBuilder to create reports, but I find it very limited in functionality. I'm, among other things, lacking subqueries and use of 4GL procedures. Is there a better report-generator tool? - What about Actuate?? Regards Mike
  10. M

    Reading Licence numbers from 4Gl

    Hello Talkers! Is there any way that I from 4GL can see what kind of progress products a customer have installed, including licence numbers. The application I'm building, allows some users to call Progress ReportBuilder. My problem is, that the program prorb.exe is always installed then...
  11. M

    running dll-functions from ReportBuilder

    Yes! yes! I know that this forum is about Actuate, but there isn't any about ReportBuilder (I wonder why ??) Anyway! I'm trying to call a DLL function from ReportBuilder, using a calculated field containing: dllfunc( "TaxiSys.dll", "GetDateString", string( timeStamp ) ) My problem is...
  12. M

    repost: Multiple updates in one transaction using browse widgets

    I'm building an application with a master-detail relationship. The master table i represented in a frame, while the detail table is represented using a browse. I'm looking for a way to commit both the changes in the master table, and all the changed rows in the detail table in one transaction...
  13. M

    Multiple updates in one transaction using browse widgets

    I'm building an application with a master-detail relationship. The master table i represented in a frame, while the detail table is represented using a browse. I'm looking for a way to commit both the changes in the master table, and all the changed rows in the detail table in one transaction...
Top