|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Yesterday @ 8:18 AM
Points: 18,
Visits: 304
|
|
| Hi great article Just modified it a bit to get a inventory via WMI of all the Physical Processors instead of cores, works great and added it into the DBA_MORNING_CHECKS ssis package
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|

Cool. Nice to see it's been useful and aided your daily routines.
What details are you recording on the physical processors?
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 30, 2013 1:13 AM
Points: 2,
Visits: 180
|
|
| This was amazingly helpful - 5 starts!
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Today @ 1:53 AM
Points: 29,
Visits: 439
|
|
Hi
I have followed this article step by step and get the following error.
Error at DiskUsage: The connection "ServerName=\\;Namespace=\root\cimv2;UseNtAuth=True;UserName=;" is not found. This error is thrown by Connections collection when the specific connection element is not found.
Any ideas?
thanks
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
Hi,
looking at the error, it's not picking up the servername correctly, so check the source table column names and inparticular look at step 6 again..
Step 6 - Building The Server Query Loop Now we have server to query, we can build the loop to iterate through the server list.
Add a For each Loop Container to the data flow work area and name it FELC Server Query. Double-Click the For Each Loop Container and select Collection. On the Collection form,
•set the ADO Object Source Variable to User::ServerList. •Select the Enumeration mode to Rows in the first table •Under Variable mappings, map the Variable User::ServerConnString to index 0.
make sure you are mapping the variable User::ServerConnString to an index value of 0
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Today @ 1:53 AM
Points: 29,
Visits: 439
|
|
Hi
Thanks for the quick response.
The source table [server_query_list] has the server name without a forward slash e.g. [Servertest]. The ServerConnString is set to 0.
thanks
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
stick a breakpoint on the WMI task and check the variable value pre wmi query execution and check the value is ok
Also on the wmi_conn connection manage review the connection string expression.
let me know what you have in there
is short the problem is the value isn't being set in the connection string so it's pin pointing where the server name is getting lost
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Today @ 1:53 AM
Points: 29,
Visits: 439
|
|
Hi
I finally got there at the end, it was something in the WMI connection manager
thanks again
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:47 AM
Points: 380,
Visits: 1,014
|
|
No probs - glad you got it working
_____________________________________________________________________________ MCITP: Business Intelligence Developer (2005)
|
|
|
|