Search results

  1. D

    How to check number of open dynamic queries on a database server

    Hello everyone, there is an article in the Progress KnowledgeBase "Progress KB - 4GL/ABL: Error 2732 running an application", which describes the Limit of open dynamic queries on a database Server: "The limit on the database server's available list of open dynamic queries is 16384. Once this...
  2. D

    Container Image for PASOE: web service not accessible with PAS test server certificate

    Hello everybody, recently I wanted to try the container Image for PASOE on Docker. So, I opened this article: "Using the Container Image for PAS for OpenEdge 11.7 with a Sample Application - Documents - OpenEdge General - Progress Community" and went through the steps. At the end, when the web...
  3. D

    REST interface to manage Progress Web Service Adapter remotely

    Hello everyone, I have the following challenge: - I have a Classic AppServer and a WSA (interface to the AppServer for web services) deployed on Tomcat Web Server, shipped with the Progress Installation - I can get different information about WSA deployed services remotely using fathom REST...
  4. D

    code-page conversion table from UTF-8 to single-byte code pages description or example

    Hello, I am facing the following problem: 1. AppServer communicating with a 3d-party web-service gets special characters (multi-byte characters) in UTF-8 encoding, which cannot be converted by Progress to the internal code-page 1252. 2. AVM throws the error 11395 3. I am aware of the concept...
  5. D

    Question How To Open Structured Procedure File In The Appbuilder?

    Hello everyone, I have stuck with quite an easy task: open a structured procedure file in the Progress AppBuilder. The problem is that the application and the corresponding database are not consistent. The application has been running for several years already. Recently the database, which is...
  6. D

    Question Using Windows Passthrough Printing With Network Printer

    Hello everyone, I have been trying to find out whether it is possible to use "-Wa -wpp" startup parameter to print directly from Progress application to a network (TCP/IP) printer for the last couple of days. The goal is to be able to print to the network printer as to a local over COM1 serial...
  7. D

    Question Disable All Statement Does Not Work Like Expected?

    Hello everyone, I have just faced an interesting case, which I could not explain completely, so I hope I will find some answers here. My environment: Windows 7 Professional (64-Bit), Progress 10.2B07, Character Client. I have two programs: - OEbugtest1.p - defines a frame with 3 fields (3...
  8. D

    Question How to specify validation expression for a dynamically created widget?

    Hello everyone, I am using Progress 10.2.B07 on Windows 7, 64-bit. For CHUI I try to write a simple program, which creates a Frame and a "FILL-IN" widget in it. Now, I stuck with specification of Validation Expression for the dynamic widget. Here is my code: def var hf as handle no-undo. def...
  9. D

    Question How to read file with content from blob field?

    Hello everyone, I am using OpenEdge Release: 10.2B07 on Windows 7, 64-bit System. I have a Server with Linux (64-bit), on which a Progress database (the same Version of Progress) is running. For the last couple of days I have been trying without any success the following: 1) In the database...
  10. D

    Question How to implement rfc 2047 for mail sending per smtp?

    Hello to everyone! I am quite new to development with Progress ABL and want to ask for help. Has somebody already programmed some implementation of rfc 2047 Standard with Progress? Any help (documentation, links to Blogs or Forums, some code) is very appreciated! Best regards, Dmitry
  11. D

    Question Splitting of log message, written via LOG-MANAGER

    Hello to everyone, I have one question concerning the PROGRESS LOG-MANAGER System handle. Let me first explain the case: 1) I work with Progress Version 10.2B, Service Pack 07, Temp. Fix 00, Build 1699 2) On Windows 7 Professional (64-Bit), Service Pack 1; 3) I use LOG-MANAGER:WRITE-MESSAGE()...
  12. D

    Question Splitting of log message, written via LOG-MANAGER

    Hello to everyone, I have one question concerning the PROGRESS LOG-MANAGER System handle. Let me first explain the case: 1) I work with Progress 10.2B on Windows 7 Professional (64-Bit); 2) I use LOG-MANAGER:WRITE-MESSAGE() method to write a message into some logfile; 3) Everything works so far...
Top