Quantcast
Channel: Microsoft Assessment and Planning Toolkit forum
Viewing all 923 articles
Browse latest View live

MAP Timeout after 6 hours

$
0
0

I have run into an issue when running the MAP toolkit. I am scanning an IP range with about 65,000 IPs, I extended the timeout period of the sql command to 6 hours as indicated in a previous post. However, it still times out after 6 hours, & I have no usable data.

Is there a max timeout I can set it to? I was going to try 100,000.

Thank You for any help.


Kris


MAP 6.5 not enumerating VMs on Hyper-V host

$
0
0

I ran an inventory and noticed that there was "Insufficient Data" on the Guest Operating Systems of one of my Hyper-V 2008 R2 SP1 hosts. In the logfile there's an SQL error, maybe this is the reason why the inventory on this server fails.

<2012-04-03 10:23:08.72 WorkerThread0@ManualDiscoveryWorkItem,I> InventoryWorkCallback() - Running no-op collection for 1 manually inserted devices.
<2012-04-03 10:23:08.72 WorkerThread0@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='ManualDiscoveryWorkItem(Discovering 1 devices)'. Elapsed time: 00:00:00.000
<2012-04-03 10:23:18.72 TID-27@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 16, error = 74, accumulatedCpuUtilError = 0, adjustment = 9.86666666666667, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 170930176, TotalManagedMemory = 36116376
<2012-04-03 10:23:28.74 TID-25@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 15, error = 75, accumulatedCpuUtilError = 0, adjustment = 10, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 176689152, TotalManagedMemory = 36043280
<2012-04-03 10:23:29.81 WorkerThread1@InventoryDataAccess,W> PersistCollectorClassInstanceData() - Device(GUID={313b0808-d0b3-43ba-8ce7-dba8e9f82b51},DnsHostName='hv01') : Caught unexpected exception but continuing inventory.
   |Microsoft.AssessmentPlatform.MapException: Caught SqlException running the stored procedure sp_insupd_host_guest_details_exch_component. ---> System.Data.SqlClient.SqlException: The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.
   |The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.
   |Uncommittable transaction is detected at the end of the batch. The transaction is rolled back.
   |   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   |   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
   |   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   |   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   |   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   |   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   |   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   |   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   |   at Microsoft.AssessmentPlatform.InventoryEngine.InventoryDataAccess.PersistCollectorClassInstanceDataHelper(Guid deviceNumber, String dnsHostName, CollectorClassStatus collectorClassStatus, Boolean saveStatus, ICollection`1 collectorClassInstances)
   |   at Microsoft.AssessmentPlatform.InventoryEngine.InventoryDataAccess.<>c__DisplayClass23.<PersistCollectorClassInstanceData>b__21()
   |   at Microsoft.AssessmentPlatform.DataAccess.DataAccessCore.DoWorkInTransaction[T](Nullable`1 isolationLevel, String onSqlExceptionMessage, TransactionWorkCallback`1 callback)
   |   --- End of inner exception stack trace ---
   |   at Microsoft.AssessmentPlatform.DataAccess.DataAccessCore.DoWorkInTransaction[T](Nullable`1 isolationLevel, String onSqlExceptionMessage, TransactionWorkCallback`1 callback)
   |   at Microsoft.AssessmentPlatform.InventoryEngine.InventoryDataAccess.PersistCollectorClassInstanceData(Guid deviceNumber, String dnsHostName, CollectorClassStatus collectorClassStatus, Boolean saveStatus, ICollection`1 collectorClassInstances)
<2012-04-03 10:23:30.19 WorkerThread1@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={313b0808-d0b3-43ba-8ce7-dba8e9f82b51},DnsHostName='hv01')) - Device inventory completed. Elapsed time = 00:00:20.977. Collection results: Wmi = Success/41/0/44, Registry = Success/21/0/50.
<2012-04-03 10:23:30.19 WorkerThread1@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='DeviceInventoryWorkItem(GUID={313b0808-d0b3-43ba-8ce7-dba8e9f82b51},DnsHostName='hv01')'. Elapsed time: 00:00:20.982
<2012-04-03 10:23:30.22 WorkerThread0@InventoryDiscoveryWorkItem,I> InventoryDiscoveryWorkItem().InventoryWorkCallback() - Discovering devices in the current inventory data.
<2012-04-03 10:23:30.26 WorkerThread0@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='InventoryDiscoveryWorkItem()'. Elapsed time: 00:00:00.063
<2012-04-03 10:23:30.26 Inv:FillWorkItemQueue@InventoryService,I> FillWorkItemQueueThreadProc() - The thread that fills the work item queue is exiting.
<2012-04-03 10:23:30.26 TID-27@InventoryService,I> Stop() - Stopping the inventory engine.
<2012-04-03 10:23:30.26 TID-27@InventoryService,I> Stop() - Giving active work 10 seconds to complete before aborting the work.
<2012-04-03 10:23:30.26 TID-27@WatchdogThreadPool,I> StopThreadPool() - The WatchdogThreadPool is stopping.
<2012-04-03 10:23:30.26 WorkerThread1@WatchdogThreadPool,I> Worker() - WorkerThread1 is exiting.
<2012-04-03 10:23:30.26 WorkerThread0@WatchdogThreadPool,I> Worker() - WorkerThread0 is exiting.
<2012-04-03 10:23:30.26 TID-27@WatchdogThreadPool,I> StopThreadPool() - The WatchdogThreadPool is stopped.
I checked the usual preparation checks and compared the server with another host on which the inventory runs fine.

With kind regards / Met vriendelijke groet, Jetze Mellema | http://jetzemellema.blogspot.com/

Installing MAP 6.5 with an existing instance of SQL

$
0
0

Hi,

I have read on various websites and forums that  MAP 6.5 can be installed against an exisiting installation of SQL as long as there is an instance named MAPS.  However when running the actual MAPS install there is no option to choose an existing SQL Instance.  There is a SQL Server express screen with tow options.

The two options are (1) Download and Install.   (2) Install from previously downloaded installation files.

So where do you select an existing instance of SQL during the MAPS install?

Thanks

Jason

MAP 6.5 toolkit firewall needed ports???????

$
0
0

i've read the getting started guide tha's with the MAP toolkit but the firewall section is totally misleading. as it says that it needs to have ports 139, 445, 135 TCP and 137, 138 UDP . but when i use these ports only it fails and tells me that "RPC esrver unavailable", i knew later that TCP 135 has to have a dynamic range opened to be able to communicate over RPC.

so can anyone that has implemented MAP toolkit with firewall between VLANs help me with the real required ports and their directions, are they needed from the MAP computer to the clients or vice versa or two way??????

pleeeeeeeeeease help..

thanks in advance.

Map scan connection timed out

$
0
0

We are running a scan on our network some devices get a connection timeout & others with the same config scan OK yet others get a connection timeout.

WMI is running, I have used the same credentials, have tried to scan by IP & name, what else could cause some systems to be successful and others timeout?

