Search results

  1. laugue

    MfgPro Archiving

    Hi, OS : HPUX 10.20 Database : Progress 7.3E16 MfgPRO : 7.3K We have a very large progress database (9 Go). So I try to use Suppress/Archive functions in Mfgpro. I begin my test with 3.21.23 menu (tr_hist archiving). I discover that I can not archive a tr_hist where a wo_mstr exists for this...
  2. laugue

    input through break problem

    It seems to work. Thanks a lot.
  3. laugue

    input through break problem

    Sorry but it does not work.
  4. laugue

    input through break problem

    Hello, I have the following 4gl program : DEFINE VARIABLE vnom AS CHARACTER FORMAT "x(30)". DEFINE VARIABLE vprenom AS CHARACTER FORMAT "x(30)". DEFINE VARIABLE vemail AS CHARACTER FORMAT "x(30)". DEFINE VARIABLE cmdunix AS CHARACTER FORMAT "x(100)". cmdunix = "sfLDAPGW.sh...
  5. laugue

    Database copy.Error Database cannot be opened. (598)

    Thanks a lot for your explanation. The problem was with the prorepair command. I have typed the following command : prostrct repair /mfgdata/mfgt/mfgt /mfgdata/mfgt/mfgt.st (with full path of the test database) Now it works. I can work with my new test database. Bye. Thanks. Laurent.
  6. laugue

    Database copy.Error Database cannot be opened. (598)

    What do you mean with "prostrct repair after you moved the db" ??
  7. laugue

    Database copy.Error Database cannot be opened. (598)

    Yes, I can open the source database (mfgm).
  8. laugue

    Database copy.Error Database cannot be opened. (598)

    Hi, OS : HPUX 10.20 Database : Progress 7.3E16 I have created a new empty mfgpro test database with the following description file : d /mfgdata/mfgt/mfgt.d1 f 500000 d /mfgdata/mfgt/mfgt.d2 f 500000 d...
Back
Top