Search results

  1. jdpjamesp

    Resolved Permanent Endless-Job and (5408) WARNING: -l exceeded. Automatically increasing from 1580 to 1590

    So your transaction scope is bleeding out to be scoped to the whole endless loop. It's hard to establish why from your very basic code, but something is causing the scope to bleed out.
  2. jdpjamesp

    Openedge Rest API error

    So you've implemented a REST API in 12.8 PASOE and now you're trying to consume it in Postman. Is that a fair summary? IIRC AccessDenied means there's something wrong with the config of Spring Security. But it could also be as simple as a mis-spelling of the URI. Casing is important. Is it...
  3. jdpjamesp

    Replication After Image both server and agent stays Locked status

    Without giving us details of what's going on, like the Replication Status and errors/warnings from the source DB log file we can't actually help you.
  4. jdpjamesp

    Replication After Image both server and agent stays Locked status

    That would suggest that replication isn't actually working. rfutil <dbutil> -C monitor Do that on both source and target as a first instance. They should both say Normal Processing. You should also have Replication related messages in the Source DB logfile. I'd expect something along these...
  5. jdpjamesp

    Implementing SSL for JMS WebMethods

    Please don't resurrect old threads for a new problem. Please create a new thread and explain exactly what it is you're trying to do and what's failing.
  6. jdpjamesp

    Read an AI file

    Yes absolutely you can. Here's a KB with a link to a guide. Progress Customer Community I'm also sure there will be presentations about it from PUG events in the past.
  7. 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
  8. jdpjamesp

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

    What are the session startup parameters?
  9. 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...
  10. 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
  11. 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.
  12. 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...
  13. 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.
  14. 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.
  15. jdpjamesp

    Cyberquery

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

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

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

    Question QAD Roll-up

    Locking as a dupe
  18. jdpjamesp

    test

    What happens when you do?
  19. jdpjamesp

    Site registration seems to be broken

    That's great Chris!
  20. 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.
Back
Top