Search results

  1. R

    RE: Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    sorry to open a new thread ... but I cannot add images to annoncemnts ... PSC market :) 21/share when I buy 26/share in 2004
  2. R

    Bulk Record Creation

    of course, a bulkload can not have TEMP-TABLES ... may be the application has behide. Try to give more memory to the client session -mmax 4096
  3. R

    Bulk Record Creation

    if MyTable is a TEMP-TABLE this is normal.
  4. R

    Disabling Excel Features

    I use one time openoffice command line. I'm not very Microsoft plug-in I'm linux man. another way I'm doing long time ago. In place to create a csv output I create a HTML file as: <table> <tr> <td>field0</td> <td>field1</td> .. <td>fieldX</td> </tr> ... ad inf </table> and...
  5. R

    Disabling Excel Features

    you can transform the csv to xls directely, google "csv2xls command line" you can find a lot of tools like: http://cmani-sw.freehostia.com/en/index.html#cl_csv2xls::.
  6. R

    Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    Yes I am crazy. OpenEdge does not change since 2003 there no GUI for unix, the smart phones is fully unknown, limited compatibiliy, Win32 only, no tools for developing web application or smart phones, no tools for developing for devices like an industrial robots. There is no needs for buisness...
  7. R

    TomCat issue and new help regarding Error - 12296

    in the configuration file of appserver (ubroker.properties) add this variable srvrActivateProc=srvrActivateProc.p which is executed every time when appserver executes a *.p the procedure has any parameters. You can add there you code to assign session variables srvrActivateProc=...
  8. R

    App problem, no errors in .lg file

    if you system has serial terminals ... check the connectivity (of serial ports) may be you have a terminal who fails else check the network.
  9. R

    App problem, no errors in .lg file

    take a look to the dbserver log [databasename].lg search for (-n)
  10. R

    download a word document to client?

    Re: How to offer file download with WebSpeed? show you code source
  11. R

    Come hear Progress executives Rick Reidy, Alan Young and Ken Wilner, in person!

    the management have to kill 4GL Progress because is old, nobody used. The future is BPM, RPM, ESB ... but the reality is not, this is a dream of very big companies who spend a lot of money. There is not a real market. Is a market borned in the dreams and the marcket of expenses. Who expend...
  12. R

    Help!!! MFG/PRO cannot start....

    using prorest is not like that To restore a database probackup ypu need the structure file mfgprod.st take look attentively to this file because the location of extend files, bi file is very important, you can crash an existing database. the procedure is: $DLC/bin/prostrct create mfgprod...
  13. R

    set-cookie problem

    show me the content of the html page code ...
  14. R

    set-cookie problem

    try RUN SetCookie IN WEB-UTILITIES-HDL ? is the same error ?
  15. R

    set-cookie problem

    use "setCookie" always after "output-content-type" {src/web2/wrap-cgi.i} RUN SetCookie IN WEB-UTILITIES-HDL ("TEST", "1234", TODAY + 5,TIME, ?, ?, ?). output-content-type ("text/html").
  16. R

    Help!!! MFG/PRO cannot start....

    check the system /var/log/mesages ... may be a hardware corruption the server got 'kill -3' which is supposed to dump a core file ... take a look to this file. try connect mono-user pro /app/mfgpro/eb21/db/mfgprod -1 if is a data coruption ... you have tools: 0) proutil dbname -C idxcheck...
  17. R

    System error: 5635

    if you are not developper .. do not touch nothing ... and call the developper of application to solve this !
  18. R

    System error: 5635

    another option is to start you session with folowing parameters: -clientlog clientlog.txt -logginglevel 4 # ATTENTION QryInfo -> SYSTEM ERROR !!! (AIx/Linux) -logentrytypes DB.Connects,FileID,4GLMessages,4GLTrace,QryInfo -clearlog -logthreshold 500000 -numlogfiles 5 -debugalert -errorstack -yc...
  19. R

    System error: 5635

    no ... there is nothing to do ... do not restart the DB (even you increase the stack size you got the same error 2 minutes later) using proenv or shell ... as root/administrator type proDebugEnable -enable-all and proDebugger after ... start your progress session ... return to proDebugger and...
  20. R

    System error: 5635

    you have a programming error, recursing function or procedure call. nothing to do.
Top