SQL Server 2019 LaunchPad Service won't start

Peter Bishop 181 Reputation points
2023-12-09T18:30:26.8533333+00:00

I have added R and Python to a SQL Server 2019 Developer Edition instance and patched to CU23. However the service won't start. There are no errors reported in the Event Viewer (other than "service start timeout") and there is nothing at all in the ExtensibilityLog.

The R User group has all the permissions I've found in other forum posts but I'm not having any luck.

Can anyone advise, even if it's just to get some errors to investigate? Thanks.

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. liam 75 Reputation points
    2023-12-10T14:55:06.19+00:00

    It seems like the R and Python services on your SQL Server 2019 Developer Edition instance are facing startup issues. Here are some steps you can take to troubleshoot:

    Check SQL Server Error Log:

    • Examine the SQL Server Error Log for any specific error messages related to the R and Python services. This log can provide detailed information about the issues.

    Check SQL Server Configuration Manager:

    • Ensure that the R and Python services are enabled and set to start automatically in the SQL Server Configuration Manager.

    Permissions:

    • Verify that the service accounts for R and Python have the necessary permissions to access resources and execute.

    Service Account Permissions:

    • Ensure that the service account running SQL Server has the required permissions for R and Python integration.

    Firewall Settings:

    • Confirm that firewall settings are not blocking the communication for R and Python services.

    Service Timeout:

    • Increase the service start timeout duration in case the default timeout is too short.

    Event Viewer:

    • Check the Windows Event Viewer for any system-level issues that might be affecting the startup of services.

    Service Dependency:

    • Ensure that there are no dependencies missing for the R and Python services.

    If you can provide more specific error messages or details from the SQL Server Error Log, it would be helpful in diagnosing the problem.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.