progress 11.6

  1. M

    Question How do i know its a valid directory and how i can know the handle belongs to a temp table

    METHOD PUBLIC VOID loadFilesFromDir(INPUT cipDir AS CHARACTER , INPUT iphbufhandle AS HANDLE ): DEFINE VARIABLE cFile AS CHARACTER NO-UNDO. DEFINE VARIABLE cFilePath AS CHARACTER NO-UNDO. DEFINE VARIABLE cFormat AS CHARACTER NO-UNDO. INPUT...
  2. Leandro

    Audit help

    Good day! I am working with audit and I need to know if it is possible to add to the records of the _aud-audit-data table or to the _aud-audit-data-value table, some way to identify the record to which it belongs. I thought that maybe it could be set to always save the values that make up the...
  3. D

    Socket programming with Java - can't send data to Java

    Hi - I'm trying to use sockets to communicate between Progress and a Java class. The Progress code is definitely connecting the class, but sending data isn't working. Can someone point me in the right direction? The code below has a couple of comments to explain where I see the code working...
  4. J

    ABLUnit testcase for multiple inputs

    ABLUnit testcase wrapper for multiple inputs is not working as expected. For example : I wrote the test case for complete Customer detail Information Validation and having 1000 Customer ID detail in input CSV file (which is the actual result expected) . In ABLunit sampletest.p i'm reading the...
  5. P

    What I am missing while connecting ms sql database remotely in progress environment in linux platform

    I have created database student in ms sql server management studio 2014, I want to connect this database remotely in linux environment. I have installed datadirect 7.1 in linux system. I had changed odbc.ini file and give sql server credentials. While i check this with running example i can...
  6. Gowtham Raj

    Promon not working

    We are using Progress version 11.6 and while doing promon in Enter your selection row we are getting the error hostname with path, We are unable to proceed with the option Please find the attached screenshot and provide some suggestions,
Top