Thank You


Kris

MAP is finding SQL Instances that don't exist

$
0
0

A very long time ago we had a three-node cluster with SQL 2005 on it. SQL was moved to a non-clustered machine, and later updated to 2008. Only one node of the old cluster is still running. That node shows no signs of having SQL installed. But MAP tells me that SQL 2005 is there. Map also tells me that the Database Size on that node exactly matches the database size of the real current database (running on a different machine, under SQL 2008.)<o:p></o:p>

Where is MAP getting its info from? How can I convince it that the old cluster node is not running SQL?<o:p></o:p>


 

MAP and Windows 7

$
0
0

Dear All,

i have a problem when i ran Windows 7 Assessment Results for Client Computers

- Failed - Connection refused

- Failed - Access Denied

- Failed - RPC Server Unavailable

- Failed - Connection time out

- Failed - Connection time out

Please advice


Omar A. G. Dweik Senior System Engineer Qatar - Doha

Running MAP Toolkit

$
0
0

Hi All,

I need to run the MAP ToolKit to find out the following:

  • Get the inventory of the existing desktop environment
  • Get the inventory of the applications
  • Assess the desktops/laptops that are compatible with Windows 7
  • Provide the report of the assessment on the readiness of the existing client machine

Please help me get started, please provide the steps so that I can complete the task sucessfully.

Regards,

Gaurav


Can MAP 6.5 be scheduled for inventory computers later

$
0
0

Hello,

I hope I didn't miss this anywhere else or in the FAQ. When I run inventory using MAP 6.5, among other errors, I have some cannot be inventoreid at the moment. These would be mostly laptops that are off the network or desktops that might be turned off.

Is there anyway I can schedule MAP so that these machines can be inventoried when they're available? If no, are there any alternatives?


Pman
http://www.pmansLab.com/

WMI Status Access Denied

$
0
0
WMI Status - Access Denied even though I scan with full domain admin credentials.

Kris

Failed to migrate dependent packages

$
0
0

Hi,

I'm having trouble with the MAPs toolkit on some 2003 64 bit client servers. I can't install the hot listed in the blog below. Out of 900+ servers, i only have 7 that are outstanding. Additionally, what does the RPC error mean? I get no data results, something isn't working right.

This is what my x64 bit 2003 Servers are showing

Number of Cores

Insufficient Data

This is where i did my rearch

http://blogs.technet.com/b/mapblog/archive/2012/02/03/why-doesn-t-the-map-toolkit-report-the-number-of-cores.aspx

