Search results

  1. RealHeavyDude

    Script Db Autostart Tick Flag

    Sorry - caught up in the Unix/Linux world of things. Didn't think about the Windows.
  2. RealHeavyDude

    Script Db Autostart Tick Flag

    Why would one use conmgr.properties and the Admin Service to manage databases? Am I missing a point here?
  3. RealHeavyDude

    No More Available App Servers - Need To Find Program(s) That Are Hanging

    You can do this with the logEntryTypes=4GLTrace ( you can also add other ones - see the documentation for details ). Increasing the loggingLevel to 4 will give you tons of information - which includes every function, procedure and/or method call. Regards, RealHeavyDude.
  4. RealHeavyDude

    Convert A Datetime Data Type To Epoch Time

    I like that one.
  5. RealHeavyDude

    Question Java Connecting Appserver For Sdo

    There are a couple of things from my point of view: What does the AppServer log file say? Why do you need one big transaction? IMHO it would be a better design to do a transaction on small batches. You can't spawn a transaction across two different technologies in such a way. That is not how a...
  6. RealHeavyDude

    Question Autocomplete Combo-box

    The combo-box widget that comes with the ABL widgtets is not designed for user input in the way you have in mind. Therefore there is also no way that I know on how you would achieve an auto-complete feature. The ABL combo-box widget is the wrong type of widget for your requirement. If you need...
  7. RealHeavyDude

    Progress To Sql Data Replication

    Who knows what the Powers That Be will have in store for me? Actually, OE is still an important part of my life and I plan to attend the EMEA PUG Challenge this year. Only my employer is very lazy approving to cover for the costs so that the window for the super early bird has closed and soon...
  8. RealHeavyDude

    Progress To Sql Data Replication

    I hope OE12 will be available early next year. We are scheduled to migrate from Solaris SPARC to RHEL Linux next year ...
  9. RealHeavyDude

    Question Licensing Impact

    If I were to chose between a Progress sales weasel and Tom to support me, I would certainly put my trust in Tom.
  10. RealHeavyDude

    Question Bi Hwm/logical Size

    In order to get the number of BI clusters in use you need to substract the oldest from the newest cluster and add 1. Then you need to multiply the number of BI clusters in use with the cluster size. Voila, you have the size of the BI that is in use. If your BI has a fixed size or you use a BI...
  11. RealHeavyDude

    Question Bi Hwm/logical Size

    Unfortunately, as far as I know, the number of BI clusters in use you see in PROMON itself is a calculated value and is not available on any VST. You need to calculate it yourself by identifying the oldest and the newest BI cluster where the cluster number is the _Trans-Counter field in the...
  12. RealHeavyDude

    Undo A Transaction Created From An Internal Procedure

    You should re-think your design for the reasons Tom explained. This style of pessimistic locking ( implicitely achieved by extending the transaction scope to include user intertaction ) has no place in a modern application that is designed for performance and concurrency. If you want the user...
  13. RealHeavyDude

    Comment Is Progress The New Samsung, Hp & Co?

    Probably we will hear something about it in Prague. I will bring it up if I have the chance to.
  14. RealHeavyDude

    Comment Is Progress The New Samsung, Hp & Co?

    Many owning an Android smart phone from Samsung & Co or a Windows notebook from HP or the like might have had the experience: Bloatware which can not be uninstalled easily and cleanly or one even being prevented from doing so. In comes the OpenEdge 11.6 OEDK Premier edition. We "upgraded" our...
  15. RealHeavyDude

    Question Importing Text File Into Temp Table

    The technique reads the file line per line sequentially - you can't jump back and forth. In each iteration you have only access to one line. If you need context information, like matching two lines, you must do that in your code by storing the context information for later use. If you are...
  16. RealHeavyDude

    Database Pruning Please Help

    What is data pruning? Never have heard that term in assocation with a database before. But then again, English is not my first language. Heavy Regards, RealHeavyDude.
  17. RealHeavyDude

    Question Java Connecting Appserver For Sdo

    I've done a lot of things with Java accessing the OpenEdge AppServer via the Java open client but I never tried to load such a large dataset. We implemented a batching mechanism similar to - as far as I know - the sdo has built in. Which method of the sdo do you use to fetch the data set? BTW...
  18. RealHeavyDude

    Question Truncating The After Image Archival Log File

    Thanks. That was what I was afraid of. Thanks, RealHeavyDude.
  19. RealHeavyDude

    Question Truncating The After Image Archival Log File

    Solaris SPARC 64Bit - OpenEdge 11.3.1 ( soon to be OpenEdge 11.6 or 11.7 ) I don't want the log file of the After Image archiving daemon to grow forever. So far I did not find any tool from Progress that would truncate the log file of the After Image archiving daemon like for example the...
  20. RealHeavyDude

    Question Echo %cd% Change In Behaviour?

    Yes, you are right in that Progress running almost everywhere under almost all conditions, even in extremely hostile environments, is a great strength of Progress. Nevertheless, I am just surprised that somebody is still running 8.3 on a modern operating system. Heavy Regards, RealHeavyDude.
Back
Top