Migration of Reports from SSRS 2005 to SSRS 2012

Hi,
I have 50 Reports in SSRS 2005 currently in production server. My Client want to migrate to SSRS 2012.
I migrated one RDL using BIDS. I am using list items inside Text Box in those Reports. The Problem is design and style of the Report changed in SSRS 2012.
Borders are not coming correctly.
I want the same Report in 2012 also.
Please suggest what to do?
Appreciate your help.
Regards,
Bala

Hi Bala,
Gernerally, when you upgrade a Reporting Services installation to a SQL Server 2012 Reporting Services (SSRS) installation, existing reports and snapshots that have been published to a report server are compiled and automatically upgraded to the new schema
the first time they are processed. If a report cannot be automatically upgraded, the report is processed using the backward-compatibility mode. The report definition remains in the original schema.
Reports are not upgraded when you upload a report definition file directly to the report server or SharePoint site. Upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file.
As you have mentioned that you got the layout problem when you add the report to BIDS, the issue can be caused the upgration have some limitation.
In your scenario, i recommend you to upload the rdl file to the SSRS2012 server directly to see if the layout will change, but upload direcly will not upgrate this report.
Details information about upgrade and migration in the below articles for your reference:
Upgrading Reports
Upgrade and Migrate Reporting Services
If you still have any problem, please feel free to ask.
Regards
Vicky Liu
Vicky Liu
TechNet Community Support

