Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Global Temp Table Not found - SSIS

$
0
0

I am facing below error while using global temp table in SSIS.

[OLE DB Destination [78]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E37  Description: "Table/view either does not exist or contains errors.".


[OLE DB Destination [78]] Error: Failed to open a fastload rowset for " ##AGENTDTLS". Check that the object exists in the database.

[SSIS.Pipeline] Error: component "OLE DB Destination" (78) failed the pre-execute phase and returned error code 0xC0202040.

1) For data connection manager - Retain same connection is set to True

2) Data Flow task - Delay Validation is set to True

3) Destination Task - Using Temp Table - ValidateExternalMetadata is set to false.

4) I am just using one data connection.

5) before using the temp file I am checking if its exits and if yes drp it first and create it.

Not able to understand the reason for failure.



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>