Share via

SQL server 2019 Python

Vignesh Pradeep V 121 Reputation points
2021-10-05T16:34:26.33+00:00

I have downloaded Microsoft Python Server SPS_9.4.7.25_1033.cab CAB file from Microsoft site to install Python feature in offline. While installing after choosing the CAB file path, unable to proceed next step. The next button is not enabled. The server doesn't have internet connection. How to add python feature in offline. The server contains one SQL server 2019 instance(Enterprise edition).
137836-image.png

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


3 answers

Sort by: Most helpful
  1. Erland Sommarskog 134.3K Reputation points MVP Volunteer Moderator
    2021-10-06T21:16:01.057+00:00

    I played with this and also read the link that Amelia provided. The UI is misleading, because that it is not the place it is looking. It's looking in your %TEMP% folder. Open a command-line window and type

    echo %TEMP&
    

    to find out.

    Once I had place the cab file there, Next lit up.

    Also, I think you have the wrong file. SPO_4.5.12.120_1033.cab appears to be the right guy.

    Was this answer helpful?

    0 comments No comments

  2. Vignesh Pradeep V 121 Reputation points
    2021-10-06T08:32:13.947+00:00

    The compressed file(SPS_9.4.7.25_1033.cab) is not showing while choosing browse option . after extract the compressed file , three folders Lib,o16n,samples are showing. Still Next button is not enbled. t i unable to proceed.

    138019-image.png

    Was this answer helpful?

    0 comments No comments

  3. AmeliaGu-MSFT 14,011 Reputation points Microsoft External Staff
    2021-10-06T02:12:21.093+00:00

    Hi kumar-9444,

    As Erland mentioned, please make sure SPS_9.4.7.25_1033.cab is in C:\New folder.
    And try to put the CAB files and installation media file in the same folder on the machine.
    Please also check this doc which might be helpful.

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

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