Windows error 0x80070103, -2147024637

Detailed Error Information

NO_MORE_ITEMS[1]

MessageNo more data is available.
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 Code259 (0x0103)

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

Questions

9votes
1answer

Windows 10: Why I can't create a folder named "a" or "b"?

Specification: Windows 10 with Norton Antivirus and CCleaner. When I try to create a folder named "a", it disappear from the explorer just after the action. I noticed the explorer says a message "working on this", it take some time and then the message disappear too. enter image description here [...] read more
windows
windows-explorer
anti-virus
7votes
1answer

UWP Bluetooth Device Connect No more data is available. (Exception from HRESULT: 0x80070103)

I have the following line of code, await _socket.ConnectAsync(_service.ConnectionHostName, _service.ConnectionServiceName); The device is on I can get the Device Info but when I connect I get an exception "No more data is available. (Exception from HRESULT: 0x80070103)" I cant find any real answer to this read more
bluetooth
win-universal-app
5votes
1answer

Windows phone 8.1 streamsocket.connectAsync generate "No more data is available. (Exception from HRESULT: 0x80070103)"

I am developing Windows Phone 8.1 stores app (XAML) that must print on Bluetooth printer. The device is found successfully with first two methods: PeerFinder.AllowBluetooth = True PeerFinder.Role = PeerRole.Client PeerFinder.AlternateIdentities.Item("Bluetooth:SDP") = "{00001101-0000-1000-8000-00805F9B34FB}" 'PeerFinder.AlternateIdentities.Item("Bluetooth:Paired") = "" Dim devs = Await PeerFinder.FindAllPeersAsync() Dim dev As PeerInformation = devs(0) Dim btdevs = [...] read more
bluetooth
windows-phone-8.1
4votes
0answers

ConnectAsync() never finishes in C# Visual Studio

TLDR: Creating a UWP app for Raspberry Pi 3 Model B running Windows 10 IoT and StreamSockets.ConnectAsync() (RFCOMM) sometimes finishes and sometimes it takes an extraordinarily long time to fail ("No more data is available. (Exception from HRESULT: 0x80070103)") or just never finishes. Why is that? The debugger in Visual [...] read more
c#
sockets
uwp
bluetooth
rfcomm
2votes
1answer

'This computer does not have enough space for temporary files...' error 0x80070103

I am trying to install windows server 2008 r2 a computer with multiple drives. My c drive has 3gb space, and I have 2 other hardrives with more than 100gb space. The error is telling me I need about 1gb of space to install windows server. I have looked at [...] read more
windows-7
partitioning
windows-server-2008-r2
2votes
8answers

Visual Studio/WPConnect Unable to Connect to WP7 Device

For some reason, I'm no longer able to connect and deploy to my wp7 device. Zune does not show the phone as being connected, despite the fact that it is connected and the phone shows that it's being charged ... and the wpconnect tool gives the following error: > Failed [...] read more
deployment
windows-phone-7
zune
1vote
1answer

Windows 7 -> Windows 10 Upgrade - Error 0x80070571-0x2000c

I'm in the process of attempting to upgrade my sister's computer to Windows 10 via the Media Creation Tool as per the instructions provided here The tool appears to work ok, it asks a few questions, downloads the installation files, checks for updates, creates the install media then copies the [...] read more
windows-7
windows-10-upgrade
1vote
0answers

WiX util:user LogonAsService failed to read attributes

I am getting an error message when running the WiX installer in console mode. It works in normal mode. The error log says > CreateUser: Error 0x80070103: failed to read attributes from custom action > data CustomAction CreateUser returned actual error code 1603 (note this may > not be 100% [...] read more
wix
burn
0votes
0answers

How to resolve error 0x80070103 when updating Nvidia drivers in Windows 10?

I updated my Windows 8 to 10 today. After updating my drivers, I got this error: > NVIDIA driver update for NVIDIA GeForce GTX 750 Ti - Error 0x80070103 This is the thread I found about it, no answers yet. Any ideas how to resolve? read more
windows-10
nvidia-graphics-card
display-driver
0votes
4answers

Register Windows Phone 7 as developer phone

I am running win 8.1 x64 and have followed this guide because I tried to resolve this message: enter image description here [https://i.stack.imgur.com/YILDL.png] I have found this kb article: http://support.microsoft.com/kb/2468307 I have also closed zune, deleted the certificates and restarted zune. which did not help and also tried to add [...] read more
windows-phone-7
zune
-3votes
1answer

Face Detection with OpenCV

I want to use these codes http://docs.opencv.org/3.2.0/db/d28/tutorial_cascade_classifier.html in VisualStudio to detect faces and i copy 2 XML file in my current directory . but i have some errors. my camera want to open but very quicly close ( exited with code 0 ). how can solve this problem ? errors: [...] read more
c++
opencv
face-recognition
haar-classifier
cascade-classifier

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