Search results

  1. K

    Installation 10.2A on W2K

    Hi all, I like to install 10.2A on a windows 2000 computer. 10.2A needs .NET 3.x, but .NET 3.x is not avail for w2k. I do not want to use the .NET UI, but like to have the newest version of the OE Architect. Is there a way to overcome the preliminary .NET to install 10.2A on w2k? Thanks Klaus
  2. K

    Determining 32/64 of r-Code

    We migrated to 10.1b, 64 Bit on AIX. The programs are slower after that :( I know the 64 bit r-code is faster. How can I see, if the compiler is correctly generating 64 bit r-code? I'am not sure if the 64 bit version can run 32 bit r-code. If not, the answer is clear. Klaus
  3. K

    Opposite of -noint64 in 10.1B

    Hello Admins, there is the -noint64 startup parameter in OE 10.1B. This parameter has the effect that int64 is handled like int(32). But we like to have the opposite, we like to have all int in our programs handled like int64 without changing the source. In the past there had been secret...
  4. K

    Monitor I/O wait on NT

    For clearing poor performance on a db machine, I like to find out how much the system is waiting for the disk to answer request. Under Unix I can easily use vmstat or nmon to see the "wait for io". How can I see this under NT Server? Regards Klaus
  5. K

    Suppress proutil idxfix message

    Progress 9.1E03, AIX, Enterprise db I truncated an area with one table and therefore the indexe become inactive. I now want to idxfix the indexes to reclaim the space which is now used by the indexes. I started proutil MyDB -C idxfix | tee idxfix.log Then I selected one index in the table and...
Top