Windows error 0x000004DC, 1244

Detailed Error Information

NOT_AUTHENTICATED[1]

MessageThe operation being requested was not performed because the user has not been authenticated.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800704DC.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1244 (0x04dc)

Questions

1vote
2answers

Exchange 2010: Receiving "You can't send a message on behalf of this user..." error when trying to configure delegate access

I am trying to give someone (John Doe) delegate access to another account (Jane Doe) in our test environment. However, I receive the following error from Exchange: *Subject:* Undeliverable: You have been designated as a delegate for Jane Dow *To:* Jane Dow Delivery has failed to these recipients or groups: [...] read more
email
exchange
exchange-2010
1vote
0answers

Send email via secondary address

I created Excel VBA code to send emails on a loop through Outlook. This works with my primary email address. When I change which email address it is sent from to my secondary email address, which is mapped over from Gmail, I receive an error message > This message could [...] read more
excel
vba
outlook
0votes
1answer

Exchange server: send mail using alias

I use different domain addresses (ie a@aa.com a@bb.com), alias of the same exchange mailbox. DNS MX records for 'aa.com' and 'bb.com' points to the same exchange server. Receiving mails works perfect, the issue is sending mails. How can we setup outlook and/or exchange to allow us to send mails, using [...] read more
exchange
exchange-2010
exchange-2007
outlook
outlook-2010
0votes
1answer

Time-out occurred while waiting for buffer latch in Sql server 2008 when executing large MERGE query

In our datawarehouse we execute a MERGE query in a storedprocedure in order to synchronize our datawarehouse every night. Our database server is running Sql-server 2008 During the execution of the stored procedure we receive te following exception: java.sql.SQLException:Time-out occurred while waiting for buffer latch type 4 for page (1:3939774), [...] read more
sql-server-2008
timeout
0votes
1answer

No permissions to send email from Excel-VBA

I used to send email from VBA from an Excel Workbook. This worked correct. Now I have a new PC and tried to run the same code. And I get a permission error. I have checked, re-checked and double checked with my old PC, but I can't find any difference [...] read more
excel
vba
outlook

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