<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unhandled exception in execution #xxx: 42702: column reference &quot;DatabasePath_Text&quot; is ambiguous]]></title><description><![CDATA[<pre><code>Npgsql.PostgresException (0x80004005): 42702: column reference "DatabasePath_Text" is ambiguous
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at 
&lt;snip&gt;
Inedo.ProGet.Feeds.Docker.BlobScanner.DockerBlobScanner.ScanBlobAsync(DockerBlobs blobData, Stream blobStream, ILogSink log) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E653823\Src\src\ProGet\Feeds\Docker\BlobScanner\DockerBlobScanner.cs:line 112
&lt;snip&gt;
  Exception data:
    Severity: ERROR
    SqlState: 42702
    MessageText: column reference "DatabasePath_Text" is ambiguous
    InternalPosition: 750
    InternalQuery: WITH BlobPackages_Table AS (
        SELECT * FROM jsonb_to_recordset("@BlobPackages_Table") AS ("DatabasePath_Text" VARCHAR(200), "PackageVersion_Id" INT)
    ),
    packagesToRemove AS (
        SELECT *
          FROM "DockerBlobPackages" DBP
          LEFT JOIN BlobPackages_Table BPT 
                 ON BPT."DatabasePath_Text" = DBP."DatabasePath_Text" 
                AND BPT."PackageVersion_Id" = DBP."PackageVersion_Id"
         WHERE DBP."DockerBlob_Id" = "@DockerBlob_Id" 
           AND BPT."PackageVersion_Id" IS NULL
    ),
    deletes AS  (
        DELETE FROM "DockerBlobPackages" DBP
              USING packagesToRemove PTR
              WHERE DBP."DockerBlob_Id" = "@DockerBlob_Id"
                AND DBP."DatabasePath_Text" = PTR."DatabasePath_Text" 
                AND DBP."PackageVersion_Id" = PTR."PackageVersion_Id"
    ),
    newBlobPackages AS (
        SELECT BPT.*
          FROM BlobPackages_Table BPT
               LEFT JOIN "DockerBlobPackages" DBP 
                      ON DBP."DockerBlob_Id" = "@DockerBlob_Id" 
                     AND BPT."DatabasePath_Text" = DBP."DatabasePath_Text" 
                     AND BPT."PackageVersion_Id" = DBP."PackageVersion_Id"
         WHERE DBP."PackageVersion_Id" IS NULL
    )
    INSERT INTO "DockerBlobPackages"
         SELECT "@DockerBlob_Id",
                "DatabasePath_Text",
                "PackageVersion_Id"
           FROM newBlobPackages BPT
    Where: PL/pgSQL function "DockerBlobs_RecordScanData"(integer,xml,jsonb) line 18 at SQL statement
    File: parse_relation.c
    Line: 831
    Routine: scanRTEForColumn
</code></pre>
<p dir="auto">Is it possible we have something misconfigured on our Aurora Postgres instance? Or is this a bug in the application?</p>
<p dir="auto">Version 2025.25 (Build 11)</p>
]]></description><link>https://forums.inedo.com/topic/5724/unhandled-exception-in-execution-xxx-42702-column-reference-databasepath_text-is-ambiguous</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 02:45:32 GMT</lastBuildDate><atom:link href="https://forums.inedo.com/topic/5724.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Apr 2026 18:39:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unhandled exception in execution #xxx: 42702: column reference &quot;DatabasePath_Text&quot; is ambiguous on Fri, 17 Apr 2026 18:39:11 GMT]]></title><description><![CDATA[<pre><code>Npgsql.PostgresException (0x80004005): 42702: column reference "DatabasePath_Text" is ambiguous
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at 
&lt;snip&gt;
Inedo.ProGet.Feeds.Docker.BlobScanner.DockerBlobScanner.ScanBlobAsync(DockerBlobs blobData, Stream blobStream, ILogSink log) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E653823\Src\src\ProGet\Feeds\Docker\BlobScanner\DockerBlobScanner.cs:line 112
&lt;snip&gt;
  Exception data:
    Severity: ERROR
    SqlState: 42702
    MessageText: column reference "DatabasePath_Text" is ambiguous
    InternalPosition: 750
    InternalQuery: WITH BlobPackages_Table AS (
        SELECT * FROM jsonb_to_recordset("@BlobPackages_Table") AS ("DatabasePath_Text" VARCHAR(200), "PackageVersion_Id" INT)
    ),
    packagesToRemove AS (
        SELECT *
          FROM "DockerBlobPackages" DBP
          LEFT JOIN BlobPackages_Table BPT 
                 ON BPT."DatabasePath_Text" = DBP."DatabasePath_Text" 
                AND BPT."PackageVersion_Id" = DBP."PackageVersion_Id"
         WHERE DBP."DockerBlob_Id" = "@DockerBlob_Id" 
           AND BPT."PackageVersion_Id" IS NULL
    ),
    deletes AS  (
        DELETE FROM "DockerBlobPackages" DBP
              USING packagesToRemove PTR
              WHERE DBP."DockerBlob_Id" = "@DockerBlob_Id"
                AND DBP."DatabasePath_Text" = PTR."DatabasePath_Text" 
                AND DBP."PackageVersion_Id" = PTR."PackageVersion_Id"
    ),
    newBlobPackages AS (
        SELECT BPT.*
          FROM BlobPackages_Table BPT
               LEFT JOIN "DockerBlobPackages" DBP 
                      ON DBP."DockerBlob_Id" = "@DockerBlob_Id" 
                     AND BPT."DatabasePath_Text" = DBP."DatabasePath_Text" 
                     AND BPT."PackageVersion_Id" = DBP."PackageVersion_Id"
         WHERE DBP."PackageVersion_Id" IS NULL
    )
    INSERT INTO "DockerBlobPackages"
         SELECT "@DockerBlob_Id",
                "DatabasePath_Text",
                "PackageVersion_Id"
           FROM newBlobPackages BPT
    Where: PL/pgSQL function "DockerBlobs_RecordScanData"(integer,xml,jsonb) line 18 at SQL statement
    File: parse_relation.c
    Line: 831
    Routine: scanRTEForColumn
</code></pre>
<p dir="auto">Is it possible we have something misconfigured on our Aurora Postgres instance? Or is this a bug in the application?</p>
<p dir="auto">Version 2025.25 (Build 11)</p>
]]></description><link>https://forums.inedo.com/post/19553</link><guid isPermaLink="true">https://forums.inedo.com/post/19553</guid><dc:creator><![CDATA[cole.brand_2889]]></dc:creator><pubDate>Fri, 17 Apr 2026 18:39:11 GMT</pubDate></item></channel></rss>