But we have a set of Cognos 10.21 servers where the agent install runs normally, exits normally, but no directory/services/processes are created after. It is like it didn't even happen.
Is there anything you can think of that can be going on that could either be blocking the install (event though the install runs normally) or removing it immediately after?
It is no showing up in Control Panel - Programs either. It is throwing errors in the Application log. When researching the error it is related to the Microsoft C++ redistributable package. I have also attached the screenshot below of those installed packages. Other windows servers where the NCPA agent is running normally has the exact same versions of C++ installed. The Application log error is listed below:
Code: Select all
Log Name: Application
Source: SideBySide
Date: 2/3/2015 1:07:20 PM
Event ID: 33
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: cgn1021cv01.dcri.int
Description:
Activation context generation failed for "C:\Program Files (x86)\Nagios\NCPA\ncpa_passive.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SideBySide" />
<EventID Qualifiers="49409">33</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-02-03T18:07:20.000000000Z" />
<EventRecordID>3402</EventRecordID>
<Channel>Application</Channel>
<Computer>cgn1021cv01.dcri.int</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>C:\Program Files (x86)\Nagios\NCPA\ncpa_passive.exe</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>