Search results

  1. JamesBowen

    Opening Win32 session form a URL Link

    The initial proof of concept seems to work in my mock setup. Created a new registry entry as per the instructions with a new scheme called "URL:prohiredev" The ugly part was that I had to use a batch file (copied %DLC%\bin\proenv.bat) to act as a wrapper for prowin.exe
  2. JamesBowen

    Opening Win32 session form a URL Link

    it could be any mail application (most likely outlook), web mail.
  3. JamesBowen

    Opening Win32 session form a URL Link

    I have a requirement and I'm not sure what the possible solution is. The requirement is that when a user receives an email with a URL Link (i.e. DeskTopApp:customer?xxxxx) is that it will open (or already open) an OpenEdge Win32 session and navigate to the unique Customer Record. How do I do this?
  4. JamesBowen

    WebClient NET - SSL

    i think php uses the curl lib and curl uses the Mozilla trusted CA pem file. It’s just a case of keeping the trusted CA certificate store, up-to-date as certificates do expire. i can’t remember if applying OE service packs updates the OE certificate store.
  5. JamesBowen

    WebClient NET - SSL

    The certificate alias 2e5ac55d.0 is related to an expired Let Encrypt Root Certificate (DST Root CA X3) that expired on ‎1 ‎October ‎2021. I have attached a ZIP file that contains the new Root & Intermediary certificate for Let's Encrypt (isrgrootx1.pem.crt & lets-encrypt-r3.pem.crt). Unzip...
  6. JamesBowen

    Answered WebSpeed Licence

    i have a customer who has the 11.7 “Application Server” license. Does that include WebSpeed or is it just AppServer
  7. JamesBowen

    Mutual TSL /Client Certifcate authentication

    Currently running on OE 11.7.x. Upgrading to 12.x is not an option at this stage. I am wondering whether to use Cloudflare to act as the first line of defence and it can handle the Client Certificate authentication for inbound request. Follow up question, can 11.7.x PASOE/tomcat handle IP...
  8. JamesBowen

    Mutual TSL /Client Certifcate authentication

    I have a requirement to expose a PASOE for WEB & AppServer to the internet. The security requirement is that the client's public certificate is loaded into PASOE/tomcat. So as part of TLS handshake process the client will present their public certificate (Client Certificate Authentication /...
  9. JamesBowen

    .NET isFileLocked() function

    Returns unknown ? if the file is not found, true if it was locked, and false if it was not. block-level on error undo, throw. using System.IO.File from assembly. using System.IO.FileAccess from assembly. using System.IO.FileMode from assembly. using System.IO.FileShare from assembly. using...
  10. JamesBowen

    Question ABL Server Socket - How to Avoid port in use scenario

    i think they [progress software] need to also support multi threading to fully support .NET.
  11. JamesBowen

    Question ABL Server Socket - How to Avoid port in use scenario

    Until progress supports.NET for linux i sort of agree with you.
  12. JamesBowen

    Question ABL Server Socket - How to Avoid port in use scenario

    A bit more details. I’m using the ABL server sockets to act as a mini–Web server to handle OAuth redirect callback to the desktop PC. As part of the authorisation request I was specifying, a URL of localhost and a port number. the range of port numbers was from 8115 to 8120. originally i was...
  13. JamesBowen

    Question ABL Server Socket - How to Avoid port in use scenario

    Hi I had an interesting problem today where I had an Openege GUI desktop application open up a local TCP port using the ABL server socket handle. It was working in development and testing and of cause when it when into production it had issues. The desktop GUI Application was running on...
  14. JamesBowen

    Data entry on no surname/last name

    The best part is that it is not my problem to resolve. It transpired that we have a free format field called the preferred name that seems to resolve a lot of these issues.
  15. JamesBowen

    Data entry on no surname/last name

    I've spoken the head of the customer facing web services team and they say it's a real problem. The recommendation is to repeat the name in both form fields.
  16. JamesBowen

    Data entry on no surname/last name

    Luckily this was not my database design. It was an "off the shelf" product and these tables are core to the application and can't be changed. It's a NZ government requirement that First name and Surname was a mandatory.
  17. JamesBowen

    Question Crystal Report COM-HANDLE

    Does this help. https://community.progress.com/s/article/P43932?popup=true
  18. JamesBowen

    Question Crystal Report COM-HANDLE

    Is there a method to close the report i.e. crReport:CloseReport() or crReport:Close() ? Is there a developer API guide we can view/download?
  19. JamesBowen

    Data entry on no surname/last name

    If you had a table that required, the given name (first name) and the surname (last name) to be both mandatory. What would you do if the person only had a single name and no Surname. Bad Examples: STING, MADONA, LORDE etc. Would you test for "FNU, LNU or NA", when printing a name on a document?
  20. JamesBowen

    Remove XML Declaration (Prolong)

    Thanks Peter. I did not know about this. I've been wanting functionality since 2004. I did noticed the R-index function does not support memptr datatype, possibly their was some technical reason.
Back
Top