Recent content by Marco Aurelio Soares

  1. M

    Resolved Help with VBA Excel

    Hello Osborn, with this code every time the Excel file open in ReadOnly mode. Another issus is that even no replacement was done, the excel will ask to save. Do you know how to solve?
  2. M

    new procrc for Progress Version 11

    Thanks Tombascom! I did one change on the code, because some includes have their name to big. def get_string_terminated(addr): keep_going = True max_len = 32 # changed from 18 to 32 x = [] for val in p[addr: addr + max_len]: keep_going = null_filter(keep_going, val)...
  3. M

    new procrc for Progress Version 11

    Hello Frank, VERY VERY good job! Do you have any OE sample program that load the results from procrc.py into temp-table?
  4. M

    How to set up ODBC for progress database on a windows server

    Hello Huang, One simple example with DSN-less connection to SQL DB. /* A sample procedure to test an ADO connection */ DEFINE VARIABLE ObjRecordSet AS COM-HANDLE NO-UNDO. DEFINE VARIABLE ObjConnection AS COM-HANDLE NO-UNDO . DEFINE VARIABLE ObjCommand AS COM-HANDLE NO-UNDO. DEFINE...
  5. M

    Intermitent Broker rejects connection

    Tom, we will change -Ma and -Mpb to provide more connections. But we found that there was some dead users still connected to the ports (PROMON “BD” R&D 1 4 1). We tried to kill the users with PROSHUT but didn't work. We had to kill the PID of the port's: "kill -9 port-PID"
  6. M

    Intermitent Broker rejects connection

    Please, tell me if I need to translate to English: [2014/02/16@19:27:18.807-0300] P-7274682 T-1 I BROKER 0: (333) Inicio de sessão multi-usuário. [2014/02/16@19:27:18.811-0300] P-7274682 T-1 I BROKER 0: (15321) Inicialização do log Before Image no bloco 0 offset 235...
  7. M

    Intermitent Broker rejects connection

    Hello, [2014/03/19@10:16:02.725-0300] P-27263162 T-849 I SRV 5: (8873) Login usernum 222, remote SQL client. [2014/03/19@10:16:02.743-0300] P-27263162 T-849 I SRV 5: (7129) Usr 222 define name for sysprogress. [2014/03/19@10:16:02.778-0300] P-27263162 T-594 I SRV 5: (8873) Login...
  8. M

    Intermitent Broker rejects connection

    Dear all, we have this scenário: 1) DB Progress 10.2B runing over AIX server started with script and configured with secondary broker to allow SAL92 ODBC connection. It is in the last service pack 2) one Windows 2008 64bits virtual server where we configured the system DSN to connect to the...
Top