-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs on some SSIS solutions #20
Comments
Is there a way to send the file directly to you for testing not share it on here? |
I have setup an azure blob storage, which is configured with write and list permissions only.
Download the Azure Storage Explorer from Azure Storage Explorer You should see a Blob Container called issue20 appear in your local and attached section of the explorer. To confirm that this is secured, please upload a small text file, and attempt to download or delete it. The permissions will prevent you from doing so. |
Uploaded files. Thanks |
Thanks, write permissions removed. I will post further updates as I find the underlying issues. |
Issue may be in the SSISProjectBuilder.exe that is called to construct an ispac file from the dtproj file. |
Issue was in the way that the output from SSISProjectBuilder was being accessed, synchronously instead of asynchronously. Added timeout on execute as well to prevent eternal hang. |
This issue is split from #17.
When it was scanning .dtproj it would hang on one of my solutions. I have no error message or log, it just hung. It must be something about that particular project cause it was able to scan others. This is more an FYI at this point.
The text was updated successfully, but these errors were encountered: