Running SSRS 2005 in Reports Manager 2012

Hi Guys,
I'm just wondering if there's any implications on deploying  SSRS 2005 on Reports Manager 2012( along with SQL Server 2012).
We are upgrading our OS from 2003 to 2008 and we're thinking when we migrate our reports manager to the new sever, we'll upgrade it as well.
We have plans to convert our SSRS 2005 to 2012 but for now we want to put on hold on it and check whether the old version can be ran in Report Manager 2012.
Many thanks.

Hi Vinxster,
Generally, Report definitions are also upgraded when you publish or upload an .rdl file created in an earlier version of Reporting Services. The original file is not upgraded unless you open it in Report Designer.
If a report cannot be automatically upgraded, the report is processed using the backward-compatibility mode. The report definition remains in the original schema.
When we upgrade a Reporting Services installation to a SQL Server 2012 Reporting Services (SSRS) installation, Report definition (.rdl) files are automatically upgraded in the following ways:
The Report Server automatically upgrade existing published reports and report snapshots to the new report definition schema for the first time they are processed.
When we open an .rdl file in Report Designer in Business Intelligence Development Studio (BI Dev Studio), if the report was created for a previous namespace, Report Designer automatically creates a backup file and upgrades the report to the current namespace.
This is the only way we can upgrade a report definition file.
Note: when we upload a report definition file directly to the Report Server or SharePoint site, the report are not upgraded. We should upgrade the .RDL file in Report Designer in Business Intelligence Development Studio (BI Dev Studio).
When there are references to custom code embedded in a report or to custom assemblies, reports might require additional steps to complete the upgrade during an upgrade of a report server. Custom assemblies should be moved manually to the new installation
folder if we want to continue using the custom functionality in reports. If these assemblies are installed in the report server installation folder, they need to be moved to the new installation folder after the upgrade completes.
For more information about upgrade reports, please see:
http://msdn.microsoft.com/en-us/library/ms143674.aspx
For more information about upgrade advisor to prepare for upgrades, please see:
http://msdn.microsoft.com/en-us/library/ms144256.aspx
You can refer to below article to do the preparetion.
http://www.codeproject.com/Articles/487029/Prepare-yourself-before-start-migration-of-sql-ser
Regards,
Vicky Liu
If you have any feedback on our support, please click
here.
Vicky Liu
TechNet Community Support