Similar Messages

  • Rendering HTML report from SSRS 2012 with full details

    I want to get the parent level grouping and child data in a single HTML file from SSRS 2012 so that it doesn't try to refresh when
    clicked on expand/contract the tree. The reason is i'm getting SSRS report from java application and when i try to expand or contract the tree view it tries to connect to SSRS. Is there a possibility to do it?

    Hi shady2111,
    According to your description, you have a drill down report rendered in a HTML file. Now you find when expand/contract the toggle item, the application starts to access SSRS. Right?
    In Reporting Service, when we render a report, all the data supposed to be retrieved. Even in application, like some applications using Report View Control, it still working same as in BIDS. Based on your information, we don't how this java application designed.
    And it's hardly to figure out the reason that caused your problem. So please post some detail information about the report and application if possible. Also for your troubleshooting, we suggest you cancel the "Display can be toggled by this report item" in
    row visibility to see if the data is fully rendered.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Can someone suggest some good books for sql reporting services (SSRS) 2012 or above?

    Hi Everyone,
        Can someone suggest some good books for sql reporting services (SSRS) 2012 and above? I ave been working on ssrs for past 2 months and have a basic understanding of ssrs.
    Regards
    Regards

    Hi,
    you can look for below options;
    http://www.amazon.in/Microsoft-Server-Reporting-Services-Recipes/dp/0470563117#reader_0470563117
    http://www.goodreads.com/book/show/18147604-learning-sql-server-reporting-services-2012
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • Look and feel discrepency after migrating Crystal Reports from XIR2 to XIR3

    Hi,
    We are migrating Crystal Reports from XIR2 to XIR3. If the report is designed in Crystal client by inserting a subreport it does not come well in web viewer(Infoview). If I do not use subreports then the view is same (both in web viewer & windows client preview).
    Could you please let me know, what could be the problem and how to resolve this?
    Your valuable time and solution is much appreciated.
    Thanks in advance.
    Mohan

    Hello,
    What happen if you use the web java viewer instead of web viewer? (you can change it in the preferences options)
    Otherwise, when you say "it does not come well", what do you mean?
    Thanks
    Philippe

  • View discrepency while migrating Crystal Reports from XIR2 to XIR3

    Hi,
    We are migrating Crystal Reports from XIR2 to XIR3. If the report is designed in Crystal client by inserting a subreport it does not come well in web viewer. If I do not use subreports then the view is same (both in web viewer & windows client preview).
    Could you please let me know, what could be the problem and how to resolve this?
    It's urgent. Your valuable time and solution is much appreciated.

    I moved your thread to the " .NET - SAP Crystal Reports" forum, assuming this is in a .NET app(?)
    Unfortunately, the description:
    " does not come well in web viewer"
    is somewhat "loose". Perhaps inserting a link to a screenshot(s) that demo the issue will be a good idea?
    Also, if my assumption is correct:
    1) What version of .NET?
    2) What is the exact version of CR? (In CR designer go to Help | About)
    3) What browser?
    4) Does this work on you dev system?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How to migrate Oracle Report from one environment to other environment

    Hi all,
    I registered a report and deployed in devr environment, now i want to migrate the report from devr to other environment.
    I dont want to undergo with same registering and deploying the report in other environment.
    Please let me know how should i go ahead and i come up with using of FNDLOAD, please can any one explain the process.
    Thanks,
    Vishal

    Sandeep,
    Yes, I think your command format is not correct.
    Try the one that Rod posted.
    About the note on metalink. It seems that it is under review.
    Here is the basics of the note:
    1. Determine the owner of the workbook. Say UserA.
    2. Open an sqlplus session to the database.
    3. Run the following sql:
    SQL> set heading off
    SQL> set feedback off
    SQL> set echo off
    4. Now spool the result of the following sql to a file.
    SQL> spool c:\exp.bat
    5. Run the sql statement
    NOTE: CHANGE DISCOE_HOME
    SQL>select '<Disco_Home>\discvr4\dis4adm /connect
    EUL_owner_name/passwd@connect_string /export c:\'||rownum||'.eex /workbook "'||
    doc_created_by||'.'||doc_name||'"' from
    SELECT EUL4_DOCUMENTS.DOC_NAME, doc_created_by, NVL(EUL4_EUL_USERS.EU_USERNAME,
    'Document Not Shared') shared_with
    FROM EUL4_ACCESS_PRIVS EUL4_ACCESS_PRIVS, EUL4_DOCUMENTS EUL4_DOCUMENTS,
    EUL4_EUL_USERS EUL4_EUL_USERS
    WHERE ( EUL4_DOCUMENTS.DOC_ID = EUL4_ACCESS_PRIVS.GD_DOC_ID(+) ) AND (
    EUL4_EUL_USERS.EU_ID(+) = EUL4_ACCESS_PRIVS.AP_EU_ID )
    where doc_created_by='UserA'
    where,
    Disco_Home is the Location or Discoverer 4 Home.
    4. SQL> spool off
    5. SQL> set feedback on
    6. Now run the batch command file (exp.bat)
    Regards
    Roelie Viviers

  • How to migrate webanalysis reports from System 9.2 to System 11

    how to migrate webnalysis reports from 9.2 to Hyperion System 11. I know the migartion utility only works for Pre system 9 products. We have new env of sytem 11 and succesfully migrated planning and HFM from 9.2 to system 11. How to migarte webanalysis reports.

    Have you been able to resolve this ?
    There are various approaches possible, depending on the amount and the folder structure of your reports.
    One is to use life cycle management (not sure how stable it is in 9.2), the other is the import/export tool within web Analysis
    Hope this helps,
    Jeremie

  • Conversion from SQL 2005 to SQL 2012 Express

    Looking to move a small database from SQL 2005 to SQL 2012 Express - can a 2005 backup file be restored to a newly created 2012 Express database file?

    Are you using 2005 express? Yes, you can do that
    http://technet.microsoft.com/en-us/library/ms177429.aspx
    Note that if you restore a SQL Server 2005 or SQL Server 2008 database to SQL Server 2012, the database is automatically
    upgraded. 
    Also you
    cannot
    do a  cross
    edition restore i.e. from enterprise edition (2005) backup to 2012 express
    Satheesh
    My Blog

  • SSRS 2012 rendering issue/Enabling Anonymous access - Upgraded SSRS from SQL 2005 to SQL 2012.

    Hi,
    I just recently upgraded SQL 2005 SSRS to SQL 2012 SSRS. Everything is working great other than small issue.
    Sounds like some authentication issue. SQL 2005 SSRS - IIS, we enabled anonymous access and we never had this problem. SQL 2012 SSRS /WIN 2008 R2 -  I am not sure how to enable anonymous access.
    If anyone can help me on this? I really appreciate your help.
    Thanks,
    Vel
    Vel Thavasi

    Hi Vel,
    According your description, you want to know how the enable anonymous access to SSRS 2012. Right?
    In SSRS 2008 or later version, we are not using IIS any more. If we want to configure the authentication, we need to configure in RSReportServer.config. This file locate at:
    <drive>:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer
    However, in SSRS 2012, Anonymous authentication is not supported on report server. Please see:
    Authentication with the Report Server
    In this scenario, we need to custom an authentication type to achieve the "Anonymous" goal. Please refer to the link:
    Configure Custom or Forms Authentication on the Report Server
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to do Ad-hoc reports with SSRS 2012 (Report Builder 3.0) for the database SQL Server 2012

    <p>Hi,</p><p>Please could anybody help me how to do ad-hoc reports by using SSRS 2012.</p><p>I am able to create ad-hoc reports using Report Builder3.0 and SQL Server 2008 R2. </p><p>I have built the report Model
    in for the instance 2008 R2&nbsp;</p><div class="t-paste-container">Using Report Manager 2012 </div>

    Hi Gowri,
    From your description, you can create create ad-hoc reports using Report Builder 3.0 and SQL Server 2008 R2, and now you want to know how to how to do ad-hoc reports by using SSRS 2012, right? In SQL Server 2012, the default version of Report Builder is
    3.0, so you can create create ad-hoc reports using Report Builder 3.0 as before.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Cannot implment security setting on the report level - SSRS 2012

    Hi All:
    I am having a weird problem on my SSRS 2012 reporting portal, I cannot click any of the drop down list like the example below. Is there anything from the setting?
    It is not only about the reporting level, any arrow on the reporting server, like data source, are kind of dead as well.
    Please kindly help and thanks in advance.
    Cheers
    Johnny

    Hi JohnnyKahWang,
    According to your description, you can view folders and reports on report manager, but you could not click any of the drop down list.
    Reporting Services uses role-based security to grant user access to a report server, and there are two types of roles: Item-level roles and System-level roles. Access to reports, folders, models, shared data sources, and resources is controlled through item-level
    role assignments. Each user who requires access to a report server must have at least one item-level role assignment. On a new installation, only local administrators have access to a report server. In this case, a local administrator need to create a role
    assignment which has Manage folders and Manage reports task to the account by following steps:
    Click Home at the top of the page to open the Report Manager home page.
    Click the drop-down arrow next to the folders and reports.
    Click New Role Assignment.
    In Group or user name, specify the name of a group or account.
    Select a role which can perform Manage folders and Manage reports tasks.
    Click OK to save the role assignments.
    For more information about Setting Item-Level Permissions on a Report Server, please refer to the following document:
    http://technet.microsoft.com/en-us/library/aa337471(v=sql.105).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Migrating Unmanaged Reports from CE 10 to Business Objects XI R2

    Hello all,
    We are in the process of migrating our report server from CE 10 to BOJ XI R2.
    I'm having issues trying to access Unmanaged Reports using a URL. In CE10 we were able to access unmanaged reports using a URL such as HTTP://<servername>/crystal/enterprise10/MyReport.rpt  
    But now in BOJ XIR2, when accessing reports using an equivalent URL such as http://<servername>/businessobjects/MyReport.rpt
    or
    http://<servername>/businessobjects/enterprise115/MyReport.rpt I get the below error
    WCA plugin error
    Message:An exception has occurred in the plugin with message:
    Failed to initialize viewrpt component, with path
    <INSTALLDIR>/bobje/enterprise115/solaris_sparc/wcs/components/libwcs_xn_reportviewer.so.
    Component may be unavailable.
    Is this approach not supported now? I know that in CE10 this approach was deprecated but still supported ( as mentioned in note "1217747 - Unmanaged URL web reporting does not work in Crystal Reports 9 (and later) " )
    Or, is there something I'm doing wrong?
    Is there a simple work around, short of hosting all the reports on the enterprise server and using any SDK.
    Thanks for your help.
    PS:  I copied libwcs_xn_reportviewer.so from CE10 to the required dir in BOJ, and tried again. This time the library error was on another library. Error keeps cascading and I stopped. I know this is not the right approach, but this tells me they must have removed/changed this feature.
    Previous Setup that works
    Crystal Enterprise 10 on Solaris 8
    Sybase 12
    Weblogic
    New Setup that I'm having issue with
    Business Objects Enterprise XI R2 on Solaris 10. Installed SP2 followed by SP5
    MySQL  ( for testing only )
    tomcat ( for testing only)
    Edited by: James selwin on Mar 17, 2009 10:32 PM
    Edited by: James selwin on Mar 17, 2009 10:34 PM
    Edited by: James selwin on Mar 17, 2009 10:34 PM

    The first thing you will want to do is to publish all of your reports to Business Objects XI and make sure they all still work. Obviously they won't have the dynamic parameters anymore but you should just ensure they all work and are able to connect to their databases. You can use a tool like the publishing wizard to help you.
    All the reports should now be available inside of XI.
    Unfortunately you will need to manually modify all of the 400 reports to use the business objects Dynamic Cascading Parameters DCP.
    There should be some DCP info in the Business Views documentation.
    I hope this helps
    Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/robhorne</a>

  • Migrating Workspace report from 9 to 11 gives 100's of zeros for parents

    Hi All,
    Has anyone experienced this ... we being are busy upgrading from 9.3.1 to 11.1.1.3. I have migrated the reports across but for some users, when they open up the FR report in Workspace they get 100's of zeros after the value in the report. This only seems to be happening when the the POV is set to a parent, at lowest level it is fine.
    Fraser
    Edited by: Fraser Pearson on Feb 15, 2012 8:08 AM

    Hey all,
    No worries on replying to this query, I managed to get it resolved ... it ended up being a security issue, access hadn't been applied where it should have been.
    Regards,
    Fraser

  • How to migrate xml report from test to prod?

    Hi,
    We are using BIP 10.1.3.2 standalone. I've one simple question for migrating report from test enviornment to production.
    Is there any standard method for migration?
    Like in Discoverer we can simply export report and import it in prod environment.
    Thanks...

    Thanks for your reply. That's one describes for EBS version of BIP. I'm looking for standalone version of BIP enterprise.

  • Migration of  Reports from 10g environment to 11g environment

    Can anyone tell me the steps or how to migrate reports from oracle hyperion interactive reporting 10g to oracle hyperion interactive reporting 11g environment??
    Any kind of help would be greatful and highly appreciated.

    OK, apologies for asking the wrong question.
    Oracle Enterprise Performance Management System Workspace, Fusion Edition 11.x does, obviously, integrate with the Oracle Business Intelligence 10.x today. EPM is the Workspace and where the Hyperion Interactive Reporting bqy files reside.
    Users logging in to https://your_domain.com/workspace are able to consume IR files.
    Concerning the upgrade of OBI 10.x to 11g, assuming that EPM remains, there should be no impact on the viability of the IR files.
    Having said that, we should seek verification that the OBI 11g product does nothing to adversley affect the integration with EPM.
    I hope that helps.
    Edited by: SouthernGent on Nov 21, 2012 2:16 PM

Maybe you are looking for