Strategies for report management?

Folks -- I'm a newbie to development, and to reports development, and to  Crystal.  So I know how thrilled y'all will be to work with me!
I am responsible for report development for a new HRIS system we're implementing.  We have Crystal Reports (XI rel 2) and the "eval" 5-user version of Crystal Reports server that comes with it.  Right now, I'm trying to use that for report distribution, though I'll probably have to learn Visual and move that way for more widespread distribution.
In the meantime, the onslaught of report requests is overwhelming me -- not only in terms of getting them done, but in terms of MANAGING them.
With Crystal Server, my files are saved to this weird directory structure (like c$\Program Files\Business Objects\BusinessObjects Enterprise 11.5\FileStore\Input\a_012\019\000\4876\crypticname.rpt).
I'm trying to find an easy yet logical way to manage the REQUESTS, DEVELOPMENT, and finalization of all of my reports (I will have, probably, 50-100 when all done, but they're constantly changing).
I tried keeping a "local" folder structure and then only moving them to the server when they're "finalized."  This is proving difficult, because of the "urgent" change requests that come in (we're not in a highly-structured environment).
I would love to hear how others manage their reports inventory.  Have you built a database (using what?)?  Bought a product?    I'm just coming up clueless on the best/easiest way to do this!
Thanks
MK

Hi Kent,
   What a brave guy !
First off, you need to a simple, consistent, helpful way to deal with the users requests. 
You need a report requirements sheet.
This sheet will contain things like:
-Purpose of report
-Report Title (...this is more important than you might think.
     For instance, if it's and inventory report, you might want all in this group to start with "INV", like "INV_Fall_Summary", etc.
That way, they are all listed together in the folder, db, etc.)
...then table.field + filter like...
-Table.field  > 5
-Table.filed between 2 and 8
...then, when someone wants a report, they fill out the requirements sheet and hand it to you.  Also include a place for them to sign it.  Most people are pretty cool, but occasionally your boss says "..they say that's not what they asked for..."
and you can say "...is this their signature ...?"
   If they want a change, they fill out a change request.
Both the requirement sheet and change request make the user thing about what they are asking you for.  What you DON'T want, is for someone to just drop by your desk and say "hey, can write me up a quick one on blah, blah..."...'cause, sure enough, they'll walk away and you'll be stuck just trying to remember a part of what they said...even worse, they won't remember it all either.
Happy Hunting,
The Panda
...then you need report standards like...
-Report Title: Arial 16 Bold
-Groups Headings : Arial 12 Bold
-etc

