SCCM by Davis: “created the doc yikKtmjDILCcMPRE” plus 19 more |
- created the doc yikKtmjDILCcMPRE
- created the doc gjyyqydUsONZ
- created the doc PVcfCPGjqUHt
- James Brown edited the doc 4 Reasons to Use Online Document Management Software
- James Brown created the doc 4 Reasons to Use Online Document Management Software
- James Brown became a registered member
- Phil Schwan wrote a new post, MMS2013 Day Two (The Search for the Missing Internet)
- Jon Lee became a registered member
- Jay Ferron wrote a new post, 365 Days Remaining Until XP End Of Support. The Countdown Begins
- Reports migration from SCCM 2007 to SCCM 2012
- Kris became a registered member
- Henry Truong wrote a new post, 1E Academy Live – A great kick off to MMS 2013
- Dustin Hedges wrote a new post, SCCM/MDT 2012 BUG: Deploying Windows XP via USB Fails
- Jacob Roth joined the group Microsoft Deployment Toolkit (MDT)
- Jacob Roth joined the group Group Policy
- Jacob Roth joined the group Operating System Deployment
- Jacob Roth joined the group Application Deployment
- Jacob Roth joined the group Script Gallery
- Jacob Roth joined the group System Center Configuration Manager 2012
- Jacob Roth joined the group The Word at myITforum
created the doc yikKtmjDILCcMPRE Posted: 09 Apr 2013 12:41 AM PDT Comments: 0 |
Posted: 09 Apr 2013 12:41 AM PDT Comments: 0 |
Posted: 09 Apr 2013 12:41 AM PDT Comments: 0 |
James Brown edited the doc 4 Reasons to Use Online Document Management Software Posted: 08 Apr 2013 10:18 PM PDT Comments: 0 |
James Brown created the doc 4 Reasons to Use Online Document Management Software Posted: 08 Apr 2013 10:17 PM PDT Comments: 0 |
James Brown became a registered member Posted: 08 Apr 2013 10:10 PM PDT Comments: 0 |
Phil Schwan wrote a new post, MMS2013 Day Two (The Search for the Missing Internet) Posted: 08 Apr 2013 07:53 PM PDT |
Jon Lee became a registered member Posted: 08 Apr 2013 04:24 PM PDT Comments: 0 |
Jay Ferron wrote a new post, 365 Days Remaining Until XP End Of Support. The Countdown Begins Posted: 08 Apr 2013 09:35 AM PDT Here is a link to an article about the end of life for Windows XP 1 year and counting. I have blog about this before and I have explains some tools you can use including downloading and using the Microsoft […] Comments: 0 |
Reports migration from SCCM 2007 to SCCM 2012 Posted: 01 Mar 2013 02:21 AM PST Recenty I had some troubles during reports migration from SCCM 2007 to SCCM 2012. By the way – I am going to write a quite big article about my struggling with SCCM upgrade – I hope the migration nightmare will ends this month So as I was saying, after migrating reports I was received such an error: Microsoft.Reporting.WinForms.ReportServerException Stack Trace: I couldn't find what is the issue, I was doing it with the ReportSync tool I have read about here: http://blog.coretech.dk/kea/migrate-reports-from-sccm-2007-to-sccm-2012-sp1/ But there was nothing about that error :/ so I was searching further and found that great article, it is quite similar buuut… it has explanation of how to get rid of thta error Blog is written as a one page so you have to search by "Migrate the SCCM 2007 reports to SCCM 2012″ header. In case the website was no longer available – you have to do the fallowing after migration: 1. Go to to website http://<your_sqlreporting_server>/reports 2. Go to report that you have problem with 3. Click on it – so you will have error on the screen 4. Click on the report name on the top of the page (for ex. if your path to the report on the top looks like "Home > ConfigMgr_WRO > Asset Intelligence > Hardware 01A – Summary of computers in a specific collection" <- click on the bolded name) – it will lead you to the properties of the report. 5. Change the datasource of the report – don't worry if the "test connecion" won't work. 6. Go to report and run it it should be all fine Unfortunatelly I have had about hundreds of reports to correct the data source, figuring out the script was the priority I have found a great script on that website: For me it was like: $newDataSourcePath = "/ConfigMgr_WRO/{5C6358F2-4BB6-4a1b-A16E-8D96795D8602}"; $newDataSourceName = "AutoGen__5C6358F2_4BB6_4a1b_A16E_8D96795D8602_"; $SiteCode = "WRO" $serverName = "WRO<span style="font-size: small;">SCCM</span>" $reportFolder = "/ConfigMgr<span style="font-size: small;">_<span style="font-size: small;">WRO</span></span>/ConfigMgr_<span style="font-size: small;">OldSite</span>"; $ssrs = New-WebServiceProxy -uri http://$serverName/ReportServer/ReportService2005.asmx?WSDL -UseDefaultCredential $reports = $ssrs.ListChildren($reportFolder, $True) $reports | ForEach-Object { $reportPath = $_.path $dataSources = $ssrs.GetItemDataSources($reportPath) $dataSources | ForEach-Object { $proxyNamespace = $_.GetType().Namespace $myDataSource = New-Object ("$proxyNamespace.DataSource") $myDataSource.Name = $newDataSourceName $myDataSource.Item = New-Object ("$proxyNamespace.DataSourceReference") $myDataSource.Item.Reference = $newDataSourcePath $_.item = $myDataSource.Item $ssrs.SetItemDataSources($reportPath, $_) Write-Host "Report's DataSource Reference ($($_.Name)): $($_.Item.Reference)"; } } The script will modify all reports in the "$reportFolder" and it's subfolders! Isn't it great!? |
Kris became a registered member Posted: 08 Apr 2013 03:09 PM PDT Comments: 0 |
Henry Truong wrote a new post, 1E Academy Live – A great kick off to MMS 2013 Posted: 08 Apr 2013 02:52 PM PDT |
Dustin Hedges wrote a new post, SCCM/MDT 2012 BUG: Deploying Windows XP via USB Fails Posted: 08 Apr 2013 02:01 PM PDT |
Jacob Roth joined the group Microsoft Deployment Toolkit (MDT) Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group Group Policy Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group Operating System Deployment Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group Application Deployment Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group Script Gallery Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group System Center Configuration Manager 2012 Posted: 08 Apr 2013 01:39 PM PDT Comments: 0 |
Jacob Roth joined the group The Word at myITforum Posted: 08 Apr 2013 01:38 PM PDT Comments: 0 |
You are subscribed to email updates from SCCM by Davis To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No hay comentarios:
Publicar un comentario