Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ProductEnvironment Name="ProductEnvironmentName" Product="iPayroll (UK)">
- <ServerRoles>
- <ServerRole name="PrimaryDB"/>
- <ServerRole name="SecondaryDB"/>
- <ServerRole name="Application"/>
- <ServerRole name="Batch"/>
- <ServerRole name="Web"/>
- <ServerRole name="Portal"/>
- <ServerRole name="Report"/>
- </ServerRoles>
- <Servers>
- <Server>
- <name>DBSERVER1</name>
- <role>PrimaryDB</role>
- <ip>10.10.10.1</ip>
- <windowsuser>administrator</windowsuser>
- <windowspass>Password05</windowspass>
- <iFarmDB>iFarm</iFarmDB>
- <RootDatabase>HRnet</RootDatabase>
- <GetEmployeeDBList>SELECT [DBNAME] FROM [dbo].[OCSYS_DATABASES]</GetEmployeeDBList>
- <dbuser1>sa</dbuser1>
- <dbpass1>Password123</dbpass1>
- <dbuser2>HRnet</dbuser2>
- <dbpass2>Password123</dbpass2>
- <dbuser3>HRnet</dbuser3>
- <dbpass3>Password123</dbpass3>
- <installroot>C:\Builds\Now</installroot>
- </Server>
- <Server>
- <name>APPSERVER1</name>
- <role>Application</role>
- <ip>10.10.10.2</ip>
- <windowsuser>administrator</windowsuser>
- <windowspass>Password05</windowspass>
- <installroot>C:\Builds\Now</installroot>
- </Server>
- </Servers>
- </ProductEnvironment>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement