Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
audina:oncontact:oncontact_configuration [2009/01/28 08:56]
127.0.0.1 external edit
audina:oncontact:oncontact_configuration [2013/03/22 09:05] (current)
ajdavis [Configuration File]
Line 10: Line 10:
       <connection_type>MSSQL</connection_type>       <connection_type>MSSQL</connection_type>
       <vendor>MSS</vendor>       <vendor>MSS</vendor>
-      <connect_string>server=crmserver\oncontact;Trusted_Connection=yes;database=oncontact;application name=oncontact;pooling=true;</connect_string>+      <connect_string>server=CRMSERVER\ONCONTACT;uid=sa;pwd=orlando;database=oncontact;application name=oncontact;pooling=true;</connect_string>
       <lock>RU</lock>       <lock>RU</lock>
-      <timeout>10000000</timeout> 
-    </profile> 
-    <current_profile>Test DB</current_profile> 
-    <profile_list>Test DB</profile_list> 
-    <profile profile_name="Test DB"> 
-      <connection_type>MSSQL</connection_type> 
-      <vendor>MSS</vendor> 
-      <connect_string>server=crmserver\oncontact;Trusted_Connection=yes;database=oncontact_test_db;application name=oncontact_test_db;pooling=true;</connect_string> 
-      <lock>RU</lock> 
-      <timeout>10000000</timeout> 
     </profile>     </profile>
   </profiles>   </profiles>
   <environment>   <environment>
-    <application_authentication>OS</application_authentication> +    <application_authentication>Oncontact</application_authentication> 
-    <login_dialog_user>adam</login_dialog_user>+    <login_dialog_user>jgrabbe</login_dialog_user>
   </environment>   </environment>
   <parms>   <parms>
-    <log_sql>FALSE</log_sql> 
     <log_exceptions>Y</log_exceptions>     <log_exceptions>Y</log_exceptions>
     <serial_suffix>CUS</serial_suffix>     <serial_suffix>CUS</serial_suffix>
     <agents_dir>agents</agents_dir>     <agents_dir>agents</agents_dir>
     <agents_clear>true</agents_clear>     <agents_clear>true</agents_clear>
-    <cache_on>True</cache_on> 
-    <Navigator_Working_Mode>Script</Navigator_Working_Mode> 
-    <Agent_Language>CSharp</Agent_Language> 
   </parms>   </parms>
   <reportprofiles>   <reportprofiles>
Line 42: Line 28:
       <connection_type>OLDEDB</connection_type>       <connection_type>OLDEDB</connection_type>
       <connection_provider>SQLOLEDB</connection_provider>       <connection_provider>SQLOLEDB</connection_provider>
-      <server>crmserver\oncontact</server>+      <server>CRMSERVER\ONCONTACT</server>
       <database>oncontact</database>       <database>oncontact</database>
-      <credentials_source>os</credentials_source+      <credentials_source>db</credentials_source> 
-    </reportprofile> +      <userid>sa</userid
-  </reportprofiles> +      <password>orlando</password>
-  <reportprofiles> +
-    <reportprofile profile_name="Test DB"+
-      <connection_type>OLDEDB</connection_type+
-      <connection_provider>SQLOLEDB</connection_provider> +
-      <server>crmserver\oncontact</server> +
-      <database>oncontact_test_db</database> +
-      <credentials_source>os</credentials_source>+
     </reportprofile>     </reportprofile>
   </reportprofiles>   </reportprofiles>
 </Oncontact> </Oncontact>
 </code> </code>
- 
  
 === Backup Databases === === Backup Databases ===