Similar Messages

  • Any 3rd party solutions for reports management?

    We have a small IT team, trying to manage a lot of reports.  We have 3 people that create reports.  Right now there are about 400 reports that are actively being used.  The problem is that up until now we have not had documented standards for report design and no documentation on the reports that have been created.  I am new to the company and am trying to get the reports under control.  I'm a relative newbie when it comes to Crystal.
    We really have several issues. The 2 most critical are:
    gathering documenation on what views, tables, etc. are used in our reports (any way to do that without going into each report, one by one?)
    Standardizing the look and feel of each report.
    I have been able to put in a report counter which updates a record in our database everytime the report is run so I can target the more important reports, as well as finding reports which are not utilized.
    Any ideas?  The first idea I had, was to hire someone to solely focus on reporting issues, but that's nto going to happen.
    Scott

    Hi Scott,
    One option that quite a few of our customers use is a tool called Source Safe. It's the control program that comes with Microsoft Visual Studio. It allows you to check in and out code and manage changes. It can also be used for files like Reports.
    Check Microsoft's site for more info on how to and what it can do...
    Others may have suggestions also.
    Thank you

  • Report Manager in Arabic

    Is it possible to have the Report Manager in Arabic?
    There's been no problem creating the report names, report folders and report content in Arabic.  But so far, we've been unable to get the Report Manager itself (Home, Site Settings, New Folder, etc.) to display in Arabic.  According to the SSRS
    documentation, this is driven by the browser language.  Changing the language to something like Spanish or French works correctly, but when the language is Arabic, Report Manager displays in English. 
    Based on this, it would appear that Arabic isn't supported as an option for Report Manager.  Can anyone confirm this?
    Thanks.

    Hello,
    See
    http://technet.microsoft.com/en-us/library/ms156493(v=sql.105).aspx => Supported Languages; Arabic is not in the list; sorry.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SSRS 2012 Blank Screen Report Manager

    Installed SQL Server 2012 and configured Reporting through configuration manager but whenever i use the http://<servername>/Reports it gives me blank screen.
    Things i tried
    >Opening browser with Admin privileges
    > Trusted sites inclusion
    >Changing ports for report manager
    >Fresh install of SQL Server
    Other Details
    > Service account used = Network Service
    > ReportServer and ReportServerTempDB are created and accessible.
    > Reports accessing with full admin privileges
    Error:
    Blank screen on report manager | HTTP 500 Internal Server Error 

    Hi Saurabh,
    Based on my research, we can refer to the following three tips to troubleshooting this issue:
    Check whether the TCP port number of reporting services is duplicate with other sites' on IIS. We can find the TCP port number of reporting services in Web Service URL or Report Manager URL pages of reporting services configuration tool.
    Check whether the SQL Server Name is correct in the Database tab in Reporting Services Configuration Manager. We can see the correct server name when we connect Reporting Services Configuration Manager. And based on my research, the Reporting Services server
    name is the computer name which install the report server.
    Check if the SecureConnectionLevel set to 0 which is least secure. To check this, open the rsreportserver.config file, by default, this file is stored at C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer, and locate
    its
    < Add Key="SecureConnectionLevel" Value="0"/> element and ensure its value is set to 0.
    If the issue is still exists, please try to use the report links in Web Service URL and Report Manager URL of reporting services configuration manager tool, and check the error logs.
    Thanks,
    Katherine xiong
    Katherine Xiong
    TechNet Community Support

  • Change report manager HTML rendering view %

    Hi All,
    I can change the default HTML Zoom % in report server reports accessed via URL. Add "&rc:Zoom=75 " to the URL and it works. However I cannot change the zoom for report manager reports. Is there any workaround to this? or better idea to change
    HTML rendering?
    Thanks

    Hi sonnyA,
    According to your description, you want to set the default zoom level when accessing reports in Report Manager. Right?
    In Reporting Services, the Zoom is already a deprecated property in HTML Device Information Settings. Change the <Zoom> tab in rsreportserver.config will not work. In this scenario, we can embed javascript in Report.aspx page to get the zoom
    selection box object and set the zoom level. Please follow the steps below:
    1. Go to Report.aspx, this file locates at C:\Program Files\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportManager\Pages,
    embed the code below:
    <script>
    function pageLoad() {
            var cuInternalViewer = $find('ctl32_ctl03');
                cuInternalViewer.set_zoomLevel(75);
    </script>
    2. The result looks like below:
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SSRS Hide Description text in Report Manager

    Hi
    Does anyone know if you can hide the description text on report manager, this is populated in report properties > Description or can be updated direct in report manager.
    I want to add a description but I do not want it displayed in report manager, is there a way of removing this?
    Thanks

    Hi Monkey14,
    According to your description, you have a report with description. Now you just want to hide the description when accessing the report manager. Right?
    In Reporting Services, we have a css file for Report Manager to set style. Now we just need to modify the style for description box. Please follow the steps below: 
    Go to Your Disk:\Program Files\Microsoft SQL Server[your MSRS instance]\Reporting Services\ReportManager\Styles\ReportingServices.css. 
    For your items, the style class name is "msrs-itemDescription":
    p.msrs-itemDescription  { white-space: nowrap; width: 250px; overflow: hidden; text-overflow: ellipsis; font-size:10pt; color:Gray; }
    Add “display:none” in the style. It looks like below:
    Save and preview.
    Reference:
    SSRS 2008r2 cutting off report descriptions in main display page in report manager
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
      

  • Report Manager - ER 8530306: NEED USER TO VALUE SECURITY FOR PT EXPANSI

    Hi
    We are facing the above same gap in implementing report manager. I think it's one of the most common things that reports are run for parent segment GL values to have consolidated reporting in any large organisations. Hence PT(Page/Total) is required in the content set. Yet current Oracle Report Manager security works only when PE (Page/Expand) is used. As a result of this bug, security rule does not work in parent ledgers and it only works with child ledgers.
    I was wondering if enabling custom security rule (as per the note 333304.1, How to Apply Custom PL/SQL Based Security with Oracle Report Manager) could resolve the above bug? Thanks.
    Regards
    Michael
    Edited by: Michael Cho on 2/11/2011 21:20
    Edited by: Michael Cho on 2/11/2011 21:33

    Michael,
    Extract from Enhancement Request 8530306 Posting the contents of MOS Docs/ER violates Oracle support agreement policy so please edit the contents of the ER and mentioning the number should be enough.
    I was wondering if enabling custom security rule (as per the note 333304.1, How to Apply Custom PL/SQL Based Security with Oracle Report Manager) could resolve the above bug? Thanks.I have not tried this myself but I would suggest you do in a test instance and see if it works for you, or you could log a SR and confirm this with Oracle Support.
    Thanks,
    Hussein

  • Urgent please help: what is the table name for cash management reports?

    I am wondering what the table name for cash management reports is. I am trying to figure out then if I have any missing.
    Please help.

    I checked MSEG table. But, I didn't find any field for date.
    Can you tell me field name.
    Regards
    Siva

  • Asking for Credentials (Authentication) while trying to open Report Manager.

    Hi All,
    New to Reporting (using ssrs 2012). I was able to deploy the report project at
    http://<my machine name>/reportserver but when tried to open Report Manager using http://<my machine name>/reports,it's asking for Authentication... UserName and password.
    I'm using Windows Authentication to connect to sql server 2012 database engine.
    Not sure how to open Report Manager.
    Any help would allow me to move further...
    Thanks

    Hi Olaf, Thanks for the response but still the problem persists...
    I got a work around for the problem but not sure if the solution is right. I created password for the Administrator account. When I give the user name and password after i type the URL : http://rahul-hp/Reports in IE, it's showing all the report folders.
    When clicked on a report, I am able to view the report BUT the problem is.. I am not getting the context menu when i click on either the folder or a report ( which contains 'Manage' option).I need to work on snapshots and subscriptions. Please help me out...
    Also,Could anyone let me know if browsers like Google Chrome and IE 10 both work with the same fuctionality when working with Report Manager
    or is there a preferred browser to work with Report Manager. ( IE should be the preferred one but not sure) 
    someone told me that IE11 is giving problems some times when working with Report Manager. Install IE10 instead. 
    I followed that but in vain

  • Report Standard for Compensation Management in MSS

    Good night,
    There are is a report standard for  Compensation Management in MSS?
    Kind Regards,
    sanew2

    Steps to Create Infoset Query (SAP Query)
    Steps on how to proceed to create a Query:
    ADHOC QUERY
    A query can be created to extract information from master records  i.e  Infotypes.  For example, by creating a query , the data relating to an employee contained in various Infotypes can be extracted.
    Proceedure :  
    Decide on  the various Infotypes we  want to make the query.  Decide on the area where we  want to query  i.e  Global area or Standard area.  Standard area is client specific and globel area will include all clients.
    Menu : HR u2013 PM u2013 Admn -  Information System -  Adhoc Query
    Select area standard and select the  user group already created
    Creation of new query  :  
    TC SQ03  -  Select Environment u2013 Select Standard Area -  Enter  --  If new user group is to be created, enter name of the user group, click on create and enter necessary information and  exit after saving
    TC SQ02  -  Enter name of the Infoset u2013 Create u2013 enter name of Infoset -  Data source -- >  Table join by basis table u2013 give name of table e.g  pa0000 -  Enter -  Click on insert table if we  want to include more tables u2013 give name of table one by one and after finishing,  place cursor on the joining lines and right click to delete unwanted relationships  - check  - and go back  - field groups  -  include all table fields  - click on generate button   -  go out
    TC SQ03  -  Select user group  -   eg.  Payroll
    Infoset  - Enter name of newly created Infoset 
    Assign users and Infosets  -  Assign infosets  -  put tick on payroll  - save and go back
    TC  PAAH  -  Expand the nodes and put tick on relevant fields depending upon necessity
    Save the query  by giving the same name as infoset for easyness..

  • Reports 6i development for Queue Manager

    I'm trying to write reports to run from the Queue Manager and am having a truly horrible time. I am able to write complete reports and run them from my desk top, but when I try to run them on the Manager, they have problems at least 8 times out of ten - and then everytime it is back to the drawing board to redesign the report. The error messaging is also not up to scratch - please tell me what 'REP 1212 - Object 'Margin' is not fully enclosed by it's enclosing object 'dept_name' ' means. I understand the message, but it is just plain rubbish - I have built reports the same way many times without problems. The real answer I am looking for is 'Is there a standards document on designing for Queue Manager' ?
    Please help
    I'm going nuts
    Marc

    Marc,
    There shouldn't be a difference running the report from the queue manager vs. from the command line as long as all of your parameters are the same. The rep-1212 error you are getting sounds like a report that was designed for bitmap being run with mode=character. You would see this difference between the command line and queue manager if from the command line you are running the report with mode=bitmap (or default if your report already has mode as default or bitmap) and run with mode=character in the queue manager. It seems to me that there is probably a difference in how the reports are being run rather than how you've designed them. I'd discuss the issue with Support so they can go into more detail with you.
    Hope that helps,
    Toby

  • 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

  • Report Manager 2008 r2 - prompts for username/password & does not accept

    Hi all,
    I am dealing with an extremely frustrating problem with Reporting Services 2008 r2, Report Manager, and would greatly appreciate any help.
    I have installed Reporting Services, with Report Manager, onto a Windows Server 2008 r2 install. 
    When loading Report Manager (http://server/reports), I get prompted for a username/password.
    No matter what I type in, I get prompted a 2nd time, then a 3rd time, then a blank screen loads up.
    @#$@#??!?!!
    How can I get past this username/password challenge - remember this is SQL 2008 r2 so IIS-based solutions are not relevant.
    Thanks again,
    Jason

    Hi Jason,
    Did you follow the solution i mentioned at another your thread
    http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/4f3651cb-c608-4460-a45a-9337df2ab88a ? This is very common issue in SSRS 2008 and the solutons have been summarized at this blog
    http://blogs.msdn.com/b/lukaszp/archive/2008/03/26/solving-the-reporting-services-login-issue-in-the-february-ctp-of-sql-server-2008.aspx , and also applies to SSRS 2008 R2.
    Note:by using the default installation, the rsreportserver.config file is stored at C:\Program Files\Microsoft SQL Server\MSRS10_50.instance\Reporting Services\ReportServer
    please let us know the result.
    thanks,
    Jerry

  • Is it possible to take the CDR data from a v4.2 Call Manager and copy it to a separate server where it would be made available for reporting?

    Is it possible to take the CDR data from a v4.2 Call Manager and copy it to a separate server where it would be made available for reporting? We are not interested in migrating the CDR data to v6 because of the concerns it introduces to the upgrade process. Is it possible to get the raw data and somehow serve it from a different machine? (knowing it would be 'old' data that stops as of a certain date). If so, what would be the complexity involved in doing so?
    It seems like the CDR data lives within MSSQL and the reporting interface is within the web server portion of the Call Manager... that's as far as we've dug so far.

    Hi
    It is absolutely possible to get the data - anyone you have in your org with basic SQL skills can move the data off to a standalone SQL server. This could be done most simply by backing up and restoring the DB using SQL Enterprise Manager.
    Moving the CAR/ART reporting tool would be more difficult... if you do actually use that for reporting (most people find it doesn't do what they need and don't use it for anything but basic troubleshooting, and get a third party package) then the best option may be to keep your publisher (possibly assigning it a new IP) and leave it running for as long as you need reporting.
    You would then need a new server to run your upgraded V6 CCM; you may find you need this anyway.
    Regards
    Aaron
    Please rate helpful posts...

  • Confirm button disabled for Reporter in Solman 7.1 SP10, Incident managment

    Hello,
    we are using CRM_UI for Incident managment. When the ticket is in status "Proposed Solution" , Reporter is not able to confirm the ticket, "Confirm" button is disabled. How to enable this button?
    Renato

    Hello Renato,
    Please check authoraziton object b_userstat mentioned at belowed thread:
    Reporter not able to confirm the Incident in SolMan 7.1 SP6
    BR,
    K.

Maybe you are looking for

  • No longer able to use hotmail on windows 98, firefox 2.0.0.20

    Using Hotmail I can't reply to messages nor create new ones. I'm on windows 98SE and use firefox 2.0.0.20. A new problem with some changes Microsoft made to Hotmail. == URL of affected sites == http://hotmail.com

  • Black box or line appears in New Message when forwarding MS Word or PDF doc

    Strange thing... Ever since I formatted and rebuilt my iMac and MacBook Pro last week with Snow Leopard, Mac Mail is acting funny. When I forward a document from MS Word or Acrobat Reader, I get a large black box or black line in the New Message line

  • [Request] Newest bios/ln2 bios for r9 290x lightning 4g

    As tittle says im looking for regular bios and ln2 bios for r9 290x Also got a questions about it. Is 290x lightning uefi compatible and what exactly are meanings of GOP and rest of stuff type bioses. GPU-z shows this: and when i hover my mouse over

  • Two versions of Premiere two sound cards when capturing

    We are television station and we encode shows that are sent to us on a daily basis. All shows that we get we are licensed to show. We are using Adobe Premiere CS4 to capture the videos as they come to us by way of satellite feed. It works well. We ca

  • Microsoft Office v.X CD key

    I need to re-install Microsoft Office v. X onto my IMac. I unfortunatly misplaced the CD Key which i need to run the programs. Is there anyway to find the CD Key on the CD? Any help would be great!