Difference between revisions of "Agility.config.xml"
| Line 10: | Line 10: | ||
<databases DefaultDatabase="fastNet" DefaultmaxResults="500" > | <databases DefaultDatabase="fastNet" DefaultmaxResults="500" > | ||
<fastNet | <fastNet | ||
| − | ConnectionString="Initial Catalog=Agility7213FNLive;Data Source= | + | ConnectionString="Initial Catalog=Agility7213FNLive;Data Source=ServerName\SQLSERVER2008R2;user id=agilityuser;password=Ag1l1tyuser" |
DatabaseType="MSSQL" | DatabaseType="MSSQL" | ||
DatabaseSubType="" | DatabaseSubType="" | ||
| Line 25: | Line 25: | ||
/> | /> | ||
<sxp | <sxp | ||
| − | ConnectionString="Initial Catalog=Agility7213Live;Data Source= | + | ConnectionString="Initial Catalog=Agility7213Live;Data Source=ServerName\SQLSERVER2008R2;user id=agilityuser;password=Ag1l1tyuser" |
DatabaseType="MSSQL" | DatabaseType="MSSQL" | ||
DatabaseSubType="" | DatabaseSubType="" | ||
| Line 47: | Line 47: | ||
<!--<NOT_USED> | <!--<NOT_USED> | ||
<Rapid | <Rapid | ||
| − | ConnectionString="DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1D};UID=sysprogress;DB=rapdpoc;PORT=27000;HOST=bigone;PWD= | + | ConnectionString="DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1D};UID=sysprogress;DB=rapdpoc;PORT=27000;HOST=bigone;PWD=password;" |
DatabaseType="ODBC" | DatabaseType="ODBC" | ||
ConnectionInitializationString = "set schema 'pub'" | ConnectionInitializationString = "set schema 'pub'" | ||
| Line 164: | Line 164: | ||
<!--<RAAMP nameClass = "RAAMP" originalName = "DataBO.ProcessMngt.JobBO" specializedName="Bespoke.RAAMP.JobBO"/>--> | <!--<RAAMP nameClass = "RAAMP" originalName = "DataBO.ProcessMngt.JobBO" specializedName="Bespoke.RAAMP.JobBO"/>--> | ||
</ObjectNameMappings> | </ObjectNameMappings> | ||
| + | </pre> | ||
| + | == Help url section == | ||
| + | <pre> | ||
<help | <help | ||
HelpBaseURL="http://MARCINZ/Agility7213Help" | HelpBaseURL="http://MARCINZ/Agility7213Help" | ||
| Line 170: | Line 173: | ||
LoginHelp="_d2h_ctxt_help.htm?contextID=3002&mode=1"> | LoginHelp="_d2h_ctxt_help.htm?contextID=3002&mode=1"> | ||
</help> | </help> | ||
| + | </pre> | ||
| + | == Reporting Services config section == | ||
| + | <pre> | ||
<!-- reporting settings, for server based reporting set mode="server" and remove "local" --> | <!-- reporting settings, for server based reporting set mode="server" and remove "local" --> | ||
<reports | <reports | ||
mode="local" | mode="local" | ||
| − | + | username="rsUSR" | |
pass="rsusr" | pass="rsusr" | ||
domain="" | domain="" | ||
| Line 187: | Line 193: | ||
<Reports_SXP ConnectionString="Initial Catalog=Agility51Live;Data Source=MARCINZ\SQLSERVER2008R2;user=agilityuser;password=ag1l1tyuser"/> | <Reports_SXP ConnectionString="Initial Catalog=Agility51Live;Data Source=MARCINZ\SQLSERVER2008R2;user=agilityuser;password=ag1l1tyuser"/> | ||
</datasources> | </datasources> | ||
| + | </pre> | ||
| + | == Empty row == | ||
| + | <pre> | ||
<emptyRowDef | <emptyRowDef | ||
text="( NULL )" | text="( NULL )" | ||
| Line 192: | Line 201: | ||
value=""> | value=""> | ||
</emptyRowDef> | </emptyRowDef> | ||
| − | + | </pre> | |
| + | == Event Log configuration == | ||
| + | <pre> | ||
<eventlog | <eventlog | ||
enabled="1" | enabled="1" | ||
| Line 203: | Line 214: | ||
<error enabled="1" withstack="Always"/> | <error enabled="1" withstack="Always"/> | ||
</eventlog> | </eventlog> | ||
| + | </pre> | ||
<!-- | <!-- | ||
<license LicenseFilePath=".\license.signed.xml"> | <license LicenseFilePath=".\license.signed.xml"> | ||
Revision as of 09:55, 4 July 2016
Agility.config.xml
It is a main configuration file for Agility.
Contents
- 1 Database configuration section
- 2 Sections below currently not used
- 3 If using AD, you can specify server parameters here
- 4 Exchange integration section
- 5 Default language / Culture / Phrases collect section
- 6 Help url section
- 7 Reporting Services config section
- 8 Empty row
- 9 Event Log configuration
Database configuration section
<configuration> <databases DefaultDatabase="fastNet" DefaultmaxResults="500" > <fastNet ConnectionString="Initial Catalog=Agility7213FNLive;Data Source=ServerName\SQLSERVER2008R2;user id=agilityuser;password=Ag1l1tyuser" DatabaseType="MSSQL" DatabaseSubType="" InitializationString="set transaction isolation level read uncommitted" ConnectionInitializationString = "" TopPhrase="true" QuoteStartChar=""" QuoteEndChar=""" NationalCharSupport="true" ODBCGetSchemaSupport="False" controlVersionMode="Version" CommandTimeout="180" UpdateCommandTimeout="1800" /> <sxp ConnectionString="Initial Catalog=Agility7213Live;Data Source=ServerName\SQLSERVER2008R2;user id=agilityuser;password=Ag1l1tyuser" DatabaseType="MSSQL" DatabaseSubType="" InitializationString="set transaction isolation level read uncommitted" ConnectionInitializationString = "set transaction isolation level read uncommitted" TopPhrase="true" QuoteStartChar=""" QuoteEndChar=""" NationalCharSupport="true" ODBCGetSchemaSupport="False" controlVersionMode="Version" CommandTimeout="180" UpdateCommandTimeout="1800" /> </databases>
Sections below currently not used
<!-- Example connection methods -->
<!--<NOT_USED>
<Rapid
ConnectionString="DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1D};UID=sysprogress;DB=rapdpoc;PORT=27000;HOST=bigone;PWD=password;"
DatabaseType="ODBC"
ConnectionInitializationString = "set schema 'pub'"
InitialisationString = ""
TopPhrase="false"
QuoteStartChar='"'
QuoteEndChar='"'
NationalCharSupport="false"
ODBCGetSchemaSupport="true"/>
<fastNet
ConnectionString="Initial Catalog=DC020305;Data Source=bigone;user id=sa;password=sa"
DatabaseType="MSSQL"/>
<impactxp
ConnectionString="DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1D};UID=sysprogress;DB=imp2000;PORT=25010;HOST=bigone;PWD=sysprogress;"
DatabaseType="ODBC"/>
<impactxp
ConnectionString="DRIVER={MERANT 3.60 32-BIT Progress SQL92 v9.1D};UID=sysprogress;DB=imp2000;PORT=20000;HOST=localhost;PWD=sysprogress;"
DatabaseType="ODBC"
ConnectionInitializationString = "set schema 'pub'"
InitialisationString = ""
TopPhrase="false"
QuoteStartChar='"'
QuoteEndChar='"'
NationalCharSupport="false"
ODBCGetSchemaSupport="true"/>
<xpint
XPIntConnectionString="DRIVER={DataDirect 4.2 32-Bit OpenEdge SQL v10.0A};UID=sysprogress;DB=xpint;PORT=16002;HOST=devserver;PWD=sysprogress;"
DatabaseType="ODBC"/>
</NOT_USED> -->
<application
DebugLevel="0"
DebugMode="0"
BLOBbuferSize="50000"
BusinessObjectNameClass=""
checkmessages=""
NewMessageText="New Messages"
WindowTitle="Agility 7.2"
DefaultFormState="Enquire"
ObjectsTimeoutMinutes="50"
TemporaryLoginOn="true"
AutoLoginUsingWindowsLogin="false"
LDAPPath="LDAP://LDAPSERVERNAME/DC=softsol,DC=com"
ADProfileRule="SUBSTRING(USERINFO('emailaddr'),INDEXOF(USERINFO('emailaddr'),'@')+1,STRLEN(USERINFO('emailaddr'))-(INDEXOF(USERINFO('emailaddr'),'@')+1))"
ADUserName=""
ADEncryptedPassword=""
ADPassword=""
DefaultThemePath = "AgilityFresh"
IsEditableAdminMenu="0"
GoogleClientID=""
GoogleApiKey=""
AllowOnlyUniqueRelations="false"
ChartDataCachingEnabled="false"
ChartDataTimeoutMinutes="0"
DeleteRequestLogOlderThanDays="10"
ShowRequestLicense="false"
RequestLoggingEnabled="true"
FormDefaultsCalculationOrder="RowNum,ColNum,ElementID"
MobileFormsAutodetection="false"
>
<!-- Active Directory Settings -->
If using AD, you can specify server parameters here
<!--
<ADIntegration
LDAPPathFormat = "LDAP://{0}"
WithFormsAuthentication = "0"
AuthenticationType = "Secure"
UseADForGeneralInterface="false"
>
</ADIntegration>
-->
Exchange integration section
<!-- Possible values of version Microsoft Exchange Server:
Exchange2013
Exchange2010_SP2
Exchange2010_SP1
Exchange2010
Exchange2007_SP1 -->
<msexchange
enabled="false"
server=""
username=""
password=""
domain=""
version="">
</msexchange>
Default language / Culture / Phrases collect section
<language TranslateEnabled = "false" CollectNewPhrases = "false" DefaultLanguageCode="English" DefaultCultureName="en-gb" SetLanguageFromRequest="true" SetCultureInfo="true" SetNumberFormatInfo="false"> </language>
<externalbusinessassemblies> <agility name="Agility"/> </externalbusinessassemblies> <ObjectNameMappings> <!--<RAAMP nameClass = "RAAMP" originalName = "DataBO.ProcessMngt.JobBO" specializedName="Bespoke.RAAMP.JobBO"/>--> </ObjectNameMappings>
Help url section
<help HelpBaseURL="http://MARCINZ/Agility7213Help" DefaultFormHelp="default.htm" MainMenuHelp="default.htm" LoginHelp="_d2h_ctxt_help.htm?contextID=3002&mode=1"> </help>
Reporting Services config section
<!-- reporting settings, for server based reporting set mode="server" and remove "local" --> <reports mode="local" username="rsUSR" pass="rsusr" domain="" BaseWebServiceURL="http://MARCINZ/ReportServer$SQLSERVER2008R2/reportservice.asmx" AuthenticationMethod="windows" ReportDataAccess="" DebugRDLfullname="" EventLogSwitch="ON" TopLevelDirectory="Agility" MainTableView="MainTableView"> </reports> <datasources> <Reports_SXP ConnectionString="Initial Catalog=Agility51Live;Data Source=MARCINZ\SQLSERVER2008R2;user=agilityuser;password=ag1l1tyuser"/> </datasources>
Empty row
<emptyRowDef text="( NULL )" scantext="(empty)" value=""> </emptyRowDef>
Event Log configuration
<eventlog enabled="1" machineName="." logName="FastNet" sourceName="Agility7213Live" LogFile=""> <information enabled="0" withstack="Deny"/> <warning enabled="0" withstack="Always"/> <error enabled="1" withstack="Always"/> </eventlog>
</application>
<interface> <GeneralWebService enabled="true" RemoveLogAfterDays="1" RemoveAllLogAfterDays="5" receiver="false" sender="false" CompatibleWithVersion="current" userName="" userPass="" /> <GeneralImport ImportWebServiceEnabled="true" DefaultUser="" DefaultUserPass="" WebServiceLocation="http://MARCINZ/Services/GeneralImport.ashx" DataChangedByAnotherUserRetryCount="5" ADIntegration="false" />
<GeneralExport QueueProcessEnabled="true" HandleExportEvents="true"
AcceptAllCertifications="false"
SecurityProtocol="Auto"
/>
<sharepoint
enabled="false"
server=""
username=""
password=""
domain=""
version="">
</sharepoint>
</interface> <background> <EventProcess
EventsEnabled="true" EventsPoolTime="10000"
EventRetryMinutes="60"
StatusFlowEnabled="true"
StatusFlowPoolTime="10000" userName="system" userPass="system"
DataChangedByAnotherUserRetryCount="5"
DisableMainRecordLockOnSave="false"
>
</EventProcess>
<exportimport
LogMaxSize="3000"
>
</exportimport>
<HistoryMaintenance Enabled="True" Interval = "30">
<StatusFlowLog Enabled = "true" LogMaxSizePerObject = "100" DeleteTopXPerBatch = "1000" DeleteTopXPerLoop = "250"
DelayLength = "00:00:00"/>
<RequestLog Enabled = "true" OlderThanDays = "1" DeleteTopXPerBatch = "1000" DeleteTopXPerLoop = "250"
DelayLength = "00:00:00"/>
<GeneralInterfaceQueue Enabled = "true" RemoveLogAfterDays = "1" RemoveAllLogAfterDays = "5" DeleteTopXPerBatch = "1000" DeleteTopXPerLoop = "250"
DelayLength = "00:00:00"/>
<ImportExportQueue Enabled = "true" RemoveLogAfterDays = "1" RemoveAllLogAfterDays = "5" DeleteTopXPerBatch = "1000" DeleteTopXPerLoop = "250"
DelayLength = "00:00:00"/>
<AuditLog Enabled = "false" OlderThanDays = "7" DeleteTopXPerBatch = "1000" DeleteTopXPerLoop = "250"
DelayLength = "00:00:00"/>
</HistoryMaintenance>
</background> <mail
smtpServer=""
smtpServerPort="25"
smtpUserName=""
smtpUserPassword=""
smtpUseSSL="FALSE"
sender="EMAILSENDER"
alternativeMail="true"
smtpTimeoutSeconds="30">
</mail>
<Incab
Mode = "Disabled" Labour="Emp0001" WSUrl="http://localhost:1298/Web/Services/GeneralInterface.asmx" WSUser="" WSPassword="" GIFastNetUser="admin" GIFastNetPassword="admin"
/>
<GPS
Enabled="true"
Simulator="true"
PositionChangedMargin="0.005"
PositionChangedSecondsInterval="2"
MovementStoppedMargin="0.1"
ComunicationPort="COM13"
ComunicationBaudRate="4800"
Area="Great Britain"
SystemCoordinateType="cartesian"
GPSReadType="geodetic"
DataPath="C:\artura\vs2005proj\FastNET2Artur\Common\Utilities\"
UTMZone=""
VertDatum="">
</GPS>
<GPS
Enabled="true" Simulator="true" PositionChangedMargin="0.005" PositionChangedSecondsInterval="2" MovementStoppedMargin="0.1" ComunicationPort="COM13" ComunicationBaudRate="4800" Area="Great Britain" SystemCoordinateType="cartesian" GPSReadType="geodetic" DataPath="C:\artura\vs2005proj\FastNET2Artur\Common\Utilities\" UTMZone="" VertDatum="">
</GPS> -->
<FileConvert WaitForExit="10000">
<MigraDocConv> <pdf ConvertFrom="txt; bmp; emf; exif; gif; ico; jpeg; jpg; png; tif; wmf" FontEmbedding="false" FontSize="10pt" FontName="Lucida Console" PageFormat="A4" Orientation="Portrait" /> </MigraDocConv> </FileConvert> </configuration> </pre>