"Service Broker External Activator Service" .NET Framework depency

Waqar Rauf Butt 0 Reputation points
2024-04-30T07:08:47.03+00:00

Hi,

Currently I have implemented service broker external activator in sql database for change track. Now my client is upgrading .net farmework from .net 4.6 to .net 4.8 and sql server from 2017 to 2022. As "Servcie Broker External Activator service" is not provided by Microsoft after Sql 2017, my question is how i resolve dependency of SSBEA service from .net framework 3.5?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 41,006 Reputation points
    2024-04-30T07:56:22.6066667+00:00

    my question is how i resolve dependency of SSBEA service from .net framework 3.5?

    SSBEA is a Windows Service without any direct dependency to the used SQL Server version.

    On activation SSBEA starts "anything", whatever it is. A PowerShell or Python script, a C++ native app or a .NET app of any framework version; there is also no dependency; nothing to resolve.