<?xml version="1.0"?>
<!-- RES WISDOM Building Blocks -->
<!-- Created by demo\administrator on 30-03-2009 07:49:35 -->
<reswisdom>
	<buildingblock>
		<projects/>
		<modules>
			<module>
				<properties>
					<guid>{77D928D2-A5F2-4469-8047-63BBED17AAE0}</guid>
					<name>Change PowerFuse service credentials</name>
					<enabled>yes</enabled>
					<description>This module is usefull if you decide to use Windows Authentication on your SQL server. As a result, PowerFuse agents may not be able to connect to the datastore as it runs with the LocalSystem credentials as default.

Use this module to change the credentials across multiple machines.</description>
					<folderpath>
						<folder>
							<name>Resguru.com</name>
						</folder>
					</folderpath>
					<deleteusedresources>yes</deleteusedresources>
				</properties>
				<tasks>
					<task hidden="yes">
						<parameters>
							<param>
								<name>Account</name>
								<value1>domain\user</value1>
								<value2>012A007B211500BA00B6005B205A006500AC</value2>
								<value3/>
								<type>2</type>
								<description>This is the domain acount which the service should be changed to use. The service will automatically be restarted.</description>
								<hint>Please enter the new service account as domain\username + password</hint>
								<selection/>
								<inputtiming>
									<importbb showprev="no">no</importbb>
									<schedulejob showprev="no">yes</schedulejob>
								</inputtiming>
								<inputoptions>
									<confirm>no</confirm>
									<force>yes</force>
								</inputoptions>
							</param>
						</parameters>
						<conditions>
							<condition guid="{188D46FB-E2E6-4410-B5B9-57A2E6EC99AA}">
								<expressions/>
								<operator>AND</operator>
								<actiontrue>3</actiontrue>
								<setparametertrue>no</setparametertrue>
								<parametertrue>Account</parametertrue>
								<parametervaluetrue></parametervaluetrue>
								<when>0</when>
								<action>3</action>
								<setparameter>no</setparameter>
								<parameter>Account</parameter>
								<parametervalue></parametervalue>
								<enabled>yes</enabled>
							</condition>
						</conditions>
					</task>
					<task>
						<properties>
							<type>SERVICE</type>
							<guid>{188D46FB-E2E6-4410-B5B9-57A2E6EC99AA}</guid>
							<description>Change account for "RES"</description>
							<enabled>yes</enabled>
							<comments>Change service credentials and restart service automagically</comments>
							<onerror>fail</onerror>
						</properties>
						<settings>
							<action>LOGON</action>
							<servicename>RES</servicename>
							<username>$[Account]</username>
							<password/>
							<restart>yes</restart>
						</settings>
					</task>
				</tasks>
			</module>
		</modules>
		<resources/>
		<runbooks/>
	</buildingblock>
</reswisdom>

