Search results

  1. S

    Open Edge Management Question

    If you mean "Fathom management" then you can find all you need to setup and monitor the activities of Progress DB, OS and network in www.psdn.com. Search fathom management and you'll get pdf manuals to get reports, alerts, installation, setup etc of FM.
  2. S

    Shared Memory Parameters

    Hi, Where can I found useful info on kenel parameters for shared memory like shmem, shmmax, shmmni and shmeg on Linux/Unix for Progress database. I searched on google but the information was, I believe, for experts. Iam looking for a basic definition and their behaviour . Thnaks in advance.
  3. S

    Proshut -F

    Hi, When the DB didn't shutdown even after 2 hours of proshut, we used the -F with proshut <dbname> -by -F and it shut down immidietly. Later when we started it took around half-an-hour ( which it seems ok) to perform crash recovery. 2 hours to shutdown looks quite awful. What could be...
  4. S

    which tool can report size of every table

    We run dbanalys & tabanalys (rarely) to find the table size and growth once in every 3 months. # proutil dbname -C dbanalys > dbanays.dbname
  5. S

    BI Growth

    Thanks Tom. The extents were getting added and we can see that by 'prostrct list' but when we proserve or try to truncate the DB fails. The corrupted database is deleted now. The messages were "memory voilation(49)" , "initating abnormal shutdown" and "the server terminated due to signal 3...
  6. S

    BI Growth

    Thank you Thomas & Tom. When I tried to add new extents and 'prostrct add' the extents were added but When I tried startup ( which does a crash recovery) the DB failed to start. Iam I missing anything here ? BWT we did restored and applied the ai files which again resulted a few...
  7. S

    BI Growth

    Hi, We have a small database of 1 GB and we moved it out to another server. Since then the bi file grew to 3 gb and the DB crashed. Then we restored DB and applied ai files and added 2 1gb fixed and 1 variable in the st file. After 2 days the variable extent hit 2gb limit and the overall bi...
  8. S

    Void Database

    Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema. To copy the metaschema and depending on your blocksize use the command below procopy $DLC/emptyn dbname where 'n' is your blocksize. or, you can do a propcopy...
  9. S

    To convert code page

    Long Back I converted a DB from iso8859 to ibm850( Dont exactly remember) to print in Arabic for one of our clients in Kuwait. If I can recollect correctly I did : proutil -C <databasename> -C convchar convert undefined proutil -C <databasename> -C convchar convert ibm850 Also, you have...
  10. S

    OE10.1C installation error

    Thanks Tom, FYI, I have attatched the output of showcfg command of progress 9.1D. With is installation I went to progress editor and was able to compile programs.
  11. S

    OE10.1C installation error

    Thanks casper. I installed OE enterprise RDBMS 10.1C and OE Application Svr Ent (again 10.1C) Compiler is not available with the above version. And when I install Progress RDBMS Enterprise (9.1D) the compiler is automatically installed. There is no compiler error and the programs gets...
  12. S

    OE10.1C installation error

    Hi, After installing Open Edge 10.1C Iam unable to compile programs since the compiler is not available. The OS is Linux 4.0. Whereas when I install our old Progrress 9.1D Enterprise version the compiler is installed with it and I can easily compile the programs. I also Installed Open...
  13. S

    Fathom Replication query

    Thanks Casper for your reply. My query is do we still need to manually (or by script) mark an extent as full, empty and switch between ai's even with fathom replication. Thanks in advance
  14. S

    Fathom Replication query

    Hi, How does Fathom replication handle AI management ? Once installed & configured does it require any manual intervention like empty, switching of ai extents etc ? Or is it done by Fathom. Thanks in advance.
  15. S

    Use-index

    Hi, What is the best alternative to "use-index" ? I read here that "use-index" is a bad practice in coding the programs. Thanks in advance.
  16. S

    OPenEdge Migration

    Hi, We wish to migrate to 10.1C. Any issues/problems anyone has encountred while or after migration. Details : Current environment: Progress 9.1D Webspeed 3.1D Linux RHEl 2.1 AS. Migrating to : OE 10.1C Webspeed 3.1D Linux RHEL5 AS. Thanks in advance.
  17. S

    Client parameters in Browser interface

    Hi, In a browser user interface application (like MfgPro eb2.1) where should I look for any changes to client parameters ? Is it on the startup paremeter of file desktop server? Thanks in advance.
  18. S

    Can I speed up Idxbuild adding -bi parameter?

    If Iam not wrong -i is used with proserve and not with proutil. Syed.
  19. S

    SYSTEM ERROR: Memory violation. (49)

    Hello, Progress Version 9.1d on Linux OS (8 GB RAM,8 CPUs). We frequently get the errors below in log file. SYSTEM ERROR: Memory violation. (49) ** Save file named core for analysis by Progress Software Corporation. (439). The database is up & running. Although I checked ProKB, but not...
  20. S

    -mmax & -L parameters

    Thanks Tom & Tamhas.
Back
Top