How can we help you today? How can we help you today?
AlesGolob
I've tested with the latest version and what I found out is: It would be strange if it didn't work as the config in my case got retained during an upgrade when I ran it with this command: Start-Process "msiexec.exe" -Wait -ArgumentList "/i base.msi /qn DATACONNECTION=`"Data Source=DBSRV;Initial Catalog=RedGateMonitor;Integrated Security=True;Max Pool Size=500;Connect Timeout=15;Encrypt=False;Trust Server Certificate=False;Packet Size=8000`" SERVICETYPE=gmsa SERVICEDOMAIN=domain SERVICEUSERNAME=gmsaUser I_AGREE_TO_THE_EULA=yes"</code>Start-Process "msiexec.exe" -Wait -ArgumentList "/i web.msi /q I_AGREE_TO_THE_EULA=yes SERVICETYPE=network <b>PRESERVECONFIG=yes</b>"</pre></li><li>I have upgraded the base monitor from 11.0.4 to 11.0.5 using this command:<br><pre class="CodeBlock"><code>And when the service restarted the RPC port was not set in  RedGate.SqlMonitor.Engine.Alerting.Base.Service.exe.settings.config:   <networkSettings portNum="7399"/></code>&nbsp; <networkSettings portNum=""/></pre>After I change enter the correct port number and restart the service the page works as expected.<br><br>But if I run the same upgrade by adding the <b>SERVICERPCPORTNUM=7399</b> parameter the configuration is correct:<br><pre class="CodeBlock"><code> / comments
I've tested with the latest version and what I found out is:It would be strange if it didn't work as the config in my case got retained during an upgrade when I ran it with this command:Start-Proce...
0 votes