Search results

  1. T

    OE Studio / GitHub integration

    Hi all, I'm running OE Studio 12.7. I have a couple of OE projects in GitHub that I currently access via SourceTree, which is a GUI wrapper around GitHub. I'm keen to import these projects into OE Studio and do the checkins / checkouts from there instead of using SourceTree. Having searched the...
  2. T

    PASOE resources not getting released

    Hi all, I have a PASOE endpoint in v12.2.13 / Windows Server 2019 Standard that is running the web transport. I added a file upload capability to a WebSpeed screen in this endpoint, using a JavaScript XMLHttpRequest. The files are uploaded successfully but after a couple of hours all subsequent...
  3. T

    HTTP 500 in WebSpeed in PASOE 12.2

    Hi all, Please forgive the lack of detail on this one - just wondering if this tale of woe will jog anyone's memory. A colleague has ported a bunch of PASOE endpoints from 11.6 (where they lived and played happily) to 12.2.13. One of the endpoints is running WebSpeed with the compatibility...
  4. T

    Locking up when inactive?

    Hi all, I have Webspeed running in a v11.6 PASOE instance, and I'm finding that it periodically locks up. OE Explorer shows it as running, and tcman doesn't report anything wrong, but it gets into a state where nothing seems to be getting through and the only solution is to stop and restart the...
  5. T

    Releasing memory

    Hi all, 1. A .p makes a call to a class file, like this: IF012-SharePoint:GetSEFFolder(OUTPUT cSharepointStagingArea, OUTPUT cSEFFolderStatus). The class and method are defined like this: CLASS Interface.IF012-SharePoint FINAL: METHOD PUBLIC STATIC VOID GetSEFFolder (OUTPUT pcFolder AS...
  6. T

    Unpacking arrays

    Hi all, I already have a Webspeed routine that successfully grabs a single image sent from the client - I do a GET-LONG-VALUE into a Longchar, BASE64-DECODE it into a Memptr and COPY-LOB it out to disc. All good. I'm now hoping to develop something based on a multiple file select/upload...
  7. T

    Add new objects online

    Hi all, I'm a little late to the party, hoping to use the 'add new objects online' option for the first time today to load a DF into an active production system. It's a v11.6 database, with AI running. The DF is just for a new table and its index, with no references to anything else. From what...
  8. T

    MS Authentication changes

    Hi all, I believe Microsoft are rolling out some changes around authentication for apps that consume certain MS APIs this week - I'm not sure of the scope, but I know I have a couple of processes that have suddenly started failing! One is a file upload into SharePoint that I wrote using the OE...
  9. T

    Smartbrowse loses link to smartviewer

    Hi all, Apologies in advance for what is going to be a rather vague ADM2 question. I finally find myself working on some ADM2 code after 33 years as a Progress dev, and I have a bug to fix. I'm keen to find out if it's a common one with a known fix. Apparently this particular bug has been in...
  10. T

    Using COLOR-TABLE causes a crash on Windows 11 22H2

    Hi all, There's a known issue that causes Progress < 11.7.5 to crash on Windows 11 2H22: https://community.progress.com/s/article/set-color-causes-crash-on-windows-11-2h22 I'm seeing pretty much the same problem in my 11.6.4 system on W11 2H22 - I get a different C stack trace in the...
  11. T

    Cannot select database in query builder

    Hi all, I'm running Dev Studio 11.6.4, editing a .w file in the "ABL UI Designer" view. I pick a browse from the object palette and drop it onto the canvas. The query builder dialog appears as expected, but it won't let me pick a table from my second connected database (which is a temp-db...
  12. T

    Editing w-code in Developer Studio

    Hi all, * v11.6 on Windows * I've been using Progress's Eclipse-based offering for many years but - having worked on OERA / web service projects with no Progress UI until now - I have only recently started to edit .w files in that environment. It's a bit laborious compared to the original...
  13. T

    HTTP client holding onto connections?

    Hi all, In 11.6.4, I'm using the HTTP client to perform a number of operations in SharePoint via its REST API. The code is running on a Webspeed agent in PASOE. Monitoring the sessions using the Windows Resource Monitor, I see that a thread starts up and just stays in an active state and never...
  14. T

    Sharepoint REST API

    Hi all, Does anyone have experience with using the HTTP client to call REST APIs in SharePoint? I have some of the APIs working, but I'm struggling to upload a JPEG with GetFolderByServerRelativeUrl/files/add. I am converting the JPEG to BASE64 and adding it to the request payload, but it...
  15. T

    Apache HTTP server + Tomcat for WSA apps

    G'day folks, Further to my previous thread about reliability problems with my 10.2b app that uses the WSA inside Tomcat, I've been speaking to the developers of the client side of the app, and they have proposed a config where Apache HTTP server is put in front of Tomcat to receive the HTTP...
  16. T

    500 Internal Server Error w/Tomcat + WSA

    Hi all, I'm getting a lot of these "500 internal server error" messages back from Tomcat in my 10.2B app. The client is written in Sencha, and via Tomcat+WSA it runs code on a Progress Appserver. There seems to be no pattern to it... simple calls (not big, not containing any characters that...
  17. T

    Hiding browser data

    G'day folks, Sorry for going OT... this isn't Webspeed-related but there is a Progress app and a web browser involved, so here seems as good a place to ask as anywhere... I have some apps running in the Chrome browser, with the front-end developed in Sencha and a 10.2B database on the...
  18. T

    WSA multi-service deployment

    Hi all, I have a web app that uses the WSA (10.2B) for its database calls. So far, the app has been running against a demo database but now I want to deploy against a live database as well, using the same Tomcat instance. I still want some users to run against the demo database, so I can't just...
  19. T

    Automated testing tools

    Hi all, I'm looking for an automated testing tool that I can use for regression testing in my 10.2 app. It's a CHUI system running on a Linux server, so the testing tool could either be on a Windows box running a terminal emulator, or on the Linux box itself. I'd like to be able to record the...
  20. T

    Roundtable in a multi-site environment

    Hi folks, I'd be keen to hear from any RT TSMS users who migrated from a single-site dev environment to multi-site... were you able to carry on using TSMS? Did you use partner sites? Did you introduce RT Team into the mix? Did you move away from RT altogether? Remote Desktop isn't an option...
Top