Search results

  1. jdpjamesp

    openedge support

    When you say moving to a cloud solution, still Epicor, still OpenEdge or is this a new product entirely. This is really important to clarify as recommendations will vary depending on what you're trying to achieve. I can certainly recommend someone to you if you're staying with OpenEdge. In fact...
  2. jdpjamesp

    Answered Compile Progress OpenEdge 12 CHUI/SpeedScript within Linux

    Sorry about the auto-mod of the post. We've dialled it in quite tightly recently due to an influx of spambots and yours didn't make the cut. I've approved now. As to your question, you can definitely compile on Linux. Whilst we don't do Speedscript or CHUI, we do classic webspeed and that's...
  3. jdpjamesp

    Quotation marks are missing from export

    Yes I agree. It's a great example of how this forum should work. And it documents the difference between PUT and EXPORT nicely.
  4. 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.
  5. 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...
  6. 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.
  7. 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...
  8. 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.
  9. 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.
  10. 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
  11. jdpjamesp

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

    What are the session startup parameters?
  12. 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...
  13. 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
  14. 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.
  15. 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...
  16. 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.
  17. 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.
  18. jdpjamesp

    Cyberquery

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

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

    I would suggest raising a case with Progress support.
Back
Top