[PS2013] Can't edit report's data sources

Hi!
When I upload a report to the PWA, I usually click on the 3 dots and open the menu for that report. I remember that there used to be an option to edit data sources, but I can't see that option anymore, like in the picture below. Any ideas on why did I stopped
having that option?

What kind of report is it?  Excel, SSRS, word, PDF?
It sounds like an SSRS connection string and if that is the case make sure the library has define the content types for SSRS.
Cheers!
Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
Website http://www.WhartonComputer.com
Blog http://MyProjectExpert.com contains my field notes and SQL queries

Similar Messages

  • MS Report Builder Data Source Missing

    Hi,
    Simply, when I log onto my server with a local or domain admin and open report Builder, I right click
    on Data Sources and choose add. I choose the one (only one) in the list and test (successfully) the connection.
    However, no other users see the Data source and trying to create one fails. They are local administrators. They have been added as admins in SQL and the DBs. I have rechecked all the permissions and the user has full admin rights to the server, SQL and DBs.

    Hi Analog-Kid,
    According to your description, when users click “Edit in Report Builder” on report server to launch click-once report builder, if users want to add a shared data source, they can’t see the shared data source list which resides on the report server, right?
    In your scenario, please check if those users could access the Data Sources folder on the report server. If not, please grant users permission to access this folder with Content Manager role on Security page. Also please connect to report server instance
    from SSMS, then check if Manage data sources has been selected.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Adhoc Reporting using Data Sources instead of Report Model

    Hi Gurus,
    I'm working on SSRS 2008. I'm trying to create Adhoc Report using Report Builder 3.0. To select Data Source, both *.rsds and *.smdl are listed. I selected a Data Source which points to a SQL database. When I add New datasets, I'm able to add the fields and
    it automatically detect relationships (Joins) using Primary Key and Foreign Key defined in the tables. I'm also able to edit the query. I ran the report and it ran successfully.
    My question is I couldn't find any documentation regarding using Data Source for Adhoc Reporting. MS SQL documentation and forums insists that Report Model is required for Adhoc Reporting.
    Please let me know if someone tried to create Adhoc Report using Data Source instead of Report Model. While I understand there are more benefits using Report Model (define entities/attributes, show/hide entity/attributes, organize entities/attributes etc.),
    I just want to know if this is possible.
    Are there any known limitation using this method?
    Thanks In Advance!

    Hi Ereswaran,
    Yes, we can create ad hoc report using report using data source instead of Report Model. Ad hoc reports typically are used to answer a specific question at appoint in time, so consequently people don’t spend a lot of time arranging and formatting the data
    in a precise way. Other report development tools are available in Reporting Services to support more sophisticated reporting requirements.
    Using Report Builder, we can build a simple report that display data form a single data source as defined by a report model. This tool is most useful for business users who need access to information but lack the skills to write a SQL query. If we have full
    experience of SQL query, of course we can use data source instead of Report Model.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    Charlie Liao
    TechNet Community Support

  • Can we set the dynamic data source when using getReportParameters() ?

    Hello!
    I have a report where one of its parameters refers to a list of values (LOVs). This list of values is an SQL Query type. When the data source used in the report is defined in the BI Publisher server, I'm able to get the report parameters using the getReportParameters() function in my application. However, if the data source is not defined the function throws an exception, which is understandable.
    I decided to dynamically set the data source so that even if the data source used by the report is not defined in the BI Publisher server, it still will be able to get the LOVs for the parameter. I tried setting the JDBCDataSource of the dynamicDataSource for the ReportRequest object that I passed to the getReportParameters() function. Please see the sample code below:
    reportRequest.dynamicDataSource = new BIP10.BIPDataSource();
    reportRequest.dynamicDataSource.JDBCDataSource = new BIP10.JDBCDataSource();
    setReportDataSource(reportRequest.dynamicDataSource.JDBCDataSource, connectstr, jdbc, dc); //function to set the values for JDBCDataSource object
    reportParams = webrs.getReportParameters(reportRequest, uid, pwd); //call the getReportParameters
    I was expecting this to work as this is what I did to dynamically set the data source before calling the runReport function. So, my question is -- can we set the dynamic data source when using getReportParameters() ? I tried this both in versions 10g and 11g. It does not seem to work on both versions.
    Regards,
    Stephanie

    report_id column of apex_application_page_ir_rpt can help us uniquely identify each saved report.
    We can assign this report_id value to a page item and this page item can be put in the Report ID Item text box of the Advanced section of the Report Attributes page of the IR.
    This should load the saved report identified by report_id and you can get rid of javascript
    Regards,
    Vishal
    http://obiee-oracledb.blogspot.com
    http://www.packtpub.com/oracle-apex-4-2-reporting/book
    Kindly mark the reply as helpful/correct if it solves your problem

  • How to add collection to report as data source

    Hi all,
    i'm trying to add collection to report as data source:
    List<DmsLockingItem> items;
    ReportClientDocument rcd = new ReportClientDocument();
    DatabaseController dbc = rcd.getDatabaseController();
    dbc.setDataSource(items, DmsLockingItem.class, "tName","tName");
    this works with com.businessobjects.crystalreports.sdk but not with rasapp.jar.
    And i can't use plugin lib in my current project.
    can anyone help please?
    Greetings,
    Nikolas

    The setDatasource expects the object passed to either be a DataSet, java.sql.ResultSet, IXMLDataSet, or BusinessView object.  Are you able to convert your collection to one of these?

  • Bw report as data source

    Hello toghether,
    Let's say we have a query on a cube and a lot of calculations made in the query.
    I have to load the results of the query into another BW project (cube).
    For the moment I create flat files from the query and I load them manually into the other project using PC File Upload infosources.
    Is it possible to make the connection directly? So that I can use the query as a datasource? If yes, please let me know how to do this.
    Thank you,
    Iuliana

    Hi,
    Other ways to do this are:
    1) Using Tcode : rscrm_report
    Re: rscrm_report - If time is set periodically will it overwrite/refresh?
    2) Using APD in which Query as data source.
    Re: Report result send to cube
    Re: Query result in a table
    With rgds,
    Anil Kumar Sharma .P

  • When creating a report, "Available Data Sources" is missing options.

    Background:
    I am running Crystal Reports XI Developer edition.
    Here are the steps to expose the problem:
    1.  Create a new standard report (Ctrl-N).
    2.  Available data sources - expand "Create New Connection"
    3.  I expect to find "Field Definitions Only" and "File System Data" in the displayed list (among many others).  However, I only see "Database Files", "OLE DB (ADO)", and "More Data Sources".
    4.  "Field Definitions Only" formerly appeared under "More Data Sources" but has disappeared.
    Question:  How do I get all the connection types to appear?
    I have a secondary computer running Crystal Reports where the entire list is populated.  The problem appears only on my primary Crystal Reports development machine.
    .... Warren

    Vitaly,
    1.  Yes, I checked "More Data Sources" - not there.
    2.  I tried adding the Field Definitions using Control Panel Add/Remove - no help.
       I tried removing the "Field Definitions" and then adding them again - no help.
    3.  Another machine does have the same version of CR.  It is running Vista.  Problem machine is running XP.
    4.  Clicked the "Reinstall" button in the Control Panel Add/Remove - this fixed the problem.  I did not need to uninstall the program.
    Both machines now exhibit the same list of connection types (with one small exception).  Thank-you for your hellp.
    .... Warren
    Edited by: Warren Pickell on Oct 23, 2009 11:55 PM
    Edited by: Warren Pickell on Oct 23, 2009 11:56 PM
    I'm trying to indicate "Yes, my question has been answered.", but it does not seem to "take".

  • Can you include an external data source in query condition?

    Hi all,
    I have a user that wants to run a report off a subset keys in an external data source. Is this possible in Disco Plus?
    For example, he has an Excel file that is just a list of employee numbers. He then wants his Disco query to only bring back the employee records for the people listed in the Excel file. Right now, he uses Cognos and can do this. A visual representation of this would be a condiition that would accomplish something like this:
    WHERE EMPLOYEE_NUMBER IN (Excel row 1, Excel row 2, Excel row 3, ...)
    We do not want to have to load the data into a table each time to accomplish this, but no other way readily jumps out at me. Anyone have any ideas?
    Thanks in advance,
    Jewell

    Jewell.
    Given the situation you describe, I don't know of any 'reasonable' way to do this either the GUI in Desktop or the interface in Plus.
    However - and just for the grins - there may be a possibility if done through the command line interface of Desktop. I truly doubt you'll want to do it - given the limitations - but ...
    ... in the command line interface you can put in the switch for /parameter such as: /parameter today trunc(SYSDATE), which means that your report is looking for a parameter called 'today' and you're putting in the data to put in the parameter 'trunc(SYSDATE)'.
    So, you could either build the command line with a batchy-kinda-process in that via batch it reads a file as input and puts parameters, or hard code it manually (which no one would want to do). Problem is, if you have multiple values, I don't think it'd work as you're saying something like:
    /parameter today (SYSDATE,SYSDATE-1,SYSDATE+!) - which I doubt would work as it probably only wants one value
    or if you had:
    /parameter today SYSDATE /parameter today SYSDATE-1 /parameter today SYSDATE+1
    it also might choke.
    Alternatively, you could investigate using Plus with the Java command line utility and see if it's possible to do a similar thing via Java.
    ... so long answer to a short question ... (my specialty) 8-)
    Russ

  • How can I define the Oracle data source flexible so that I can change?

    Dear all:
    I have a problem in define the crystal report file(.rpt) in Crystal report desinger 9 by using Oracle database.
    Since in the "Control Pancel" -> "ODBC" ->, I can't find the oracle DNS definition in order to define the ORACLE database's IP address, port etc. So I can't allocate the Datasource in "Data base" -> "Define Data source" of Crystal report 9 desinger.  Finally, I have to explicitly define the Data source by browsing the Oracle DB in "Define Data source" function. It is not flexible while I want to switch the DB server by change its IP adress.
    But in contrast, I can easily define a MS SQL server DNS and allocate it to .rpt file.
    Is that something I was wrong?  Any reference or answer are appriciated!

    Hello,
    Moved to Crystal Reports Database forum.
    CR needs an Oracle Client installed. Once it is installed then you'll find a driver to create a DSN and then you can set location to another Oracle Server.
    You have to first install the Oracle Client.
    It's also better to create your reports off of Oracle, it's easier to then set location to MS SQL Server.
    Thank you
    Don

  • I can't remove a Planning Data Source.

    Hello,
    I'm trying to delete a DataSource that was associated with a Planning application. The planning application was delete and no references remains in shared services, essbase or any component. But i can't delete the datasource, only "edit" option is available.
    I don't have any application associated with the Data Souce but the Data Source manager show an assotiation with the application that was deleted.
    What's the problem? any suggestion?
    Thanks for your help.
    p.d. i'm ussing hyperion performace manager vs 11.1.2.0.0
    Edited by: apdoce on 03-ene-2011 15:06

    If this is a planning application then you could try going into the planning system database.
    Have a look at table :- HSPSYS_DATASOURCE
    For the datasource you want to delete it should have -1 against the app id, if it doesn't set it to -1 and then commit the record, restart the planning service.
    Or you could try deleting the record, if the application has not properly been deleted there may be some reference to it in the other tables, if this is the case have a read of :-
    Planning 11.1.1.3 - Manually Delete a Classic Application
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error loading report when data source changed

    We are migrating our Crystal Reports from using XML files generated from our SAP R3 system to using a direct connection to SAP R3 (using the SAP Integration Kit).
    The code is straightforward:
          crReport = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
          crReport.Load(reportPath);
    ...where the reportPath is just a string with the path and filename (e.g. "C:\reports\Report1.rpt").
    This worked fine with the report when it had an XML data source. When we run the code with the new version of the report that connects to a data table on our SAP R3 we get the following error message:
    Error in File Report1 {40205567-F890-4B3C-A103-C9C8F0A1E665}.rpt: Failed to logon to the Crystal Report Object Repository.
    The report is not in an Object Repository, nor do we even have a Repository in place right now. The report can be run manually from Crystal Reports on the desktop without any kind of Repository.
    Both versions of the report were built in Crystal Reports 2008.
    Thanks,
    Byron

    I am not sure if connecting to SAP is any different than connecting to SQL, but we develop one report and then deploy to N number of client who all have their own SQL servers and server names.
    Here is the code I use to alter the database connection at runtime:
      connection.DatabaseName = _datebaseName;
                    connection.ServerName = _serverName;
                    if (_integratedSecurity)
                        connection.IntegratedSecurity = _integratedSecurity;
                    else
                        connection.UserID = _userId;
                        connection.Password = _password;
                    connection.Type = ConnectionInfoType.SQL;
                    // First we assign the connection to all tables in the main report
                    foreach (CrystalDecisions.CrystalReports.Engine.Table table in _reportDocument.Database.Tables)
                        AssignTableConnection(table, connection);
                    foreach (CrystalDecisions.CrystalReports.Engine.Section section in _reportDocument.ReportDefinition.Sections)
                        // In each section we need to loop through all the reporting objects
                        foreach (CrystalDecisions.CrystalReports.Engine.ReportObject reportObject in section.ReportObjects)
                            if (reportObject.Kind == ReportObjectKind.SubreportObject)
                                SubreportObject subReport = (SubreportObject)reportObject;
                                ReportDocument subDocument = subReport.OpenSubreport(subReport.SubreportName);
                                foreach (CrystalDecisions.CrystalReports.Engine.Table table in subDocument.Database.Tables)
                                    AssignTableConnection(table, connection);

  • "Open sql" report no data sourced defined in windows

    when I want to import data from sql database, the Open sql window report error
    "There are no data sourced defined. Please create one to continue",
    but I have defined the odbc data source using windows 's odbc administrator, why the error?
    chuliang

    A couple of possibilities.
    First are you licensed for Sql interface? If not, you might get that message.
    Second, where did you create the ODBC connection on your computer or the server. It has to be on the server.
    Third, did you create the odbc as a system driver? it needs to be so
    Fourth, what operating system? If it's unix or AIX there is a hole bunch more you need to do to get odbc connections working. If it's windows, it's pretty easy.
    Fifth, did you test the connection before trying it in Essbase?

  • How can I delete an ODBC data source after 10g client has been uninstalled?

    I uninstalled the 10g client and now when I attempt to delete the ODBC data source, I get an error: "The setup routines for the Oracle in Oraclient10g_home2 ODBC driver could not be found. Please reinstall the driver. I re-installed the client and I get the same error, but I had to specify a new home. I still get the error. Anyone have an answer or a workaround to deleting the ODBC entry so that I can re-create with the same name later under the 9i client?

    I have the same problem... and nobody gots the point:
    1st. the ODBC and the client/home exists on the machine...
    2nd. the client/home is unistalled and so...
    3rd. tada! Now we have a impossible-to-unistall ODBC entry!
    That is happening on a Windows, at last to me...
    Please, help us if someone knows how to remove this ODBC entry... if know how to DO the stuff (permissions, system, all that things is answered above).
    Best regards,
    Bruno Araujo

  • Can't edit reports in Visual Studio

    <p>I can no longer edit reports in Visual Studio 2003. The reports open properly, but I can&#39;t make any changes. Right-clicking pops up the appropriate menus, but no dialog boxes open from the menu selections. Any ideas on what I can check?</p><p> Thanx</p>

    <p>I can think of two possibilities that I was given. </p><p>1. The install of VS has some how gone bad.  You could try a repair install of Visual Studio.</p><p>2. Opening reports outside of your application can cause problems with the designer.  Make sure you are inside your application before you open your reports.  </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Can't add field in data source 0CRM_OPPT_I

    Hi,
      I have earlier added several fields to this data source but this time I have a peculiar issue, This is what I did
    1> RSA6--> DISPLAY THE DATA SOURCE double click on the extract structure> go to append structure --> add new field ZZ... and activated the append structure
    2> confirm that the new field is available in the extract structure CRMT_BW_OPPT_I .
    3> GO TO RSA6 --> change data source 0CRM_OPPT_I, the new field should be available for me to unhide.. Here is my problem the field is not at all available. And therefpore the field is not included in the data source..
    What can I do to resolve this..

    Hi!
    i think normally you can select the Enhance extract structure option directly from RSA6 transaction . You dont need to go to display and->then select the extract structure-> then append
    coming you your append structure .is it active ?
    with regards
    ashwin

Maybe you are looking for

  • How do i download a audio book from cd's to my ipod nano

    I have been trying to download audiobooks which I have purchased. I can download but cannot put them into a boo folder and sometimes they are out of order i.e the chapters are mixed up?

  • Connecting to my time capsule.

    I am struggling to get a new computer to connect to my time capsule. My old computer was stolen so I want to access all of my old files using the new computer I have just bought. However the time capsule has a flashing amber light and even when conne

  • CREDIT NOTE FOR  WINDOW HIRE,BANNER DISPLAY- URGENT.

    HI ALL , well can any one explain  how a credit note  is issued on the basis of contarct form for the following : WINDOW HIRE,BANNER DISPLAY,EXHIBITION EXPENSES,VAN SUBSIDY. NOTE : PL DONT ASSUME THE ABOVE AS CONTARCTS. Thanks, Jerry.

  • When does a work cycle on a mailbox server actually start in Exchange 2010/2013?

    So the question came up in work today as to when a work cycle on a mailbox server (e.g. ManagedFolderWorkCycle) actually starts. For example if it's set for 7 days, what 7 days does it choose? Is the first day the day the server was last restarted? O

  • Unable to lookup the Deploy Service. java.lang.ClassCastException in NWDS

    Hi All, I am getting the following exception while deploying an application in NWDS. Please help me in resolving this issue Sep 6, 2007 10:24:32 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]]