Multi-threaded binary dump
Iniciar la base con proserver (Nota: el Multi-threaded no funciona offline ) proserve db-name -S 5000 -B 128000 Para el dump con todos los CPU’s proutil db-name -C dump table-name . -thread 1
Iniciar la base con proserver (Nota: el Multi-threaded no funciona offline ) proserve db-name -S 5000 -B 128000 Para el dump con todos los CPU’s proutil db-name -C dump table-name . -thread 1
En /etc/profile DLC=/opt/dlc102b JREHOME=/usr/java/jre1.5.0_22 JDKHOME=/usr/java/jdk1.5.0_22 PATH=$PATH:/usr/java/jre1.5.0_22/bin:/usr/java/jdk1.5.0_22/bin:/opt/dlc102b/bin export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC DLC JREHOME JDKHOME What follows is a braindump of every thing I stumled into while getting Progress OpenEdge Database 10.1b up and running on Centos (Red Hat Enterprise Linux). Where Centos is a VMWare virtual machine (guest) with Windows XP as… Leer más »
!!!!! DOWNLOAD FIX progressExplorer.reg Here —->>>> progressExplorerFIXwin2008.reg <<<<<<< Posted on February 17, 2011 by alasdaircs For my sins, I regularly work with a legal case management application written in the Progress 4GL. I’m not a big fan of Progress, aka Open Edge, but I can do a passable job of database administration with it. I… Leer más »
copiar a la raiz del appserver definir la varialbe LD_LIBRARY_PATH LD_LIBRARY_PATH_64
delete log, erase log, log reset prolog database-name [ -online ]} The database log (lg) file expands as you use the database. If it becomes too large, you can reduce its size by removing old log entries. To remove log entries from an lg file, use the Log Maintenance (PROLOG) utility or a text editor.… Leer más »
ID: P153007 Title: «Progress AdminServer, NameServer, AppServer broker, WebSpeed broker, Sonic Adapter java processes consume more memory after upgrading to 10.1C or higher» Created: 09/21/2009 Last Modified: 04/13/2010 Status: Verified Symptoms: Progress AdminServer, NameServer, AppServer broker, WebSpeed broker, Sonic Adapter java processes consume more memory after upgrading to 10.1C or higher Progress Java processes consume… Leer más »
http://download.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html Garbage Collector Ergonomics The following changes take effect with J2SE 5.0. On server-class machines running the server VM, the garbage collector (GC) has changed from the previous serial collector (-XX:+UseSerialGC) to a parallel collector (-XX:+UseParallelGC). You can override this default by using the -XX:+UseSerialGC command-line option to the java command. On server-class machines running… Leer más »
Para corregir el tamaño de width de progress error column in table has value exceeding its max lenght > run dbtool to fix widht sql Nota: para hacer los cambios en sqlexp hay que entrar con el usuario sysprogress para tener autorización para: Failure lock ODBC configuration Antes crear el usuario sysprogress con… Leer más »
find /dirdb* -name *.lk -exec rm {} \; rm /opt/oemgmt/config/admsvr.lock
# Set PROMSGS (if not set) PROMSGS=${PROMSGS-$DLC/promsgs}; export PROMSGS # Set the user working directory – this is a tailored value WRKDIR=${WRKDIR-«/wrk»}; export WRKDIR # option 1 using host_name and port_num $DLC/bin/cgiip 192.168.32.20 3055 # option 2 using a service name defined in $DLC/ubroker.properties #$DLC/bin/cgiip -i wsbroker1 # option 3 the «defaultService» defined in $DLC/ubroker.properties… Leer más »