How to set up a secondary login broker for SQL-92 connections for Progress 9.1D and above

For Progress 9.1D and later, the method for using the secondary login broker for SQL connections has changed. Databases that have both Progress ABL and SQL clients simultaneously connected should use a secondary login broker to avoid the following limitations caused by the use of a single login broker: The need to establish the maximum… Read More: How to set up a secondary login broker for SQL-92… »

postfix remove headers with MailScanner

I use postfix with MailScanner and that’s why I cannot use: /^Received:/ IGNORE in my header_checks file, because i use: /^Received:/ HOLD (see http://www.sng.ecs.soton.ac.uk/mailscanner/install/postfix.shtml ) But it’s no problem, because it’s possible to remove mail headers also with MailScanner. Example: ======== You want to remove information about your LAN structure from mail headers sent from… Read More: postfix remove headers with MailScanner »

nmap postfix

http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/

Quick Guide to setting up Multi Database ODBC / JDBC connectivity progress

http://knowledgebase.progress.com/articles/Article/P119452   For the purposes of this solution examples will be made referring to database1, database2 and database3 which are all copies of the sports2000 database. All databases must be started with separate TCP/IP ports. The primary database (database1) should not be included within the database1.oesql.properties file mentioned below. In the directory where database1 resides create… Read More: Quick Guide to setting up Multi Database ODBC / JDBC… »

How to Remove Storage Areas and Data Extents in Progress 9.x, 10.x, and 11.x

  http://knowledgebase.progress.com/articles/Article/18590 Información Article Number 000001100 Environment Progress 9.x OpenEdge 10.x, 11.x All Supported Operating Systems Question/Problem Description How to remove all extents from a storage area. Can I remove an extent that is not empty? How to remove storage areas and data extents. Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution… Read More: How to Remove Storage Areas and Data Extents in Progress… »

How to configure Veaam (a backup software for VMware virtual machines) to make use of proquiet when doing VMware snapshots of CentOS 6 Linux machines , snapshots

http://knowledgebase.progress.com/articles/Article/000055417 Article Number 000055417 Environment Product: OpenEdge Version: All supported versions OS: CentOS/Red Hat 6 Question/Problem Description How to configure Veeam to use PROQUIET when taking VMware snapshots of CentOS 6 Linux machines? How to use PROQUIET before and after a VMware snapshot against a running OpenEdge database? How to take Veeam backups against online… Read More: How to configure Veaam (a backup software for VMware virtual… »

What is the fastest way to remove all records from a database table?

http://knowledgebase.progress.com/articles/Article/P36834 nformación Article Number 000020585 Environment Question/Problem Description What is the fastest way to remove all records from a database table? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution The fastest way to remove all records from a database table without messing around with the metasachema is to use the following code:… Read More: What is the fastest way to remove all records from… »

How to connect to iSCSI target using Solaris 10?

# iscsiadm add discovery-address 192.168.1.50:3260 # iscsiadm modify discovery –sendtargets enable # devfsadm -i iscsi then after putting «format» command we were able to format iSCSI target – See more at: http://kb.open-e.com/How-to-connect-to-iSCSI-target-using-Solaris-10_322.html#sthash.VrnyqYbI.dpuf