OpenEvtLog failed with error The requested operation is not supported on 2003 windows server

Bala Smart 51 Reputation points
2021-06-14T15:54:22.467+00:00

Hi,
We are fetching events from remote machine by using OpenEvtLog API on 2003 server. It's working without an issue, Unfortunately when i applied Windows Security update KB5003646. I am not able to fetch events from windows 2003 server.

How to read event from remote machine(Windows 2003 server) by using OpenEvtLog.  
Note:  
   OpenEvtLog API from 2012 R2 ==> The requested operation is not supported (1764)  
   OpenEvtLog API from 2016/Win10 ==> The RPC server is unavailable (1722).  
  
Remaining windows version working when i applying June 2021 update.([Issue resolved][1]). Windows 2003 server only not working  
  
How can i fix this issue?  
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,939 questions
{count} votes

Accepted answer
  1. MotoX80 33,376 Reputation points
    2021-06-14T17:23:01.86+00:00

    It looks like you found your answer On that web page it says:

    Issue details
    Apps might have issues accessing event logs on remote devices
    Resolution: This is expected due to security hardening changes relating to Event Tracing for Windows (ETW) for CVE-2021-31958. This issue is resolved if the local and remote devices both have KB5003671 installed.

    Server 2003 is no longer supported. Microsoft has not released any updates in years. They have on occasion released an update for critical vulnerabilities like WannaCry, but I would not expect to see a 2003 version of KB5003646.

    https://msrc-blog.microsoft.com/2017/05/12/customer-guidance-for-wannacrypt-attacks/

    You should migrate your applications off of WS2003 and on to a supported version of Win Server.

    If that's not an option, then you could dump the eventlogs on the 2003 server and then use something like FTP to send the data to your eventlog processing server..

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JiayaoZhu 3,911 Reputation points
    2021-06-15T07:01:56.57+00:00

    Hi,

    Thanks for posting on our forum!

    I totally agree with the suggestions given by @MotoX80 . Besides, I think uninstalling KB5003646 and use your previous version can be a quicker way to solve your issue, if KB5003646 is the root cause for your issue.

    In addition, as @MotoX80 said, Server 2003 is no longer supported by Microsoft, so I think you can take this chance to upgrade your OS version, at lease up to server 2008 r2. You will need a two-step method:

    How to Upgrade to Windows Server 2008 from Windows Server 2003
    https://www.pluralsight.com/blog/tutorials/upgrading-to-server-2008-from-server-2003

    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.

    Server update from 2003 to 2019
    https://techcommunity.microsoft.com/t5/microsoft-teams/server-upgrading-from-2003-to-2019/m-p/392787

    Thanks for your understanding and support! : )

    BR,
    Joan


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.