Recent content by jdpjamesp

  1. jdpjamesp

    Working?

    At least spam is reduced! :D
  2. jdpjamesp

    PASOE Rest API Delete Agent

    It's a good shout. But unfortunately that requires @Chris Kelleher to intervene.
  3. jdpjamesp

    PASOE Rest API Delete Agent

    Just a quick question - 11.7.19 still (yes I know - working on it). The Rest API for PASOE - when I delete an agent, does it just kill it, or does it let it complete what it's doing?
  4. jdpjamesp

    Audit tables date filter

    Well done for giving it a go. Glad you got sorted. If you need any more help in future please feel free to start a new thread :)
  5. jdpjamesp

    Audit tables date filter

    Thanks Rob. I've been off a few days so haven't been looking, but done now. For reference, if you use the "Report" button you can report a post to the mods with a reason rather than posting in the thread :)
  6. jdpjamesp

    Hypnotic visual effects in OpenEdge

    Reminds me of some of the stuff we did in OpenGL at Uni!
  7. jdpjamesp

    Hypnotic visual effects in OpenEdge

    Hmmm I can't see the .gif :(
  8. jdpjamesp

    Question rbv_api.setFieldValue, not setting up text area field

    That's really not ideal.
  9. jdpjamesp

    Question rbv_api.setFieldValue, not setting up text area field

    Hi there. Welcome. Unfortunately IU have zero knowledge of Rollbase and how it works so can't help. Hopefully someone is. Is there nobody in your organisation that can help, or even a support contract with the vendor you can call on?
  10. jdpjamesp

    wkhtmltopdf Performance and Execution Issues in WebSpeed vs prowin32

    That does raise the question: how do you know it's the OS-COMMAND that's taking the time? Have you run it with the profiler enabled? https://docs.progress.com/bundle/openedge-startup-and-parameter-reference/page/Profiler-profile.html That will tell you exactly which line of code is the problem.
  11. jdpjamesp

    Multiple Failed login attempts records in audit log

    I've got no idea at all about your application, but that sounds like it's a scripted brute force event to me. And it looks like your application did what it was meant to.
  12. jdpjamesp

    Job unexpectedly terminates early - UBRQ_SETSTOP Command in classic appserver broker log

    Could you post an extract from broker, agent and DB log around the time of the job terminating please, rather than single lines. Some of the more experienced hands might be able to spot something you haven't. Single lines like this could just be red herrings.
  13. jdpjamesp

    Question Request for Guidance on Upgrading Progress Database from Version 11.7 to 12.8

    Thanks Rob. Yes, please follow the advice and start a new thread.
  14. jdpjamesp

    Auditing tables are not showing in Tableau

    I think you need to grant AUDIT_ADMIN to the user. Something like that. Never done it, but there's extra security around auditing tables for obvious reasons. You should also make sure you keep this sort of data secure at the Tableau end or else the auditing is entirely pointless.
  15. jdpjamesp

    How to get the HTTP response from cURL?

    Yeah I know all about shelling out on PAS. Unfortunately we have about 1 million OS-COMMANDS all over the codebase. :( There's just no scope for fixing them. I'm fixing this particular nut by making it soft-settable between cURL and HTTP, so we can swap back once we get to 12.8 later this year...
Back
Top