Windows error 0x80072023, -2147016669

Detailed Error Information

DS_SIZELIMIT_EXCEEDED[1]

MessageThe size limit for this request was exceeded.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code8227 (0x2023)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002023.

Questions

2votes
3answers

SSIS Lookup component failed to process the rows in the cache

I'm working with SQL Server 2008 R2 Integration Services. I have an etl process with a Lookup component, that was working just fine. I made some changes to data sources, but the amount of data is low in my opinion, 654 rows, it gives me the following error in the [...] read more
sql-server
ssis
lookup
etl
1vote
2answers

LDAP SSIS Throwing generic error on ADO.NET Datasource

When running my SSIS using LDAP, I get this error on my ADO Datasource: > [LDAP Source 1] Error: The component "LDAP Source" (1) was unable to process > the data. 'ADsDSOObject' failed with no error message available, result code: > -2147016669(0x80072023). > > [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. [...] read more
ado.net
ssis
ldap
oledb

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0