SqlPackage halts for 100 seconds without apparent reason

Copper Contributor

I am running sqlpackage tool version 162.3.566.1 in Docker container image mcr.microsoft.com/dotnet/runtime:6.0 and/or Ubuntu base image and there is very strange behavior. Overall it works fine. But for some reason I can't understand why it stops for 100 seconds. Diagnostic log looks like this:

 

Microsoft.Data.Tools.Diagnostics.Tracer Information: 25 : 2024-09-06T13:42:34 : Perf: Operation ended (name, details, elapsed in ms): Updating database,,265

Updating database (Complete)

*** HERE IT WAITS FOR 100 SECONDS WITHOUT ANY APPARENT REASON ****

Successfully published database.

Changes to connection setting default values were incorporated in a recent release.  More information is available at https://aka.ms/dacfx-connection

Microsoft.Data.Tools.Diagnostics.Tracer Information: 18 : 2024-09-06T13:44:14 : Time elapsed: 0:01:46.30.

Time elapsed 0:01:46.30

Microsoft.Data.Tools.Diagnostics.Tracer Information: 0 : 2024-09-06T13:44:14 : SqlPackage completed

 

Any idea what can be the culprit???

0 Replies