Search results

  1. R

    PASOE - Access files on a mapped drive

    Hey Guys, Just looking for a pointer on the best way to handle this. We have a general storage drive mapped on all our machines which a lot of our attachment paths point to and it seems that PAS has trouble viewing mapped drives due to mapped drives being user specific on windows. I have the...
  2. R

    PASOE - Blocking connection somewhat randomly

    Hey All, We've been developing an angular app that connects through PASOE using REST to hit our progress back end. We've had some users where, what seems like randomly, and very infrequently the PASOE will just stop serving their requests. They can no longer connect to it even after reloading...
  3. R

    Generate REST Endpoint Issue

    Hi All, I've got an issue when generating new rest endpoints in my service. So currently all the procedures are in the folder structure AppServer/REST/ and this is the structure that my existing .pidl's use as their "ProcPath" like this <wsadrocPath>AppServer\REST\</wsadrocPath> The issue im...
  4. R

    Progress Instant Messaging Service

    Hi All, I've started looking at implementing an updated IM chat service in our application and the initial view was to use a node server to push the messages through which seems to be the more popular option industry wide but I've came across Apache Kafka which seems to be a bit more integrated...
  5. R

    Invalid version of LoggerBuilder

    Hi, I'm currently trying to spin up a test PASOE with a Web endpoint as I am learning this to aid in migrating our current WebSpeed application later in the year but getting an error when trying to hit my endpoint stating that: ERROR condition: Invalid version, 1100 (expected 1200) in object...
  6. R

    No tcman command

    Hi, Got a strange one and not sure if this is a licensing issue or if I've installed something incorrectly. I've upgraded to 12.2 and starting to migrate our WebSpeed application to PAS but I don't seem to have tcman.bat in my installation bin folder. I was going to use this to create the PAS...
  7. R

    REST vs WEB APIs

    We currently have a GUI application but are starting to look into upgrading this to a web-based application that will use PASOE. I've been reading about which API is best to use for this purpose and the obvious choices are either REST or WEB. REST seems like it might be best for us but looking...
  8. R

    Code-completion assistance query

    Hi All, Just wondering if there is a way so that when typing a partial variable name and pressing CTRL + SPACE to activate the code-completion assistance it also shows variables defined within internal procedures? I imagine this is due to the fact you can define a variable in the definitions...
  9. R

    SmtpMail.p through webspeed

    Hi All, We use the smtpmail.p procedure from FFW to send all of our emails. These emails can be generated from a hard client or through webspeed from our website. When triggering this code from the hard client the email sends instantly but when it is triggered through webspeed it seems to take...
Back
Top