[KB932370-v3.log]
0.672: ================================================================================
0.672: 2012/03/14 15:55:00.683 (local)
0.672: e:\b9a08ce5cbe21d099fd9\update\update.exe (version 6.3.4.1)
0.672: Hotfix started with following command line: /passive /quiet /norestart
0.672: GetKernelType: GetInternalFilename failed
0.672: CheckSystem: GetMachineType failed :STATUS_PLATFORM_MISMATCH
0.672: DoInstallation: CheckSystem Failed: 0xf00e
0.672: This KB932370-v3 is for a different hardware platform.
0.672: Update.exe extended error code = 0xf00e
0.672: Update.exe return code was masked to 0x643 for MSI custom action compliance.
0.625: ================================================================================
0.625: 2012/03/14 17:02:56.459 (local)
0.625: e:\f4572082d5a996fb90dcaac8c1\update\update.exe (version 6.3.4.1)
0.625: Hotfix started with following command line: /passive /quiet /norestart
0.625: GetKernelType: GetInternalFilename failed
0.625: CheckSystem: GetMachineType failed :STATUS_PLATFORM_MISMATCH
0.625: DoInstallation: CheckSystem Failed: 0xf00e
0.641: This KB932370-v3 is for a different hardware platform.
0.641: Update.exe extended error code = 0xf00e
0.641: Update.exe return code was masked to 0x643 for MSI custom action compliance.
7.063: ================================================================================
7.063: 2012/03/19 11:15:27.196 (local)
7.063: e:\efdfec7ab66b029607d229a98a10ae72\update\update.exe (version 6.3.4.1)
7.063: Hotfix started with following command line:
7.063: GetKernelType: GetInternalFilename failed
7.063: CheckSystem: GetMachineType failed :STATUS_PLATFORM_MISMATCH
7.063: DoInstallation: CheckSystem Failed: 0xf00e
7.079: This KB932370-v3 is for a different hardware platform.
1372.141: Message displayed to the user: This KB932370-v3 is for a different hardware platform.
1372.141: User Input: OK
1372.141: Update.exe extended error code = 0xf00e
1372.141: Update.exe return code was masked to 0x643 for MSI custom action compliance.
0.563: ================================================================================
0.563: 2012/03/19 11:39:54.100 (local)
0.563: e:\be2cab2036764396cddfc9a4335550\update\update.exe (version 6.3.4.1)
0.563: Hotfix started with following command line:
0.563: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.110: In Function TestVolatileFlag, line 12013, RegOpenKeyEx failed with error 0x2
1.110: In Function TestVolatileFlag, line 12045, RegOpenKeyEx failed with error 0x2
1.110: DoInstallation: CleanPFR failed: 0x2
1.110: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.125: SetProductTypes: InfProductBuildType=BuildType.Sel
1.125: SetAltOsLoaderPath: No section uses DirId 65701; done.
1.141: DoInstallation: FetchSourceURL for e:\be2cab2036764396cddfc9a4335550\update\update_SP2QFE.inf failed
1.141: BuildCabinetManifest: update.url absent
1.141: Starting AnalyzeComponents
1.141: AnalyzePhaseZero used 0 ticks
1.141: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.141: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.141: Enumerating Devices of computer, GUID {4d36e966-e325-11ce-bfc1-08002be10318}
1.594: OEM file scan used 453 ticks
1.704: AnalyzePhaseOne: used 563 ticks
1.704: AnalyzeComponents: Hotpatch analysis disabled; skipping.
1.704: AnalyzeComponents: Hotpatching is disabled.
1.704: FindFirstFile c:\windows\$hf_mig$\*.*
1.829: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
1.891: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
1.954: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.016: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.079: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.235: AnalyzeForBranching used 531 ticks.
2.297: AnalyzePhaseTwo used 62 ticks
2.297: AnalyzePhaseThree used 0 ticks
2.297: AnalyzePhaseFive used 0 ticks
2.422: AnalyzePhaseSix used 125 ticks
3.547: AnalyzeComponents used 2406 ticks
3.547: Downloading 0 files
3.547: bPatchMode = FALSE
3.547: Inventory complete: ReturnStatus=0, 2406 ticks
4.032: CreateUninstall = 1,Directory = C:\WINDOWS\$NtUninstallKB932370-v3$
4.032: Num Ticks for invent : 2891
4.047: VerifyTargetFileSize: Unable to verify size as Source = NULL for file c:\windows\inf\HFX2C.tmp
4.063: Copied file:  c:\windows\inf\branches.inf
4.094: Allocation size of drive C: is 4096 bytes, free space = 2092511232 bytes
4.094: AnalyzeDiskUsage:  Skipping EstimateDiskUsageForUninstall.
4.094: Drive C: free 1995MB req: 14MB w/uninstall: NOT CALCULATED.
4.094: CabinetBuild complete
4.094: Num Ticks for Cabinet build : 62
4.094: DynamicStrings section not defined or empty.
4.094: FileInUse:: Detection disabled.
5.422: Num Ticks for Backup : 1328
5.641: Num Ticks for creating uninst inf : 219
5.657: Registering Uninstall Program for -> KB932370-v3, KB932370-v3 , 0x0
5.704: PFE2: Not avoiding Per File Exceptions.
5.719: GetCatVersion:  Failed to retrieve version information from C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\KB932370-v3.cat with error 0x57
6.016: Copied file:  C:\WINDOWS\system32\HAL.DLL
6.110: Copied file:  C:\WINDOWS\system32\hal.dll
6.141: Copied file:  C:\WINDOWS\system32\WBEM\cimwin32.mof
6.454: Copied file:  C:\WINDOWS\system32\WBEM\cimwin32.dll
6.672: Copied file (delayed):  C:\WINDOWS\system32\WBEM\SET30.tmp
6.672: Copied file:  C:\WINDOWS\Driver Cache\amd64\hal.dll
6.766: Copied file:  C:\WINDOWS\system32\DllCache\cimwin32.dll
6.907: DoInstallation: Installing assemblies with source root path: e:\be2cab2036764396cddfc9a4335550\
6.907: Num Ticks for Copying files : 1266
6.922:  ;%systemroot%\system32\ws03res.dll;%systemroot%\system32\w03a2409.dll found in EventMessageFile of Product.Append.Reg.IA
6.922: Num Ticks for Reg update and deleting 0 size files : 15    
6.922: DoInstallation: ApplyAdminSystemAclsRecursive for c:\windows\$hf_mig$\KB932370-v3 failed; error=0x00000003
6.922: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
10.844:  Return Code = 0
10.844: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
13.860:  Return Code = 0
13.860: ---- Old Information In The Registry ------
13.891: Source:C:\WINDOWS\system32\WBEM\SET30.tmp (5.2.3790.4100)
13.891: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
13.891: ---- New Information In The Registry ------
13.891: Source:C:\WINDOWS\system32\WBEM\SET30.tmp (5.2.3790.4100)
13.891: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
23.266: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
23.266: MigrateHotfix: Migrating hotfix KB2393802
23.266: QFE KB2393802 has no backup directory to migrate.
23.266: Migrating QFE KB2393802 with command line: update.exe -Z -Q -B:sp2qfe
27.500: Update.exe failed 1603.
27.500: MigrateHotfixes: Migration of KB2393802 failed
27.500: DoInstallation: Migration failed
27.719: Failed to migrate dependent packages.
32.360: Message displayed to the user: Failed to migrate dependent packages.
32.360: User Input: OK
32.360: Update.exe extended error code = 0xf0ea
32.360: Update.exe return code was masked to 0x643 for MSI custom action compliance.
0.703: ================================================================================
0.703: 2012/03/19 11:40:32.507 (local)
0.703: e:\b01b9c9ac6818856d9\update\update.exe (version 6.3.4.1)
0.703: Hotfix started with following command line:
0.703: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.266: In Function TestVolatileFlag, line 12013, RegOpenKeyEx failed with error 0x2
1.266: In Function TestVolatileFlag, line 12045, RegOpenKeyEx failed with error 0x2
1.266: ---- Old Information In The Registry ------
1.266: Source:C:\WINDOWS\system32\WBEM\SET30.tmp (5.2.3790.4100)
1.266: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
1.266: ---- New Information In The Registry ------
1.266: Source:C:\WINDOWS\system32\WBEM\SET30.tmp (5.2.3790.4100)
1.266: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
1.266: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.297: SetProductTypes: InfProductBuildType=BuildType.Sel
1.297: SetAltOsLoaderPath: No section uses DirId 65701; done.
1.297: DoInstallation: FetchSourceURL for e:\b01b9c9ac6818856d9\update\update_SP2QFE.inf failed
1.313: BuildCabinetManifest: update.url absent
1.313: Starting AnalyzeComponents
1.313: AnalyzePhaseZero used 0 ticks
1.313: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.313: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.313: Enumerating Devices of computer, GUID {4d36e966-e325-11ce-bfc1-08002be10318}
1.688: OEM file scan used 375 ticks
1.969: AnalyzePhaseOne: used 656 ticks
1.969: AnalyzeComponents: Hotpatch analysis disabled; skipping.
1.969: AnalyzeComponents: Hotpatching is disabled.
1.969: FindFirstFile c:\windows\$hf_mig$\*.*
2.047: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.109: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.156: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.234: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.281: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.281: AnalyzeForBranching: Using effective target C:\WINDOWS\system32\WBEM\SET30.tmp for c:\windows\system32\wbem\cimwin32.dll
2.391: AnalyzeForBranching used 407 ticks.
2.406: AnalyzePhaseTwo used 15 ticks
2.406: AnalyzePhaseThree used 0 ticks
2.406: AnalyzePhaseFive used 0 ticks
2.547: AnalyzePhaseSix used 141 ticks
3.234: AnalyzeComponents used 1921 ticks
3.234: Downloading 0 files
3.234: bPatchMode = FALSE
3.234: Inventory complete: ReturnStatus=0, 1937 ticks
3.813: CreateUninstall = 0,Directory = C:\WINDOWS\$NtUninstallKB932370-v3$
3.813: Num Ticks for invent : 2516
3.813: VerifyTargetFileSize: Unable to verify size as Source = NULL for file c:\windows\inf\HFX37.tmp
3.828: Copied file:  c:\windows\inf\branches.inf
3.844: Allocation size of drive C: is 4096 bytes, free space = 2083246080 bytes
3.844: Drive C: free 1986MB req: 5MB w/uninstall 0MB
3.844: CabinetBuild complete
3.844: Num Ticks for Cabinet build : 31
3.844: DynamicStrings section not defined or empty.
3.844: FileInUse:: Detection disabled.
4.906: PFE2: Not avoiding Per File Exceptions.
5.250: Copied file:  C:\WINDOWS\system32\WBEM\cimwin32.dll
5.484: Copied file (delayed):  C:\WINDOWS\system32\WBEM\SET38.tmp
5.516: DoInstallation: Installing assemblies with source root path: e:\b01b9c9ac6818856d9\
5.531: Num Ticks for Copying files : 1687
5.531:  ;%systemroot%\system32\ws03res.dll;%systemroot%\system32\w03a2409.dll found in EventMessageFile of Product.Append.Reg.IA
5.531: Num Ticks for Reg update and deleting 0 size files : 0    
5.531: DoInstallation: ApplyAdminSystemAclsRecursive for c:\windows\$hf_mig$\KB932370-v3 failed; error=0x00000003
5.531: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
8.531:  Return Code = 0
8.531: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
11.188:  Return Code = 0
11.188: ---- Old Information In The Registry ------
11.188: Source:C:\WINDOWS\system32\WBEM\SET30.tmp (5.2.3790.4100)
11.188: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.219: Deleting File: \??\C:\WINDOWS\system32\WBEM\SET30.tmp ( incoming is a newer file )
11.219: Source:C:\WINDOWS\system32\WBEM\SET38.tmp (5.2.3790.4100)
11.219: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.219: ---- New Information In The Registry ------
11.219: Source:C:\WINDOWS\system32\WBEM\SET38.tmp (5.2.3790.4100)
11.219: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.219: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
11.219: MigrateHotfix: Migrating hotfix KB2393802
11.219: QFE KB2393802 has no backup directory to migrate.
11.219: Migrating QFE KB2393802 with command line: update.exe -Z -Q -B:sp2qfe
13.531: Update.exe failed 1603.
13.531: MigrateHotfixes: Migration of KB2393802 failed
13.531: DoInstallation: Migration failed
13.875: Failed to migrate dependent packages.
19.500: Message displayed to the user: Failed to migrate dependent packages.
19.500: User Input: OK
19.500: Update.exe extended error code = 0xf0ea
19.500: Update.exe return code was masked to 0x643 for MSI custom action compliance.
0.578: ================================================================================
0.578: 2012/03/19 11:41:17.757 (local)
0.578: e:\3403ffcec8d0dd0d44e564ead2\update\update.exe (version 6.3.4.1)
0.578: Hotfix started with following command line:
0.578: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.188: In Function TestVolatileFlag, line 12013, RegOpenKeyEx failed with error 0x2
1.188: In Function TestVolatileFlag, line 12045, RegOpenKeyEx failed with error 0x2
1.188: ---- Old Information In The Registry ------
1.188: Source:C:\WINDOWS\system32\WBEM\SET38.tmp (5.2.3790.4100)
1.188: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
1.188: ---- New Information In The Registry ------
1.188: Source:C:\WINDOWS\system32\WBEM\SET38.tmp (5.2.3790.4100)
1.188: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
1.188: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
1.219: SetProductTypes: InfProductBuildType=BuildType.Sel
1.219: SetAltOsLoaderPath: No section uses DirId 65701; done.
1.281: DoInstallation: FetchSourceURL for e:\3403ffcec8d0dd0d44e564ead2\update\update_SP2QFE.inf failed
1.281: BuildCabinetManifest: update.url absent
1.281: Starting AnalyzeComponents
1.281: AnalyzePhaseZero used 0 ticks
1.281: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.281: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
1.281: Enumerating Devices of computer, GUID {4d36e966-e325-11ce-bfc1-08002be10318}
1.734: OEM file scan used 453 ticks
2.031: AnalyzePhaseOne: used 750 ticks
2.031: AnalyzeComponents: Hotpatch analysis disabled; skipping.
2.031: AnalyzeComponents: Hotpatching is disabled.
2.031: FindFirstFile c:\windows\$hf_mig$\*.*
2.109: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.172: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.219: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.281: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.344: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
2.344: AnalyzeForBranching: Using effective target C:\WINDOWS\system32\WBEM\SET38.tmp for c:\windows\system32\wbem\cimwin32.dll
2.469: AnalyzeForBranching used 438 ticks.
2.469: AnalyzePhaseTwo used 0 ticks
2.469: AnalyzePhaseThree used 0 ticks
2.469: AnalyzePhaseFive used 0 ticks
2.656: AnalyzePhaseSix used 187 ticks
3.063: AnalyzeComponents used 1782 ticks
3.063: Downloading 0 files
3.063: bPatchMode = FALSE
3.063: Inventory complete: ReturnStatus=0, 1782 ticks
3.563: CreateUninstall = 0,Directory = C:\WINDOWS\$NtUninstallKB932370-v3$
3.563: Num Ticks for invent : 2282
3.563: VerifyTargetFileSize: Unable to verify size as Source = NULL for file c:\windows\inf\HFX3C.tmp
3.578: Copied file:  c:\windows\inf\branches.inf
3.594: Allocation size of drive C: is 4096 bytes, free space = 2085027840 bytes
3.594: Drive C: free 1988MB req: 5MB w/uninstall 0MB
3.594: CabinetBuild complete
3.594: Num Ticks for Cabinet build : 31
3.594: DynamicStrings section not defined or empty.
3.594: FileInUse:: Detection disabled.
4.672: PFE2: Not avoiding Per File Exceptions.
5.094: Copied file:  C:\WINDOWS\system32\WBEM\cimwin32.dll
5.297: Copied file (delayed):  C:\WINDOWS\system32\WBEM\SET3D.tmp
5.313: DoInstallation: Installing assemblies with source root path: e:\3403ffcec8d0dd0d44e564ead2\
5.313: Num Ticks for Copying files : 1719
5.328:  ;%systemroot%\system32\ws03res.dll;%systemroot%\system32\w03a2409.dll found in EventMessageFile of Product.Append.Reg.IA
5.328: Num Ticks for Reg update and deleting 0 size files : 15    
5.328: DoInstallation: ApplyAdminSystemAclsRecursive for c:\windows\$hf_mig$\KB932370-v3 failed; error=0x00000003
5.328: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
8.266:  Return Code = 0
8.266: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
11.047:  Return Code = 0
11.047: ---- Old Information In The Registry ------
11.047: Source:C:\WINDOWS\system32\WBEM\SET38.tmp (5.2.3790.4100)
11.047: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.047: Deleting File: \??\C:\WINDOWS\system32\WBEM\SET38.tmp ( incoming is a newer file )
11.047: Source:C:\WINDOWS\system32\WBEM\SET3D.tmp (5.2.3790.4100)
11.047: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.047: ---- New Information In The Registry ------
11.047: Source:C:\WINDOWS\system32\WBEM\SET3D.tmp (5.2.3790.4100)
11.047: Destination:C:\WINDOWS\system32\WBEM\cimwin32.dll (5.2.3790.3959)
11.047: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
11.047: MigrateHotfix: Migrating hotfix KB2393802
11.047: QFE KB2393802 has no backup directory to migrate.
11.047: Migrating QFE KB2393802 with command line: update.exe -Z -Q -B:sp2qfe
13.188: Update.exe failed 1603.
13.188: MigrateHotfixes: Migration of KB2393802 failed
13.188: DoInstallation: Migration failed
13.406: Failed to migrate dependent packages.
134.078: Message displayed to the user: Failed to migrate dependent packages.
134.078: User Input: OK
134.078: Update.exe extended error code = 0xf0ea
134.078: Update.exe return code was masked to 0x643 for MSI custom action compliance.
6.203: ================================================================================
6.219: 2012/05/03 15:26:21.272 (local)
6.219: e:\6cef98df0344c8e7c9e54670c7\update\update.exe (version 6.3.4.1)
6.219: Hotfix started with following command line:
6.235: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
8.172: In Function TestVolatileFlag, line 12013, RegOpenKeyEx failed with error 0x2
8.172: In Function TestVolatileFlag, line 12045, RegOpenKeyEx failed with error 0x2
8.172: DoInstallation: CleanPFR failed: 0x2
8.172: In Function GetBuildType, line 1170, RegQueryValueEx failed with error 0x2
8.203: SetProductTypes: InfProductBuildType=BuildType.Sel
8.203: SetAltOsLoaderPath: No section uses DirId 65701; done.
8.391: DoInstallation: FetchSourceURL for e:\6cef98df0344c8e7c9e54670c7\update\update_SP2QFE.inf failed
8.407: BuildCabinetManifest: update.url absent
8.407: Starting AnalyzeComponents
8.407: AnalyzePhaseZero used 0 ticks
8.438: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
8.438: SetupFindFirstLine in LoadExclusionList Failed with error: 0xe0000102
8.438: Enumerating Devices of computer, GUID {4d36e966-e325-11ce-bfc1-08002be10318}
8.891: OEM file scan used 453 ticks
9.266: CreateUninstall = 0,Directory = C:\WINDOWS\$NtUninstallKB932370-v3$
10.610: AnalyzePhaseOne: used 2203 ticks
10.610: AnalyzeComponents: Hotpatch analysis disabled; skipping.
10.610: AnalyzeComponents: Hotpatching is disabled.
10.610: FindFirstFile c:\windows\$hf_mig$\*.*
11.016: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
11.078: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
11.391: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\ntoskrnl.exe has branch sp2gdr which is smaller than branch for sp2qfe
11.594: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\driver cache\amd64\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
11.875: AnalyzeForBranching: g_bMigrate set to TRUE because target file c:\windows\system32\dllcache\ntkrnlmp.exe has branch sp2gdr which is smaller than branch for sp2qfe
11.875: AnalyzeForBranching used 937 ticks.
11.891: AnalyzePhaseTwo used 16 ticks
11.891: AnalyzePhaseThree used 0 ticks
11.891: AnalyzePhaseFive used 0 ticks
11.938: AnalyzePhaseSix used 47 ticks
11.938: AnalyzeComponents used 3531 ticks
11.938: Downloading 0 files
11.938: bPatchMode = FALSE
11.938: Inventory complete: ReturnStatus=0, 3547 ticks
11.985: Num Ticks for invent : 3594
12.000: VerifyTargetFileSize: Unable to verify size as Source = NULL for file c:\windows\inf\HFX3.tmp
12.000: Copied file:  c:\windows\inf\branches.inf
12.047: Allocation size of drive C: is 4096 bytes, free space = 2206285824 bytes
12.047: Drive C: free 2104MB req: 5MB w/uninstall 0MB
12.047: CabinetBuild complete
12.047: Num Ticks for Cabinet build : 62
12.047: DynamicStrings section not defined or empty.
12.047: FileInUse:: Detection disabled.
13.235: PFE2: Not avoiding Per File Exceptions.
13.688: DoInstallation: Installing assemblies with source root path: e:\6cef98df0344c8e7c9e54670c7\
13.688: Num Ticks for Copying files : 1641
13.688:  ;%systemroot%\system32\ws03res.dll;%systemroot%\system32\w03a2409.dll found in EventMessageFile of Product.Append.Reg.IA
13.688: Num Ticks for Reg update and deleting 0 size files : 0    
13.703: DoInstallation: ApplyAdminSystemAclsRecursive for c:\windows\$hf_mig$\KB932370-v3 failed; error=0x00000003
13.703: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
17.828:  Return Code = 0
17.828: Starting process:  C:\WINDOWS\system32\wbem\mofcomp.exe C:\WINDOWS\system32\wbem\cimwin32.mof
20.766:  Return Code = 0
20.766: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
20.766: MigrateHotfix: Migrating hotfix KB2393802
20.766: QFE KB2393802 has no backup directory to migrate.
20.766: Migrating QFE KB2393802 with command line: update.exe -Z -Q -B:sp2qfe
24.578: Update.exe failed 1603.
24.578: MigrateHotfixes: Migration of KB2393802 failed
24.578: DoInstallation: Migration failed
24.969: Failed to migrate dependent packages.


