Depended Package

by Garth 26. January 2012 01:32

Use this query to get the package name for any depended program.

See the TechNet forum post for full details.

SELECT     
  Pkg.Name AS 'Package Name', 
  ADV.ProgramName AS 'Program Name',
  ADV.AdvertisementName AS 'Advertisement Name', 
  Col.Name AS 'Collection Name', 
  CRQ.RuleName AS 'Security Group Name',
  Pgm.PackageID, 
  Pgm.ProgramName, 
  Pgm.DependentProgram,
  pkgsub.Name
  
FROM
  dbo.v_Advertisement Adv
  INNER JOIN dbo.v_Collection Col ON ADV.CollectionID = Col.CollectionID 
  INNER JOIN dbo.v_Package Pkg ON ADV.PackageID = Pkg.PackageID 
  INNER JOIN dbo.v_CollectionRuleQuery CRQ ON Col.CollectionID = CRQ.CollectionID 
  INNER JOIN dbo.v_Program Pgm ON Pkg.PackageID = Pgm.PackageID
  left outer Join (select substring(Pgm.DependentProgram,0,9) as Subpac, PackageID from dbo.v_Program  Pgm where Pgm.DependentProgram != '') sub ON sub.PackageID = Pkg.PackageID 
  left outer JOIN dbo.v_Package Pkgsub ON sub.Subpac = Pkgsub.PackageID 
--where 
--  ADV.AdvertisementName like 'Z7_%' 
ORDER BY 
  ADV.AdvertisementName

Tags: ,

System Management Server | System Center Configuration Manager | SCCM | SMS

SSRS & Software 02D - Computers with a specific software product

by Garth 16. December 2011 21:23

When converting the native Microsoft SCCM 2007 ASP reports to SQL Server Reporting Services (SSRS) reports a few of them don’t convert correctly. Enhansoft has corrected this problem in native Microsoft SCCM 2007 reports for SSRS. Please enjoy these free reports!

 

Software 02D - Computers with a specific software product

  • Fixed Prompts to allow for Null items
  • Fixed Prompt text
  • Set Default “Null” as default for all prompts except for Collection
  • Very minimal changes to SQL to allow for it to work within SQL BI tool
  • Updated footer
  • Set datasource to one that can be used by SQL BI, this will get reset to the MS datasource on installation.
  • Some SQL formatting to allow for readability

 

http://www.enhansoft.com/pages/sccm-2007-conversion-tools.aspx

 

Others are coming so stay tuned.

Tags:

Announcement | ConfigMgr | News | SCCM | SSRS | System Center Configuration Manager

Diving Deep in the SCCM data! Bring your Swim trunks! – Part 2

by Garth 14. November 2011 16:07

While away on holidays, I was asked what does the “Diving Deep in the SCCM data! Bring your Swim trunks!” SSRS report look like. Well here it is!

 

Devteach4

The RDL file for this report is within the ZIP file on http://support.enhansoft.com/Blogs/post/Diving-Deep-in-the-SCCM-data!-Bring-your-Swim-trunks!.aspx along with the PPT.

Here is how to manually upload the RDL file to your SSRS site
http://support.enhansoft.com/Blogs/post/How-to-upload-a-report-manually-to-SQL-Server-Reporting-Services-(SSRS).aspx

And you will also need to change the Datasource too.
http://support.enhansoft.com/Blogs/post/How-to-Change-the-SSRS-Datasource.aspx

Tags:

Announcement | ConfigMgr | SCCM | SSRS | System Center Configuration Manager | vNext

DevTeach Winner

by Garth 4. November 2011 18:45

Congratulations to Scott K. for winning Enhansoft’s Foolish Chicken restaurant gift certificate at DevTeach.

Scott

Tags:

Announcement | SCCM | SMS

Diving Deep in the SCCM data! Bring your Swim trunks!

by Garth 4. November 2011 17:45

Yesterday during my presentation Diving Deep in the SCCM data! Bring your Swim trunks! at DevTeach. I said that I would post the PPT and samples to my blog.

All the real “Meat” is in the RDL file.

http://www.enhansoft.com/downloads/ppt/sharks.zip

Tags:

Announcement | ConfigMgr | SCCM | SSRS

How to test Data Source

by Garth 21. September 2011 21:10

Use these step to test your Data source

Launch Internet Explorer http://server name/Reports and select the Data Source. Double click the data source icon or the GUID; highlighted above.

 

Select Test Connection.

Notice the Successful connection message.

Tags:

ConfigMgr | SCCM | SSRS | System Center Configuration Manager | Troubleshooting | vNext

Patch compliance progression report

by Garth 20. September 2011 02:08

Over on the myITforum mailing there has been some discussion about one of our reports. Our SSRS reports are based on my original version on my personal blog site. http://smsug.ca/blogs/garth_jones/archive/2009/02/25/patch-compliance-progression-report.aspx

 

What is different between the one of my blog site and the Enhanced Web Report (EWR) version, is that the EWR version will look at only approved software updates and you can drill down to the details for each PCs to see what SU are missing.

 

clip_image002

clip_image003

 

Tags:

ConfigMgr | Enhanced Web Reporting | EWR | SCCM | SSRS | System Center Configuration Manager | vNext

SSRS Report Winner for Dec 2010

by Garth 12. January 2011 16:46

And the winner is: Software Distribution Status.

 

 

Over the next few days, the setup program will be created and released. At the same time January’s SSRS reports will be announced. Watch this blog for more details.

 

.

Tags:

Announcement | ConfigMgr | News | SCCM | SSRS | System Center Configuration Manager | vNext

Don’t forget to vote!

by Garth 3. January 2011 17:42

There is still time to vote for the SSRS report that you would like us to give away! The poll closed January 11th 2011 at 6:00 P.M. EST!

 

http://support.enhansoft.com/Forum/default.aspx?g=posts&t=26

Tags:

Announcement | ConfigMgr | Enhanced Web Reporting | EWR | Poll | SCCM | SSRS | System Center Configuration Manager | vNext

SQL Server Reporting Service Reports Giveaway - Dec 2010

by Garth 16. December 2010 05:14

Each month we are going to give away a SSRS report. For this month we are going to make a suggestion, but for next month, we will use one or two of the suggestions that are posted by you!

To vote and make your suggestions for next month, please visit http://support.enhansoft.com/Forum/default.aspx?g=posts&t=26

Tags:

Announcement | EWR | Enhanced Web Reporting | SSRS | System Center Configuration Manager | vNext | ConfigMgr | SCCM | Poll

Powered by BlogEngine.NET 1.6.0.0


Enhansoft is an information technology company specializing in Windows Management development, implementation and customization for:

  • System Center Configuration Manager v.Next
  • System Center Configuration Manager (ConfigMgr / SCCM)
  • System Management Server (SMS)
  • Virtual environments (Hyper-v / Virtual Server)

We focus on helping you manage your technology needs through our portfolio of world-class products and services.

Tag cloud