<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://petersap.nl/SybaseWiki/index.php?action=history&amp;feed=atom&amp;title=RepServer_show_changed_configuration_options</id>
		<title>RepServer show changed configuration options - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://petersap.nl/SybaseWiki/index.php?action=history&amp;feed=atom&amp;title=RepServer_show_changed_configuration_options"/>
		<link rel="alternate" type="text/html" href="http://petersap.nl/SybaseWiki/index.php?title=RepServer_show_changed_configuration_options&amp;action=history"/>
		<updated>2026-04-04T20:47:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://petersap.nl/SybaseWiki/index.php?title=RepServer_show_changed_configuration_options&amp;diff=1977&amp;oldid=prev</id>
		<title>Psap: Created page with &quot;You can use the below SQL statement to see the changes to the Replication Server configuration as they have been made by either rs_configure (on the ASE side) or &quot;configure re...&quot;</title>
		<link rel="alternate" type="text/html" href="http://petersap.nl/SybaseWiki/index.php?title=RepServer_show_changed_configuration_options&amp;diff=1977&amp;oldid=prev"/>
				<updated>2015-09-09T13:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;You can use the below SQL statement to see the changes to the Replication Server configuration as they have been made by either rs_configure (on the ASE side) or &amp;quot;configure re...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;You can use the below SQL statement to see the changes to the Replication Server configuration as they have been made by either rs_configure (on the ASE side) or &amp;quot;configure replication server&amp;quot; (on the Replication Server side).&lt;br /&gt;
&lt;br /&gt;
It is assumed that you use ASE as the Replication Server System Database.&lt;br /&gt;
&lt;br /&gt;
 select optionname as &amp;quot;Option&amp;quot;,&lt;br /&gt;
        convert(varchar(16),dv) as &amp;quot;Default Value&amp;quot;,&lt;br /&gt;
        convert(varchar(16),charvalue) as &amp;quot;Config value&amp;quot;&lt;br /&gt;
        from    rs_config c&lt;br /&gt;
                join rs_tvalues t&lt;br /&gt;
                on      c.optionname = t.name&lt;br /&gt;
                and     c.charvalue  != t.dv&lt;br /&gt;
        where   t.type  = &amp;quot;CF&amp;quot;&lt;br /&gt;
        and     t.value = 1&lt;br /&gt;
        and     not ((c.optionname = &amp;quot;cm_fadeout_time&amp;quot; and charvalue = &amp;quot;300&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;exec_nrm_request_limit&amp;quot; and c.charvalue = &amp;quot;8388608&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;id_security_mechanism&amp;quot; and c.charvalue = &amp;quot;&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;init_sqm_write_delay&amp;quot; and c.charvalue = &amp;quot;100&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;init_sqm_write_max_delay&amp;quot; and c.charvalue = &amp;quot;1000&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;mat_report_interval&amp;quot; and c.charvalue = &amp;quot;60&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;mem_thr_exec&amp;quot; and c.charvalue = &amp;quot;90&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;mem_thr_sqt&amp;quot; and c.charvalue = &amp;quot;85&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;memory_limit&amp;quot; and c.charvalue = &amp;quot;2047&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;sqm_cmd_cache_size&amp;quot; and c.charvalue = &amp;quot;20971520&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;sqt_max_cache_size&amp;quot; and c.charvalue = &amp;quot;20971520&amp;quot;)&lt;br /&gt;
                or (c.optionname = &amp;quot;sqt_max_prs_size&amp;quot; and c.charvalue = &amp;quot;2147483647&amp;quot;))&lt;br /&gt;
        order by 1&lt;br /&gt;
&lt;br /&gt;
Sample output&lt;br /&gt;
&lt;br /&gt;
 Option                         Default Value    Config value     &lt;br /&gt;
 ------------------------------ ---------------- ---------------- &lt;br /&gt;
 cm_max_connections             144              128              &lt;br /&gt;
 disallowed_prev_passwords      0                12               &lt;br /&gt;
 max_failed_logins              0                3                &lt;br /&gt;
 memory_limit                   80               8192             &lt;br /&gt;
 min_password_len               6                8                &lt;br /&gt;
 num_client_connections         30               128              &lt;br /&gt;
 num_mutexes                    1024             16777216         &lt;br /&gt;
 num_stable_queues              32               40               &lt;br /&gt;
 password_lowercase_required    false            true             &lt;br /&gt;
 password_numeric_required      false            true             &lt;br /&gt;
 password_uppercase_required    false            true             &lt;br /&gt;
 simple_passwords_allowed       true             false            &lt;br /&gt;
 sqm_recover_segs               1                4                &lt;br /&gt;
 sqm_write_flush                on               dio              &lt;br /&gt;
 sqt_max_cache_size             1048576          200000000        &lt;br /&gt;
 sts_cachesize                  1000             30000            &lt;br /&gt;
 sts_full_cache_rs_columns      off              on               &lt;br /&gt;
 sts_full_cache_rs_config       off              on               &lt;br /&gt;
 sts_full_cache_rs_databases    off              on               &lt;br /&gt;
 sts_full_cache_rs_diskaffinity off              on               &lt;br /&gt;
 sts_full_cache_rs_objects      off              on               &lt;br /&gt;
 sts_full_cache_rs_queues       off              on               &lt;br /&gt;
 &lt;br /&gt;
 (22 rows affected)&lt;br /&gt;
&lt;br /&gt;
[[Category:RepServer]]&lt;/div&gt;</summary>
		<author><name>Psap</name></author>	</entry>

	</feed>