Search results

  1. K

    Anyone willing to Sell set of Progress V9 Books?

    Hello, If anyone has an extra set of Progress manuals/books lying in their offices & want to sell it, I'm willing to buy it. Please let me know ASAP or if anyone knows if it can be bought at any other place for rates less then PSC charges. I'm interested in actual books not e-documentaion of...
  2. K

    Storage Area# isn't in sync with Area Name??

    PROGRESS 9.1D on Unix. I moved a table from one area to another using proutil dbname -C tablemove pub.tablename "accounting data area" "accounting data area" This command ran successfully. I logged in to the DB and went to data dictionary => Schema => Modify table => picked same table i...
  3. K

    XML Q: Why data isn't showing in this procedure

    Code Below is supposed to read an XML document & list all the tags (in ShowAll procedure) & all Data in (ShowDataOnly prcedure). But this prcedure is working correctly only for Tags & isn't showing data at all. Eventhough data between tags is there I 'm displaying it in a message in block...
  4. K

    Need urgent help on Semaphores Error

    SYSTEM ERROR: unable to set semaphore set :\, errno 22. (551) . . . . Invalid semaphore id (1132) . . . Semaphore id 8799 was removed (1075) I'm seeing bunch of these messages with in 1 day of processing in log file of the database. When Semphore ID is removed a user gets disconnected. I...
  5. K

    Couple of performance Questions

    I took a test recently and there were these 2 Q:- Q. Do you think it is appropriate to use the ‘LIKE’ option on variable and temp-table definitions? I favoured LIKE option and told about how it inherits all the attributes of DB field or table. etc etc.. Q. Which function is best CAN-DO or...
  6. K

    Significance of -m2 parameter

    is it somehow related to manually debugging of the Database?? If yes lets say i started my DB with this param; where do i check the logs or activity or debugging results for this??? I read this Q somewhere and i tried to find docs but couldn't. TIA.
Top