Recent content by Hypnos

  1. H

    Question Sending POST requests from Progress 4gl

    Hi, We want to create an application that generates an xml file and sends it to an outside webservice through a POST request. The xml generation already done, but I don't know how to do the POST request. Can someone tell me what is the simplest and most straightforward way to do this directly...
  2. H

    Error Dead users in the system

    We tried to stop the databases and other services, but it got stuck with the message "x processes still connected". I managed to stop the databeses once, but it took a long time and the db log was full of "user destroyed" messages. We restarted the whole server with shutdown -r, it was the...
  3. H

    Error Dead users in the system

    We've got a weird issue. The system refuses the connection with the error "Too many users connected", even if we cut every connection to the server and everybody logs out. I managed to enter with promon lately and I saw a lot of users connected, but they are actually not connected. Somehow they...
  4. H

    Error Dump interrupted by error 210

    Okay, probkup is on the way. And I will disable the dump. Cringer: The AI not enabled, just the BI. Thanks for clearing me up. Sorry if I look dumb, but I work with Progress just for a few months and mostly as a programmer, not a DB Admin.
  5. H

    Error Dump interrupted by error 210

    They do backup the database, but with copying the database directly to the backup area without using probkup. And when it's needed they copy it back, and run a prostrc repair.
  6. H

    Error Dump interrupted by error 210

    Well, yeah, it's old. The AIX is old too. Windows 98? No, the situation is not that bad. We told them that these things are old, but we cannot do anything about it, especially me. We just provide support for the company owning the system. I was told to keep it alive, and I'm doing it. I think...
  7. H

    Error Dump interrupted by error 210

    Actually I didn't build the system, I just administrate it. It always worked like this as far as I know. I know that probkup would be a better idea, but they wanted to change platform or something (they want it for more then 8 years now). So I guess this is a proper behavior from the system.
  8. H

    Error Dump interrupted by error 210

    We have a script that dump the whole database in ASCII every night. Most of the time it works fine, but somtimes it's interrupted by an error. Here is the error message from the procore file: 13/02/14 05:23:28 [413898] Progress Recent Message(s): (210) (1552) (1531) SYSTEM ERROR: Attempt to...
  9. H

    Error Modified program works for mfg, but for nobody else

    It says -rw-r--r-- which means, if i'm not wrong, that everybody has at least read permission, like every other programs. I don't think that anything more than that needed, on the other hand if the permission would be the problem the program wouldn't even start, i guess.
  10. H

    Error Modified program works for mfg, but for nobody else

    Hi, I have a weird issue. I have modified gltrmtm.p to do some calculation then write it back to the database. It works fine for me as mfg, but for nobody else. There are two language code (hu and us) in the system, i compiled the code for both, and i checked that they using it. For mfg in us...
Top