- Copy the most recent
STP winsolvenz FLOW Connector
from\\kastpdat04\pde_auslieferungen\InputManagement\
to the application server. - Stop winsolvenz.p4 server (
STP Server 8005
). - Stop
STP winsolvenz.p4 FLOW Connector
. - Create a backup of the winsolvenz.p4 database (you can find its name
in
C:\Program Files (x86)\STP AG\STP Server\STP.RemotingServer.exe.config
). - Create backup of
C:\Program Files (x86)\STP AG\STP Server\STP.RemotingServer.exe.config
. - Ensure that the following setting is set to false in
STP.RemotingServer.exe.config
to disable the deprecated synchronization job:<add key="RefreshBeteiligtenCacheJobSettings_IsEnabled" value="false" />
. - Add one of the following configuration snippets just before the
</appSettings>
block inSTP.RemotingServer.exe.config
, based on the SQL Server version:
- For SQL2014 or lower
\\kastpdat04\pde_auslieferungen\InputManagement\winsolvenzFlow Connector\winsolvenz.p4 10.13.130.2\STP.RemotingServer.exe (Auszug) - for_SQL_2014_or_lower.config
- For SQL2016 or higher
\\kastpdat04\pde_auslieferungen\InputManagement\winsolvenzFlow Connector\winsolvenz.p4 10.13.130.2\STP.RemotingServer.exe (Auszug) - for_SQL_2016_or_higher.config
- Start winsolvenz.p4 server (
STP Server 8005
). It may take some time to populate thetblAlleBeteiligtenCache2
table with interested party data. - Delete the following file:
C:\ProgramData\STP AG\winsolvenz.FLOW.Connector\syncInterestedPartiesToFlowJobSettings.json
. This file stores details of the last successful synchronization and will be recreated when the connector runs again. - Create a backup of the configuration file:
C:\Program Files (x86)\STP AG\STP winsolvenz.p4 FLOW Connector\appsettings.json
. - Install the latest version of
STP winsolvenz.p4 FLOW Connector
. - After installation, update the connection string placeholder in
appsettings.json
:
"ConnectionStrings": {
"winsolvenz": "Server=<myServerAddress>;Database=<myDataBase>;User Id=<myUsername>;Password=<myPassword>;"
}
NOTES:
- The correct settings can be found in
STP.RemotingServer.exe.config
. - If using a SQL Server instance (server), replace the single
\
with\\
to avoid setup failures. - If SQL Server uses a self-signed certificate or one from an
untrusted CA, append:
TrustServerCertificate=True;
to the connection string to prevent connection issues.
- Check the logs of the winsolvenz.p4 server in
C:\ProgramData\STP AG\WzServer
and wait for confirmation that thetblAlleBeteiligtenCache2
refresh job has completed. - Restart the
STP winsolvenz.p4 FLOW Connector
.