Eventlog Forwarding Issues - Either the component that raises this event is not installed on your local computer or the installation is corrupted.....

Hello all,
OK so I do have Event Forwarding working - but I've noticed that when it's first configured I get messages similar to:
The description for Event ID 104 from source Microsoft-Windows-Eventlog cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on
the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
The locale specific resource for the desired message is not present
If I alter the subscription (wecutil ss subname /cf:events) the forwarded events are rendered correctly.
However a product we are evaluating (which depends on event forwarding to work) always ends up with a couple of mal-rendered lines - always look something like:
Required Privs: %9
I built a standalone AD domain and joined the same 'problem' clients to this domain and re-configured Event Forwarding - there was no need to change the subscription format type to "events" and the events were forwarded correctly and also
the product we are looking at worked straight away.
It seems that when event forwarding is configured in our live domain (or any of the test labs we have) I always get the attached errors....
I've read a number of blogs that describe the issue and most recommend altering the subscription format - this however does not solve the issue entirely...
Has anyone else seen this issue and maybe found out how to resolve?
Thanks all
Carl

Yes,
I have ACS forwarder and OPSmgr Agent on Event log collector computer.
Event log collector computer shows some of the forwarded events incorrectly like "The
description for Event ID 104 from source Microsoft-Windows-Eventlog cannot be found"
When I change regional settings on Collector computer, event log shows all events(also previous) correctly.
Forwarded with ACS and Opsmgr Agent events 
from collector computer were saved in DB correctly, even when event log show them incorrectly like "The
description for Event ID 104 from source Microsoft-Windows-Eventlog cannot be found"

