Advertisement
ssuther

ProductEnvironment.xml

Feb 11th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ProductEnvironment Name="ProductEnvironmentName" Product="iPayroll (UK)">
  3.     <ServerRoles>
  4.         <ServerRole name="PrimaryDB"/>
  5.         <ServerRole name="SecondaryDB"/>
  6.         <ServerRole name="Application"/>
  7.         <ServerRole name="Batch"/>
  8.         <ServerRole name="Web"/>
  9.         <ServerRole name="Portal"/>
  10.         <ServerRole name="Report"/>
  11.     </ServerRoles>
  12.     <Servers>
  13.         <Server>
  14.             <name>DBSERVER1</name>
  15.             <role>PrimaryDB</role>
  16.             <ip>10.10.10.1</ip>
  17.             <windowsuser>administrator</windowsuser>
  18.             <windowspass>Password05</windowspass>
  19.             <iFarmDB>iFarm</iFarmDB>
  20.             <RootDatabase>HRnet</RootDatabase>
  21.             <GetEmployeeDBList>SELECT [DBNAME] FROM [dbo].[OCSYS_DATABASES]</GetEmployeeDBList>
  22.             <dbuser1>sa</dbuser1>
  23.             <dbpass1>Password123</dbpass1>
  24.             <dbuser2>HRnet</dbuser2>
  25.             <dbpass2>Password123</dbpass2>
  26.             <dbuser3>HRnet</dbuser3>
  27.             <dbpass3>Password123</dbpass3>
  28.             <installroot>C:\Builds\Now</installroot>
  29.         </Server>
  30.         <Server>
  31.             <name>APPSERVER1</name>
  32.             <role>Application</role>
  33.             <ip>10.10.10.2</ip>
  34.             <windowsuser>administrator</windowsuser>
  35.             <windowspass>Password05</windowspass>
  36.             <installroot>C:\Builds\Now</installroot>
  37.         </Server>
  38.     </Servers>
  39. </ProductEnvironment>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement