Skip to content
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

Closed
keif888 opened this issue Jun 11, 2018 · 6 comments
Closed

Hangs on some SSIS solutions #20

keif888 opened this issue Jun 11, 2018 · 6 comments
Assignees

Comments

@keif888
Copy link
Owner

keif888 commented Jun 11, 2018

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.

@lowerider21
Copy link

Is there a way to send the file directly to you for testing not share it on here?

@keif888
Copy link
Owner Author

keif888 commented Jun 12, 2018

I have setup an azure blob storage, which is configured with write and list permissions only.
To access it you need Azure Storage Explorer, and the following access key (active for the next 7 days):

https://sqlmetadata.blob.core.windows.net/issue20?sv=2017-07-29&si=issue20-write&sr=c&sig=XqLCWUMOR%2FIRudl9jrA1EQENv5KedTT3eBAXoN9X%2Brk%3D

Download the Azure Storage Explorer from Azure Storage Explorer
Then add a storage account Icon looks like a power plug on left.
Select "Use a connection string or shared access signature URI" (next)
Select "Use a SAS URI", and paste the access key into the URI (next)
Then Connect.

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.
Then upload the other files you want to provide to me.

@lowerider21
Copy link

Uploaded files. Thanks

@keif888
Copy link
Owner Author

keif888 commented Jun 12, 2018

Thanks, write permissions removed. I will post further updates as I find the underlying issues.

@keif888
Copy link
Owner Author

keif888 commented Jun 13, 2018

Issue may be in the SSISProjectBuilder.exe that is called to construct an ispac file from the dtproj file.
But I am not sure. as I thought I got a hang but I haven't been able to repeat it to find underlying cause.

@keif888
Copy link
Owner Author

keif888 commented Jun 15, 2018

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.
Fixed in 0.25.0.0 release.

@keif888 keif888 closed this as completed Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants