Task and crawl issues
Use these steps to resolve common authentication failures, missing file errors, and path-related issues when running the SQL Server Integration Services (SSIS) Connector workflow in Atlan.
Authentication failure
Authentication failed or Unable to authenticate with Azure Blob Storage
Cause
The workflow fails during authentication when Azure credentials are incorrect, missing, or the service principal lacks required permissions.
Solution
- Verify these values in the workflow configuration match your Azure setup:
- Azure Tenant ID
- Client ID
- Client Secret
- Storage Account Name
- Container Name
- Confirm the service principal has the Storage Blob Data Reader role on the storage account.
- Test authentication using the Test Authentication button in the workflow configuration to verify credentials and access.
Missing files in blob storage
Required files not found or Workflow fails after starting the crawl
Cause
The workflow fails after starting the crawl when the Azure Blob container doesn't include all required files for each SSIS project folder.
Solution
- Confirm the Azure Blob container includes the required files for each SSIS project folder:
.dtproj(project file).dtsx(package files)
- For projects that include Azure components, also include the
.conmgrfile (connection manager file). - Verify all files are uploaded successfully by checking the container contents in the Azure portal.
Incorrect file or folder paths
Files not found or Workflow fails because the connector can't locate expected files
Cause
The workflow fails because the connector can't locate expected files when file names or folder structure don't match the required SSIS folder structure.
Solution
- Confirm the file names and folder structure match the required SSIS folder structure.
- Confirm each project folder contains the
.dtprojfile and all associated.dtsxpackage files. - Verify folder structure matches the pattern shown in Set up SSIS.
See also
- Set up SSIS: Configure Azure Blob Storage and upload SSIS project files
- Crawl SSIS assets: Create the workflow and run the crawl
Need help
If you need assistance after trying the steps, contact Atlan support by submitting a request.