Pennsylvania Department of Labor and Industry ~Windows Enterprise Administration Team

Assessment is failing

$
0
0
0

I have had a collection running for a number of weeks and it has stopped on the scheduled day.

I have noticed that the collect performance data field is incomplete.

The error: Your performance data haas not completed assessment.

When I try to manually run an assessment it fail

Please could some one shed any insight as to how to complete the asseesment.

I can not destroy this data and restart.

Also my log file is 3gb, is this normal?

remove\delete machines with machine type of 'insufficient data'

$
0
0
Is it possible to remove machines from the computer inventory results?  I've discovered all sql servers, but I'm really only interested in the servers i was able to access (ie everything other than Machine Type: Insufficient Data).  Removing these servers of no interest would save some time and hassle when generating report etc.  Thanks.

windows media player 11 reads the album info in squares

$
0
0
windows media player 11 reads the album info in squares

MAP 6.5 not collecting perfomance data from windows servers 2003 std it

$
0
0

Hello,

I am testing MAP 6.5 and after following the configuration guide lines I can successfully complete an Inventory, but when trying to gather performance data I can get it from all my machines (XP, windows 2000, windows 2008) except 3 windows server 2003 std-it and one enterprise-it that are part of the NT4 domain; I can successfully gather performance statistics from another windows server 2003 enterprise-it that is not part of the domain.

