Windows error 0x800706F7, -2147023113

Detailed Error Information

HRESULT analysis[1]

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

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

Questions

5votes
4answers

Error 0x800706F7 "The stub received bad data" on Windows XP SP3

In my VB6 application I make several calls to a COM server my team created from a Ada project (using GNATCOM). There are basically 2 methods available on the COM server. Their prototypes in VB are: Sub PutParam(Param As Parameter_Type, Value) Function GetParam(Param As Parameter_Type) where Parameter_Type is an enumerated [...] read more
com
vb6
windows-xp
ada
windows-xp-sp3
4votes
2answers

Windows Server 2008: COM error: 0x800706F7 - The stub received bad data

I'm evaluating Server 2008. My C++ executable is getting this error. I've seen this error on MSDN that seems to have required a hot-fix for several previous OSes. Anyone else seen this? I get the same results for the 32 & 64 bit OS. Code snippet: HRESULT GroupStart([in] short iClientId, [...] read more
com
windows-server-2008
3votes
2answers

Call win32 CreateProfile() from C# managed code

Quick question (hopefully), how do I properly call the win32 function CreateProfile() from C# (managed code)? I have tried to devise a solution on my own with no avail. The syntax for CreateProfile() is: HRESULT WINAPI CreateProfile( __in LPCWSTR pszUserSid, __in LPCWSTR pszUserName, __out LPWSTR pszProfilePath, __in DWORD cchProfilePath ); [...] read more
c#
winapi
pinvoke
2votes
2answers

Can I configure BizTalk Server 2013 to join an existing SSO system that is based on an older infrastructure?

I installed and am attempting to configure a BizTalk Server 2013 system to which we want to transition from BTS 2009. It will use a remote, clustered SQL Server 2012 instance that runs alongside SQL Server 2008 SP3 which serves the present-day production BTS 2009. When I started to configure [...] read more
sql-server
single-sign-on
biztalk
biztalk-2009
biztalk-2013
1vote
1answer

0x800706F7 - The stub received bad data on server 2008

Recently we moved our application from server 2003 to server 2008 (32 bit) but it is throwing an error while calling a server method. The server method is written in C++. Here is the code: CLIENT SIDE CODE: String[] arrNames = new String[]{}; System.Object []objArr = new System.Object[] { string, [...] read more
c++
stub

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0