Export RDP subject area to Excel

Hello There,
IS there a way we can export a subject area of RPD to excel, with the folder structure and all the objects below it, we need that for some presentation purpose to show the users the list of all availble objects out of the box RPD.
Many Thanks in Advance.
Kind Regards

Please try using Generate Metadata Dictionary utility. This is not an excel based data but gives a well formatted xml output to present RPD details through a webpage.
Thanks,
Vijay

Similar Messages

  • DCOM error "1260" on Windows 2008 R2 terminal server when SAP exports data into Office 2007 (Excel or Word)

    Hi all,
    We are experiencing an issue which happens at random whenever a user tries to export data from SAP into Excel or Word.  Excel or Word is started but remain empty.  We then see the below errors in the event log.  And the problem is very random
    as sometimes all they have to do is wait 10 minutes and the next try will be successful.  Not even log off/on.  Could someone tell me what the error "1260" is saying?     thanks for your help.
    Pete
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 4:07:36 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00020906-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" -Embedding
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 3:54:34 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00024500-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE" /automation -Embedding

    Hi,
    Based on my research, please try the following:
    Click Start, click Run, type regedit in the Open box, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv
    Under this subkey, add the following registry entries:
    Name
    Type
    Value data
    Logoff
    REG_SZ
    TSEventLogoff
    Logon
    REG_SZ
    TSEventLogon
    Restart the Terminal Server computer.
    Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, please refer to
    How to back up and restore the registry in Windows.
    Hope this helps.
    Best Regards
    Jeremy Wu

  • When Exporting a Crystal Report to Excel format all of the dates get changed when viewed on Mac version of Excel

    We're using Crystal Reports 10 and when we export a report from the Crystal Viewer using either the MS Excel 97-2000 option or the MS Excel 97-2000 (Data Only) option, the date columns on the report appear as expected on a PC version of Excel, however, most of the users at our company use Macs so when they open the same report on the Mac version of Excel all of the dates show up as 2011 or 2012 dates eventhough they are suppose to be 2008 dates. We've tried to just open the report after the export process and then do a "Save As" but get the same result. The date columns all appear to be formatted as Date. The dates on the Crystal Viewer appear as expected when viewed on a Mac. The users are running Excel for Mac OS-X Service Release 1.0. Any idea why this may be happening and is there a solution to this problem? Thanks!

    Hi,
    To clarify, are you currently using the Mac version of Crystal Reports Viewer 2008 which you downloaded from here?: http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/viewer/index.epx

  • Exporting a data form to Excel

    When exporting a data form to excel, if any of the columns are read only the user is only getting the column headers, not the rows and no data. The export works correctly when all the columns are write. Has anyone had this issue before? We are version 11.1.1
    Thanks,

    May not help but on 9.3.1 I don't have this problem.
    Log in as a user with restrictive rights
    Go to a read-only form
    File/Spreadsheet Export
    Open Excel and all columns are available
    JTS

  • Export Grid View Data to Excel sheet

    I have a GridView and its retrieving all data from the SQL Server data base. and when i click a cmd button "Export to Excel" it just downloads an excel file. but i am getting an error  while opening the file, while other excel files are opening as usual.
    My code is as below.
    private void PrepareGridViewForExport(Control gv)
                LinkButton lb = new LinkButton();
                Literal l = new Literal();
                string name = String.Empty;
                for (int i = 0; i < gv.Controls.Count; i++)
                    if (gv.Controls[i].HasControls())
                        PrepareGridViewForExport(gv.Controls[i]);
     private void Export_GridView()
                string attachment = "attachment; filename=ProductInfo.xls";
                Response.ClearContent();
                Response.AddHeader("content-disposition", attachment);
                Response.ContentType = "application/ms-excel";
                StringWriter sw1 = new StringWriter();
                HtmlTextWriter htw1 = new HtmlTextWriter(sw1);
                grd_ProdInfo.RenderControl(htw1);
                Response.Write(sw1.ToString());
                Response.End();
    public override void VerifyRenderingInServerForm(Control control)
    protected void cmdExport_Click(object sender, EventArgs e)
                PrepareGridViewForExport(grd_ProdInfo);
                Export_GridView();

    I've been having problems myself opening up excel files when they are still attached to processes in Visual Studio.  ?We first need to determine if the excel file is good to determine if the problem is with the creating of the excel file or the reading
    of the excel file.  Your problem may just be that the ecxcel file is no getting closed properly. So first try stopping visual Studio.  Then check the following
    1) Check the task manager to make sure there is no excel.exe process running.  If there are any excel.exe running kill the process. 
    2) Try opening up the excel file and see if the excel file contains any data and check if the data is in the correct locations.
    3) Check the excel worksheet to make sure it is in a table format
           a) All the rows contain data in the primary key column (usually the first column)
           b) There are no blank rows of data before tthe last row of data
           c) There is a header row in row number 1 with text in some of the columns
           d) Check to see the number of worksheets in the workbook.
    jdweng

  • Can't export from ECC report to Excel 2010 with more than 65 K Rows

    I see several posts about Excel 2007 and the 65K row limitation, but we are rolling out Office 2010 (Excel 2010) and find that it still will not allow download of more than 65,000 from an ECC report screen.
    Excel 2010 is supposed to handle over a million rows, and user is receiving an error message that they can not  do this.
    Will SAP allow download to Excel 2010 of more than 65K rows?  
    Are there Excel settings, or GUI levels / settings we have to have ? 
    Ruth Jones

    Details from the end User:   
    When you export line items from any detailed line item transaction in SAP that supports exporting to an excel format, SAP will only allow you to export 65K+ lines, equal to the number of line items that were available in the Excel 2003 format.  If you have more than that many line, you have to download the file as u201Cunconverted.u201D  While you can then open the u201Cunconvertedu201D file in excel, it is not properly formatted correctly, and may contain page headers and footers that need to be deleted.  In Office 2007/2010, excel was extended to 1 million+ line items.  When will SAP excel integration be upgraded to expand beyond the old 65K limit on number of exportable line items in excel format?
    For example, transaction FBL3N is used to display line items in GL accounts.  Line items are routinely exported for further analysis in Finance.  GL accounts often have more than 65K line items.  When you try to export these results to a spreadsheet format, you will get a message that the list is too large to be exported.  However, if you select the unconverted format, you will be able to export the file.  Here is an example:  (Note that this is only one example with one transaction, there are many more SAP transactions that have this same issue.)
    From the Menu, she if following the path List -->  Export -->  Spreadsheet
    Receives the pop-up box entitiled:  "Export List object to XXL", with words, "An XXL list object is exported with 71993 lines and 20 columns.   Choose a processing mode".  Radio button choices of Table or Ptivot Table.  She chose Table.
    Then receives a message that (at the bttom of the page),  List Object is too Large to be Exported.   Help says this is message PC020.  But offers no further information.

  • Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Murray is right. Padding (and margins) is added to the width. However, when using percentages, you should never use figures that add up to exactly 100%.
    Browsers need to convert the percentages to pixels. Because pixels must be whole numbers, some percentages are rounded up, which results in the final element dropping down below its neighbours. With percentages, it's much safer to use values that add up to 98% (99% often works, but 98% is safer).

  • Export a datagrid to an excel using com.as3xls.xls.Sheet class

    I am trying to export a datagrid to an excel in Flex using com.as3xls.xls.Sheet class. But the contents of the cells in the excel are overlapping so I need to wordwrap the cells and also change the width of the cells. How can I do that in flex?

    You can use flexspreadsheet for this purpose.
    The excel file exported from Flexspreadsheet is well formatted and wordwrap supported than as3xls.
    here is a link that can help you.
    Thanks,
    Kanchan | www.infocepts.com

  • Problem on exporting images from jsp to excel

    i had exported content of jsp to excel, but the problem is i couldn't able to export images present in jsp to excel.
    the images are present in
    webapplication / images directory.
    guys if you know any way please let me know
    code which i used for exporting was
    <%
         response.setContentType("application/vnd.ms-excel; charset=UTF-8");
         response.setHeader("content-disposition","attachment; filename=test.xls");
    %>Message was edited by:
    mohaideenkhaja

    If Somebody have the solution the please let me know......................
    Thx

  • Exporting Data from Essbase to Excel

    Hi All,
    We are using classic planning application developed in Hyperion 11.1.2.2.
    Is there any way that we can export data from Essbase to Excel (Please note that i don't want to do it on server machine where essbase is installed, instead i want it on any client PC which is accessing Essbase)

    there are many ways you can do that, Through Excel Add-in,SmartView functions etc different.
    It depends on the requirement , if you mean to say who Essbase Data then someone else should be able to answer this.
    Thanks
    Amith

  • How to export or delivery report for Excel for more than one sheet in OBIEE

    Hi Experts,
    How to export or delivery report for Excel for more than one sheet in OBIEE 11g? (Every time, I can only see one sheet.)
    Is it possibl to implement this requirement?
    Thanks.

    there are 2 oprions,
    One is have your tow report in a single compound layout of analysis and keep the report in dashboard and give report links.
    it will cath both your report.
    Suppose your analysis are different.
    Then you have the option of printing it to a PDF. on ritght top of Dashboard, Print - > Printable PDF.
    you ca export to PDF no to excel.
    mark if helps,
    fiaz

  • Unable to export image from Webi to  excel.

    Hi,
    Can any one provide solution for export image from webi to excel( 3.1 & 4.0).
    Thanks,
    Praveen

    given link(https://service.sap.com/sap/support/notes/1299111) is not working.
    the above link contain
    Symptom
    Unable to Export images from a Web Intelligence report to Microsoft Excel.
    A Web Intelligence report is created using images to denote alerts. The report works OK in Web Intelligence but when exported to Microsoft Excel, the images do not display.
      Environment  
    Business Objects Enterprise XI Release 2
    Business Objects Enterprise XI 3.1
      Reproducing the Issue  
    Create a simple Web Intelligence document.
    Add a blank cell and within that cell link it to an image. (Either set as background for the cell or Image URL.)
    Save and export to Excel. The image will not be displayed.
    Cause
    Web Intelligence export engine does not support the export of images to excel.
    Resolution
    In BI4.0, Web Intelligence export engine does support the export of images to excel.
    Workaround 1 :
    Most image formats are supported in PDF export. Users may be able to use that as an alternative.
    Workaround 2 :
    If images are required in the final Excel document, the user would need to recreate those image links manually in Excel.
    Keywords
    Export , image , excel , WRC, Webi ,XIR2, XI3.1 , BI4.0
    Header Data
    Released On
    21.10.2011 14:43:35   
    Release Status
    Released to Customer   
    Component
    BI Business intelligence solutions  
    Priority
      Normal  
    Category
      Problem  
    Product
    Product
    Product Version
    SAP BusinessObjects Business Intelligence platform
    SAP BusinessObjects Enterprise XI 3.0

  • Presentation Layer model not appearing in Subject Area (OBIEE 11g)

    Hi All
    I have created the OBIEE metadata for an OLAP cube using the following steps:
    1. Created and Maintained a single OLAP cube using AWM (5 measures and 3 dimensions).
    2. Created new OBIEE metadata repository using BI Administrator.
    3. Exported CUBE metadata to OBIEE Administrator using OBIEE Plug-in for AWM.
    4. Saved the new repository after checking for global consistency.
    5. Uploaded the new repository to BI server using BI Enterprise Manager (http://localhost:7001/em).
    6. Restarting all BI services from Enterprise Manager for repository changes to take effect.
    7. Create a new user using Weblogic Console in Security Realm 'myRealm' and assigning it to group 'BIConsumers' using (http://localhost:7001/console).
    8. Logging into BI Analytics as new user using (http://localhost:9704/analytics)
    But for some reason, the cube is still not showing up under the 'Subject Area Contents'. Am I missing any step in between?
    My platform is as folllows:
    - Oracle Business Intelligence EE v. 11.1.1.3.0
    - AWM 11.1.0.7.0B
    - Windows 2008 Server (32-bit)
    Any assistance will be appreciated.

    This would be a better forum for this
    Business Intelligence Suite Enterprise Edition
    Business Intelligence Suite Enterprise Edition

  • Procedure/batch file to export data from sql to excel(predefined path)

    Hi,
    I have countries, sites, states tables (total 3) in database (i have user id and password to connect to this database).
    every week i need to extract data from these tables into excel files and i need to save those in shared drive for team use.
    Currently i am connecting to database every time running sql query and manually exporting that latest data to excel and saving that as excel files in (G:\team\common\) folder with specific name.
    output format should be : excel (.xls)
    file names should - countries.xls,sites.xls,states.xls
    server name : ap21
    output location : G:\team\common\ ( G is shared drive).
    i heard that we could create batch file to do this task and also we could use oracle procedure to do this task. but not sure which one is the best option.
    could you please guide me what is the option and also help me with technical stuff to do this task.

    Hello,
    output format should be : excel (.xls)Do you really want to create .xls files? This is not easy to do because it is a proprietary (MS) binary format. You should consider other formats like .csv or .xlsx. Follow the link in the previous answer how to generate them.
    file names should ...The name of the files does not matter, you are free to name them as you like.
    server name : ap21
    output location : G:\team\common\ ( G is shared drive).You can write the file generated in the database only to directories that are accessible from the db as Oracle Directories. You could mount the shared drive to the db server, but it might be better to write the output to a server directory and then transfer them to the shared drive with OS-copy command or FTP.
    i heard that we could create batch file to do this task and also we could use oracle procedure to do this task. but not sure which one is the best option.I would use Oracle Scheduler to execute a PL/SQL procedure to generate the files and then a OS-batch file to transfer them. You can use the Scheduler to execute the batch file too, see {message:id=3895983}.
    Regards
    Marcus

  • Export data form JTable to excel

    Hi! i want to export data from JTable to excel.
    could you help me please?

    Despite your question looks doesn't seems to be very complex, I feel pity I am a newbie can not offer you the answers. I am more familiar with exporting data to excel in C#. I've worked with a Data Grid control, just like the JTable. Here are some C# code example. Maybe you can take them as a kind of reference.
    ExportToExcelML exporter = new ExportToExcelML(this.ketticGridView1);
    exporter.HiddenColumnOption = Kettic.WinForm.UI.Export.HiddenOption.DoNotExport;
    exporter.ExportVisualSettings = true;
    exporter.SheetMaxRows = ExcelMaxRows._1048576;
    exporter.SheetName = "NewSheet";
    exporter.SummariesExportOption = SummariesOption.DoNotExport;
    string fileName = "C:\\ExportedGridData1.xls";
    exporter.RunExport(fileName);

Maybe you are looking for

  • Select from a table from other schema

    Hi, I want to make a select from a table how is into other Schema and into other instance. form example, if I have _2 schemas (in diferent instances)_: SCHEMA1 = *(DESCRIPTION =* *(ADDRESS =* *(PROTOCOL = TCP)* *(HOST = XXX.XXX.XXX.XX1)* *(PORT = 156

  • Integrating Flash Media Server with other formats

    I would like to create a standard screen/player that can play any of the following formats: windows media files, all flash files, quick time files, real player files. So, for example, lets say I want to manipulate the screen to be an exact aspect rat

  • Customize Acrobat Reader Toolbar

    Hello, with some settings in  the registry in [HKEY_CURRENT_USER\Software\Adobe\Acrobat  Reader\10.0\AVGeneral\cCommonToolsDesktop] (Acrobat Reader 10.0.1) and  [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars  (Acrobat Reader

  • FLEX IS SOOOOOO BUGGY

    Man, it drives me crazy. From working around one bug (index out of bounds in AdvancedDataGrid:5380) I ran into a second bug (HierarchicalCollectionViewCursor:490) to a rendering bug in AdvandedDataGrid (not showing expand icon) -- all SDK 3.5 Has Ado

  • Editable CL_GUI_ALV_TREE?

    Hi, Is it possible to edit cells in CL_GUI_ALV_TREE? If yes, can you explain how? Regards.