Here after a part of the log where I'm trying to collect performance data from a single machine windows server 2003 std-it, named BO_VIRTUAL,  that I cancelled after some minutes.

And I can't understand this line regarding an error FailedDueToHostNotFound

Thank you for helping.

*******************************

<2012-05-04 07:01:06.97 WorkerThread0@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')) - Device inventory completed. Elapsed time = 00:00:00.767. Collector class results: <PerfmonClass ClassName='LogicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Memory'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Network Interface(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='PhysicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Processor(*)'> = FailedDueToHostNotFound.

**************************

<2012-05-04 06:59:00.96 TID-1@WunderBarBasePage,I> DisplayViewPage: Opening view type: RootPageWpfHost`2

<2012-05-04 07:00:23.82 TID-1@CommonFunctions,I> LogonUser() with LOGON32_PROVIDER_DEFAULT: Result: True (0)
<2012-05-04 07:00:23.82 TID-1@AccountDetailsPage,I> ValidateCredentials: Domain and credentials are valid: Domain: 'DOMINIO_BOARIO' User: 'DOMINIO_BOARIO\ADMINISTRATOR'
<2012-05-04 07:00:55.82 TID-1@InventoryService,I> Reset() - Resetting InventoryService.
<2012-05-04 07:00:57.24 TID-1889@TaskProcessor,I> Run: Processing task: 'Inventory'
<2012-05-04 07:00:57.25 TID-1889@TaskProcessor,I> StartWorkers: Starting worker thread: 'Inventory'
<2012-05-04 07:00:57.40 Inventory@TaskProcessor,I> RunWorker: Running worker: 'Inventory'
<2012-05-04 07:00:59.02 Inventory@InventoryService,I> StartInventory() - Starting the inventory engine.
<2012-05-04 07:00:59.07 Inventory@InventoryService,I> StartInventory() - The inventory engine is being run on a recurrent schedule.
   |End time = 05/04/2012 07:35:25
   |Period = 00:05:00
<2012-05-04 07:00:59.32 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out VMware classes because there were no VMware credentials specified.
<2012-05-04 07:00:59.33 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SSH classes because there were no SSH credentials specified.
<2012-05-04 07:00:59.33 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SQL classes for SQL Server because there were no SQL credentials specified.
<2012-05-04 07:00:59.33 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SQL classes for Oracle because there were no Oracle credentials specified.
<2012-05-04 07:00:59.33 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out AD classes because there were no AD credentials specified.
<2012-05-04 07:00:59.33 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out PowerShell classes because there were no PowerShell credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out VMware classes because there were no VMware credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SSH classes because there were no SSH credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SQL classes for SQL Server because there were no SQL credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out SQL classes for Oracle because there were no Oracle credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out AD classes because there were no AD credentials specified.
<2012-05-04 07:00:59.57 Inventory@InventoryService,I> GetExclusionPredicate() - Filtering out PowerShell classes because there were no PowerShell credentials specified.
<2012-05-04 07:01:02.93 Inv:FillWorkItemQueue@InventoryService,I> FillWorkItemQueueThreadProc() - The thread that fills the work item queue is starting.
<2012-05-04 07:01:02.93 Inv:CompletedWorkItems@InventoryService,I> CompletedWorkItemConsumerThreadProc() - The completed work item consumer thread is starting.
<2012-05-04 07:01:02.94 Inventory@WatchdogThreadPool,I> Start() - The WatchdogThreadPool is starting. totalPhysicalMemorySize: 804368384 MaxMemorySize: 0.8, MaxMemoryGrowthLimit: 50
<2012-05-04 07:01:02.94 WorkerThread0@WatchdogThreadPool,I> Worker() - WorkerThread0 is starting.
<2012-05-04 07:01:02.94 Inventory@InventoryService,I> StartInventory() - The inventory engine started successfully.
<2012-05-04 07:01:02.96 WorkerThread1@WatchdogThreadPool,I> Worker() - WorkerThread1 is starting.
<2012-05-04 07:01:02.96 WorkerThread0@ManualDiscoveryWorkItem,I> InventoryWorkCallback() - Running no-op collection for 1 manually inserted devices.
<2012-05-04 07:01:02.96 WorkerThread0@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='ManualDiscoveryWorkItem(Discovering 1 devices)'. Elapsed time: 00:00:00.000
<2012-05-04 07:01:06.21 WorkerThread1@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')) - Device inventory completed. Elapsed time = 00:00:01.765. Collection results: .
<2012-05-04 07:01:06.21 WorkerThread1@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='DeviceInventoryWorkItem(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')'. Elapsed time: 00:00:01.984
<2012-05-04 07:01:06.97 WorkerThread0@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')) - Device inventory completed. Elapsed time = 00:00:00.767. Collector class results: <PerfmonClass ClassName='LogicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Memory'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Network Interface(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='PhysicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Processor(*)'> = FailedDueToHostNotFound.

<2012-05-04 07:01:06.97 WorkerThread0@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='DeviceInventoryWorkItem(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')'. Elapsed time: 00:00:00.766
<2012-05-04 07:01:13.02 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 22, error = 68, accumulatedCpuUtilError = 0, adjustment = 9.06666666666667, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105361408, TotalManagedMemory = 33928736
<2012-05-04 07:01:22.96 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 15, error = 75, accumulatedCpuUtilError = 0, adjustment = 10, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34083792
<2012-05-04 07:01:32.99 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 20, error = 70, accumulatedCpuUtilError = 0, adjustment = 9.33333333333333, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34100732
<2012-05-04 07:01:43.00 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 44, error = 46, accumulatedCpuUtilError = 0, adjustment = 6.13333333333333, countOfThreadsToAdd = 7, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34416592
<2012-05-04 07:01:52.99 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 14, error = 76, accumulatedCpuUtilError = 0, adjustment = 10.1333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34110880
<2012-05-04 07:02:03.00 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 9, error = 81, accumulatedCpuUtilError = 0, adjustment = 10.8, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34632004
<2012-05-04 07:02:13.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 14, error = 76, accumulatedCpuUtilError = 0, adjustment = 10.1333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34672076
<2012-05-04 07:02:23.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 11, error = 79, accumulatedCpuUtilError = 0, adjustment = 10.5333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34575220
<2012-05-04 07:02:33.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 22, error = 68, accumulatedCpuUtilError = 0, adjustment = 9.06666666666667, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34774544
<2012-05-04 07:02:43.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 12, error = 78, accumulatedCpuUtilError = 0, adjustment = 10.4, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 34972792
<2012-05-04 07:02:53.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 30, error = 60, accumulatedCpuUtilError = 0, adjustment = 8, countOfThreadsToAdd = 8, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35133492
<2012-05-04 07:03:03.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 41, error = 49, accumulatedCpuUtilError = 0, adjustment = 6.53333333333333, countOfThreadsToAdd = 7, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35167616
<2012-05-04 07:03:13.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 15, error = 75, accumulatedCpuUtilError = 0, adjustment = 10, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35380784
<2012-05-04 07:03:23.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 20, error = 70, accumulatedCpuUtilError = 0, adjustment = 9.33333333333333, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35312308
<2012-05-04 07:03:33.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 7, error = 83, accumulatedCpuUtilError = 0, adjustment = 11.0666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35761692
<2012-05-04 07:03:43.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 7, error = 83, accumulatedCpuUtilError = 0, adjustment = 11.0666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35816688
<2012-05-04 07:03:53.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 6, error = 84, accumulatedCpuUtilError = 0, adjustment = 11.2, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 35644540
<2012-05-04 07:04:03.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 36215192
<2012-05-04 07:04:13.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 36280912
<2012-05-04 07:04:23.04 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 9, error = 81, accumulatedCpuUtilError = 0, adjustment = 10.8, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 36052584
<2012-05-04 07:04:33.05 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 32, error = 58, accumulatedCpuUtilError = 0, adjustment = 7.73333333333333, countOfThreadsToAdd = 8, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 36615176
<2012-05-04 07:04:43.05 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 12, error = 78, accumulatedCpuUtilError = 0, adjustment = 10.4, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 36435012
<2012-05-04 07:04:53.07 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 13, error = 77, accumulatedCpuUtilError = 0, adjustment = 10.2666666666667, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 36615236
<2012-05-04 07:05:03.07 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 8, error = 82, accumulatedCpuUtilError = 0, adjustment = 10.9333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 36806492
<2012-05-04 07:05:13.08 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 36986716
<2012-05-04 07:05:23.08 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 5, error = 85, accumulatedCpuUtilError = 0, adjustment = 11.3333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37166940
<2012-05-04 07:05:33.10 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 11, error = 79, accumulatedCpuUtilError = 0, adjustment = 10.5333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37351844
<2012-05-04 07:05:43.11 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 8, error = 82, accumulatedCpuUtilError = 0, adjustment = 10.9333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37523876
<2012-05-04 07:05:53.15 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 20, error = 70, accumulatedCpuUtilError = 0, adjustment = 9.33333333333333, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37704100
<2012-05-04 07:06:03.15 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 15, error = 75, accumulatedCpuUtilError = 0, adjustment = 10, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37497080
<2012-05-04 07:06:06.30 WorkerThread1@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')) - Device inventory completed. Elapsed time = 00:00:00.062. Collector class results: <PerfmonClass ClassName='LogicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Memory'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Network Interface(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='PhysicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Processor(*)'> = FailedDueToHostNotFound.
<2012-05-04 07:06:06.30 WorkerThread1@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='DeviceInventoryWorkItem(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')'. Elapsed time: 00:00:00.062
<2012-05-04 07:06:13.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 11, error = 79, accumulatedCpuUtilError = 0, adjustment = 10.5333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37873912
<2012-05-04 07:06:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 37891032
<2012-05-04 07:06:33.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38071256
<2012-05-04 07:06:43.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38251480
<2012-05-04 07:06:53.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38436620
<2012-05-04 07:07:03.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38616844
<2012-05-04 07:07:13.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38797068
<2012-05-04 07:07:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 38982364
<2012-05-04 07:07:33.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105193472, TotalManagedMemory = 39162588
<2012-05-04 07:07:43.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39342812
<2012-05-04 07:07:53.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 38981752
<2012-05-04 07:08:03.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39161976
<2012-05-04 07:08:13.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39342200
<2012-05-04 07:08:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 8, error = 82, accumulatedCpuUtilError = 0, adjustment = 10.9333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39519316
<2012-05-04 07:08:33.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39699540
<2012-05-04 07:08:43.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 39879764
<2012-05-04 07:08:53.19 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 40065236
<2012-05-04 07:09:03.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 1, error = 89, accumulatedCpuUtilError = 0, adjustment = 11.8666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 40245460
<2012-05-04 07:09:13.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 0, error = 90, accumulatedCpuUtilError = 0, adjustment = 12, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 40425684
<2012-05-04 07:09:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 1, error = 89, accumulatedCpuUtilError = 0, adjustment = 11.8666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105209856, TotalManagedMemory = 40611228
<2012-05-04 07:09:33.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 40844292
<2012-05-04 07:09:43.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41024516
<2012-05-04 07:09:53.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 40491600
<2012-05-04 07:10:03.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 40671824
<2012-05-04 07:10:13.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 40852048
<2012-05-04 07:10:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 40994860
<2012-05-04 07:10:33.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41175084
<2012-05-04 07:10:43.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41355308
<2012-05-04 07:10:53.18 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41511052
<2012-05-04 07:11:03.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41691276
<2012-05-04 07:11:06.33 WorkerThread0@DeviceInventoryWorkItem,I> InventoryWorkCallback(Device(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')) - Device inventory completed. Elapsed time = 00:00:00.018. Collector class results: <PerfmonClass ClassName='LogicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Memory'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Network Interface(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='PhysicalDisk(*)'> = FailedDueToHostNotFound, <PerfmonClass ClassName='Processor(*)'> = FailedDueToHostNotFound.
<2012-05-04 07:11:06.33 WorkerThread0@InventoryWorkItem,I> WorkCallback() - Completed InventoryWorkItem with description='DeviceInventoryWorkItem(GUID={f22e3ed1-70bc-41c4-b200-516c1abdf35a},DnsHostName='BO_VIRTUAL')'. Elapsed time: 00:00:00.015
<2012-05-04 07:11:13.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 24, error = 66, accumulatedCpuUtilError = 0, adjustment = 8.8, countOfThreadsToAdd = 9, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 41899240
<2012-05-04 07:11:23.16 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 17, error = 73, accumulatedCpuUtilError = 0, adjustment = 9.73333333333333, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 42079464
<2012-05-04 07:11:33.22 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 11, error = 79, accumulatedCpuUtilError = 0, adjustment = 10.5333333333333, countOfThreadsToAdd = 11, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 105250816, TotalManagedMemory = 42158972
<2012-05-04 07:11:43.24 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 27, error = 63, accumulatedCpuUtilError = 0, adjustment = 8.4, countOfThreadsToAdd = 9, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104648704, TotalManagedMemory = 32157644
<2012-05-04 07:11:53.25 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 30, error = 60, accumulatedCpuUtilError = 0, adjustment = 8, countOfThreadsToAdd = 8, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104648704, TotalManagedMemory = 32329676
<2012-05-04 07:12:03.27 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 35, error = 55, accumulatedCpuUtilError = 0, adjustment = 7.33333333333333, countOfThreadsToAdd = 8, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 32281524
<2012-05-04 07:12:13.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 32461748
<2012-05-04 07:12:23.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 32641972
<2012-05-04 07:12:33.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 32797448
<2012-05-04 07:12:43.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 32977672
<2012-05-04 07:12:53.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33157896
<2012-05-04 07:13:03.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33313404
<2012-05-04 07:13:13.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 6, error = 84, accumulatedCpuUtilError = 0, adjustment = 11.2, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33493628
<2012-05-04 07:13:23.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33685208
<2012-05-04 07:13:33.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33857240
<2012-05-04 07:13:43.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34037464
<2012-05-04 07:13:53.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33806104
<2012-05-04 07:14:03.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 33986328
<2012-05-04 07:14:13.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 4, error = 86, accumulatedCpuUtilError = 0, adjustment = 11.4666666666667, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34166552
<2012-05-04 07:14:23.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34351892
<2012-05-04 07:14:33.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34532116
<2012-05-04 07:14:43.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34712340
<2012-05-04 07:14:53.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 2, error = 88, accumulatedCpuUtilError = 0, adjustment = 11.7333333333333, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 34898000
<2012-05-04 07:15:03.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 3, error = 87, accumulatedCpuUtilError = 0, adjustment = 11.6, countOfThreadsToAdd = 12, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 35078224
<2012-05-04 07:15:13.29 TID-951@WatchdogThreadPool,I> UpdateMaxThreadsWatermark() - currentCpuUtil = 17, error = 73, accumulatedCpuUtilError = 0, adjustment = 9.73333333333333, countOfThreadsToAdd = 10, maxThreadsWatermark = 12, numThreads = 2, PrivateMemorySize = 104386560, TotalManagedMemory = 35136308
<2012-05-04 07:15:14.50 TID-1@ProgressPage,I> ProgressPage.CancelClick: User cancelled. Starting cleanup process.
<2012-05-04 07:15:14.50 TID-1@TaskProcessor,I> Cancel: Cancelling worker: 'Inventory'
<2012-05-04 07:15:14.50 TID-951@InventoryWorker,I> Cancel: Stopping the inventory engine.
<2012-05-04 07:15:14.50 TID-1@ProgressPage,I> ProgressPage.FormClosingHandler: Closing reason: UserClosing
<2012-05-04 07:15:14.52 TID-951@InventoryService,I> Stop() - Stopping the inventory engine.
<2012-05-04 07:15:14.52 TID-951@InventoryService,I> Stop() - Giving active work 10 seconds to complete before aborting the work.
<2012-05-04 07:15:14.52 TID-951@WatchdogThreadPool,I> StopThreadPool() - The WatchdogThreadPool is stopping.
<2012-05-04 07:15:14.52 WorkerThread1@WatchdogThreadPool,I> Worker() - WorkerThread1 is exiting.
<2012-05-04 07:15:14.52 Inv:FillWorkItemQueue@InventoryService,I> FillWorkItemQueueThreadProc() - The thread that fills the work item queue is exiting.
<2012-05-04 07:15:14.52 WorkerThread0@WatchdogThreadPool,I> Worker() - WorkerThread0 is exiting.
<2012-05-04 07:15:14.54 TID-951@WatchdogThreadPool,I> StopThreadPool() - The WatchdogThreadPool is stopped.
<2012-05-04 07:15:14.54 TID-1889@TaskProcessor,I> Run: Joining with thread: ID: '1962' Name: 'Inventory'
<2012-05-04 07:15:14.55 Inv:CompletedWorkItems@InventoryService,I> CompletedWorkItemConsumerThreadProc() - The completed work item consumer thread is exiting.
<2012-05-04 07:15:17.94 TID-951@InventoryDataAccess,I> FinalizeInventoryRun() - Removed 0 inactive IP addresses and found 0 duplicate device entries.
<2012-05-04 07:15:17.99 TID-951@InventoryService,I> MakeProgressNotification() - Final inventory progress event:
   |InventoryProgressEvent
   |  Finished    = True
   |  FatalError  = <null>
   |  Elapsedtime = 00:14:18.844
   |
   |  ExistingDevicesCount            = 1
   |  TotalDiscoveredDevicesCount     = 1
   |  NewDiscoveredDevicesCount       = 0
   |  InventoryJobsToRetryCount       = 0
   |  InventoryJobsCompleteCount      = 4
   |  AggregateInventoryJobThroughput = 0,279445394041293
   |
   |  ActiveDirectory(#Job, #Completed, #Discovered, #NewlyDiscovered) = (0, 0, 0, 0)
   |  NetBios(#Job, #Completed, #Discovered, #NewlyDiscovered) = (0, 0, 0, 0)
   |  ManuallyAdded(#Job, #Completed, #Discovered, #NewlyDiscovered) = (1, 1, 1, 0)
   |  IPRange(#Job, #Completed, #Discovered, #NewlyDiscovered) = (0, 0, 0, 0)
   |  InventoryData(#Job, #Completed, #Discovered, #NewlyDiscovered) = (0, 0, 0, 0)
   |  SystemCenter(#Job, #Completed, #Discovered, #NewlyDiscovered) = (0, 0, 0, 0)
   |
   |  Wmi(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 1, 0)
   |  Registry(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 1, 0)
   |  Perfmon(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 3, 0, 0)
   |  VMware(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 0, 0)
   |  Ssh(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 0, 0)
   |  Sql(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 0, 0)
   |  AD(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 0, 0)
   |  PowerShell(#Success, #Partial, #Failure, #N/A, #Instance) = (0, 0, 0, 0, 0)
   |
<2012-05-04 07:15:17.99 Inventory@TaskProcessor,I> WorkerCompleted: Worker: 'Inventory'
<2012-05-04 07:15:17.99 TID-951@InventoryService,I> Stop() - The inventory engine is stopped.
<2012-05-04 07:15:18.00 TID-1889@TaskProcessor,I> Run: Completed. Status: Cancelled
<2012-05-04 07:15:18.80 TID-1889@ProgressPage,I> ProgressPage.TaskCompletedCallback: sender: Microsoft.AssessmentPlatform.UI.Console.Tasks.TaskProcessor


Trying to view my MAP Reports, keep getting location error.

Inventory of Machines in Workgroup - Account Details

$
0
0

Hi All,

I have been tasked with using the Inventory and Planning tool tool on about 1300 workstations that are all standalone - in a workgroup called - WORKGROUP.

When I run the tool and add the individual machine using the hostname and specify the hostname\account of the local admin account and password it works.

When I try just the local account name with no hostname if fails to connect with access denied.

The machines all have the novell client installed and the machine I am running from is not part of a domain.  I am running the tool logged in as a local admin on a Win 7 x64 machine. 

There are no firewalls between me and the clients, they are running Symantec endpoint protection but i have disabled on the test machines and am still getting access denied.  Clients are XP SP3 mostly but some W7 and Server 2008.

Does this mean I need to enter the credentials for each individual machine for the tool to work?  The local account I am specifying exists on all computers and the password is correct.

The only machine it has been really successful on is the machine the tool is installed on.

I have confirmed WMI connectivity with WBEMTest and it allows my connection.

Any ideas on the account usage?

Thanks

James

Hardware configuration

$
0
0

We have an ongoing virtualization project and I have started using the Server Consolidation wizard in MAP 6.5

First of all(after inventory and performance collection) I tried the 'Sample host' configuration in the Server consolidation wizard to generate the summary report.

If I create a new hardware configuration with same parameters as the 'Sample host', run the consolidation wizard again, the summary report is showing completely different numbers, especially for CPU.

Is this a bug or am I missing something here?

Best regards

GH

Assessment Failed

$
0
0

Hello,

I am running MAP 6.5 and have been very successful up until today. I completed the inventory on about 5,000 machines and when I went to run the assessment it failed. I have only seen this fail once before and it was also when I did an assessment on about 7,000 machines. I am thinking that the two failures have somthing in common but I am not sure where to start with my troubleshooting. Would it be possible to send a log file to MS MAP support team and possibly work through this issue. Thanks. I would need to know the location of the log files for MAP. Thanks

Chris G

Microsoft Assessment and Planning Toolkit version 6.5.4229.01

$
0
0

I have installed MAP in a client environment, running all data collection options under AD admin privilege, however the tool fails to collect any data on the MS Cluster. (In the AD Discovered devices table, I am able to see the names of the cluster nodes, however  all tables with MSCluster-* have no records)

Do I need to do anything special on the tool for it detect the SQL & other clusters on the network?
 
Thx

Jay


Jay Tabatabai


Viewing all 923 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>