Search results

  1. cj_brandt

    Question Segregate Tables & Indexes On A Type-ii Storage Area

    I like to keep tables with word indexes in a separate area as well as their indexes. If you decide to enable auditing, I like a separate area for tables and indexes.
  2. cj_brandt

    Question Unable To Remotely Disconnect Db For Sql Client

    There are entries in the Progress KB about shutting down a database remotely and possible error messages that appear - such as yours. If a remote shutdown request is made from an older version of Progress the shutdown request is denied, but a different error message is displayed: Shutdown...
  3. cj_brandt

    Question Unable To Remotely Disconnect Db For Sql Client

    I believe you need to look at the links to the Progress KB that were provided above. The progress kb includes OEM screenshots for how to configure the database to support SQL connections.
  4. cj_brandt

    Question Unable To Remotely Disconnect Db For Sql Client

    you need to post the startup parameters for the database.
  5. cj_brandt

    Question What Is Active Index?

    you should mention the version of OE that you will be using. Depending on the version of OE, you have different options available dealing with activating indexes.
  6. cj_brandt

    Question Error Loading Df File

    It might be related to the min, max and initial value. Starting with a version in OE 10, I believe the initial value can no longer match the max value when creating a sequence. There is info on this in the KB.
  7. cj_brandt

    Question Using -red With Probkup.

    I agree with MadDBA, have a process to restore backups from disk and apply an AI or 2 on occasion and drop red, probkup is slow enough already. I haven' t used probkup for a db larger than 50gb in several years, proquiet and then the SAN tools to get our backups is so much faster and less...
  8. cj_brandt

    Unable To Write Extent Header, Ret = 0 File = /db1-glob/d1gtway.d1

    1. You would get a performance boost by switching to a db block size of 4096 or 8192. On windows we use 4096, and 8192 on the rest. 2. I think it is time to ask the hardware team to look for issues. 3. I don't understand the reason to have your databases on remote share. 4. I don't know if...
  9. cj_brandt

    Question Dump & Load Question

    The Progress KB states 1 idxbuild if you use convchar and 2 if you don't. In 10.2B08 there are many performance improvements made to the idxbuild utility. If your index rebuild was taking several hours, you could see a 50% reduction or more in time. The improvements first appeared in...
  10. cj_brandt

    Unable To Write Extent Header, Ret = 0 File = /db1-glob/d1gtway.d1

    Go ahead and dump all the tables just as a test to see if all the tables can be read and accessed. Restoring a database backup doesn't recreate the database from scratch, that is why a D&L is recommended. If you are a bit nervous about performing a D&L, look at the Progress KB or search...
  11. cj_brandt

    Unable To Write Extent Header, Ret = 0 File = /db1-glob/d1gtway.d1

    If you have corrupted the master block of an area, then you should consider running a dump and load to create a new db. dump the existing tables from the database with the corruption in the master block. Create a new database and load the tables into it.
  12. cj_brandt

    Ascii Extract

    another option you might have is to dump the data via SQL.
  13. cj_brandt

    Answered Change Physical Database Name

    as a test, add a variable length extent without specifying the name to bi or ai or db and see if prostrct knows the proper name to give the new extent. b . a . ...
  14. cj_brandt

    Progress Db -- Odbc -- Sql Client

    1. The default OS user id you are referring to is the account that was used to create the database. if the database log has never been trimmed, you could look in the db log to see what user created the db. you can simulate by creating a copy of the sports db, serve it with a port and then...
  15. cj_brandt

    Question New To Progress, Question About Cloning Apps Server

    I would stop the admin server, make a backup of ubroker.properties, update to ubroker.properties using vi or a text editor on windows, then start admin server, then use asconfig to check the syntax of your new definition. sqlexp is a command line sql query tool. OE Explorer is a gui tool...
  16. cj_brandt

    Question New To Progress, Question About Cloning Apps Server

    A couple items are helpful to share your Progress / OpenEdge version and your OS platform. So you have a prod server with a prod app server working fine. You have a clone of the prod server and you want to create an app server on the cloned server, the prod definition is there, but you want to...
  17. cj_brandt

    Question I Need Readprobe.p Program

    readprobe was to measure reads from database buffers. the atm benchmark was to stress disk io.
  18. cj_brandt

    Dump And Load Performance.

    is there a large amount of records being created / updated in the tests where the performance is slower ? You might have built the indexes to 100% utilized so now there are a large number of split blocks when an index is updated.
  19. cj_brandt

    Question ..

    You should be able to start the db with an SQL broker and then pull the data out. I would recommend looking over the OpenEdge / Progress knowledge base. there are multiple entries for people trying to do this. If your database came from a vendor as part of a software package they provided, it...
  20. cj_brandt

    Question Bi Checkpoints

    A 1.6tb db on a 32 bit database. You are probably chewing up your disk resources on reads... Would be interested to know what promon shows or the VST show for disk reads and OS Disk Reads for each minute for 30 minutes. Might change the lruskips from 5 to something larger - 50 or 100 I think...
Back
Top