Recent content by geoffconnolly

  1. G

    XML consistancy

    Hi Silly request Really I am using XML with Progress and one of the receipients of the XML file is parsing the file as if its a flat file (dont ask) Anyway the output when i write the document is not consistent. by this i mean the sub nodes do not all appear in consistant order This is fine if...
  2. G

    problems disconnecting databases

    Hi Mike Its actually a transaction scope issue the connected(DBNAME) function is returning a false result but if i run the following for each DBNAME._file: display DBNAME._file._file-name. end. I get a list of tables on the database. shortening my transaction blocks sorts...
  3. G

    problems disconnecting databases

    Hi has anybody here had problems with database disconnects in v9.1d I have programs where i need certain databases connected for certain processes and then disconnected I am running a subprogram to connect and a sub program to disconnect although the database seems to be disconnecting...
  4. G

    post dump & reload

    Hi I have dumped an reloaded a 14GB database the 8 largest tables were binary dumped and loaded the rest done the normal way The 8 table were reloaded into A separate schema area for each table however i got scatter factor of 4 for one of the tables when i did a tabanalys for them the day...
  5. G

    moving indexes

    Hi we are running progress version 9.1d using data areas we added a few indexes recently and forgot to assign the correct data areas so they ended up in the schema area we used proutil -C idxmove to rectify this the problem is that they have increased the size of the schema area extent to...
Top