Recent content by taqvia

  1. taqvia

    how to import excel file ?

    Use COM HANDLE to import from excel file Stil the easiest way will be to import as csv file Arshad
  2. taqvia

    can anyone let me know the steps to reset my password

    Hi All , Can anyone help me in telling me the steps to reset my password for progresstalk.com . I had a ID " taqvia " which is not working anymore. need to reset the password for the same. Please let me know the steps to do so. Forum Administrators please unlock my id. Arshaf
  3. taqvia

    Id not working

    Hi Admins, my Id 'taqvia' which I used to login is not working alternatively i had to create a new id taqvia1 to access the site. can you please unlock my orignal id "taqvia" so that I can use the same. Arshad
  4. taqvia

    License Keys for MFGPRO eb DemoDatabase

    Hi, Can someone please provide me with valid license keys for MFGpro demo Db. Arshad
  5. taqvia

    SYSTEM ERROR: memory violation (49)

    Well I encountered a similar issue month back . In my case it was a live database(small one).The solaris box came down and as a result all the DB's running on the box came down. when the box was up all the database came up normally except one with the same error and no conclusive reason was...
  6. taqvia

    PL file size increase

    It worked and brought the file size what was expected. Thanks Arshad
  7. taqvia

    PL file size increase

    Version progress 9.1e04(outdated version :) ) yeah i do understand that we should build it from scratch but there are some issues in that and so thought of deleting the entries not required but to my surprise deleting entries has increased the size of pl even though entries were successfully...
  8. taqvia

    PL file size increase

    Hi, I am bit confused why the size of .pl increases when deleting a entry from pl. I had removed certain entries from pl and expected a decrease in size of pl but on the other hand it increases any idea why? #!/bin/ksh #read entry from txt file which needs to be removed from pl cat...
  9. taqvia

    Reset Administrator password

    If your are able to connect to the database pro <dbname> or mpro <dbname> you can chnage the _user account (including password) with the help of below 4gl. DEFINE VARIABLE cNewPassword AS CHARACTER NO-UNDO. DEFINE TEMP-TABLE tempUser NO-UNDO LIKE _User. FIND FIRST _User WHERE _User._UserId =...
  10. taqvia

    2GB file limit on windows

    2gb file limit for extents depends wether enablelargefiles is on or not. you can just check for it by looking into the log files "Large database file access enabled for db" . while doing a binary dump it should also write to multiple bd's. Also note that if dumping data to a file through 4gl...
  11. taqvia

    Is this Still True?

    Hi, Is the below statement still valid " Progress procedure editor cannot run code if it has more than about 230 open file descriptors. This means if we connect to a number of databases with a total of more than 230 extents, then the procedure editor will not work. This is the main...
  12. taqvia

    Proshut -F

    Was there any huge transaction active when the shutdown was initiated which might have resulted in rollback causing the delay. Arshad
  13. taqvia

    drexit: Initiating Abnormal Shutdown

    If I am not wrong Semaphore changes in /etc/system will also require a reboot of box...
  14. taqvia

    Database Restore

    prorest <dbname> <backup path>. also have the correct st file present in the direcotry so that files are created as per you locations. or if restoring to a different directory structure use prostrct repair st file. just a quich question have you gone through the Progress Admin guide which...
  15. taqvia

    Appserver connection

    How did you configure the appserver? through progress explorer or modifying the ubroker.properties file manually. check for the nameserver with which the appserver is getting registered with. check that the particular nameserver is running or not by running the command nsman <nameserver name> -q...
Top