Recent content by Krokodile

  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??

    never mind i posted this note. Pls check KB# 19573 if anyone else has same Q.
  3. K

    Will BI cluster size change on Live invalidate existing AI ?

    Syntax on Point 1 is correct. In addition to this You can also think about increasing number of clusters by using proutil db-name -C bigrow n By default cluster# are 4 but you can see how much you want. #2 I believe to change cluster size your DB must be SHUT; AI doesn't have to be. I'm not...
  4. 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...
  5. K

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

    I've figured out the answer from Peg.com. Its because of whitespaces between content elements. If i convert my XML to one single line then i can see all data pulled by the program. This works but its a weird solution that everytime i need to convert my XML to a single line first to be able to...
  6. 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...
  7. K

    mfg/pro multi currency

    I've worked in 8.5,8.0 & 7.4f and as i remember it was in 7.4f but I don't know if that was when it introduced in Mfg-Pro K.
  8. K

    Need urgent help on Semaphores Error

    Yes as a matter of fact I have changed DB startup script to start watchdog after starting DB. & last night I rebooted the server and so far have not seen any semphore error. Yeah i don't have trap 0 or 1 in the scripts. Interestingly there's no warning msg 0f 1093. But wih your help I have been...
  9. K

    Need urgent help on Semaphores Error

    11:26:04 Usr 65: Login by uucp on batch. (452) 11:26:04 Usr 65: Logout by uucp on batch. (453) 11:27:43 Usr 65: Login by uucp on batch. (452) 11:27:43 Usr 65: Logout by uucp on batch. (453) 11:28:19 Usr 65: Login by uucp on batch. (452) 11:28:19 Usr 65: Logout by uucp on batch...
  10. 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...
  11. K

    Significance of -m2 parameter

    any comments?? anyone???
  12. K

    I hae a question about using COM objects

    hey dean i'm having trouble even with starting Word.Application Componet with progress handle. DEFINE VARIABLE chWordApplication AS COM-HANDLE. /* create a new Word Application object */ CREATE "Word.Application" chWordApplication. /* chWordApplication:Visible = TRUE. */ I compile...
  13. 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...
  14. K

    Best Configuration

    this u can use heavy as 1 entry costs only 14KB -> refers to -L parameter for lock table. i meant u can use a big number like 50k or more if ur daily activities update/delete/create a lot of records. Btw i might have understood ur Q wrong. which side u need help with. system hardware config or...
  15. 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