Search results

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

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

    Until progress supports.NET for linux i sort of agree with you.
  8. 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...
  9. 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...
  10. 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.
  11. 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.
  12. 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.
  13. JamesBowen

    Question Crystal Report COM-HANDLE

    Does this help. https://community.progress.com/s/article/P43932?popup=true
  14. 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?
  15. 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?
  16. 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.
  17. JamesBowen

    Assemblies location - mapped drive vs. local drive

    Found it. https://community.progress.com/s/article/Referenced-assemblies-not-working-in-Developer-Studio-when-located-on-a-network-drive
  18. JamesBowen

    Assemblies location - mapped drive vs. local drive

    I have interesting problem where the .net assemblies are not loading in the session without any errors, apart from a blank WinForm the title "<insert title here>". The -assemblies startup parameter point to a map drive which contains a assemblies folder. Copy the contents of the assemblies...
  19. JamesBowen

    Remove XML Declaration (Prolong)

    This is more of a hack because of the limitation of the X-DOCUMENT handler. DEFINE VARIABLE h AS HANDLE NO-UNDO. DEFINE VARIABLE v_ptrXML AS MEMPTR NO-UNDO. DEFINE VARIABLE o_hXDoc AS HANDLE NO-UNDO. CREATE SAX-WRITER h. define variable v_nameFile as character no-undo. define variable...
  20. JamesBowen

    Resolved [SOLVED] Possible port number conflict - how to change?

    i going to ask a stupid question, but there is no static host entry for localhost resolving to 172.18.201.32 in the host file.
Back
Top