Crawl and lineage issues
Resolve upload failures, empty extractions, and missing lineage for the Informatica PowerCenter connector
Use these steps to resolve common upload, extraction, and lineage issues when running the Informatica PowerCenter connector workflow in Atlan.
Archive rejected during upload
Encrypted archive not supported or Invalid archive entry
Cause
The connector rejects a .zip archive when it's password-protected or encrypted, or when it contains symbolic links or entries with absolute paths. These are blocked for security reasons.
Solution
- Re-create the archive as a standard, unencrypted
.zip. - Make sure the archive contains only your exported files, with no symbolic links or absolute paths.
- Upload the new archive in the Repository XML export field and run the workflow again.
Repository export fails with permission error
Permission denied or Access denied while exporting from PowerCenter
Cause
The account used to export repository objects lacks the required repository permissions.
Solution
- Confirm the account has read permission on the objects you're exporting.
- Confirm the account has the Access Repository Manager privilege.
- Re-run the export, then repackage and upload the archive.
Repository export is invalid or fails to parse
Invalid XML or parse error while processing the repository export
Cause
Informatica has documented issues where repository exports contain characters that break XML parsing. For example, reserved characters such as & in folder or object descriptions, or non-Unicode characters in transformation names.
Solution
- Correct the problematic characters in PowerCenter and re-export the affected objects. This is the recommended fix.
- Alternatively, manually edit the exported XML to escape or remove the invalid characters. For example, replace a bare
&with&. - Repackage the corrected exports into the
.zipand run the workflow again.
You don't need to add a DTD file to your upload. Atlan supplies the required powrmart.dtd automatically during extraction.
No lineage extracted
No lineage found or the workflow fails after extraction
Cause
The workflow fails rather than publishing an empty result when the repository exports contain no resolvable data flow. This usually means the XML files are missing folder or repository declarations, or the folders don't contain mappings with resolvable sources and targets.
Solution
- Confirm each XML file contains its
<REPOSITORY NAME>and<FOLDER NAME>declarations. - Confirm all files belong to the same repository and that no workflow folder appears in more than one file. Shared dependency folders may repeat across files.
- Re-export any folders that were exported incompletely, then repackage and re-upload the archive, or replace the staged copy in your object store.
Extraction fails with no workflows found
The workflow fails during staging with The repository export contains no workflow definitions in any folder, or fails early during extraction with no workflows in this snapshot or Not Generating Snapshot in the logs
Cause
No folder in the upload contains workflow definitions, so the run either fails at staging or can't build a snapshot during extraction. This is almost always a packaging problem:
- None of the uploaded folders contain workflows—for example, the export holds only shared or reusable objects. Folders without workflows are used for shortcut resolution but aren't crawled on their own.
- The
.zipnests archives more than one level deep. A.zipinside the uploaded archive is extracted, but anything nested deeper is skipped, so staging rejects the upload withthe repository-XML zip must contain at least one .xml export.
Solution
- Confirm at least one folder in the upload contains workflows. Multi-folder XML files are supported—the connector processes every folder that contains workflows and uses the shared folders for shortcut resolution.
- Export shared and reusable objects as dependencies of a workflow folder (using the dependent-object and shortcut export options) instead of uploading a shared folder on its own.
- Rebuild the archive so it contains the
.xmlfiles directly, with no nested.zip. - Repackage and re-upload, then run the workflow again.
Assets appear as partial or unresolved
Lineage resolves to placeholder assets instead of your real tables
Cause
Atlan connects PowerCenter lineage to source and target assets that already exist in the catalog. When a system hasn't been crawled, Atlan creates a partial placeholder that resolves once that system is cataloged.
Solution
- Crawl and publish the source and target systems referenced by your PowerCenter mappings.
- Re-run the PowerCenter workflow, or wait for the placeholders to resolve automatically after the source systems are cataloged.
Missing lineage for ODBC or flat-file sources
Sources using ODBC or non-relational connections don't appear in lineage
Cause
Repository exports don't always declare a database vendor for ODBC or non-relational (flat file, XML, VSAM) connections, so Atlan can't always determine which system the data flows to.
Solution
- Confirm the affected sources use ODBC or a non-relational connection type. These may not resolve to a specific database in the current release.
- Contact your Atlan representative to configure a vendor mapping for the affected connection, applied through the Operator overrides field of the workflow.
See also
- Set up Informatica PowerCenter: Export and package your repository files
- Crawl Informatica PowerCenter assets: Create the workflow and run the crawl
Need help
If you need assistance after trying these steps, contact Atlan support by submitting a request.