Similar Messages

  • Cannot download .rdl files in SSRS Report Manager 2012.

    I am unable to download .rdl reports in report manager 2012.
    I am able to create reports using report builder and I am able to run /view reports that I create.
    However , the drop down box does not work work when I attempt to access drop down menu that is to the right of the report.
    I am running this report manager on my local machine. I am an administrator on my local machine.
    Under "site settings" I have set up my user account, which is administrator, I have checked the System Administrator box and System User box.
    Under "folder settings" I have checked all of the boxes.  for my user account, I have all of the boxes selected. Browser, Content Manager, My Reports, Publisher, Report Builder.
    My account is also sysadmin on the database.
    After checking all of this, I still cannot access the drop down menu in order to download .rdl files. The menu does not activate at all when I click it.
    What are some things that I can further check/confirm?
    [email protected]

    Hi wayne,
    According to your description, you are unable to access the dropdown menu of a report so that you can't download the .RDL file directly from Report Manager. Right?
    In this scenario, it can be many reasons to cause this problem, even the current user has enough authority to do anything on Report Manager. Please try to do trouble shooting as below:
    Run the browser as an Administrator.
    Add the Report Manager URL as Compatibility View settings.
    Use http://<servername>/reports instead of using Localhost.
    If the steps above still can't make you see the dropdown menu, it might caused by corrupt reportingservices.js file. Please try to restore this file on server.
    Reference:
    SSRS 2008 - Report Manager - Drop-Down menu gone missing 
    can not open the drop-down arrow besides the report in SSRS report manager to add subscription
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Moving Reports to Report Manager 2012

    Hi ,
    I am migrating and deploying all reports from RM 2005 to RM 2012
    Reports still will be using Sql Server 2005, So should I create subscriptions on RM 2012 or Sql Server 2005 reportserver database  can handle the subsriptions?
    thanks,
    Gok

    Hi Gok Sky,
    As per my understanding, you want to migrate a Reporting Services native mode deployment to a new SQL Server 2012 Reporting Services instance. If that is the case, please refer to the following steps:
    Back up database, application, and configuration files.
    Back up the encryption key.
    Move any custom application files to the new installation.
    Configure the report server.
    Edit RSReportServer.config to include any custom settings from your previous installation.
    Optionally, configure custom Access Control Lists (ACLs) for the new Reporting Services Windows service group.
    Test your installation.
    Remove unused applications and tools after you have confirmed that the new instance is fully operational.
    For detail information about migrating a Reporting Services Installation, please refer to the following documents:
    https://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you want to update SSRS 2005 projects to SSRS 2012, we can copy project files from report server 2005 to report server 2012, the reports are automatically upgraded on first use. After you upgrade a report, you might notice additional errors, warnings,
    and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying problems in the report are detected. For detail information about upgrading Reports, please refer to the
    following document:
    https://technet.microsoft.com/en-us/library/ms143674%28v=sql.110%29.aspx?f=255&MSPPError=-2147217396
    After migration, you can configure subscriptions for the reports in report manager as bhanu_nz mentioned. For more information, please refer to
    Subscriptions and Delivery.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Cscript.exe for running a program in config manager 2012 R2

    Hi,
    I have packages and have program in it to install software. I have created a .wsf script to install a software with switch. Ts downloads the package but fails to execute the program to install software using cscript.exe filename.wsf.
    I am giving command line as cscript.exe filename.wsf while creating program in Package.
    Just wondering if command line is fine with cscript?
    Just to add, I am using the same procedure while deploying software in MDT 2013 and works fine. any suggestions?
    Regards,

    hi 
    Option Explicit 
    Dim iRetVal 
    'On Error Resume Next
    iRetVal = ZTIProcess
    ProcessResults iRetVal
    On Error Goto 0 
    '// Function: ZTIProcess()
    Function ZTIProcess() 
           iRetVal = Success 
           ZTIProcess = iRetval 
           Dim sInstallName, sInstaller, sSourceDir, sInstallerPath
           sInstallName = "INSTALL - Oracle Java Runtime"
        ' Look for a file with the pattern jre*.exe
           Dim oFolder, files, folderIdx
           Dim oRegExp
           Set oRegExp = CreateObject("VBScript.RegExp")
           oRegExp.Pattern = "jre(.*)\.exe"
           oRegExp.IgnoreCase = True
            '## check if 64-bit platform
        if oEnvironment.item("Architecture") = "X64" then 
               sSourceDir = oUtility.ScriptDir & "\Source\x64"
               sInstaller = ""
               Set oFolder = oFSO.GetFolder(sSourceDir)
               Set files = oFolder.Files    
               For Each folderIdx In files
                Wscript.echo "FolderIdx: " & folderIdx
                      If oRegExp.Test(folderIdx.Name) Then 
                             sInstaller = folderIdx.Name
                             Exit For
                      End If 
               Next
               If sInstaller = "" Then
                      oLogging.CreateEntry sInstallName & ": file was not found, unable to install.", LogTypeError
                      ZTIProcess = Failure
                      Exit Function
               End If
        End If
        ' ## - check if 32-bit platform...
        if oEnvironment.item("Architecture") = "X86" then
            sSourceDir = oUtility.ScriptDir & "\Source\x86"
            sInstaller = ""
               Set oFolder = oFSO.GetFolder(sSourceDir)
               Set files = oFolder.Files    
               For Each folderIdx In files
                      If oRegExp.Test(folderIdx.Name) Then 
                             sInstaller = folderIdx.Name
                             Exit For
                      End If 
               Next
               If sInstaller = "" Then
                      oLogging.CreateEntry sInstallName & ": file was not found, unable to install.", LogTypeError
                      ZTIProcess = Failure
                      Exit Function
               End If
        End if
           ' Create full path filename
           sInstallerPath = sSourceDir & "\" & sInstaller
           oLogging.CreateEntry sInstallName & ": Starting installation", LogTypeInfo 
           '// Check for file
           If not oFSO.FileExists(sInstallerPath) then
                  oLogging.CreateEntry sInstallName & ": Oracle Java Runtime source files not found, unable to install Oracle Java Runtime", LogTypeError
                  ZTIProcess = Failure
                  Exit Function
           End if
           '// Disable Zone Checks
           oEnv("SEE_MASK_NOZONECHECKS") = 1 
           '// Install
           iRetVal = oUtility.RunWithHeartbeat("cmd /c """ & sInstallerPath & """ /s IEXPLORER=1 REBOOT=Suppress")
           '// Configure
           if oEnvironment.item("Architecture") = "X64" then 
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v EnableJavaUpdate /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v NotifyDownload /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v NotifyInstall /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG DELETE ""HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run"" /v SunJavaUpdateSched /f ", 0, True)
           Elseif oEnvironment.item("Architecture") = "X86" then
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v EnableJavaUpdate /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v NotifyDownload /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v NotifyInstall /t REG_DWORD /d 0 /f", 0, True)
                  iRetVal = oShell.run("REG DELETE ""HKLM\Software\Microsoft\Windows\CurrentVersion\Run"" /v SunJavaUpdateSched /f", 0, True)
           End if
           '// Add check for successful installtion.
           oLogging.CreateEntry sInstallName & ": Finished installation.", LogTypeInfo 
           '/// Enable Zone Checks
           oEnv.Remove("SEE_MASK_NOZONECHECKS")
    End Function 
    </script>
    </job>
    Script checks source folder\ x86 or x64 and run the jre-7u51-windows-i586 setup with switch
    its .wsf script file
    Regards

  • SSRS 2012 multi select parameter not working in Report Manager.

    Hello,
    I have one report with Multi select parameter. its working fine in bids, report server but I am facing some issue on report manager 2012.
    Issue is, In Multi select parameter I have Suppose 6 value a,b,c,d,e,f  after the deployment on report manager for the first time report is working fine with selecting all the value. but for the second time if my selection include either
    a or f report gives no result and check box get unselect.
    I also try on different report manager but same result.
    what can be a issue here causing problem only for two value but working fine for other value?
    Thanks,

    Hi Javed,
           The Issue is with when you click on View Report button of Report Manager for Parameters which contain CHAR(10) and CHAR(13).
    Where ever that Column is used in Report Data Set ,
    Use replace(replace(Param,char(10),''),char(13),'')  function.
    ----------------Please Mark This as Answer if it helps to solve your problem---------------------------- 

  • SSRS -Could not open Report Manager

    SSRS 2012 , Today Morning when i try to browse report manager for upload some reports it suddenly shows like this
    Could not find file 'C:\Users\ReportServer\AppData\Local\Temp\ryninnec.dll'.
    Please help me to solve the problem ,but i can browse     http://serverip/Reportserver , I could not browse http://serverip/Reports 
    Thanks & Regards Manoj

    1) try open run => rsconfigtool.exe which report manager 
    2) take backup of report server and report-temp database
    3) take backup of encrtion key
    4) then try to check client and web url.
    5) Restart report services and check and confirm.
     try to send event log and report server log.

  • Config Manager 2012 R2 Update Failed - Now What?

    Starting Environment:
    Windows Server 2012 VM
    Configuration Manager 2012 CU1
    SQL Server 2012 Enterprise SP1 installed on a separate 2 node cluster 
    We have been running this setup for Config Manager 2012 CU1 for about a year now with no issues at all.  In an effort to deploy Windows 8.1 I ran the Configuration Manager 2012 R2 Update.  The update failed halfway through.  From the ConfigMgrSetup.log
    it looks like it wasn't able to connect to the database and this is why the update failed. Problem is after the install failed I am no longer able to connect to the database when opening the CM console.  I get the "Configuration Manager cannot connect
    to the site" message.  Here is the error from the SMSAdminUI.log:
    [02/24/2014 19:10:21] :Transport error; failed to connect, message: 'The SMS Provider reported an error.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe SMS Provider reported an error.\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nConfigMgr Error Object:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'EPS'";
    ProviderName = "WinMgmt";
    Error Code:
    ProviderLoadFailure
    \r\nSystem.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'EPS'";
    ProviderName = "WinMgmt";
    \r\n
    [10, PID:6140][02/24/2014 19:10:21] :System.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\nManagementException details:
    I have tried running the R2 update again but am now faced with the following 2 failures during run check:
    Current SUM configuration uses virtual locations for some of the active SUPs. Please remove any virtual locations from the existing SUM configuration.
    There is an active source hierarchy configured for migration. Please stop data gathering for each source site in the source hierarchy.
    I do not know how I can fix these errors without being able to connect through the console.  
    Does anyone have any ideas on how I can reconnect the console to the database and eventually successfully run the R2 update?
    Database itself seems fine. No errors.  Database mounts fine.   
    Thanks in advance for any input.  

    Hi,
    I saw a similar problem with yours. It should be helpful.
    http://social.technet.microsoft.com/Forums/en-US/dda03cc4-e78e-409b-a9dd-f6d8a4f96774/upgrade-to-system-center-2012-sp1-prerequisite-check-failed-with-error-software-update-points-in?forum=configmgrsum
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • ReportServer vs report manager, advantage of ReportServer over report manger

    Please tell difference between ReportServer and Report manager.
    Also tell Advantage of ReportServer(/ReportServer) over report manger(/Reports)

    Hi Mr Vivek Singh,
    The Report Manager URL connects to the Report Manger which is just Web-based report access and management tool. It provides the GUI for us to view and manage reports. The Web Services is the core process module of Reporting Services. SQL Server Reporting
    Services provides access to the full functionality of the report server through the Report Server Web service. The Report Server Web service is an XML Web service with a SOAP API. It uses SOAP over HTTP and acts as a communications interface between client
    programs and the report server. So we can bypass the Report Manager and access the report directly. The Report Manager is just the GUI to mange the reports on Report Server. So the Web Services connects to internal part. For more information, see links
    below:
    Report Server Web Service
    Web Service URL (SSRS Native Mode)
    Report Manager (SSRS Native Mode)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SSRS 2005 Encoding Problem

    hi , I am using ssrs 2005 for generating PDF the reports. The reports are getting generated with different character encoding. Like if go in the report properties its showing two different character Encoding i.e ANSI and Identity-H encoding.
    Is there fix for this ?

    Hi pradip nayak ,
    According to your description that you are experiencing the issue when you generating the PDF report in SSRS 2005, the reports have different kind of encoding: ANSI and Identity-H, the Identity-H encoding caused some issue, right?
    Generally the PDF rendering extension supports ANSI characters, the Identity-H was developed to support pictographic East Asian character sets, as these comprise many more characters than the Latin, Greek and Cyrillic writing systems. If you have the characters
    turn into CID font in the PDF which will  be the Identity-H encoding, it means that some text content in the PDF Document is now written out using Glyph IDs instead of ANSI characters.
    PostScript fonts.
    If you have some issue with the Identity-H encoding and because this is an known issue and we already have some hotfix to fix it, please install related hotfix according to your current  version :
    That is part of a change we had to make in order to correctly support complex script characters (http://support.microsoft.com/kb/944358 ). These are used in languages such as Gujarati or Hindi.
    This fix is part of the GDI+ GDR (http://support.microsoft.com/kb/954607 ), which is part of SSRS 2005 CU9.
    If you have some problem For text content written out using Glyph IDs(Identity-H encoding) copy/paste is not supported for documents generated by our current PDF renderer. In order to support this our PDF renderer would need to write out a map that maps
    Glyph IDs back to Unicode chars. It is something that is on the list for a future release of SQL Reporting Services.
    Would it be possible for you to deploy and render one of your reports on SSRS 2008? It was already added to SSRS 2008 as part of SQL Server 2008 CU1 which  we added full RichText support, in this case might give you a more granular separation in terms
    of what text content is written out using ANSI characters and  Glyph IDs.
    Article about font embedding  for your reference:
    http://technet.microsoft.com/en-us/library/dd255291(v=sql.105).aspx
    Similar thread which issue resolved for your reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/eb43f026-9066-47c9-a9cf-5c2368b3fcb5/report-footer-text-all-unreadable-jumbled-when-exported-to-pdf-after-installed-hotfix-3282?forum=sqlreportingservices
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/eb867e23-726a-4dd5-b522-c69e562d6dc6/reporting-services-2005-now-rendering-pdfs-differently?forum=sqlreportingservices
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • All Report Manager Report Name

    Hi All,
    Report manager has more than 5000 reports. I want to check which all reports are active and which all reports are inactive.
    From catalog table I can see report name but if it will be run once also in report manager then only it will show report name in catalog.
    Is there any table available on Report Server database from where we can see which all reports are available on Report Manager?
    Thanks & Regards,
    Khushi

    Hi Khushi,
    Based on my research, I find that the general properties of all the items (including Date Sources, Datasets and reports) on the Report Manager are stored in the Catalog table in ReportServer database. And it stores the current data refer to the Report Manager.
    If we have modify something (upload or delete some documents) on the Report Manager, it takes a synchronous update on the table. So the table is in sync with Report Manager.
    Different value in the Type column represent different type in the Report Manager. The type=2 represents Reports in the Report Manger. If we want to select all reports name in Report Manager, we can use the query below:
    use ReportServer
    select Name
    from dbo.Catalog
    where dbo.Catalog.Type=2
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSRS 2012 - Groups in Report Manager aren't present when exported to Excel

    Hi all, hope somebody can help with this issue, as I cant seem to find any other posts about it
    I have a report in SSRS2012. It was copied from SSRS2005 quite recently, as we have upgraded. The SQL developer said that it didn't need any code changes, as he had some kind of tool to test code problems between the two versions.
    The report has a table, with 5 row groups, and one detail row. The table is setup as follows:
    Name                                         Sales         
    Costs       Profit
    Group1                                     
       Group2
          Group3
             Group4
                Group5
                   DetailsRow
    When I run this report using the Report Manager website from SSRS2005, and then export to Excel 2013, I get the 6 row groups in Excel, no problem whatsoever. I can drill into each group in Excel, using the group drilldown column on the left hand side. This
    works the same as the Report Manager website.
    If I run the exact same report from the Report Manager website in SSRS2012, the Report Manager result is the same as SSRS2005 - all the row groups are present, and the drilldown works fine. However, the export to Excel has issues with the groups. There are
    only 3 row groups showing in Excel, along with a column group added for no apparent reason. Drilling into each group shows inconsistent details, and there is no apparent logic as to what is shown within each group.
    Hopefully, someone has seen this issue before, and can help, because I have no idea what to do, having spent a couple of days trying to figure it out. I should also mention, that this issue with groups is seen on all my reports which have groups, not just
    this report
    Thanks for any and all help
    Naz

    Hi Naz,
    According to your description, the report works correctly in SSRS 2005 while the same report doesn’t work in SSRS 2012 when exporting to a Excel file.
    In your scenario, please make sure you are migrating the report from SSRS 2005 to SSRS 2012 instead of copying the .rdl directly. Generally, we are using Reporting Services Migration Tool to migrate reports between report server. Please refer to this article:
    SQL Server Reporting Services: Migrating SSRS reports, data sources and subscriptions from one server to another.
    After migrating the report successfully, you should upgrade the report definition in SQL Server Data Tools to upgrade the .rdl file. Please refer to this article:
    Upgrade Reports.
    If you have upgraded the report but the issue still persists, please provide report design for our analysis. If possible, please provide some screenshots about the preview result and Excel render result.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SSRS 2012 SP2, Native / Report Manager, non-IE browsers show date parameters in US format MM/DD/YYYY, ignoring locale settings

    I have a server running SSRS 2012 SP2, in Native / Report Manager mode. The server, reports, desktop etc are all set to en-AU.
    Using IE, date parameters show as expected in DD/MM/YYYY format.  However using Chrome or Firefox, they show in US format MM/DD/YYYY.
    Does anyone know how to fix this?

    Hi Jiri,
    Thanks for that speedy tip - that has solved it for Chrome.
    I followed a similar path to get it fixed for Firefox - Settings / Content / Languages / add English/Australia [en-au] / Move Up to top spot.
    Mike

  • "Software Usage Metrics initialize failed" error when open Report Manager, after moving ReportServer from SSRS 2008 to SSRS 2012 (Native Mode)

    I've asked this question in SQL Server Upgrade forume, I'm asking here as well:
    Your help is highly appreciated!
    After migrating ReportServer db from 2008 to 2012, when access Report Manager throughhttp://myserver:80/Reports, I got the error below:
    ui!ReportManager_0-3!11d8!02/04/2013-15:19:12:: e ERROR: Software Usage Metrics initialize failed
    The process is below:
    •I successfully installed SQL Server 2012 (64-bit) Enterprise as a Native Mode on a server who runs Windows 7 Enterprise SP1 (64-bit).
    •I restored "ReportServer2008To2012" and "ReportServer2008To2012TempDB" in SSRS 2012 from the db files backed up in SQL 2008. In SSRS 2008, I have SSRS Model, ad-hoc reports based on model, and I also have canned reports built through BIDS
    report server project.
    •I reconfigured both databases' Compatibility level to SQL Server 2012(110) from SQL Server 2008(100).
    •I configured SSRS through Reporting Services Configuration Manager as below:
      > I chosen "Use built-in account:" as Service Account
    > In "Database" tab, I selected "Choose an existing report server database" and choose "ReportServer2008To2012" db, I used "Windows Authentication" (my login has the System Administrator priviledge). I got all 4 parts
    success: Verifying database sku = Success; Generating rights scripts = Success; Applying connection rights = Success; Setting DSN = Success.
    > I went to "Scale-out Deployment" to check if the initializing succeed, I found nothing there.
    Here are what I did from different approaches:
    A •I went to "Encryption Keys" and restored the key I backed up from SSRS 2008, after retoring, I got two initialized instances: One is on my current server (SSRS 2012), the other one is from the old server (SSRS 2008).
       I deleted the old one(SSRS 2008) through "Remove Server" action and kept the one on my current server(SSRS 2012).
       After I restart SSRS service, and tried to connect Report Manager, I got "An internal error occurred on the report server. See the error log for more details."
       I checked the log file, the error is actually "ERROR: Software Usage Metrics initialize failed"
    B •I also tried to "Delete Encrypted Content" and did see the SSRS was initialized through checking it on "Scale-out Deployment", however when I tried to open Report Manager, I got the same error.
    Anyone had the same issue? Any solution? Thanks in advance!

    Your help is highly appreciated!
    After migrating ReportServer db from 2008 to 2012, when access Report Manager through
    http://myserver:80/Reports, I got the error below:
    ui!ReportManager_0-3!11d8!02/04/2013-15:19:12:: e ERROR: Software Usage Metrics initialize failed
    The process is below:
    •I successfully installed SQL Server 2012 (64-bit) Enterprise as a Native Mode on a server who runs Windows 7 Enterprise SP1 (64-bit).
    •I restored "ReportServer2008To2012" and "ReportServer2008To2012TempDB" in SSRS 2012 from the db files backed up in SQL 2008. In SSRS 2008, I have SSRS Model, ad-hoc reports based on model, and I also have canned reports built through BIDS
    report server project.
    •I reconfigured both databases' Compatibility level to SQL Server 2012(110) from SQL Server 2008(100).
    •I configured SSRS through Reporting Services Configuration Manager as below:
     > I chosen "Use built-in account:" as Service Account
     > In "Database" tab, I selected "Choose an existing report server database" and choose "ReportServer2008To2012" db, I used "Windows Authentication" (my login has the System Administrator priviledge). I got all
    4 parts success: Verifying database sku = Success; Generating rights scripts = Success; Applying connection rights = Success; Setting DSN = Success.
     > I went to "Scale-out Deployment" to check if the initializing succeed, I found nothing there.
    Here are what I did from different approaches:
    A •I went to "Encryption Keys" and restored the key I backed up from SSRS 2008, after retoring, I got two initialized instances: One is on my current server (SSRS 2012), the other one is from the old server (SSRS 2008).
       I deleted the old one(SSRS 2008) through "Remove Server" action and kept the one on my current server(SSRS 2012).
       After I restart SSRS service, and tried to connect Report Manager, I got "An internal error occurred on the report server. See the error log for more details."
       I checked the log file, the error is actually "ERROR: Software Usage Metrics initialize failed"
    B •I also tried to "Delete Encrypted Content" and did see the SSRS was initialized through checking it on "Scale-out Deployment", however when I tried to open Report Manager, I got the same error.
    Anyone had the same issue? Any solution? Thanks in advance!

  • SSRS 2012 - Multiple values for filtering (shown while editing in Report Builder) disappear in Report Manager view

    Hi,
    I have a multiple value parameter, with four specified default values (integers). When opening my report in Edit mode in the Report
    Builder, and then pressing "run", I can see the default parameters in the upper section on the screen, and they are acting fine on the report. However, when opening the report from the Report
    Manager (by double clicking it from there), the default values have disappeared and I have to fill them in manually. However, the values are not 100% forgotten, because when opening the "manage" section using the drop down
    menu in the Report Manager, my default values are there, shown in the list.
    Did I do something wrong? Is this a bug? What can I do to solve this?
    Nb.:
    I'm using SSRS 2012
    Dataset created by the query "select parameterID from table group by parameterID"
    The full set of parameters are collected by using the above dataset as input for "get values from a query" in "available values"
    The default values are set by using the option "specify values" in "default values"
    Hope one of you can help me out here!
    Sietske
    Nb.: For the time being I'm now using a hard coded workaround by adding "where parameterID ='4' or parameterID = '15'" to my select query.  

    Hi Sietske,
    According to your description, there are several suggestions for your reference:
    Based on the workaround query that “where parameterID ='4' or parameterID = '15'”, it seems that the parameterID and parameter is a string type field. So please make sure the default value of the parameter is Text data type, like below:
    When you go to the Parameters tab after clicking the Manage option over the drop-down list, please enable ‘Has Default’ checkbox, and make sure the values in the ‘Default Value’ drop-down list are correct, then click Apply option.
    If the report works well when you open the report in Report Builder, please click Save or (Ctrl+S) button to save the report to report server.
    If there are any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SubReports Issues in SSRS 2005 Reports Upgrade to 2012

    Hi there!
    We are planning to upgrade our SSRS 2005 reports to SSRS 2012. As I heard there will are some upgrade compatibility issues, I read the below MSDN article and found that the Reports that include subreports may fail in upgrade. Below
    is the article.
    Upgrading a Report with Subreports:
    When a report contains subreports,
    one of four possible states can occur during upgrade:
    The main report and all subreports can be successfully upgraded. They are processed by the SQL Server 2012 Reporting Services (SSRS) report processor.
    The main report and all subreports cannot be upgraded. They are processed by the SQL Server 2005 Reporting Services report processor.
    The main report can be upgraded but one or more subreports cannot be upgraded. The main report is processed by the SQL Server 2012 Reporting Services (SSRS) report processor, but the rendered report shows the message "Error: Subreport
    could not be processed" in the location where the subreport that could not be upgraded would appear.
    The main report cannot be upgraded but one or more subreports can be upgraded. The main report is processed by the SQL Server 2012 Reporting Services (SSRS) report processor, but the rendered report shows the message "Error: Subreport
    could not be processed" in the location where the subreport would appear.
    If you see the error "Error: Subreport could not be processed",
    you must change the definition of the main report or the subreport so that the reports can be processed by the same version of the report processor.
    Can some one please tell me what does the above line mean? What does it mean by the phrase
    change the definition of main report? Does it mean I need to set any property in the main report?
    Please help! Thanks in advance.
    Ammy

    Hi Ammy,
    When you open an .rdl file in Report Designer in SQL Server Data Tools (SSDT), if the report was created for a previous namespace, Report Designer automatically creates a backup file and upgrades the report to the current namespace. This is the only way
    you can upgrade a report definition file. A report with subreports must be processed by the same version of the Reporting Services report processor. When upgrading reports to the current version of the report definition schema, the main report and the subreports
    may or may not be updated at the same time. If the version is not compatible between a report and its subreports, the following message is displayed: "Subreport could not be processed."
    If we want to change the definition of the report, we can open an .rdl file in Report Designer in SQL Server Data Tools (SSDT).  Then the namespace of the report will upgrade to the current namespace. For more information about Identify the Report Schema
    Version, please see the following document:
    http://msdn.microsoft.com/en-us/library/cc627465(v=sql.110).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Download Oracle 10g fails!!!

    Cannot download Oracle10g (tried everything the last 3 hours - it's very urgent!) after the user profile the page https://profile.oracle.com/jsp/reg/UpdateMember.jsp cannot be shown?????? Hey, I only need the newest packager in order to remove the OD

  • Can I use a 521 in China?

    I want to purchase a  Lumia 521 here in the USA. I know the maps and  etcetera  may not work there, but does it have the capability to send and receive calls and use  WIfi?  TIA 

  • ME22N badi problem

    Hi gurus ME_GUI_PO_CUST am using this badi to add some fields in me22n. but when the value in the fields is changed and saved it shows message " no data changed" am setting in the method if_ex_me_gui_po_cust~transport_from_dynp re_changed = mmpur_yes

  • Differences in Forms 6i,9i &10g

    Hello everybody what is differences among Forms 6i , Forms 9i, and Forms 10g thx Ravi

  • Opening hang reports

    My main problem is, after recently upgrading to Leopard I get frequent hangs in Safari (sometimes other applications too, but unlike Safari, these usually resolve themselves in a few seconds). Hoping to post a couple of the hang reports (are these th