Search results

  1. T

    Special characters for IMPORT statement?

    Hmm... maybe a first pass through the file, allowing you to store the line numbers you want to ignore on the second pass? Or having two copies of the (same) file, with an input stream open on each of them, reading them in at the same time and doing your processing only on "file 2", based on...
  2. T

    Special characters for IMPORT statement?

    You can also use ^ to ignore any unwanted leading entries on a line: IMPORT ^ ^ ^ fourthEntryOnTheLine.
  3. T

    Hiding browser data

    Turns out that with an SSL connection, the Chrome tools show the data to the user before it is encrypted...
  4. 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...
  5. 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...
  6. T

    Web Services Adaptor

    Hi Sachin, No changes are required at all for deployment on Linux... you only need the WSM file from your XP box, which you will then use in conjunction with "wsaman -i <WSA instance> -appname <myApp> -wsm <WSMFile> -deploy". It doesn't matter that you are on a different OS, or that the WSM...
  7. T

    Web Services Adaptor

    Hi, You always run Proxygen on a Windows machine, no matter where you are deploying to. If your Linux machine has the Progress admin service running, you should be able to deploy your service from your XP machine using Progress Explorer... you just have to connect Progress Explorer to the...
  8. T

    Automated testing tools

    Hey Tom, did you have any success in finding your notes? I tried the Knowledgebase and even logged a support call, but couldn't find anyone in PSC who knew about this feature... TIA Tarby
  9. T

    Automated testing tools

    Point taken, Greg. Unfortunately though, this app is what it is... 20 years old in places, big, mostly written without much attention paid to separation of UI and logic... Given that a replacement product is on the way, there would be more work involved in refactoring the current app for easy...
  10. 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...
  11. T

    Web Services Adaptor

    The props file looks OK to me. You should check the "OK" message from the WSA URL; if it is not "OK:111" then you have a problem. If it is "OK:101" then you need to set webappenabled=yes in the [wsa] section of ubroker.properties. I would forget about OpenEdge Explorer and use WSACONFIG /...
  12. T

    Web Services Adaptor

    Can you post the default.props and the <web service name>.props files here, please? When you get the OK message, do you get the numeric code "111" with it, or another code?
  13. 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...
  14. T

    Error 9324 with JSON

    Please ignore Please ignore - schoolboy error.
  15. T

    WSA Scaling

    Hi all, I'm keen to hear your experiences of how well the web services adapter scales up as you add more services to it. I currently have one 4GL app that provides web services and I'm about to start on the first of several more. It's likely that they could be deployed to the same site, and...
  16. T

    Web service deployment

    Hi all, I'm deploying a 10.2B app as a web service. The Openedge web services adapter will run inside Tomcat on a dedicated web server box where - currently - no Openedge software apart from the WSA has been installed. The WSA will call an Appserver on another box. Can someone please confirm...
  17. T

    Progress in Australia .. and job opportunities?

    Getting in (for permanent residency, at least) is tough and getting tougher. It's all about having suitable qualifications and in-demand skills. If you check the government website, you'll see they're very specific about what they're after... they maintain "critical skills lists" that reflect...
  18. T

    Stream Issue

    I would say you need to put a SKIP after the dot. Otherwise the next PUT command will write to the same line, and because the first item goes "AT 1", it will overwrite the dot. I'd also be tempted to use PUT UNFORMATTED when writing data out. HTH Tarby
  19. T

    TomCat issue and new help regarding Error - 12296

    Finally, some good news... I'm able to get data back to the client now. It's looking like the problem may have been caused by an Appserver that stayed up when the database it was connected to came down for a backup. Bouncing the Appserver then disabling / enabling the web service for good...
  20. T

    TomCat issue and new help regarding Error - 12296

    I've tried NO-UNDO, BY-REFERENCE and clearing out the TT and I still have the problem (error messages exactly the same as before). I put some traces in both programs and it looks like Progress is giving up as soon as it encounters the first .r, as none of my messages have made it into the...
Back
Top