microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.57k stars 901 forks source link

Couldn't start client Flat File Import Service #25779

Open mycturner opened 3 months ago

mycturner commented 3 months ago

Steps to Reproduce:

  1. Right click on database
  2. Select Import Wizard from drop down Screenshot 2024-07-25 at 2 39 18 PM
  3. Receive "Couldn't start client Flat File Import Service" message in lower right corner Screenshot 2024-07-25 at 2 38 26 PM

Does this issue occur when all extensions are disabled?: Yes

lewis-sanchez commented 2 months ago

Hi @mycturner, I wasn't able to repro this issue. Are you able to update to the latest version of Azure Data Studio? If you are able to update and still see this issue, could you attach application and console logs to help identify what is causing the flat file import service to not start?

github-actions[bot] commented 2 months ago

We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.

  1. First open the Settings page, find the Mssql: Tracing Level setting and change that to All then restart Azure Data Studio.
  2. Open command palette (Click View -> Command Palette) and run the command Developer: Set Log Level... and set the level to Trace.
  3. Run the repro scenarios.
  4. Collect the following logs:

    Console Logs

    • Open Developer Tools (Help -> Toggle Developer Tools)
    • Click the Console tab
    • Click in the log area and select all text (CTRL+A)
    • Save this text into a file named console.log and attach it to this issue.
    • Developer Tools can be closed via Help -> Toggle Developer Tools

    Application Logs

    • Open command palette (Click View -> Command Palette)
    • Run the command: Developer: Open Logs Folder
    • This will open the log folder locally. Please zip up this folder and attach it to the issue.
  5. Now you can revert the Log/Tracing levels changes made in step 1 and step 2.