Difference between revisions of "Agility.config.xml"
From Agility
| Line 152: | Line 152: | ||
</language> | </language> | ||
</pre> | </pre> | ||
| + | |||
| + | <pre> | ||
<externalbusinessassemblies> | <externalbusinessassemblies> | ||
<agility name="Agility"/> | <agility name="Agility"/> | ||
Revision as of 13:39, 1 July 2016
Agility.config.xml
It is a main configuration file for Agility.
Contents
Database configuration section
<configuration> <databases DefaultDatabase="fastNet" DefaultmaxResults="500" > <fastNet ConnectionString="Initial Catalog=Agility7213FNLive;Data Source=MARCINZ\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=MARCINZ\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=fortknox;"
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
HelpBaseURL="http://MARCINZ/Agility7213Help"
DefaultFormHelp="default.htm"
MainMenuHelp="default.htm"
LoginHelp="_d2h_ctxt_help.htm?contextID=3002&mode=1">
</help>
<!-- 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>
<emptyRowDef
text="( NULL )"
scantext="(empty)"
value="">
</emptyRowDef>
<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>
<!--
<license LicenseFilePath=".\license.signed.xml">
</license>
-->
</application>
<interface> <!-- Customer specific settings -->
<!--<procurment
IsEnabled="False"
SiteCode="SITECODE"
WSUrl="http:\\Webservice\goeshere\generalinterface.asmx"
WSUser=""
WSPassword=""
CProUser=""
CProPassword="admin"
/>-->
<!--<xpint
XpintImportEnabled="1"
CPY="train">
</xpint>-->
<!--<AgilityService
AgilityWS="http://MARCINZ/AgilityService.asmx"
LocalAgilityWSUserName="admin"
LocalAgilityWSUserPass="admin">
</AgilityService>-->
<!--<homehotline
HomeHotlineWS="http://bigone/HHWS/HHWS.asmx"
LocalWebServiceClientIP=""
LocalWebServiceUserName="ACA0101"
LocalWebServiceUserPass="ACA0101"
BusinessUserName="hhl"
BusinessUserPass="">
</homehotline> -->
<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"
/>
<!-- General Export Configuration -->
<!--
GeneralExport:
QueueProcessEnabled=[true, false]
HandleExportEvents=[true, false]
AcceptAllCertifications=[true, false]
SecurityProtocol=[Auto, Ssl3, Tls]
Warnig! AcceptAllCertifications & SecurityProtocol are static properties for whole application.
They will affect any request created in agility.
-->
<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 | Client | Provider ]
Parameters:
Labour,WSUrl,WSUser,WSPassword,GIFastNetUser,GIFastNetPassword
are required only in 'Client' mode.
-->
<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>
<!--
<CmdLinePdfConv Path="D:\Agility\Agility2.9.5\LiveSystem\bin\Others\TxtToPDF" BaseCmdLine="{in} {out}">
<pdf ConvertFrom="txt"/>
</CmdLinePdfConv>
<Convert_Doc Path="C:\Program Files\Softinterface, Inc\Convert Doc\ConvertDoc.exe">
<pdf ConvertFrom="doc; html; rtf; txt" />
</Convert_Doc>
<Convert_ITP Path="c:\Program Files\Softinterface, Inc\Convert Image To PDF\ConvertITP.exe">
<pdf ConvertFrom="bmp; ico; jpeg; gif; koa; lbm; pcd; pcx; png; ras; tga; tif; psd" />
</Convert_ITP>
<Total_Excel_Converter Path="C:\Program Files\TotalExcelConverter\ExcelConverter.exe">
<pdf ConvertFrom="xls" />
</Total_Excel_Converter>
<Document2PDF Path="C:\Program Files\Two Pilots\Document2PDF Pilot 2.2 TRIAL\Document2PDF_Pilot.exe">
<pdf ConvertFrom="doc; xls" />
</Document2PDF>
-->
</FileConvert>
<!--
<timezone
LocalTimeInDatabase="True"
TimeZoneName="Central European"
DaylightTimeZoneName="Central European Daylight"
UTCOffset="120"
DaylightStart="01/01/2003"
DaylightEnd="01/06/2003"
DaylightOffset="60">
</timezone>
-->
<!-- Licensing Options -->
<!--
<AgilitySupport>
<Licensing
SignLicenseFile=""
LicensingWebService=""
LicensingWWW=""
LicensingMail=""
/>
</AgilitySupport>
-->
</configuration>