[Comsuite-svn] SF.net SVN: comsuite: [209] trunk/code
Brought to you by:
zduniak
|
From: <zd...@us...> - 2006-10-13 17:20:02
|
Revision: 209
http://svn.sourceforge.net/comsuite/?rev=209&view=rev
Author: zduniak
Date: 2006-10-13 10:19:52 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
Fake SAP-servers installations configurations disabled
Modified Paths:
--------------
trunk/code/CSMiddleware/import.sql
trunk/code/CSTests/import.sql
Modified: trunk/code/CSMiddleware/import.sql
===================================================================
--- trunk/code/CSMiddleware/import.sql 2006-10-06 18:03:51 UTC (rev 208)
+++ trunk/code/CSMiddleware/import.sql 2006-10-13 17:19:52 UTC (rev 209)
@@ -1,6 +1,7 @@
---DO NOT ADD ROWS WITH ID GREATER THEN 99
-INSERT INTO cs_sap_servers (id, active_instance, adm_email, client, gw_host, gw_Serv, host, load_balancing, name, user_password, prog_id, system_number, unicode, user_name, default_instance, max_connections_in_pool, group_name, r3_name) VALUES (123456, 'true', 'zc...@bc...','100', 'bcz.bcc.com.pl','sapgw44','bcz.bcc.com.pl',FALSE, 'BCC_BCZ_100_DB','nowehaslo','ZTESTJCO', '44', FALSE, 'zcomm', TRUE,5,'','');
+-- DO NOT ADD ROWS WITH ID GREATER THEN 99
+-- INSERT INTO cs_sap_servers (id, active_instance, adm_email, client, gw_host, gw_Serv, host, load_balancing, name, user_password, prog_id, system_number, unicode, user_name, default_instance, max_connections_in_pool, group_name, r3_name) VALUES (123456, 'true', 'zc...@bc...','100', 'bcz.bcc.com.pl','sapgw44','bcz.bcc.com.pl',FALSE, 'BCC_BCZ_100_DB','nowehaslo','ZTESTJCO', '44', FALSE, 'zcomm', TRUE,5,'','');
+
INSERT INTO cs_actions (id, name, description) VALUES (1, 'Action_JMX_UseJmx', 'Using JMX');
INSERT INTO cs_actions (id, name, description) VALUES (2, 'Action_RemoteClient_UseRemoteClient', 'Using RemoteClient');
INSERT INTO cs_actions (id, name, description) VALUES (3, 'CSSAPServers', 'Listing all servers & testing server');
Modified: trunk/code/CSTests/import.sql
===================================================================
--- trunk/code/CSTests/import.sql 2006-10-06 18:03:51 UTC (rev 208)
+++ trunk/code/CSTests/import.sql 2006-10-13 17:19:52 UTC (rev 209)
@@ -1 +1 @@
-insert into SAP_SERVERS (id,adm_email,client,gw_host,gw_Serv,host,load_balancing,name,user_password,prog_id,system_number,unicode,user_name,default_instance,max_connections_in_pool) values(123456,'mar...@bc...','100','bcz.bcc.com.pl','sapgw44','bcz.bcc.com.pl',FALSE,'BCC_BCZ_100_DB','changeme','ZTESTJCO','44',FALSE,'cstest',TRUE,5);
+-- insert into SAP_SERVERS (id,adm_email,client,gw_host,gw_Serv,host,load_balancing,name,user_password,prog_id,system_number,unicode,user_name,default_instance,max_connections_in_pool) values(123456,'mar...@bc...','100','bcz.bcc.com.pl','sapgw44','bcz.bcc.com.pl',FALSE,'BCC_BCZ_100_DB','changeme','ZTESTJCO','44',FALSE,'cstest',TRUE,5);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|