Search results

  1. C

    OS-COMMAND Linux command exit code

    Thak you Casper is a good solution I will try.
  2. C

    Using OS-COMMAND in Webspeed

    Hi Has anybody have a Progress cgi or something to be run in Webspeed to change the password of the Operating System? I have made something with OS-COMMAND but I can not get the script exit code.
  3. C

    OS-COMMAND Linux command exit code

    Hi I need to change Linux/Samba password from a progress program. I made a perl scrip to interact with smbpasswd to pass parameters for user and passwords. I use OS-COMMAND SILENT VALUE( 'sudo smbpasswd.pl --host=192.168.40.1 --user=pirrobe --oldpass=Pirr.2e --newpass=Pirr.3e...
  4. C

    Large file size of B1 file

    Try proutils <databes> -C idxbuild -F
  5. C

    Progress with LDAP

    Hi I need to login into a Progress DB with a trusted user but I have to authenticate login with an LDAP server. Does anybody have do that?
  6. C

    error in compilation of a program

    I don't see the database connection in your command line and you said that in the procedure editor it works. Probably that is the problem. -db "database" [-N "protocol" -H "host" -S "service"]
  7. C

    print pdf document (Progress 9 Windows XP)

    Watch this. It works. http://sourceforge.net/projects/pdf-inc
  8. C

    Idle time for a connection

    Hi I want to know how long an active users with a SQL or local connection haven't use it. That is the idle time for a user connection.
  9. C

    online backup of database using v9.1a

    I use cd /usr/mydatabases probkup online database1 /usr/backup/tuboca/database1.bkp on Linux. Could be the same for Windows
  10. C

    Inserting date to progress

    So you got it. Date format is MM/DD/YYYY. If you want to go sure used format yyyy-mm-dd. It always works.
  11. C

    Progress with JDK1.5

    I haven't had problems with JDK 1.3.X_XX. I had some problems with 1.4.X but I can solve it with "ID: P64398 Title: sqlexp fails with Error: No suitable driver. (8933)" in Progress Knowledge base. But still no answer with JDK 1.5
  12. C

    Fetch in Progress SQL92

    I want to set fetch size for RecordSet but I'm not sure if it is possible. I found at ID: P97526 in Progress Knowledge base that "Currently the JDBC driver installed with Progress/OpenEdge does not support the JDBC method setFetchSize(). By default the fetch size is 50 and cannot be changed."...
  13. C

    SQL Explorer in Windows Xp

    I have SQL Explorer Tool running on XP. I think you must check your class path and sqlexp.bat. Your JVM could be reference incorrectly.
  14. C

    Progress with JDK1.5

    Is it possible to install a progress 9.1D client for Linux with JDK1.5?
Back
Top