Search results

  1. D

    Progress OpenEdge 11.7 and RHEL7 with symbolic links

    All, I have an issue where I need to refresh my QAD test environment. I am running out of space, but I do have another file system that I can use. With QAD2014SE, I have a great number of scripts that refer to the database directory as /db/env. I cannot create any new databases there, so I...
  2. D

    Error in document load

    All, I am loading an XML document and I am getting errors. The syntax is correct, but I get the error below when I try to run the code. I don't code for XML document loads too often, so i thought that I would pass this by the experts. Progress 11.7 Error: The GET-CHILD attribute on the...
  3. D

    wrapper

    I have a program that I want to modify, but the code is encrypted. So I created a wrapper program to respond to activities in the program. Not a problem. However, I want to use this wrapper to disable a field (prod_rate) that is used in the base program to perform a different calculation than...
  4. D

    Save Output as an Excel file.

    I need to save my output as a file that can be opened in Excel. I am already saving output as CSV, but the latest version of Excel manipulates the inbound data in a way that is not desirable. We are on QAD2017EE, cloud-based, with the program running as a batch program on RHEL Linux. The file...
  5. D

    Reinstall does not create service

    All, I had a customer that needed a reinstall of Progress OpenEdge. I jumped in to help and uninstalled their OpenEdge application. Upon reinstalling, I found that the proadmin service was not created. They did not have the Enterprise Database license, but had the RDBMS license. Does that...
  6. D

    Action based on user hitting F1

    All, I have a need to capture the "F1" key to initiate an action. I have been looking for code that does this, but so far I have come up empty. This is for Eagle software so it will be something along the lines of: if rf_response_1 = "F1" then do: end. I do not know what to replace "F1" with...
  7. D

    Conditional Statement In A For Each

    I have a FOR EACH with which I need some help. It is a picklist table. I want to display records, but I have some records that are incomplete or open. If the user selects to see only these lines I want to restrict my FOR EACH on that information. The table has a small number of records...
  8. D

    Undo A Transaction Created From An Internal Procedure

    I have a program that launches a browse from an internal procedure. From the browse, the user can update fields in a table, as well as add/delete rows. The issue is that once the control is returned to the main program, that user gets a chance to approve of the changes by selecting proceed...
  9. D

    Creating Warm Spare With Workgroups Rdbms

    All, I am trying to create a warm spare. Specifics: Windows 7 Professional Progress OE 11.6 Workgroups RDBMS I have a database running on machine A. I am running a daily backup at 5:00AM. I am using ai archive to generate an hourly backup of ai. I am restoring on machine B. All is good...
  10. D

    Fathom Startup Failed

    I installed OE 11.6 a couple of months ago. Now Fathom is failing to startup. I am including the failure from admserv.log. It seems to be having and issue with database.ocf. I do not know what happened, but I need to know what to do to fix it. Regards, David [2015/12/14@20:30:46.776-0500]...
  11. D

    Endkey Pressed In An Update Does Nothing

    I have a group of records that need to be updated. There are not many that need specific attention, but those that do require an end user to determine the correct value. In this case, it is a project number that needs to be updated. So... def var vend as char. def var vend1 as char. def var...
  12. D

    Enable Large Files Not Working As Expected

    Specifics - OE 10.1C databases running on Linux 6.5, both 64-bit I have a database set that has several large database extent files in excess of 2-Gb that I built with prostrct create. For each of my areas I end with a variable extent. Recently, I had to add a large amount of data to one of my...
  13. D

    OUTPUT TO PRINTER issue

    I have a piece of software that I wrote to print labels. It works fine for me, however, I have an issue with a customer that is really bugging me. Specs: Progress 11.5 64-bit Windows 2012 Server (VM on Linux machine - VMWare) Printer is Zebra Label Printer connected on workstation ScottW7...
  14. D

    Webspeed Workshop startup

    Gurus! I am not a newbie to Webspeed, but I have not used it in so long I might as well be. I need to create a small app the will connect to my database and update a couple of fields. No biggie! The problem is that no one at my current location ever used WebSpeed workshop, so it was up to me...
  15. D

    Get Record information from Locking Table

    I have ran across the need for this before and recall that nothing was possible. But I will try again, as the current situation makes this even more necessary. I have some record locking issues. I can determine through the VSTs the record that is locked and the table. What I need is to be...
  16. D

    A JVM has not been detected Warning

    Hello, I am getting this message on new install. This is not new to me, but I believe that I have everything covered and must have missed something. Java 1.7 installed (JVM Server) PATH contains java location java -version has version as first line [root@TRO1AP00008DEV /]# java -version java...
  17. D

    Monitoring (and removing) old sessions

    I have always had an issue where old database connections linger. They are connected to the database, but no longer running the application. Watch Dog does not seem to do anything to help the situation. I would like to get a workable solution to cleaning these connections up. Recently, we...
  18. D

    SQL connection through ODBC after server startup

    I have a situation that keeps surfacing. I have remote users and SQL users connecting to my OE10.1C database (with different proserve). When ever I reboot, the SQL users are denied access. I have done some research and it is because the remote users are taking up the servers before an ODBC...
  19. D

    Cannot connect to Admin Server from Progress Explorer

    Guys, I am on OE 10.1C. I cannot connect to the Admin Server as root on Progress Explorer. I get "Unable to connect to Admin Server. Ensure Admin Server is running (8336). proadsv -query shows that it is running. I have the correct hostname. I am also having an issue with my broker...
  20. D

    App Server only starts as root

    Specs: RHEL 5.5 OE 10.1CSP4 I am having an issue starting an app server is anything but root. I get the following in the admin server log: [7/16/12 6:07:46 AM] [0] [AdminServer] * UBRemoteObject.startSvcProcess() failure: Cannot start AppServer process: " + UBroker.AS.rtb_AS - NULL...
Top