Comments
Sort by recent activity
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> <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...
I've test those two issues with the latest version - 11.0.5:
It would be strange if it didn't work as the config in my case gets retained during an upgrade if I run it with this command: Start-Process "msiexec.exe" -Wait -ArgumentList "/i web.msi /q I_AGREE_TO_THE_EULA=yes SERVICETYPE=network PRESERVECONFIG=yes"
I have upgraded from 11.0.4 to 11.0.5 using 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"And when the service restarted the RPC port was not set in RedGate.SqlMonitor.Engine.Alerting.Base.Service.exe.settings.config: <networkSettings portNum=""/>After I change enter the correct port number and restart the service the page works as expected. But if I run the same upgrade by adding the SERVICERPCPORTNUM=7399 parameter the configuration is correct: <networkSettings portNum="7399"/>
/ comments
I've test those two issues with the latest version - 11.0.5:
It would be strange if it didn't work as the config in my case gets retained during an upgrade if I run it with this command:Start-Proce...