Windows error 0x80030050, -2147286960

Detailed Error Information

STG_E_FILEALREADYEXISTS[1]

Message%1 already exists.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code80 (0x0050)

Questions

1vote
3answers

STG_E_FILEALREADY Exists 0x80030050 ssrs while preview the report

i'm pdating a ssrs report The Query is working properly But while preview it is throwing this error An error has occurred in the local report process already exists 0x80030050 (STG_E_FILEALREADYExists ) How to fix this error Thank you read more
sql-server
reporting-services
ssrs-2008
business-intelligence
1vote
1answer

how to correct hresult error.ms sql server

when remotely accessing an instance, I try to open 'new query' in the sql server , it is given below error: Error: already exists. (Exception from HRESULT: 0x80030050 (STG_E_FILEALREADYEXISTS)) How to correct this error? read more
sql-server
exception
exists
hresult

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