In the LOB Broker web.config file, locate the <system.serviceModel> section. Locate the following sections, and comment them out. (add the <!-- and --> to the beginning and end of the attribute):
<behaviors>
<endpointBehaviors>
<!-- LOB Broker uses these credentials to connect to different LOB systems.
They can be Lawson LOB portal, Lawson SQL server and SAP.
Values can be in plaintext or use ASPNET_SETREG.exe to encrypt.
-->
<!-- Run aspnet_setreg.exe command to encrypt and set the username and password in the registry.
aspnet_setreg -k:SOFTWARE\Hyland\AppNet\Identity -u:<domain>\<username> -p:<password>
Your config file should now have UserName and UserPassword as an example shown below -
-->
<!--<hylandCustomAuthentication UserName="registry:HKLM\SOFTWARE\Hyland\LOBBroker\Lawson\ASPNET_SETREG,userName"
UserPassword="registry:HKLM\SOFTWARE\Hyland\LOBBroker\Lawson\ASPNET_SETREG,password"/>
-->
<!--<behavior name="lawsonActivityBehavior">
<hylandCustomAuthentication UserName="" UserPassword="" />
<lobActivityEndpointBehavior/>
</behavior>-->
<!--<behavior name="lawsonSQLActivityBehavior">-->
<!--<hylandCustomAuthentication UserName="registry:HKLM\SOFTWARE\Hyland\LOBBroker\Lawson\ASPNET_SETREG,userName"
UserPassword="registry:HKLM\SOFTWARE\Hyland\LOBBroker\Lawson\ASPNET_SETREG,password"/>-->
<!-- <!-- <hylandCustomAuthentication UserName="" UserPassword="" /> --> -->
<!-- <lobActivityEndpointBehavior/> -->
<!-- </behavior> -->
<!-- <behavior name="SAPActivityBehavior"> -->
<!-- <!--<hylandCustomAuthentication UserName="registry:HKLM\SOFTWARE\Hyland\LOBBroker\SAP\ASPNET_SETREG,userName" -->
<!-- UserPassword="registry:HKLM\SOFTWARE\Hyland\LOBBroker\SAP\ASPNET_SETREG,password"/>--> -->
<hylandCustomAuthentication UserName="hyland ap@hylandsoftware_pt1" UserPassword=" OnBase " />
<!-- <lobActivityEndpointBehavior/> -->
<!-- </behavior> -->
<!--<hylandCustomAuthentication UserName="registry:HKLM\SOFTWARE\Hyland\LOBBroker\WD\ASPNET_SETREG,userName"
UserPassword="registry:HKLM\SOFTWARE\Hyland\LOBBroker\WD\ASPNET_SETREG,password"/>-->