| Date | Description |
|---|
| 9/5/2008 | non-Windows Release version 4.0.0.437 |
| 9/3/2008 | Modified MOM\CommonRoutines.js, function ThresholdCompare to add l_strAlertPrefixKey to consider the severity when persisting |
| 9/3/2008 | Added Installation\Setup64_Release and Debug to support w2008 |
| 8/29/2008 | Modified MOM\CommonRoutinesSNMPPerformanceMetrics.js, function ProcessSNMPTable and ProcessSNMPGet to accomodate whether we processed the first delta point (if so, suppress perf data generation) |
| 8/29/2008 | Modified MOM\CommonRoutines.js, function ProcessPerfMetricFeatures to return l_boolIsFirstDataPoint |
| 8/29/2008 | Modified MOM\CommonRoutines.js, function ProcessPerfMetricFeatureDeltas to return l_boolIsFirstDataPoint and also fixed bug to properly set l_floatPostingValue |
| 8/28/2008 | Modified MOM\CommonRoutinesInsertPerformanceRecord.js, function InsertPerformanceRecordJS2SCOMSingleton added text to increase the timeout time for the Virtual Agent transaction with the Singleton |
| 8/27/2008 | Fixed bug in MOM\CommonRoutinesSNMPPerformanceMetrics.js, function GetSNMPPerformanceMetrics, when setting l_strSNMPPort, did if against g_strSNMPVersion instead of g_strSNMPGetSetPort |
| 8/26/2008 | Exclude precompiled headers in Release|x64 eXc_nonWindows_WMI_Provider.vcproj |
| 8/26/2008 | Exclude precompiled headers in Release|x64 SNMPGetterSetter.vcproj |
| 8/25/2008 | Fixed bug in eXc_Target_Interface.cpp (typo) for g_boolUseImpersonation = true; (was double =) |
| 8/24/2008 | Updated all connector eXcGUI\GlobalVariables.xslt to include Variables.xslt which properly populates the run-time arrays. This is due to the run-time change from 4,0,0,432: Modified Virtual Agent Library\GlobalVariables.js to consider the xslt override in the xml during script run-time |
| 8/25/2008 | non-Windows Release version 4.0.0.433 |
| 8/18/2008 | Modified MOM\CommonRoutinesSNMPPerformanceMetrics, functions ProcessSNMPTable, ProcessSNMPGet to incorporate AutoResolve alert. Also created new function GetComparatorString that gets called by ProcessSNMPTable and ProcessSNMPGet |
| 8/18/2008 | Modified SMS\CommonRoutinesHardwareInventory.js, function SendHardwareToSMS fixed bug where custom XML was not being sent to be processed by ConfigMgr |
| 8/15/2008 | Modified MOM\CommonRoutines.js, CommonRoutinesSNMPPerformanceMetrics.js, function GetSNMPTable, if caller does not supply a mib directory, default to ./mibs: before: (strMIBDirectory_in.length==0?"":l_strMIBDirectoryAbsolute), after: (strMIBDirectory_in.length==0?"./mibs":l_strMIBDirectoryAbsolute), identified by Gary |
| 8/15/2008 | Modified MOM\CommonRoutines.js, function ThresholdCompare, make alert description text display the alert threshold value and also to call toFixed(2) for the actual value |
| 8/15/2008 | Added AutoResolve logic to eXcGUI\SnmpGetPerformanceMetrics.xslt/html |
| 8/14/2008 | Added AutoResolve logic to eXcGUI\PerformanceMetrics.xslt/html |
| 8/14/2008 | Added AutoResolve logic to eXcGUI\Thresholds.xslt/html |
| 8/13/2008 | Gary added AutoResolve logic to MOM\CommonRoutines.js, function ThresholdCompare |
| 8/13/2008 | Modified MOM\CommonRoutines.js, function DiskFileSystemThresholdOverRide to incorporate use of g_boolNoValuesInAlerts flag |
| 8/11/2008 | Modified MOM\CommonRoutinesConnector.js, function SetOM2007ConnectorInterface to handle condition when g_strMOMUserId and/or g_strMOMPassword are null |
| 8/8/2008 | Modified Utilities\SoftwareUpdatesChecker\eXcSoftwareSoftwareUpdatesChecker.js, main entry point to only call function ShowResults. Modified ShowResults to open IE to www.quest.com\systemcenter (checked into StarTeam 08/08/2008) |
| 7/30/2008 | non-Windows Release version 4.0.0.432 |
| 7/30/2008 | Add VMM\GlobalVariables.xml to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/30/2008 | Updated Installation\Setup32DotNet11[20|64]\SplashScreen.bmp to include VMM |
| 7/30/2008 | Updated Installation\InstallPrerequisiteChecker\eXcSoftwareInstallationPrerequisiteChecker.js to support VMM (TODO: Finish since don't know prerequisites yet) |
| 7/30/2008 | Add VirtualAgentLibrary\images\VMMWebSite.gif to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/30/2008 | Updated VirtualAgentLibrary\Default.html and InformationCenter.html for VMM |
| 7/30/2008 | Add Virtual Agent Library\VMM folder to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/28/2008 | Moved definition of g_ArrayOfComparators from MOM\CommonRoutinesSNMPPerformanceMetrics.js to MOM\CommonRoutines.js |
| 7/28/2008 | Modified MOM\CommonRoutines.js, function ThresholdCompare to reduce DOM IO for each threshold value and to include delta and aggregate processing |
| 7/28/2008 | Added "Delta and Aggregate" logic to eXcGUI\Thresholds.xslt/html |
| 7/28/2008 | Re-Added MOM\OpsMgr2007\SealedMP_vs_UnSealedMP_ReadMe.txt to Setup32DotNet20 and Setup64 |
| 7/23/2008 | Modified eXcSofware.nonWindows.xml (JScript_Discovery_Script.js), function GenerateHealthyEventForSMLClass, commented out DebugLog call to dump the healthy events |
| 7/23/2008 | Removed MOM\OpsMgr2007\SealedMP_vs_UnSealedMP_ReadMe.txt from Setup32DotNet20 and Setup64 |
| 7/23/2008 | Modified eXcSoftwareOM2007eXctender.cs, method CheckSMLClassWithinManagementPack, fixed bug in obtaining the dynamic class from our "dynamic" unsealed MP (see use of local variable l_ManagementPack) |
| 7/22/2008 | Modified eXcSofware.nonWindows.xml (JScript_Discovery_Script.js), function ProcessVirtualAgentUsingXML2 to add MANAGEDNODE to list of supported SML Classes and function CreateResourcesFornonWindowsObject to exclude processing of MANAGEDNODE into dynamic SML processing |
| 7/22/2008 | Add Clients\WSH\GetHostCount.js, IssueCommand.vbs, ListAllInstances.vbs and ListRunningInstances.js to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/18/2008 | Add MOM\eXcGUI\AlertPriority.xslt/html and nonWindows\MOM\Sample_AlertPriority.xml to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/18/2008 | Created nonWindows\MOM\Sample_AlertPriority.xml |
| 7/18/2008 | Created MOM\eXcGUI\AlertPriority.xslt/html |
| 7/18/2008 | Modified MOM\CommonRoutines.js, add function SetupAlertPriorities, SetAlertPriority |
| 7/18/2008 | Modified eXcSoftware.nonWindows.xml, rule eXcSoftware.nonWindows.nonWindowsObject.Alert.Collection writeaction eXcSoftware.System.nonWindowsComputer.ExtrinsicEventsRule.WriteAction to set the alert priority based on the wmi event property v4uint32AlertPriority |
| 7/18/2008 | Modified eXc_nonWindows_OperatingSystem.h/cpp to modify method SendEvent to add parameter _variant_tstrAlertPriority |
| 7/18/2008 | Modified TheConstants.h to add pv4uint32AlertPriority |
| 7/18/2008 | Modified eXc_nonWindows_WMI_Provider.mof, class eXc_nonWindows_Alert_Event to add property v4uint32AlertPriority |
| 7/17/2008 | Add MOM\Sample_OIDGets.xml and Sample_TableGets.xml to Setup32DotNet11, Setup32DotNet20, Setup64 (xml files checked into StarTeam) |
| 7/17/2008 | Add eXcGUI\SnmpGetPerformanceMetrics.xslt/html and eXcGUI\SnmpTablePerformanceMetrics.xslt/html to Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/17/2008 | Modified eXcGUI\JavaScriptLogic.js to handle displaying the html text (or not) for GetOIDs.xml and GetTable.xml and xml files of that structure with different names |
| 7/15/2008 | Modified eXcSoftwareOM2007eXtender.cs, added public method MPState to determine whether the Management Pack is: 0=not loaded, 1=unsealed, 2=sealed. |
| 7/15/2008 | Created eXcGUI\SnmpGetPerformanceMetrics.xslt/html and eXcGUI\SnmpTablePerformanceMetrics.xslt/html |
| 7/14/2008 | removed SNMPPerformanceMetrics.xslt/html from eXcGUI from Setup32DotNet11, Setup32DotNet20, Setup64 |
| 7/14/2008 | Modified eXcGUI\PerformanceMetrics.xslt/html to include UseDelta and Aggregation |
| 7/11/2008 | Modified eXcSoftwareOM2007Connector.cs, method GetNewAlerts handle condition where alert property description is null (checked into StarTeam) |
| 7/10/2008 | Modified Virtual Agent Library\GlobalVariables.js to consider the xslt override during script run-time |
| 7/10/2008 | Modified MOM\CommonRoutines.js, MOM\CommonRoutinesSNMPPerformanceMetrics.js to handle backwards compatibility |
| 7/8/2008 | Modified eXcGUI\Disks.xslt to remove unique validation on the disk name so that both warning and error thresholds can be specified for a particular disk (checked into StarTeam) |
| 7/7/2008 | Modified MOM\CommonRoutines.js, function ThresholdCompare to modify the alert text based on global variable g_strNoValuesInAlerts |
| 7/7/2008 | Modified MOM\CommonRoutines.js, function ThrowAlert2 to add 6th parameter strETA_in |
| 7/3/2008 | Fixed bug in MOM\CommonRoutines.js, function GenerateNonWindowsWMIEvent for l_strETA processing (introduced on 06/20/2008) [identified by Gary] as it was incorrectly processing strETA_in |
| 7/2/2008 | Modified sshAutiomation Plink2.cpp, method CPlink2::loginUsingPublicPrivateKeys removed hard coding of l_longMilliSecondsToWaitForPrompts = 5000; for password prompt logic (checked into StarTeam) |
| 7/1/2008 | non-Windows Release version 4.0.0.429 |
| 7/1/2008 | Added C:\Projects\eXc\WMI_Providers\nonWindows\MOM\ManagementPack\OM2007\SealedMP_vs_UnSealedMP_ReadMe.txt and eXcSoftware.nonWindows.mp to Setup32DotNet20 and Setup64 |
| 6/30/2008 | Modified ScriptManagerImplNoCOMPlus.cpp to comment out call to HasVirtualAgentTimedOutFactorInLoad in method HasVirtualAgentTimedOut |
| 6/27/2008 | non-Windows Release version 4.0.0.424 |
| 6/27/2008 | Modified eXcSoftware.nonWindows.xml to WMI where clause back in rule eXcSoftware.nonWindows.nonWindowsObject.Alert.Collection since when we put the filter into the Expression xml, the OpsMgr Health Service Module generates a warning event in the Operations Manager Event Log, event ID: 10363, Description: Module was unable to enumerate the WMI data. Error: 0x80041032, Details: Call cancelled |
| 6/27/2008 | Modified eXcSoftware.nonWindows.xml to put stateview logic back into the discovery script |
| 6/27/2008 | Modified ScriptManagerImplNoCOMPlus.cpp to add extern for global variable g_boolUseImpersonation, modified CScriptManagerImplNoCOMPlus::SchedularWatchdogThreadInstance and CScriptManagerImplNoCOMPlus::CreateProcessForSpecificVirtualAgent to use global variable instead of calling into the GetProperty routine |
| 6/27/2008 | Modified common\eXc_Target_Interface.cpp, method CeXc_Target_Interface::PutGlobalProperty to set global variable g_boolUseImpersonation |
| 6/27/2008 | Modified common\eXc_Target_Interface.cpp to add global variable g_boolUseImpersonation for performance optimization in CScriptManagerImplNoCOMPlus::SchedularWatchdogThreadInstance and CScriptManagerImplNoCOMPlus::CreateProcessForSpecificVirtualAgent |
| 6/27/2008 | Modified ScriptManagerImplNoCOMPlus.cpp, method CScriptManagerImplNoCOMPlus::SchedularWatchdogThreadInstance to comment out call to WaitForSingleObject and ReleaseSemaphore on g_HANDLEWatchdogSemaphore |
| 6/27/2008 | Modified ScriptManagerImplNoCOMPlus.cpp to comment out defination for g_HANDLEWatchdogSemaphore |
| 6/27/2008 | Modified MainDll.cpp, function DllMain to comment out creation of semaphore g_HANDLEWatchdogSemaphore |
| 6/27/2008 | Modified ScriptManagerImplNoCOMPlus.h to comment out definition for g_HANDLEWatchdogSemaphore |
| 6/26/2008 | Modified eXc_Target_interface.cpp, methods CeXc_Target_Interface::InstanceCollectionGet and CeXc_Target_Interface::InstanceCollectionSet to use the member variable lock m_mutexRW instead of the global lock g_mutexRW |
| 6/26/2008 | Modified eXc_nonWindows_OperatingSystem.cpp, method CeXc_nonWindows_OperatingSystem::OpsMgrSDKSingleton to hide singleton window (Gary's request) [to see what that script is doing now, look at log C:\Program Files\eXc Software\WMI Providers\nonWindows\Virtual Agent Library\MOM\Logs\eXcVirtualAgentsDebug_eXcOpsMgrSingleton.log |
| 6/24/2008 | Modified eXcSoftware.nonWindows.xml, template eXcSoftware.nonWindows.nonWindowsObject.PerformanceRule.Template to use datasource Microsoft.SystemCenter.SdkPerformanceDataProvider instead of Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider |
| 6/23/2008 | Modified MOM\CommonRoutinesCLIWatchdog.js to add logic to ensure All.js is being invoked at to requested interval (this code is commented out...there are 2 blocks of code in there) |
| 6/20/2008 | Modified MOM\CommonRoutines.js, added global variable (yuck) g_strETA and function GenerateNonWindowsWMIEvent to process g_strETA if it is not null. This will allow the VA code to set g_strETA so that values get populated into the OpsMgr Alert Custom4 property |
| 6/20/2008 | Norm modified MOM\CommonRoutinesSNMPVirtualAgent.js, added global variable g_strProposedSNMPAlertText and modified function SendTrapAlertUsingInfoFromDB to populate it (this is for Cisco SNMP) |
| 6/19/2008 | Modified SMS\SMS_DEF_Templates\Logical Disk.txt to change key from BlockSize(3) to DeviceID(9) not sure how it got set to 3, see Parser.js for possible bug in logic |
| 6/19/2008 | Modified SMS\CommonRoutines.js, function CreateSMSDDR2003 to populate DDR (System_DISC) "Operating System Name and Version" (Operating_System_Name_and0) with strVirtualAgent_in |
| 6/17/2008 | Modified Utilities\Autodiscovery\Form1.cs, method RunScript_Finished to correct bug when checking for AutoDiscoveryFormatter.js when running in generic mode |
| 5/12/2008 | Modified eXcSoftware.nonWindows.xml (and JScript_Discovery_Script.js), function IseXcSoftwareWindowsProxyComputer added commented out code (if statement) in case we hit environments where we are running on a cluster or a system that is also acting as a proxy for Windows systems. This will cause multiple non-Windows proxy computers to show in our state view and will generate the same alert multiple times. |
| 6/16/2008 | non-Windows Release version 4.0.0.410 |
| 6/15/2008 | Modified MOM\CommonRoutinesCLIWatchdog.js, function eXcCLIWatchdog and eXcCLIWatchdog2, added commented out code to increate stringLoginPromptTimeout on the sshAutomation object |
| 6/15/2008 | Modified MOM\CommonRoutinesCLIWatchdog.js, function eXcCLIWatchdog2, added login latency perf metric |
| 6/14/2008 | Fixed bug in MOM\CommonRoutinesCLIWatchdog.js, function eXcCLIWatchdog2 where it was not returning a positive integer so that CScriptManagerImplNoCOMPlus::SchedularWatchdogThreadInstance could properly manage the VA scripts |
| 6/13/2008 | See TODO notes (commented out code) in CommonRoutinesVirtualAgentFactory.js, function AddHost - this will allow us to put the watchdog logic back into the VA directory eventually |
| 6/10/2008 | Modified sshAutomation\WINNET.C, function sk_new, added setsockopt(SO_KEEPALIVE) |
| 6/12/2008 | Complete rewrite of sshAutomation connect logic: connect is now threaded and AutoStart/connect[worker] waits on an event semaphore for connect[setup] (including complete initialization of DriverThreadInstance to finish this also handles the case where AutoStart is not used and connect and login methods are called directly (see MOM\CommonRoutinesCLIWatchdog.js, function eXcCLIWatchdog). |
| 6/9/2008 | Modified CommonRoutines.js, function SetupVirtualAgent, added commented out code for the login prompt timeout this is for large scale environments where the system is not coming back to the command prompt quick enough |
| 6/9/2008 | Modified sshAutomation, method CPlink2::connect, commented out line //m_intConnectRetryCount = 0; //AL - 03/16/2008 this is/was a bug. I added it for multiple sessions of sshAutomation in a single process but it screwed up the connection/login retry logic... |
| 6/9/2008 | Added property uintPID to sshAutomation COM object |
| 6/9/2008 | Modified sshAutomation\Plink2.cpp, method CPlink2::AutoStart to only call PopulateProperties once (i.e. when retry logic is invoked, no need to go back to variables of the ssh instance already)WMI since they are member |
| 6/3/2008 | Modified MOM\CommonRoutinesInsertPerformanceRecord.js, function InsertPerformanceRecordJS2SCOM added flag to determine whether to send the perf data directly to the OpsMgr SDK or to generate a WMI event (that will get consumed by the OpsMgr custom datasource) |
| 6/3/2008 | Modified MOM\CommonRoutinesInsertPerformanceRecord.js, function InsertPerformanceRecordJS2SCOM added g_objWMIInstance.strVirtualAgent and g_objWMIInstance.strVirtualAgentCategory as parameters to g_objWMIInstance.SendPerformanceMetric |
| 6/3/2008 | Modified eXc_nonWindows_OperatingSystem.cpp, method CeXc_nonWindows_OperatingSystem::SendPerformanceMetric to process fields strVirtualAgent and strVirtualAgentCategory |
| 6/3/2008 | Modified eXc_nonWindows_WMI_Provider.mof to add fields strVirtualAgent and strVirtualAgentCategory to eXc_nonWindows_Performance_Event and added these fields to SendPerformanceMetric method |
| 6/3/2008 | Modified eXcSoftware.nonWindows.xml (see JScript_Discovery_Script.js) to check for null (or 0 length strings) for strIPAddress and strClusterNode (not sure what has changed here except SP1 - reported by Univision) when adding them as OpsMgr properties. |
| 6/3/2008 | Gary changed MOM\CommonRoutinesMonitorLog.js [commented out code only] |
| 6/3/2008 | Gary changed MOM\CommonRoutinesSNMPPerformanceMetrics.js |
| 6/2/2008 | Modified eXcSoftware.nonWindows.xml. Modified discovery script (JScript_Discovery_Script.js) so that it no longer processes the state view/diagram view. Processing of state view/diagram view has been moved into a rule (see eXcSoftware.nonWindows.WindowsProxyComputer.StateViewUpdater) on the eXcSoftware.nonWindows.WindowsProxyComputer object (see script (JScript_StateViewUpdater_Script.js). Separating these functions will yeild better performance. |
| 5/29/2008 | Added Virtual Agent Library\eXcGUI\SnmpPerformanceMetrics.xslt/html to Setup32DotNet11, Setup32DotNet20, Setup64 [Gary] |
| 5/28/2008 | Modified eXcSoftwareOM2007eXctender.cs, class DataSource, method Start added logic to get OpsMgr ManagementServer and Domain from properties from OpsMgrGlobalVariables.xml |
| 5/27/2008 | reworked logic for CPlink2::logout to address when there is a firewall in the session path |
| 5/27/2008 | removed elevating/de-elevating the address space priority from method AutoStart |
| 5/23/2008 | Modified sshAutomation to add new property boolPerformConnectCheck to allow skipping of connect check logic |
| 5/22/2008 | Modified eXcSoftwareOM2007eXctender.cs, method GetnonWindowsComputerOpsMgrObjectID to get ID property (bug) |
| 5/22/2008 | Modified eXcSoftware.nonWindows.xml to add "<RuleId>$MPElement$</RuleId>" to <DataSource ID="PerfDS" |
| 5/22/2008 | Modified sshAutomation to add new method SetTraceURL. Changes in PLink2.h/cpp, sshAutomation2.cpp, sshAutomation.idl |
| 5/22/2008 | Modified sshAutomation project for 64bit to add _WIN64 to preprocessor C++ settings |
| 5/22/2008 | Modified common\PrivateKey.h for COM #import of msxml.dll, added #ifdef logic for 64bit (referenced in sshAutomation) |
| 5/19/2008 | Modified eXcSoftware.nonWindows.xml to change Target of template rule that performs DW write from Target="$TemplateConfig/TargetReference_in$" to Target="$Reference/SystemCenter$Microsoft.SystemCenter.RootManagementServer" per conversation with Vlad |
| 5/16/2008 | Modified eXcSoftwareOM2007eXctender.cs, class eXcSoftwareOM2007eXctender, method AddPerfMetric to only add to the queue if the count is less than m_longMaxQueueDepth (default value = 1000) |
| 5/15/2008 | Modified MOM\CommonRoutinesInsertPerformanceRecord.js, function InsertPerformanceRecordJS2SCOM to generate a WMI event of type eXc_nonWindows_Performance_Event (currently when not running singleton...todo) |
| 5/15/2008 | Added custom datasource to eXcSoftware.nonWindows.xml |
| 5/14/2008 | Fixed threading issue in eXcSoftwareOM2007eXctender.cs |
| 5/14/2008 | XMLReceiver.cs, removed m_doubleCounter from XMLData class |
| 5/13/2008 | Modified MOM\eXcOpsMgrSingleton.js to add g_objOM2007eXctenderInterface.boolOpsMgrSingleton = true; so .net assembly will launch a worker thread and use the queue |
| 5/13/2008 | Modified eXcSoftwareOM2007eXctender.cs to make existing code base (i.e. not using the datasource) use the queue. If using the OpsMgrSingleton approach, the perf metric write will be queued. If using the Virtual Agent directly, the perf metric write will be synchronous. |
| 5/12/2008 | Modified eXcSoftware.nonWindows.xml (and JScript_Discovery_Script.js), function IseXcSoftwareWindowsProxyComputer added commented out code (if statement) in case we hit environments where we are running on a cluster or a system that is also acting as a proxy for Windows systems. This will cause multiple non-Windows proxy computers to show in our state view and will generate the same alert multiple times. |
| 5/12/2008 | Modified XMLReceiver.cs, class XMLData to replace string with Queue |
| 5/8/2008 | Modified eXc_nonWindows_OperatingSystem.h/cpp to add method SendPerformanceMetric |
| 5/8/2008 | Modified eXc_nonWindows_WMI_Provider.mof to add eXc_nonWindows_Performance_Event and method SendPerformanceMetric |
| 5/6/2008 | Modified eXcSoftware.nonWindows.xml to remove all where clauses from WQL |
| 5/6/2008 | Modified eXcSoftwareOM2007eXctender.cs, method GetState to add ResolutionState to MonitoringAlertCriteria optimization against data returned from SQL |
4/21/2008 | Release version 4.0.0.400 |
4/21/2008 | Modify Virtual Agent Library\MOM\eXcGUI\OpsMgrGlobalVariables.xml to correct informational text for g_boolUseOpsMgrSingleton |
4/21/2008 | Modified CeXc_Support_Script.h/cpp, CeXc_Support_script_OpsMgrSDKSing1eton.h/cpp, eXc_Clustering_SNMP_Trap_Receiver. h/cpp, (TheConstants.h) to accept an IWbemServices ovject to add the job into WMI (eXc_Virtual_Agent) so that RemoveOrphandVirtualAgents will clean up the jobs on a WMI restart |
4/20/2008 | Ste/test hooks for quota overrides - if possible (waiting on Microsoft) |
4/19/2008 | Modified TrapThrower to support the ability to provide a port # to trhow to. You do this by adding :X to the end fo the host name where X is the port # |
4/18/2008 | Modified TheConstants.h,eXc_nonWindows_WMI_Provider.mof to support above |
4/18/2008 | Added ScriptManagerImpNOCOMPLus.h/cpp, HasVirtualAgentTimedOutFactorInLoad to allow scripts to run longer under heavy load |
4/17/2008 | Added "watchdog process throttle", set to 10 (ScriptManagerImp1NoCOMPlus.h/cpp and MainDll.cpp |
4/17/2008 | Fixed nonWindows\MOM\VirtualAgentManagerScriptsForNonWindowsSystems.js, function |
4/16/2008 | Add priority logic to sshAutomation login logic |
4/14/2008 | Release version 4.0.0.387 |
4/13/2008 | Removed MOM\eXcOpsMgrSingleton.cmd from Setup32DotNet20 and Setup64 |
4/13/2008 | Code CeXc_Support_Script |
4/10/2008 | Modified eXcSoftwareOM2007eXctender.cs to add method GetnonWindowsComputerOpsMgrObjectID |
4/9/2008 | Modified eXc_nonWindows_OperatingSystem.cpp, method CeXc_nonWindows_operatingSystem (constructor), ~CeXc_nonWindows_OperatingSystem (destructor) and SetGlobalProperty |
4/9/2008 | Modified eXc_nonWindoes_OperatingSystem.h, added include and new member variable m_pSupport_Script_OpsMgrSDKSingleton |
4/9/2008 | Created CeXc_Support_Script.h/cpp and CeXc_Support_Script_OpsMgrSDKSing1eton.h/cpp |
4/9/2008 | Modified EditHostsV4, Form1.cs, create member variable m_stringOpsMgrGlobalVariablesXMLFile, Form1_Load, SetupOpsMgrGlobalVariablesXMLFileWatcher, m_FileSystemWatcher_Changed_OpsMgrGlobalVariablesXMLFile |
4/8/2008 | Add MOM\eXcOpsMgrSingleton.js, wsf and cmd to Setup32DotNet20 and Setup64 |
4/8/2008 | Create MOM\eXcOpsMgrSingleton.js, wsf and cmd |
4/8/2008 | Modified MOM\GlobalVariables.js function SetOM2007eXctenderInterface so that if we are running in OpsMgrSingleton mode, we don't instantiate the .Net assembly in the actual Virtual Agent scripts |
4/8/2008 | Modified MOM\eXcGUI\OpsMgrGlobalVariables.html to describe global variable g_boolUseOpsMgrSingleton |
4/8/2008 | Modified MOM\GlobalVariables.js to add g_booUseOpsMgrSingleton |
4/8/2008 | Modified MOM\CommonRoutinesInsertPerformanceRecord.js for OpsMgr SDK singleton connection |
4/4/208 | Modified instructional text in MOM\eXcGUI\_GlobalVariables.html which referenced the standalone eXc DW DB since we don't use this anymore - requested by Norm |
03/30/2008 | Release Version 4.0.0.337 |
03/30/2008 | Added new child control XMLReceiver to Setup32DotNet20 and Setup64 |
03/30/2008 | Modified MOM\CommonRoutinesMonitorLog.js to add SMLClass logic |
03/30/2008 | Modified eXcGUI\MonitorLog.html/xslt to add SMLClass |
03/30/2008 | Fixed bug in CommonRoutinesDCM.js, function ProcessDCMMOM, added missing parameter "Owner" to call to ThrowAlert2 |
03/30/2008 | Modified eXc_nonWindows_OperatingSystem.h/cpp, added method GetOpsMgrSeverity |
03/30/2008 | Reworked eXcSoftwareOM2007eXctender.cs to handle sealed management pack and eXcSoftware.nonWindows.xml so that TargetReference_in was never a 0 length string |
03/30/2008 | Modified eXc_nonWindows_WMI_Provider.mof to change the datatype for v4uint32Severity from uint32 to sint32 TODO: change the name of the variable to match the datatype |
03/30/2008 | Modified eXcSoftware.nonWindows.xml to have all unit monitors that are listening to our wmi events and are querying v4uint32Severity to make the comparator <= 0 rather than = 0 NOTE: MP templates cannot handle the CDATA XML processing tag so we had to have an extended WMI query!!! |
03/30/2008 | Modified eXcSoftware.nonWindows.xml (JScript_Discovery_Script.js), function GenerateHealthyEventForSMLClass to send a -1 as the severity |
03/30/2008 | Modified eXc_nonWindows_OperatingSystem.cpp, method CeXc_nonWindows_OperatingSystem::SendEvent to let severities of -1 pass thru (and not get set to 0) |
03/30/2008 | created C:\Projects\eXc\WMI_Providers\nonWindows\ConfigurationTool\EditHos tsV4\TestConnectionV2DotNet20x64 |
03/29/2008 | Modified Setup32DotNet11, Setup32DotNet20 and Setup64 to call DebugView version 4.74 (supports 64bit) |
03/29/2008 | Major overhaul of build process so that all three builds can happen on single box see __BuildProjects.js, __BuildProjectsList.txt plus all COM projects |
03/27/2007 | Modified eXcSoftwareOM2007Connector.cs, method GetNewAlerts to ensure that all alert name text is wrapped in a CDATA XML node. (Clarify SubcaseID 612089-1) |
03/21/2008 | Modified common\EventLogAccess.h/cpp to dynamically load AUTHZ.dll |
03/21/2008 | Removed static link to AUTHZ.dll in linker |
03/19/2008 | Modified eXcSoftware.nonWindows.xml to make all references to internal accessability to public accessability for support of eXcSoftware.nonWindows.Dynamic and MP inheritance |
03/17/2008 | Modified MOM\CommonRoutinesConnector.js, function SetMOMAlertResolutionState, added if test for MOM vs. SCOM |
03/16/2008 | Modified sshAutomation, Plink2.h/cpp, ScreenManager.h/cpp, CONSOLE.C to removed g_boolExiting and made m_boolExiting a variable in class CPlink2 created global variable g_boolConsoleAllocated so that dll only calls AllocConsole once per address space - added Thread Local Storage to the threads for simultaneous multiple sessions (not done yet) |
03/14/2008 | Modified MOM\CommonRoutinesConnector.js, function SetOM2007ConnectorInterface to add the (commented out line) that specifies the OpsMgr SDK service domain userid for when connector is running off the OpsMgr RMS |