diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
index 890ab6a1594430a5e5c651bfc9104cb42127bfa7..1338bd0e99aed7ffdb8960842881b9b002f7208f 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_createMessageTable.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
index bfefd5284386b76b6bd03d8ebfcd0deb97997f75..ce78ddf2a8ff85b0a2d8ebb79f037c0b568ae48f 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_delMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
index b90d31341145f124d62fe09db475492339e479fa..e4df3004409587dad5d491271397b16598f005b4 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_hasMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1
 max_cache:100
 cache_time:1
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
index 39cef41a5a78183303af2fa35bf293d6917f49c4..111ce16ba90f5fc15b69be7a0884329ff06a66f2 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_lockMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
index fa0e19ecd6aa221ebc55e6ef00448df7c60c3056..b51f4f161d91a9787687442f9c59de25a17c7009 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_processMessage.zsql
@@ -1,8 +1,8 @@
 <dtml-comment>
 title:
-connection_id:MySQL
-max_rows:1
-max_cache:0
+connection_id:erp5_sql_connection
+max_rows:1000
+max_cache:100
 cache_time:0
 class_name:
 class_file:
@@ -12,4 +12,4 @@ UPDATE message
 SET processing=1
 WHERE
 <dtml-in uid>uid = <dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else>
- OR </dtml-if></dtml-in>
\ No newline at end of file
+ OR </dtml-if></dtml-in>
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
index dcc09df313ff792917feee88d43bab3db97f9470..e14daab5c9ab961a4c0dd6aa4821a236fa90ffca 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_readMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1
 max_cache:0
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
index b584c64a23f8478c6c1890706e1232dbec067af6..823737764c46f144262abfb3e9aff22d9a081c0a 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_readMessageList.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:0
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
index 0cf24d2ef23e7a67d094e136fd511a6eea0f10a8..163752fb09d26ee1feaa18e2793d0c31f892ccb8 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_unlockMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql b/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
index a7a951120233b4b867773da3c4e9f214f030894c..8c9e58c198498b3220c22768a8a1843575ccfc30 100755
--- a/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
+++ b/product/Coramy/skins/coramy_erp5/SQLDict_writeMessage.zsql
@@ -1,6 +1,6 @@
 <dtml-comment>
 title:
-connection_id:MySQL
+connection_id:erp5_sql_connection
 max_rows:1000
 max_cache:100
 cache_time:0
diff --git a/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql b/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
index bed12eb8ac4c07a702dff189b9666c5c4e3e7f32..0b97c53e343a04594b99120b986ce18cd6c70386 100755
--- a/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
+++ b/product/Coramy/skins/coramy_list_method/Resource_zGetAggregateList.zsql
@@ -1,7 +1,7 @@
 <dtml-comment>
 title:
-connection_id:MySQL
-max_rows:750
+connection_id:erp5_sql_connection
+max_rows:1000
 max_cache:100
 cache_time:0
 class_name:ZSQLBrain