Search results

  1. D

    Creating Warm Spare With Workgroups Rdbms

    I will have to look into that.
  2. D

    Creating Warm Spare With Workgroups Rdbms

    Thanks to all of you for your support. I ended up writing a loop in DOS to add the AI files in date order then archive them. It looks to be working fine.
  3. 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...
  4. D

    Fathom Startup Failed

    I found the problem. It seems as though it is behaving badly when the service is launched as the system account. Generally, I do not like using user logins for such things, because some Windows environments that I encounter do not allow for a non-expiring password. In this case, I am okay...
  5. D

    Fathom Startup Failed

    No, there is only one version. This file that it says was not close properly, database.ocf; can that be restored from backup without issue? Regards, David
  6. D

    Fathom Startup Failed

    I tried it, but it did not work. I get the same error.
  7. 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]...
  8. D

    Endkey Pressed In An Update Does Nothing

    Thanks that did the trick
  9. D

    Endkey Pressed In An Update Does Nothing

    forgot to include update vend vend1 sdate edate with frame x. it is ahead of my for each. I tried to minimize the amount of code to have to type in. Sorry!
  10. D

    OUTPUT TO PRINTER issue

    This ended up getting fixed by moving the application out of the virtual machine.
  11. D

    Enable Large Files Not Working As Expected

    All, Thanks for your advice. I Enabled Large Files and Keys on Thanksgiving. All is good!
  12. 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...
  13. D

    Enable Large Files Not Working As Expected

    Thank you! I have 64 Bit DBKeys, but not any of the others. I know I need ID 5, but what about these others? Sequences are not a concern for me, I don't think. The large keys may be though. I guess I need the proutil values to enable these others as well. Regards, David
  14. 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...
  15. D

    OUTPUT TO PRINTER issue

    Thank you so much for the quick response! I did make sure that I added printer through control panel. I also am not getting an error, which puts in the strange category. In your mind, is there any way that this is Progress related (.i.e. bad install)? I want to fix this for sure, but I also...
  16. 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...
  17. D

    Webspeed Workshop startup

    There is nothing written to the logs, that is part of the oddity of it. If I had errors then it would at least give me a shot. I only have one broker running and it verified int eh CGIIP Messenger page. I checked out the article and opened in different browser just to be sure with the same...
  18. 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...
  19. D

    Get Record information from Locking Table

    You have honed in on the issue and that is, in fact the user locked record. We are not looking to execute against this with anything inside of the database. It was only going to be used as a heads up for a record locked for a long time, like an hour. I was looking to use UserLock, so _Lock...
Back
Top