Search results

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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...
  6. jdpjamesp

    How to get the HTTP response from cURL?

    I've solved it. cCurlCommand = SUBSTITUTE ("curl -X -sS --location --request GET &1 --header 'Content-Type: application/json' --header 'Authorization: Bearer &2' 2>/dev/null -o &3 -w '%~{http_code}' > &4", icURI...
  7. jdpjamesp

    How to get the HTTP response from cURL?

    Still stuck on 11.7 on RHEL 8. Yes. I know. Sorry Tom. Migration to PASOE Webspeed is an absolute pain. One of the side issues with 11.7 seems to be the flakiness of HTTP requests using the shipped classes. It works fine 95% of the time but then it gets a broken pipe. I've spoken in the past...
  8. jdpjamesp

    Graph-model metaschema for progress codebase - any interest in AI driven code analysis/modernization?

    September will be here before you know it, and I believe PSC have done most of their other outreach stuff this year as that tends to be in the earlier half of their fiscal year.
  9. jdpjamesp

    Graph-model metaschema for progress codebase - any interest in AI driven code analysis/modernization?

    It would make a great Progress User Group case study! I mean the fact it's hard to move away ;)
  10. jdpjamesp

    Named arguments for ABL procedures.

    IMO Temp Table definitions are one of the very few legitimate uses for includes these days, so long as you only include them where they are actually used! Where includes are a bane is when there's one or two includes that have hundreds of definitions and functions/procedures that are included...
  11. jdpjamesp

    Named arguments for ABL procedures.

    I knew I'd find a post from you Thomas! I was here to bang that drum. Even with "simpler" OO concepts like overloading there's a great deal you can do to make reusable and maintainable code.
  12. jdpjamesp

    Question AI with Progress / OpenEdge

    There's no way I'd be adding that to my IDE. Ever. AI tools don't get to read my code and use it.
  13. jdpjamesp

    Question AI with Progress / OpenEdge

    The main area I've seen talked about is in the whole area of summarising large volume data. John Ainsworth does an interesting talk around using maps to visualise data but there's no substance around how. It's just pretty pictures and smoke and mirrors.
  14. jdpjamesp

    Setup Level II Storage Guide

    That's in no way a diss of Progress support by the way. They do an excellent job, I'm just questioning if that's the right approach! :)
  15. jdpjamesp

    Setup Level II Storage Guide

    @JLovegren I can probably get away with saying this here... Hopefully... but in all honesty, if you want to learn these things then you'd be better off employing the services of an independent contractor than Progress support. Their job is often to solve problems as quickly as possible, whereas...
  16. jdpjamesp

    PASOE - Access files on a mapped drive

    Drive mappings on Windows are a nightmare. IIRC, even if you change the user to one that has the drive mapped it won't necessarily be available to PASOE due to the way Windows handles "security". Using the UNC path is the way forward. I suppose you could create config in the database to...
  17. jdpjamesp

    Progress 9.1D legacy server - no developer licence - need to dump data to .csv

    @Tony Woodhouse that's a fantastic summary of steps. Thanks so much for taking the time to write it.
  18. jdpjamesp

    When something is not true

    Code tags fixed :)
  19. jdpjamesp

    When something is not true

    I've added the code tags, but I'm not sorting the indents ;)
  20. jdpjamesp

    PASOE - Blocking connection somewhat randomly

    Sounds to me like it's network infrastructure blocking the requests if it doesn't make it as far as the PAS.
Back
Top