Quantcast
Channel: Forum SQL Server Setup & Upgrade
Viewing all 7707 articles
Browse latest View live

Unable to communicate with the runtime for 'Python' script. Please check the requirements of 'Python' runtime.

$
0
0

Hi Pros,

Does anyone know how to fix this error below? I'm running Python in-database using SQL Server 2017. The coding environment should have been set up properly and run code without any problems up until last week and I didn't make any changes on the SQL Server or anything.

===========================================

sample code

exec sp_execute_external_script @language=N'Python',@script=N'OutputDataSet = InputDataSet
print("Input data is {0}".format(InputDataSet))
',@input_data_1= N'SELECT 1 as col'

===========================================

error message

Msg 39012, Level 16, State 1, Line 25 Unable to communicate with the runtime for 'Python' script. Please check the requirements of 'Python' runtime. STDERR message(s) from external script: Traceback (most recent call last): File "", line 1, in File"C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\revoscalepy__init__.py", line 6, in from .RxSerializable import RxMissingValues File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\revoscalepy\RxSerializable.py", line 11, in from pandas import DataFrame File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas__init__.py", line 39, in from pandas.core.api import * File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\api.py", line 10, in from pandas.core.groupby import Grouper File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\groupby__init__.py", line 2, in

STDERR message(s) from external script: from pandas.core.groupby.groupby import ( File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\groupby\groupby.py", line 20, in from pandas.core.dtypes.common import ( File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\dtypes\common.py", line 17, in from .inference import is_string_like, is_list_like File "C:\Program Files\Microsoft SQL Server\MSSQL14.SQL2017\PYTHON_SERVICES\lib\site-packages\pandas\core\dtypes\inference.py", line 8, in from pandas.compat import (PY2, string_types, text_type, ImportError: cannot import name 're_type'


SQL Server 2008 R2 Management Studio install fails telling me to install Visual Studio 2008 SP1!

$
0
0

Hi,

I am getting the following error when trying to install SQL Server 2008 R2 Management Studio (SQLManagementStudio_x86_ENU.exe or SQLManagementStudio_x64_ENU.exe) on a new Toshiba Portege R830-10R:

Another version of Microsoft Visual Studio 2008 has been detected on this system that must be updated to SP1.  Please update all Visual Studio 2008 installations to SP1 level, by visiting Microsoft Update.

I have all Windows Updates installed on this machine and I DO NOT have VS 2008 installed on this computer (VS2008 was never installed on this computer), but VS 2010 SP1 with .Net Framework 4.0 SP1!

I have sent all day trying to install either ones of the above .exe, but always get the same error message.

I have checked the registry and see that I do not have a  HKLM\SOFTWARE\Microsoft\DevDiv\VS key but only a HKLM\SOFTWARE\Microsoft\DevDiv\VC key (probably since I configured VS1010 for C#).  The HKLM\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0 contains SP = 1 and SPIndex = 1.

Please help.
Thanks.

Eric

How do I perform an upgrade of SSRS 2012/2016 to 2017 - No option to upgrade using installer

$
0
0

Hi!

I'd like to upgrade my SSRS 2012 and 2016 instances to SSRS 2017. Upgrading from 2012 to 2016 was fine. However, when I run the stand-alone installer for SSRS 2017 I get no option to upgrade but only install and configure later. I've searched the documentation which is a mix of 2016 and 2017 references but have failed to find an answer.

Can I upgrade from SSRS 2016 to 2017 and if so, how?

The OS is W2K12 and the SSRS instance is named.

Thanks/U



Build SSIS code

$
0
0

For web or windows apps building the code makes it harder to decrypt the code. I need to be able to send the SSIS 2016 package code for deployment (project type package to deploy to SSISDB). If I send ispac file this can be easily imported in VS, is there any way to build SSIS code in order to upload to catalog by DBA (other than password protected of course).

Thank you,

Install SQL Server SP by CMD

$
0
0
How to install SQL Server SP by CMD silently?

SQL Server File Corrupt

$
0
0

When I install SQL Server 2017 Dev, I always get the error message file is corrupt.

I double click the setup.exe, then error appears. Three days ago, I installed it without any error.

How to resolve it.

SQL Server 2016 error: SSBDT: Dialog timer delete during registration and SSBDT: Dialog timer delete during dispatch

$
0
0

Hello,

We are getting the following errors in our SQL Server 2016 servers. These messages are filled in error log. 

2018-07-25 14:21:48.070 spid124s     SSBDT: Dialog timer delete during registration (did: CB9C71C8-93CB-4AE6-B92E-B237A7AE4C67:Initiator, OpType: CloseDialog OpResult: Null)
2018-07-25 14:21:48.080 spid124s     SSBDT: Dialog timer delete during registration (did: 9EDAD00A-90EE-4C0E-925B-DD3258580CE1:Initiator, OpType: CloseDialog OpResult: Null)
2018-07-25 14:22:07.160 spid124s     SSBDT: Dialog timer delete during registration (did: B59E1EB3-D8B7-45EB-82C4-D6145838414F:Initiator, OpType: CloseDialog OpResult: Null)
2018-07-25 14:22:15.730 spid124s     SSBDT: Dialog timer delete during dispatch (did: 039E621C-B0DB-48FE-8B3E-0B09ECE8104B:Target, OpType: DialogCleanupDispatch OpResult: Null)
2018-07-25 14:22:15.760 spid124s     SSBDT: Dialog timer delete during dispatch (did: 7CD4A466-4F9C-404A-9210-A3B4CE2F520D:Target, OpType: DialogCleanupDispatch OpResult: Null)

These may may informational message but not sure these messages are related to which object or process. Error log getting filled. How to stop these message ?

Thanks

Selva

Can SQL Server 2012 Standard be installed on Windows Server 2019?


The computer must be trusted for delegation and the current user account must be configured to allow delegation - SSDT 2012

$
0
0

I am trying to install Microsoft SQL Server 2012 in Windows 10 Operating System.

When I try to open SSDT, I get this error:

The requested operation cannot be completed.The computer must be trusted for delegation and the current user account must be configured to allow delegation.

I have a separate built-in administrator account from where I installed SQL Server.  I am able to open SSDT from that account without any issues.  From my ownuser account, by running SSDT as an administrator, I have the above error.

Can you let me know on how I can overcome this delegation issue? I have installed SQL Server Service 2012 Pack 3.


Install Microsoft 2014 SQL Developer Ediiton

$
0
0

Hello Guys,

Does anyone know where and how to download Microsoft SQL 2014 Developer Edition? MY computer operating system is Windows 7 Professional.

Regards,

Tan

Issue with starting SQL Server service

$
0
0
Hi, I have a Windows server 2008 R2 in production environment and a SQL server 2008 R2 there. Windows server had a windows update last weekend (KB4457008 and KB4462923) and a server reboot following that. After the reboot, SQL service was not starting in the server with an event viewer error, Unable to access MSSQL\ERRORLOG file. I found ERRORLOG file in MSSQL folder has changed to Read-Only state and hence SQL Server Service was not starting. It started successfully by creating a new ERRORLOG file once we renamed the existing ERRORLOG file to some other name. Can anyone help me to understand what can be the reason behind the enabling of Read-Only attribute of ERRORLOG file, where all other files were not facing any issue. Same windows update has been applied to lower environment as well and SQL started there with no issues.

unable to apply SQL Server 2017 CU13

$
0
0

I get the following error when installing SQL Server 2017 CU13.

SQL Server 2017 CU13 Install Error

How to generate health check data for SQL

$
0
0
Hi! I am new to SQL and trying to generate health checks for SQL server to include things like: Who has access to what, SQL performance etc. Any pointers please..

Data root directory & 64kb allocation unit size

$
0
0


Greetings. This is regarding SQL2016 installation procedure. Is there any performance impact on selecting drive with 64kb allocation unit size for the location of data root directory? It is recommended to use such unit size for mdf/ldf files, however installer will create there some additional things (for instance Log folder).

SQL Directory 7

Installation Question

$
0
0
I have an instance of SQL Server 2014 Express installed on a server.  I want to install an instance of SQL Server 2016 Developer Edition on the same box without doing an upgrade.  I'd like to have both installed side by side.  What would be the best way to get this done?  I'm not sure I can just install a named instance of SQL Server 2016 Developer and leave the default install of the Express Edition.  Thanks in advance.

SQL profiler error with analysis services - pfutil

$
0
0

When trying to connect sql profiler to an analysis services server I get "Class not registered (pfutil)"

When attempting to register the dll with regsvr32 I get ".. pfutil was loaded but the entry-point DllRegisterServer was not found.  Make sure that "..pfutil.dll" is a valid DLL or OCX file and then try again"

MSSQL server version is 2014

My sql server configuration manager version is 2014.0120.2000.08. How can I find out the version - enterprise/standard/developer and the trial expiry date?

$
0
0
My sql server configuration manager version is 2014.0120.2000.08.  How can I find out the version - enterprise/standard/developer and the trial expiry date?

SQL Server 2016 licensing question

$
0
0

Hi,

I have one physical SQL Server running on ProLiant BL460c Gen9 hardware blade. This blade got 2 CPUs with 16 cores each.

The SQL Server running on this hardware only have 24 cores dedicated (since this seems to be the maximum number of cores Standard license can use).

I am having a hard time figuring out how this should be licensed. When I read about the Per Core licensing model it says that you should buy license for each physical core. 


But which of the numbers should I go for when buying the licenses, the maximum number of physical cores dedicated to the SQL Server (24 cores) or the maximum number of physical cores available on the hardware blade (32 cores).

Thanks!



Backing Up A Database In SQL.

$
0
0
If I am running SQL Server 2014 and backup a db in that version, can that backup be restored in a higher version of SQL when it is upgraded?

How do I check if my MSSQL database is Unicode?

$
0
0

I have SQL Server 2008 R2 (SP1) installed and running on 2 IBM server machines kkbqc & kkbqf. Each installation has multiple databases (including system databases). The OS on both server machines is Windows Server 2008 R2 SP1 (64-bit).

How do I check if each of these databases is Unicode? I need this piece of information to correctly setup/configure my ERP system.

Thank you in advance.

 
Viewing all 7707 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>