Database Management
BI xPress - The Connection "ConnectionNameHere" is not found. Error messages
This article will guide to fix the error: "The connection <ConnectionNameHere> is not found."
First published date
Last published date
Overview
To demonstrate the issue, a test project was created. The project is fundamental, with three (3) blank packages. None of the packages use the Pragmatic Works Audit Framework.
(A) One package without any logging.
(B) One package with logging enabled that uses a package-level connection manager.
(C) One package with logging enabled that uses a project-level connection manager.
The package without any logging (package A) and package-level logging (package B) execute without any errors. However, the package that uses a project-level connection (package C) throws the error indicating that it can't find the project-level connection but still completes successfully.
These are fundamental, blank packages that do not have any frameworks applied to them. The behavior illustrated is due to a Microsoft issue and not a Pragmatic Works issue.