Search results

  1. jdpjamesp

    TODAY function returns different format starting 1/1/2025???

    Glad you spotted it! Yeah -yy was going to be my first guess too. :D
  2. jdpjamesp

    TODAY function returns different format starting 1/1/2025???

    What are the session startup parameters?
  3. jdpjamesp

    Convert managed database to scripted

    Further to Tom's message above, all of the DB startup parameters are dumped to the logfile when you start it up. It wouldn't be too hard a job to scrape these and add them to a .pf file and then just start the db using that pf file. What's a bit harder is deciding what to ignore as it's just...
  4. jdpjamesp

    How to know what data changed(CUD) in a table by someone

    Here's a link to the documentation. https://docs.progress.com/de-DE/bundle/openedge-security-auditing-introduction-117/page/Querying-and-Reporting-on-Audit-Data.html
  5. jdpjamesp

    Question Gantt Chart in Progress 12.8

    I'm not aware of any native Gantt charts in Progress which makes me suspect they're a 3rd party tool. At a guess they're a 32bit ocx plugin and you were using 32bit runtimes for 11.7 and are now on 64bit 12.8. Your idea to convert to Telerik or some such is an excellent idea.
  6. jdpjamesp

    Question Performance question on a tool library

    First of all, these days I would never have one big procedure with everything in it. I would have a few that are split out based on function and use and only load the one(s) I want when needed. Otherwise you're carrying around a lot of bloat for no reason at all. There are some distinct...
  7. jdpjamesp

    Progress Instant Messaging Service

    Back in the day we used sockets. Not sure the implementation of Kafka is what you're after though. As far as I see it the integration is more to do with streaming data changes etc. I've not looked in great detail so I could be wrong.
  8. jdpjamesp

    test

    Oh I've seen the threads. So the issue isn't that you can't post, it's that they don't display. I would suggest that means there's a problem with your content.
  9. jdpjamesp

    Cyberquery

    Is that a tool from CyberScience? Have you contacted them?
  10. jdpjamesp

    Question output-http-header("status","302"). Not working as expected.

    I would suggest raising a case with Progress support.
  11. jdpjamesp

    Question QAD Roll-up

    Locking as a dupe
  12. jdpjamesp

    test

    What happens when you do?
  13. jdpjamesp

    Site registration seems to be broken

    That's great Chris!
  14. jdpjamesp

    Question OPenEdge OpenEdge.Net.HTTP performance issue

    Anecdotally we've had the exact same issue in 11.7 with various REST calls. In the end I reverted back to cURL as there's just not enough hours in the day to fix this sort of thing.
  15. jdpjamesp

    Unable to get PDSOE 12.8 installation in non interactive mode

    Sounds like you may be best off posting on the Progress community. That way Progress folk will be able to help out.
  16. jdpjamesp

    recovery openedge management password

    My crystal ball suggests he wants to reset the OEM password.
  17. jdpjamesp

    No tcman command

    You can also create an instance using the tcman in the <dlc>\servers\pasoe folder if that's your preference.
  18. jdpjamesp

    Question How to match standard and specifics

    Sounds like you want OO principles to be honest. You have your base code but in certain instances that can be overloaded/extended and all that loveliness.
  19. jdpjamesp

    Appserver agent are busy and stuck.

    You need to work out why those agents were showing as busy. A proGetStack on some of the PIDs will point you in the direction of which line of code they're on at the time. Maybe you'll find a pattern. Last time something like this happened to us we found that an external API we were consuming...
  20. jdpjamesp

    Sysprogress user

    Have you tried googling? It's the default DBA account for SQL access. There's plenty of material online about what it is, how to log in, and what to do if you don't know the password.
Back
Top