Windows error 0x80010112, -2147417838

Detailed Error Information

RPC_E_INVALID_EXTENSION[1]

MessageOLE received a packet with an invalid extension.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code274 (0x0112)

Questions

1vote
0answers

Importing a package with SMTP Connection Manager-SSIS 2017

I am trying to import a package to SSIS 2017 .I have a SMTP connection manager in my package which is causing the issue while I import : > OLE received a packet with an invalid extension. (Exception from HRESULT: > 0x80010112) (Microsoft.SqlServer.DTSRuntimeWrap) I have tried removing the connection manager [...] read more
sql-server
ssis
smtp
ssis-2017
1vote
0answers

SSIS 2017 Importing a package with SMTP Connection Manager

I am attempting to import a package to SSIS 2017 that contains an SMTP conneciton manager and I am receiving the following error OLE received a packet with an invalid extension. (Exception from HRESULT: 0x80010112) (Microsoft.SqlServer.DTSRuntimeWrap) I am using Visual Studio 2017 to create the package. Packages that do not [...] read more
sql-server
ssis
visual-studio-2017

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