microsoft / microsoft/sql-server-samples

SQL Server was unable to communicate with the LaunchPad service. Please verify the configuration of the service.

Open
#221 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
11.2k
Forks
9.1k
Avg merge
2d 7h
Merged PRs (30d)
14

Description

My SQL Server 2017 CTP 2 was installed on a Ubuntu 16.04 LTS.

I have enabled External Scripts Enabled and restarted the SQL Service service.

sp_configure 'external scripts enabled', 1;  
RECONFIGURE;

However, when I try to run the rental.sql script, I am getting the error as above.
How can I resolve this?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the rental.sql script and the reported SQL Server 2017 configuration on Ubuntu 16.04, including the external scripts setting and the LaunchPad service. Reproduce the error and compare the service configuration with the script's requirements. Done means rental.sql runs without the LaunchPad communication error.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql, ubuntu
Domain
databases, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.