Similar Messages

  • The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the
    installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException: Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    Thanks
    Suresh
    Suresh

    Hi,
    Can any one help me on the below issue ?
    while executing automated test case in test center it is showing as test case is in progress, then i navigated to virtual machine (where the test agent is online), there Internet
    explore has opened automatically and my test case execution started, but with in a seconds IE has closed . However, in test center, test case status is showing as in
    progress, after  2 or 3 min  some of  test cases getting passed and some are failed.
    Here my question is in lab center-->virtual machine, IE has opened automatically and navigated the 2 or 3  links and with in seconds IE has getting closed. Why IE is getting closed without completing execution?
    Error Message :
    The description for Event ID 0
    from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: 
    (mtm.exe, PID 5240, Thread 4) FileAggregatorSessionInfo: Error occurred while deleting temporary directoryException: System.IO.DirectoryNotFoundException:
    Could not find a part of the path 
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
       at Microsoft.VisualStudio.TestTools.Execution.Aggregation.FileAggregator.FileAggregatorSessionInfo.DeleteTemporaryDirectory(String
    temporaryDirectory)
    the message resource is present but the message is not found in the string/message table
    We are using VS 2013 (premium) and IE 10.0,  scripts have been created on the same versions. It is working fine  on
    developers command prompt but the same tests are getting failed in lab center test agent machine
    test agent log:
    QTAgentService.exe, AgentService: calling AgentObject.RunEndFileCopyComplete
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: waiting for agents to start.
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Successfully called 'Cleanup' on the test agent
    QTAgentService.exe, AgentProcessManager.PerformActionIgnoringExceptions: Calling 'StopDataCollection(int)' on the data collection agent
    QTAgentService.exe, AgentProcessManager.IsDataCollectionAgentNeeded: IsExecutedOutOfProc? True
    QTAgentService.exe, AgentPro
    QTAgentService.exe, AgentProcessManager.WaitForDataCollectionAgentProcessToStart: Agents started.
    QTAgentService.exe, AgentService: Connection to controller is up.
    Thanks
    Suresh

  • Cannot get Membership Provider with name RoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.

    I am trying to create a web application that uses AD LDS as its authentication provider. I have followed all the steps and verified all the web.config files, but I receive the error below:
    Cannot get Membership Provider with name CustomRoleProvider. The membership provider for this process was not properly configured. You must configure the membership provider in the .config file for every SharePoint process.
    Has anyone come across this error before?

    There seems to be some issues in your web.config files. Please make sure your Web application entries for membership and role provider(at central admin site) are matching with Web.config entries. your error
    "Cannot get Membership Provider with name CustomRoleProvider.
    ", indicating that you may have used role provider name in Membership provider text box or in web.config.
    Also please make sure that you have correct entries in all 3 web.config files - Central Administration , Security Token Service (STS), Web application .
    Please refer  -
    Forms Based Authentication (FBA) in SharePoint 2013
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • "The software required for this iPhone is not installed correctly. Please reinstall iTunes to install the required software." I get the same error on my iPad.

    I upgraded my itunes to 10.6 and now I get the error "The software required for this iPhone is not installed correctly. Please reinstall iTunes to install the required software." I get the same error on my iPad. I've tried uninstalling and reinstalling. Please help!!

    Edit: 10.6.3. I have uninstalled using the uninstall programs on itunes and then I downloaded again from the itunes website multiple times. This is not resolving the issue. The phone shows up in My Computer.

  • I JUST GOT AN IPHONE AND I AM TRYING TO CONVERT MY MUSIC INTO RINGTONES. I GOT ONE OF THE APPS THAT DOE THIS AND HAVE MADE RINGTONE.  HOWEVER I CANNOT GET THE RINGTONE ON MY IPHONE. I DO NOT HAVE A TONES TAB ON MY IPHONE SCREEN.

    I just got an Iphone and I am trying to get my Itunes music as my ringtone. I already got an app and made a ringtone. I even got the tones tab to appear in my Itunes library. I cannot however get a tones tab to appear on my Iphone sync area. Also I cannot get any of my ringtones into the tones folder. They are no longer than 30 seconds so that is not the problem. Any ideas?

    Does this app not provide a video on how to sync it with itunes and then sync it to your phone.
    If you have transfer the ringtone to your computer, play the ringtone - then it should move to your tones folder in itunes.  Just make sure when you play the ringtone it's plays in itunes.

  • Need to allow users to upload images (jpg) in the flash (.swf) from your local computer (with the drive C). Help, please.

    Faly .swf is on the server.
    The user loads the page HTMl file .swf.
    By clicking on button_mc the user can select from your computer (local disk) image file to upload not on the server and temporarily - to flash - the file.
    Фалй .swf находится на сервере.
    Пользователь загружает страницу HTMl с файлом .swf.
    По нажатию на кнопку button_mc пользователь может выбрать на своем компьютере (локальном диске) файл картинки для загрузки не на сервер, а временно - во flash - файл.
    Below given code works only if the image file .swf are in the same directory (folder).
    I know the file name, but I can not find the full local path to his computer to the selected file.
    Ниже приведенный код работает, только если картинка и файл .swf находятся в одной папке (folder).
    Я могу узнать имя файла, но не могу выяснить полный локальный путь на его компьютере до выбранного файла.
    How do I get my site you can download at home in my swf file to a photo to her dalsche work?
    Как сделать, чтобы пользователь моего сайта мог у себя дома загрузить в мой файл swf свою картинку, чтобы с ней дальще работать?
    button_mc.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void {
    var mm:String = new String();
    var myFileReference:FileReference = new FileReference();
    var myFileFilter:FileFilter = new FileFilter("Images", "*.png;*.gif;*.jpg");
    try {
    myFileReference.browse([myFileFilter]);
    myFileReference.addEventListener(Event.SELECT, onSelectFile);
    function onSelectFile(event:Event):void {
    mm = FileReference(event.target).name;
    var loaderPic:Loader;
    loaderPic = new Loader();
    loaderPic.contentLoaderInfo.addEventListener(Event.INIT, initListenerPic);
    var urlClipPic:URLRequest = new URLRequest(mm);
    loaderPic.load(urlClipPic);
    function initListenerPic(event:Event):void {
    addChild(loaderPic.content);
    } catch (illegalOperation:IllegalOperationError) {
    trace("Ошибка");
    button_mc.buttonMode = true;

    My question was too difficult for everyone?
    Nobody has been able to help.
    I thought that in this forum a lot of professionals.
    It seems - I was wrong.
    If there is someone who can help, contact us.
    [email protected]

  • The software required for this ipod is not installed correctly. Please reinstall itunes to install the required software.

    I tried removing and reinstalling iTunes, following the instructions to the letter.  I tried my iPod in my wife's computer, and it works.  We both have Windows XP SP3 and iTunes 10.7.0.21.
    My iPhone 4 works fine with iTunes.  I changed the battery in the ipod.
    Anyone know how to solve this?
    Thanks.

    Did you install iTunes 11.1.4?  If so, follow the guidance of tt2 in: https://discussions.apple.com/message/24620553#24620553 to clean up a problem with the installation.

  • I have ipod touch running ios 5.1.1 , when i sync it in mac os 10.6.8 using itunes 10.6.3 ,it gives  the message "The software required for this iPod is not installed correctly. Please reinstall iTunes to install the required software"

    thanks for helping.

    it worked . i moved itunes.app to trash. downloaded itunes 10.6.3 and then installed , restarted and now my ipod touch gets detected. thank u .

  • HT1766 I lost my IPhone 4S this morning and want to increase my cloud storage so I can back it up when it finds a signal and then remotely erase it...I'm assuming the worst that whoever finds is will not callme or want to return the phone

    I lost my IPhone 4S this morning and want to increase my cloud storage so I can back it up when it finds a signal and then remotely erase it...I'm assuming the worst that whoever finds is will not call me or want to return the phone. I went to icloud but it only govers me options to increase storage from my iPhone or a synced computer (mac or PC).

    If the phone is offline there is no way to track it or send a message to it.  You can place it in lost mode to lock it and send it a message (see http://help.apple.com/icloud/#/mmfc0f0165), but this will not take place until the phone goes back online, if it ever does.  If it does, you will get an email informing you.
    You might want to read this: http://support.apple.com/kb/HT5668.

  • The software for communicating with ipod is not installed correctly..

    Everything used to work fine on my laptop. I'm fairly sure it was after I had uninstalled Zune crap from my laptop when my iTunes started messing up and saying "the software for communicating with ipod is not installed correctly".
    I've searched the whole internet front to back about this error and most things I find are from 2005'ish. I've tried changing the registry permissions, reinstalling itunes, clearing out everything that has to do with itunes, doing all the msconfig things, manually starting the ipodservice.exe.
    I still cannot figure it out and I've had this error for like 3 months. Only thing that I notice that MIGHT be odd is that I'll have ipodservice.exe running (from System) and when I open iTunes another ipodservice.exe will open (from my username) and then close after a few seconds and then I plug my ipod up and bam, the error from above comes up. Anyone have any clue? Like I said everything worked fine at one point!
    Thanks!

    Another thing is that iPod Touch shows up fine...I've tried every other ipod from older 4gig Nanos to 120gb Classics and none of them work..this is really annoying!

  • I Ipod class wont play TED and other video podcasts.  The genious bar could not figure out the problem.  This problem is not isolated to a single computer.  Secondly, the convert to ipod version feature in Itunes does not resolve the problem.

    My Ipod classic wont play TED, The Grid, Techzilla and other video podcasts (but not all video podcasts).  The genious bar could not figure out the problem. Instead, the Apple store gave me credit towards a new classic, which produced the same problem.  This problem is not isolated to a single computer.  Secondly, the convert to ipod version feature in Itunes does not resolve the problem.  Lastly, I tried restoring the ipod to no avail.  I've heard this is a video codec problem. 

    See this extensive older thread on the issue.
    https://discussions.apple.com/thread/2813428?start=45&tstart=0
    B-rock

  • I downloads the latest iTunes software update and it properly installed.  But,  I cannot close the window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the

    I downloaded the latest iTunes software update and it properly installed.  But,  I cannot close the update window showing it was completed and the blue completion bar is full but cannot cancel or close it either.  Any ideas on how to clear that out and close the window.  Tried to quit on both the big window and the software update title in the menu bar.  No luck.

    Tried that by shutting down via the power button only as the normal shutdown was nixed by the open window issue.  It did not help.  Found a very similar question in the discussions and it recommended "Force Quit".  That worked and the update works normal and the window is gone.  Thanks!

  • I need to get photos off a water damaged iPhone 3GS. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    I need to get photos off a water damaged iPhone 3GS. It spent time underwater, saltwater. I let it dry for a week, turned it on, the apple symbol came on, then it died. I need to retrieve my photos off it. Can I take out the component that has the photos (is this the main board?) and put it into another of the same phone to retrieve the photos? Please help

    You're talking about the logic board. The two most likely things to get toasted, with water damage, are the battery(it shorts out), & the logic board. The worst water damage would be salt water. I'm afraid your logic board is toast.

  • The program used to create this object is AcroExch. That program is either not installed on your com

    Need help fixing this. I have multiple users who use to be able to embed a pdf in word, but now are unable to. They receive the following:
    The program used to create this object is AcroExch. That program is either not installed on your computer or it is not responding. To edit this object, install AcroExch or ensure that any dialog boxes in AcroExch are closed.

    i found this happened too on my user.
    i'm using :
    1. Microsoft Office 2010 x64
    2. Adobe Acrobat 10 Standard
    I read some articles said that you need to disable the "Enable protection bla bla bla" which is disabled on AA 10 Standard by default.
    At last it's solved after i uninstall the x64 Office 2010 and install the x86 Office 2010.
    I don't know why but its works.
    Hope its works to you too.
    Regards,

  • From an ItemRenderer, how can i reach the component that the Itemrenderer is applied on

    Hello.
    I have a component that uses a skin that uses several different item renderers.
    in each item renderer i want to set a different background color according to a public variable that
    the component that i apply the item render on has.
    how can i reach that component from the ItemRenderer?
    thanks!

    Usually outerDocument or parentDocument.

Maybe you are looking for

  • Transporting error

    Hi experts, I am transfering dev to production development=551 production=560 After exporting from dev,while impoting in production i am getting error message like: DataSource 0BPARTNER_ATTR does not exist in source system WPRCLNT560 of version A cle

  • TDMS digital data

    Hello, we are developing datalogging system for our customer and we need to save analog and digital data to TDMS file. There is probably no problem with analog data streaming. But on the other side writing digital data inside TDMS file looks like a p

  • MacBook Pro doesn't turn on at all

    Hello, I am Luixituh, and I am in a terrible situation with my MacBook Pro, the thing is that I have been using it very happily since yesterday I went to use it and I pressed the power button to turn on, but absolutely nothing happened. I tried to ch

  • Binding file for controlling package name

    I looked at the related links, tried a few examples, not much success... I realize this can be solved with more effort, but just trying the easy path, so ... ignore this if looks unreasonable, I know how busy developers feel... Is there a good exampl

  • Photosmart C5180 Scan Menu Options Missing

    My scan menu only displays two options 1. Scan and Reprint, 2. Scan to Memory card. The options to scan to a file or an email have disappeared. How can I correct this? This question was solved. View Solution.