Converting Report Builder time-based metrics in Excel

I am having trouble with my time-based metrics (avg. time spent) when I pull it in using Report Builder. Excel seems to take it out of the HH:MM:SS format and makes it a number. So when I run a report with the Avg Time Spent metric in the Adobe Interface, the correct format is displayed but when I run it with Report Builder a random number is displayed. I can't seem to convert it to the correct time. Can anyone help?

Hi
I've just resolved a similar problem in Visual Studio whereby I had created a matrix with several columns and wanted to show each column as an overall percentage of each row.
It wasn't in sharepoint, but it may give you an idea of where to look to help you resolve this issue?
Basically, you have to tell the formula which set of data you want to add together to use as the number to do the divison by:
For example:
          |Column1| Column 2 | Column 3 |
Row 1  |     10    |     10       |     10       |
Row 2  |     10    |      10      |     20       |
If we assume we want to add the numbers in row 1 and show them as a percentage, we would expect to see 33% across all columns.  In row 2, we would expect to see 25%, 25% and 50%.  The formula to do this is:
Sum(Field)/Sum(Field,"RowGroupName")
It works in Visual Studio in a report matrix - hope it helps point you in the right direction for Sharepoint?
Regards
Kaz

Similar Messages

  • How to convert Report Builder output to .XLS

    Dear All,
    Let me please know how to convert the Report Builder output to Excel Format.
    As there are having the facility to convert the output in .PDF or .HTML format but i want to convert that into Excel Sheet......
    Please Guide me in this regards
    Thanks in advance
    Regards,
    Vishal......

    What version of reports are you running?
    If it's Reports 10g then have you looked at the help under the topic "About spreadsheet output"?

  • Unable to Connect to the Data Source with Report Builder when using a closed Excel file

    I am using Report Builder 3.0 and to get started I am using an Excel spreadsheet as my data source.  I set this up just fine.  I can connect successfully if the file is open Excel.  But if I close the file, I get the error "Unable to
    Connect to the data source".
    This is my connection string:
    Dsn=Licenses;dbq=C:\USERS\AMEADE\DOCUMENTS\licenses.xlsx;defaultdir=C:\USERS\AMEADE\DOCUMENTS;driverid=790;fil=excel 8.0;maxbuffersize=2048;pagetimeout=5
    Works fine if the file is open but stops working when the file is closed.  Any idea what I can do?

    Hi Alice,
    Based on my understanding, when you keep the Excel file open, you can connect to the data source correctly. But when you close the Excel file, the error “Unable to Connect to the data source” is thrown out.
    In your scenario, I would like to know if only this Excel comes across this issue. Have you experienced the same issue when you use other Excel files as a data source? As we tested in our environment, we can connect to the data source whether the Excel file
    is open. You can refer to this
    article to create a data source again then check if you can connect to the data source when the Excel file is closed.
    If issue persists, I would suggest you use the
    Process Monitor to capture the processes during the connection to the data source. Then check the result of each process to find the exact reason.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Export to Excel Error in SQL Server 2014 Report Builder/Viewer

    Hi,
    I am using the 2014 version of ReportViewer in a WinForm to display an RDL report.
    The report was originally created in Report Builder 2.0 (SQL 2008 R2), but has since been edited in Report Builder 3.0 (SQL 2014).
    The report loads and displays OK, and even exports to Word and PDF. But when exporting to Excel and then opening the Excel document, the following error occurs:
    "We found a problem with some content in <filename>. Do you want us to try and recover as much as we can? If you trust the source of this workbook, click Yes."
    If you click Yes, then a second message appears:
    "Removed Part: /xl/styles.xml part.  (Styles)
    Repaired Records: Cell information from /xl/worksheets/sheet1.xml part"
    The Excel document then opens, and the data is there, but there is no formatting (no border columns, colours, bolds etc.)
    The three interesting things are:
    - When exported from SQL 2008 R2 Report Builder 3.0, which exports to .xsl instead of .xslx, it works
    - A brand new report created in 2014 Report Builder 3.0 exports to .xslx great
    - In Report Builder 2014, I stripped everything back and removed all rows and columns so the original table in the report only has one empty row and column it the export still errors - it is only by removing the original table and creating a brand new table
    that export works OK
    It appears to be a problem with the tablix, but ideally we don't want to have to recreate our reports from scratch to fix this issue.
    Has anyone come across an issue like this before, and know of any potential resolutions to it?
    Thank you.

    Hello,
    Based on your description, you render a report originally created in Report Builder 2.0 (SQL 2008 R2) and export the report to excel with format of Excel 2007-2010.
    Edit the report in Report Builder will not upgrader the report. In that case the report still with SSRS 2008 R2 RDL schema. Please try to upgrade the report by open the report in Report Designer in SQL Server Data Tools (SSDT) and then try again.
    If you don’t want to upgrade the report, please try to export the report
    with Excel 2003 rendering extension and check if the issue persists.
    The SQL Server 2014 and SQL Server 2012 Reporting Services Excel rendering extension renders a report to the native format of Microsoft Excel 2007-2010 with .xlsx as file extension. Only the Excel rendering extension is available by default.
    You must update the Reporting Services configuration files to make the Excel 2003 rendering extension available.
    For example, changing the value of Visible to
    true in the following line in the RSReportServer.config:
    <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"
    Visible="true"/>
    Reference:Upgrade Reports
    Exporting to Microsoft Excel (Report Builder and SSRS)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to convert the Report Builder output to .xls

    Dear All,
    Let me please know how to convert the Report Builder output to Excel Format.
    As there are having the facility to convert the output in .PDF or .HTML format but i want to convert that into Excel Sheet......
    Please Guide me in this regards
    Thanks in advance
    Regards,
    Vishal......

    Hello,
    If your question is about the format spreadsheet, it is not possible from Reports Builder :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwwhthow/whatare/output/output_a_simpleexcel.htm
    Restrictions
    It is not possible to generate spreadsheet output directly from Reports Builder. Instead, on the command line, you can run the report using rwrun or Reports Server clients (rwservlet, rwclient, rwcgi), with DESFORMAT=SPREADSHEET. You cannot store DESFORMAT=SPREADSHEET as a system parameter value in the report definition (.rdf file).
    Regards

  • Querying Excel file in Report Builder 3.0

    I set up an ODBC connection in Report Builder 3.0, connected to my Excel sheet as my data source, and I can set up a data set that queries one sheet at a time fine. But can I join two sheets in a data set query? I always get "Syntax error in FROM
    clause." I thought I could use basic SQL syntax in the query and it would be fine. Is there a certain syntax or trick, or can this just not be done?

    Hi (datasci),
    You can create a linked server in SSMS, then create a procedure to join three sheets. Then you can call the procedure in a dataset.
    As we tested in our environment, we create a linked server and the procedure like below:
    --linked server
    EXEC sp_addlinkedserver
    @server = 'ExcelServer',
    @srvproduct = 'Excel',
    @provider = 'Microsoft.ACE.OLEDB.12.0',
    @datasrc = 'c:\Book3.xls.xlsx', -- the path in the server where SQL server locates
    @provstr = 'Excel 12.0;IMEX=1;HDR=YES;'
    EXEC sp_addlinkedsrvlogin 'ExcelServer', 'false'--, 'sa', 'Admin', null
    go
    --procedure
    CREATE PROC proce2
    as
    SELECT a.Name,a.Amount,b.PtNo,b.value,c.Gender
    FROM ExcelServer...[Sheet1$] as a
    left join ExcelServer...[Sheet2$] as b on a.Name =b.Name
    left join ExcelServer...[Sheet3$] as c on c.PtNo =b.PtNo
    Then we call the procedure in the dataset, we get the expected result:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Dynamically passing text and url-based images as an input parameter to cf8 report builder

    I'm unsuccessfully trying to dynamically pass text and url-based images to a group footer or the detail section via an input parameter or even hardcoded. The field has the attribute 'XHTML Text Formating' set to True. The following are failed samples of a simplified value:
    "<img height=’300’ alt=’Document’ width=’300’ src=’http://www.google.com/intl/en_ALL/images/logo.gif’ />"
    or
    "<img src=’http://www.google.com/intl/en_ALL/images/logo.gif’ />"
    This just results in the above text being output. The end result would have various text and images from a database as input by a user, thus the reason I cannot just use the hyperlink information attribute as I could if it were a single known image. I tried rtf and pdf report types. Ideas?

    HTH,
    Thanks. I'll keep that in mind, although I don't know how many images my user might need or what sizes so that might be tricky.
    Since my target output is rtf so that MS Word can be used to edit the result, I added a pagebreak to a MS Word doc and used the resulting html source to replace the rich text editor source code for the page break, but that did not help either. The page break was so a user could add an image later. Something is wrong with the Report Builder related to intepreting XHTML, especially anything that has an attribute, including URL-based image links. I hope they try to provide another update before CF9. I doubt my client will be going to CF9 for some time, since they are just completing the migration to CF8.
    BrianO

  • Cannot create dataset from claims based authentication sharepoint site in report builder 3.0

    I have a sharepoint site, which is configured as claims based authentication (ref:
    http://ashrafhossain.wordpress.com/2011/05/25/how-to-configure-claim-based-authentication-for-sharepoint-project-server-2010/) . both AD and asp.net members can log in to the site successfully. My user need to use the report build to create report
    on this sharepoint site. As a result, the site is also integrated with reporting service. I try to create a report in the sharepoint site by clicking "New Document" -> "Report builder Report". The report builder will comes out and ask for credential to
    connect to the report server. I use asp.net member to login and it can let me to create a data source which connect to a the list of the sharepoint site with credential option "Use current Windows user. Kerberos delegation might be required". However, when
    I try to create a data set and click the query designer, error "Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))" appear as below:
    Besides, non of my AD account can be used to login to the report builder. Errors below found in the ULS log:
    09/26/2012 14:47:27.75 w3wp.exe (0x116C)
    0x11F4 SharePoint Foundation
    Claims Authentication fo1t
    Monitorable SPSecurityTokenService.Issue() failed: System.ServiceModel.FaultException`1[Microsoft.IdentityModel.Tokens.FailedAuthenticationException]: The security token username and password could not be validated.
    (Fault Detail is equal to Microsoft.IdentityModel.Tokens.FailedAuthenticationException: The security token username and password could not be validated.).
    09/26/2012 14:47:27.76 w3wp.exe (0x140C)
    0x0F38 SharePoint Foundation
    Claims Authentication fsq7
    High Request for security token failed with exception: System.ServiceModel.FaultException: The security token username and password could not be validated.     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message
    response)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr)     at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken
    rst)     at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo)
    524a2f96-f5ff-4c96-80d1-f08d3c7ef14f
    09/26/2012 14:47:27.76 w3wp.exe (0x140C)
    0x0F38 SharePoint Foundation
    Claims Authentication 8306
    Critical An exception occurred when trying to issue security token: The security token username and password could not be validated..
    524a2f96-f5ff-4c96-80d1-f08d3c7ef14f

    Hi Foxvito,
    Claims authentication types supported by SharePoint 2010 are Windows Claims, forms-based authentication Claims, and SAML Claims. In SAML-Claims mode, SharePoint Server accepts SAML tokens from a trusted external Security Token Provider (TST). From the
    blog you referenced, it seems to use the SAML Claims authentication.
    However, the Reporting Services client applications: Report Builder, the Report Designer in Business Intelligence Development Studio, and Management Studio do not support connecting and authenticating with LiveID or SAML Claims based SharePoint Web applications.
    That's because the SAML Claims don't use the Reporting Services authentication endpoint. So, you have to change the Claims authentication type to use Report Builder on the SharePoint site.
    References:
    Overview of Kerberos authentication for Microsoft SharePoint 2010 Products
    Claims Authentication and Reporting Services
    Regards,
    Mike Yin
    Mike Yin
    TechNet Community Support

  • Getting a report in excel format from oracle report builder 10gDS release2

    I want to get a report in excel format from oracle report builder 10gDS release2.
    Is there ne method by which minimum effort is required for changing already made reports .
    I have searched for it on internet :-
    http://www.oracle.com/webapps/online-help/reports/10.1.2/state/content/navId.3/navSetId._/vtTopicFile.htmlhelp_rwbuild_hs%7Crwwhthow%7Cwhatare%7Coutput%7Coutput_a_simpleexcel~htm/
    Example, given in the last of the page opened from the above url, is not working.
    Can neone plz explain the example and how to use it
    Thanks & Regards
    JD

    Ok, for the release 2 its quite straightfoward, in your calling form you would have something like this code:
    declare
         pl_id ParamList;
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    v_rep_status VARCHAR2(20);
    v_repsrv     VARCHAR2(100):= 'yourreportserver';
    v_serv varchar2(50) := 'yourservername' ;
    begin
    pl_id := Get_Parameter_List('tmpdata');
    if not id_null(pl_id) then
    Destroy_Parameter_List( pl_id );
    end if;
    pl_id := Create_Parameter_List('tmpdata');
    Add_Parameter(pl_id,'DESTYPE' ,TEXT_PARAMETER,'Screen' );
    Add_Parameter(pl_id,'PARAMFORM' ,TEXT_PARAMETER,'NO' );
    repid := FIND_REPORT_OBJECT('yourreport');     SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER, v_repsrv);
    set_report_object_property(repid,REPORT_DESTYPE,CACHE );
    set_report_object_property(repid,REPORT_DESFORMAT,'SPREADSHEET' );
    v_rep := RUN_REPORT_OBJECT(repid,pl_id);
    v_rep := substr(v_rep,length(v_repsrv)+2,10 ) ;
    end;
    I have plenty of reports being formated to excel with this same method so it should work for you, the only diference with my previous code is this line.
    set_report_object_property(repid,REPORT_DESFORMAT,'SPREADSHEET' );
    The rest remains untouched.
    Hope it helps.

  • Time out error on Report builder

    Hello,
    There is a report I built that pulls a lot of data understandably.
    However, when I run this report, it times out. I have set the time out value to be 0 and it still times out.
    The only error it brings is that, The operation has timed out..
    Please help

    Hi sanjb12001,
    As per my understanding, you created a report, when you run the report with report builder, you got the error message: The operation has timed out.
    The report server does not limit the size of a report definition. However, ASP.NET imposes a maximum size for items that are posted to the server. If we upload or publish a report definition that exceeds this limit to a report server, you receive an HTTP
    exception. To solve the problem, we can set the executionTimeout to 3600 (seconds) and set maxRequestLength to 2097151 in the httpRuntime tag of the web.config file(location: C:\Program Files\Microsoft SQL Server\ServerInstance \Reporting Services\ReportServer)
    like below:
    <system.web>
    <httpRuntime maxRequestLength="2097151" executionTimeout="3600"/>
    </system.web>
    If the problem remain unresolved, i would appreciate it if you could give us detailed error log(default location: %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles), it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu
    Wendy Fu
    TechNet Community Support

  • Create report in report builder and now want to convert to XML and move EBS

    Tryed to run several different java scripts from web articles and keep getting the same error. I have EBS r12. I've created a report in the report builder then used the rwconverter.exe to convert it to xml I want to get in into EBS as XML but need help to seperate the data. Any help would be great.
    [Loaded java.util.Comparator from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.String$CaseInsensitiveComparator from C:\oracle\BIToolsHome_1\
    jdk\jre\lib\rt.jar]
    [Loaded java.security.AccessController from C:\oracle\BIToolsHome_1\jdk\jre\lib\
    rt.jar]
    [Loaded java.security.Guard from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.security.Permission from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded java.security.BasicPermission from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.lang.reflect.ReflectPermission from C:\oracle\BIToolsHome_1\jdk\jre
    \lib\rt.jar]
    [Loaded java.security.PrivilegedAction from C:\oracle\BIToolsHome_1\jdk\jre\lib\
    rt.jar]
    [Loaded sun.reflect.ReflectionFactory$GetReflectionFactoryAction from C:\oracle\
    BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.Stack from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.reflect.ReflectionFactory from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.lang.RuntimePermission from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.lang.ref.Reference$Lock from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.lang.ref.Reference$ReferenceHandler from C:\oracle\BIToolsHome_1\jd
    k\jre\lib\rt.jar]
    [Loaded java.lang.ref.ReferenceQueue from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.lang.ref.ReferenceQueue$Null from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.lang.ref.ReferenceQueue$Lock from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.lang.ref.Finalizer$FinalizerThread from C:\oracle\BIToolsHome_1\jdk
    \jre\lib\rt.jar]
    [Loaded java.util.Enumeration from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.Hashtable$EmptyEnumerator from C:\oracle\BIToolsHome_1\jdk\jre
    \lib\rt.jar]
    [Loaded java.util.Iterator from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.Hashtable$EmptyIterator from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.io.ObjectStreamClass from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.util.AbstractMap from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.SoftCache from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.HashMap from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.Map$Entry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.HashMap$Entry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.IncompatibleClassChangeError from C:\oracle\BIToolsHome_1\jdk\
    jre\lib\rt.jar]
    [Loaded java.lang.NoSuchMethodError from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.util.Hashtable$Entry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded sun.misc.Version from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.InputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.FileInputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.FileDescriptor from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.OutputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.FileOutputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded java.io.FilterInputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.io.BufferedInputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.io.FilterOutputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.j
    ar]
    [Loaded java.io.PrintStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.BufferedOutputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.io.Writer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.OutputStreamWriter from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.j
    ar]
    [Loaded sun.nio.cs.StreamEncoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded sun.io.Converters from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.reflect.Reflection from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.security.action.GetPropertyAction from C:\oracle\BIToolsHome_1\jdk\j
    re\lib\rt.jar]
    [Loaded java.nio.charset.Charset from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded java.nio.charset.spi.CharsetProvider from C:\oracle\BIToolsHome_1\jdk\jr
    e\lib\rt.jar]
    [Loaded sun.nio.cs.AbstractCharsetProvider from C:\oracle\BIToolsHome_1\jdk\jre\
    lib\rt.jar]
    [Loaded sun.nio.cs.StandardCharsets from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.util.SortedMap from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.TreeMap from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.ASCIICaseInsensitiveComparator from C:\oracle\BIToolsHome_1\jdk
    \jre\lib\rt.jar]
    [Loaded java.util.TreeMap$Entry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.CharacterDataLatin1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.lang.ThreadLocal from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.nio.cs.HistoricallyNamedCharset from C:\oracle\BIToolsHome_1\jdk\jre
    \lib\rt.jar]
    [Loaded sun.nio.cs.MS1252 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Class$3 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.reflect.Modifier from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.j
    ar]
    [Loaded sun.reflect.LangReflectAccess from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.lang.reflect.ReflectAccess from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded java.lang.Class$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.reflect.ReflectionFactory$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded sun.reflect.NativeConstructorAccessorImpl from C:\oracle\BIToolsHome_1\j
    dk\jre\lib\rt.jar]
    [Loaded sun.reflect.DelegatingConstructorAccessorImpl from C:\oracle\BIToolsHome
    _1\jdk\jre\lib\rt.jar]
    [Loaded sun.nio.cs.StreamEncoder$CharsetSE from C:\oracle\BIToolsHome_1\jdk\jre\
    lib\rt.jar]
    [Loaded java.nio.charset.CharsetEncoder from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded sun.nio.cs.SingleByteEncoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded sun.nio.cs.MS1252$Encoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.nio.charset.CodingErrorAction from C:\oracle\BIToolsHome_1\jdk\jre\
    lib\rt.jar]
    [Loaded java.nio.charset.CharsetDecoder from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded sun.nio.cs.SingleByteDecoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded sun.nio.cs.MS1252$Decoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.nio.ByteBuffer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.HeapByteBuffer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.Bits from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.Unsafe from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.VM from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Runtime from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.ByteOrder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.CharBuffer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.HeapCharBuffer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.nio.charset.CoderResult from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.nio.charset.CoderResult$Cache from C:\oracle\BIToolsHome_1\jdk\jre\
    lib\rt.jar]
    [Loaded java.nio.charset.CoderResult$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\
    rt.jar]
    [Loaded java.nio.charset.CoderResult$2 from C:\oracle\BIToolsHome_1\jdk\jre\lib\
    rt.jar]
    [Loaded sun.nio.cs.Surrogate$Parser from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded sun.nio.cs.Surrogate from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.BufferedWriter from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.File from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.FileSystem from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.Win32FileSystem from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.WinNTFileSystem from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.ExpiringCache from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.ClassLoader$3 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.ExpiringCache$Entry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.lang.ClassLoader$NativeLibrary from C:\oracle\BIToolsHome_1\jdk\jre
    \lib\rt.jar]
    [Loaded java.lang.Terminator from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.SignalHandler from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Terminator$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.Signal from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.NativeSignalHandler from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.lang.Integer$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Compiler from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Compiler$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.Launcher from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.net.URLStreamHandlerFactory from C:\oracle\BIToolsHome_1\jdk\jre\li
    b\rt.jar]
    [Loaded sun.misc.Launcher$Factory from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.security.SecureClassLoader from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded java.net.URLClassLoader from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.Launcher$ExtClassLoader from C:\oracle\BIToolsHome_1\jdk\jre\li
    b\rt.jar]
    [Loaded sun.security.util.Debug from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.StringTokenizer from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.security.PrivilegedExceptionAction from C:\oracle\BIToolsHome_1\jdk
    \jre\lib\rt.jar]
    [Loaded sun.misc.Launcher$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.net.www.ParseUtil from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.BitSet from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.net.URL from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.Locale from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.net.Parts from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.net.URLStreamHandler from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded sun.net.www.protocol.file.Handler from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.util.Set from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.AbstractSet from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.HashSet from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.URLClassPath from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.ArrayList from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.net.www.protocol.jar.Handler from C:\oracle\BIToolsHome_1\jdk\jre\li
    b\rt.jar]
    [Loaded sun.misc.Launcher$AppClassLoader from C:\oracle\BIToolsHome_1\jdk\jre\li
    b\rt.jar]
    [Loaded sun.misc.Launcher$2 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.SystemClassLoaderAction from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.lang.StringCoding from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.ThreadLocal$ThreadLocalMap from C:\oracle\BIToolsHome_1\jdk\jr
    e\lib\rt.jar]
    [Loaded java.lang.ThreadLocal$ThreadLocalMap$Entry from C:\oracle\BIToolsHome_1\
    jdk\jre\lib\rt.jar]
    [Loaded java.lang.StringCoding$StringDecoder from C:\oracle\BIToolsHome_1\jdk\jr
    e\lib\rt.jar]
    [Loaded java.lang.StringCoding$CharsetSD from C:\oracle\BIToolsHome_1\jdk\jre\li
    b\rt.jar]
    [Loaded java.net.URLClassLoader$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded sun.misc.URLClassPath$3 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.URLClassPath$Loader from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded sun.misc.URLClassPath$JarLoader from C:\oracle\BIToolsHome_1\jdk\jre\lib
    \rt.jar]
    [Loaded sun.misc.FileURLMapper from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.zip.ZipConstants from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.j
    ar]
    [Loaded java.util.zip.ZipFile from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.jar.JarFile from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.security.action.LoadLibraryAction from C:\oracle\BIToolsHome_1\jdk\j
    re\lib\rt.jar]
    [Loaded sun.misc.JavaUtilJarAccess from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.j
    ar]
    [Loaded java.util.jar.JavaUtilJarAccessImpl from C:\oracle\BIToolsHome_1\jdk\jre
    \lib\rt.jar]
    [Loaded sun.misc.SharedSecrets from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.JarIndex from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.misc.ExtensionDependency from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.util.zip.ZipEntry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.jar.JarEntry from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.jar.JarFile$JarFileEntry from C:\oracle\BIToolsHome_1\jdk\jre\
    lib\rt.jar]
    [Loaded java.io.DataInput from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.DataInputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.zip.ZipFile$ZipFileInputStream from C:\oracle\BIToolsHome_1\jd
    k\jre\lib\rt.jar]
    [Loaded java.util.zip.InflaterInputStream from C:\oracle\BIToolsHome_1\jdk\jre\l
    ib\rt.jar]
    [Loaded java.util.zip.ZipFile$1 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.util.zip.Inflater from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Math from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.security.PrivilegedActionException from C:\oracle\BIToolsHome_1\jdk
    \jre\lib\rt.jar]
    [Loaded java.util.jar.Manifest from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.ByteArrayInputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt
    .jar]
    [Loaded java.util.jar.Attributes from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded java.util.jar.Manifest$FastInputStream from C:\oracle\BIToolsHome_1\jdk\
    jre\lib\rt.jar]
    [Loaded sun.nio.cs.UTF_8 from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded sun.nio.cs.UTF_8$Decoder from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar
    [Loaded sun.nio.cs.Surrogate$Generator from C:\oracle\BIToolsHome_1\jdk\jre\lib\
    rt.jar]
    [Loaded java.util.jar.Attributes$Name from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.util.jar.JarVerifier from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.ja
    r]
    [Loaded java.io.ByteArrayOutputStream from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    [Loaded java.io.IOException from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.io.FileNotFoundException from C:\oracle\BIToolsHome_1\jdk\jre\lib\r
    t.jar]
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/xdo/rdfpa
    rser/rtftemplategenerator
    [Loaded java.lang.StackTraceElement from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.
    jar]
    [Loaded java.lang.Shutdown from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    [Loaded java.lang.Shutdown$Lock from C:\oracle\BIToolsHome_1\jdk\jre\lib\rt.jar]
    C:\>java.exe -verbose -cp C:\OraHome_1\j2ee\home\applications\xmlpserver\xmlpser
    ver\WEB-INF\lib\xdocore.jar;C:\OraHome_1\j2ee\home\applications\xmlpserver\xmlps
    erver\WEB-INF\lib\collections.jar;C:\OraHome_1\j2ee\home\applications\xmlpserver
    \xmlpserver\WEB-INF\lib\versioninfo.jar;C:\OraHome_1\j2ee\home\applications\xmlp
    server\xmlpserver\WEB-INF\lib\xdoparser.jar;C:\OraHome_1\j2ee\home\applications\
    xmlpserver\xmlpserver\WEB-INF\lib\xmlparserv2-904.jar;C:\OraHome_1\j2ee\home\app
    lications\xmlpserver\WEB-INF\lib\aolj.jarC:\OraHome_1\j2ee\home\applications\xml
    pserver\WEB-INF\lib\j5472959_xdo.zip oracle.apps.xdo.rdfparser.rtftemplategenera
    tor -source C:\otest -target c:\otest

    I am not sure what exactly you are looking for , but these 2 article may help.If not can you just give more detail about what exactly you need.
    http://eoracleapps.blogspot.com/2009/04/how-to-convert-oracle-reports-in-bi.html
    http://eoracleapps.blogspot.com/2009/05/reports-with-bi-publisher-enterprise.html
    [email protected]

  • CF Report Builder and Excel format

    Hi Everyone,
    I was trying to display a report in excel format in report builder. It shows the data, but I do not find the print button options, whereas I can see it with other formats. Is this the way it is, or do I need to format anything more within my report for showing up the print button option?This is only happening for excel format
    Thanks

    Hi Keiko,
    Yes, CF Report builder is new and initially there was few
    issues with this. But I guess now it's good after hotfixes.
    Well, I am using CF Report Builder. It's good for me. You can
    also design and develop complex reports, that depends upon the
    query you are writing. You can also add subreports to your main
    reports.
    Mainly CF Report is platform independent and you can also
    generate reports in PDF, EXCEL and FlashPaper.
    Crystal Report is no doubt is very good, and it's there for
    long years. I agree you can create complex reports with this, but
    you also can do the same in CF also. You are using this for last 10
    years, so I guess you should try something new and that is CF
    Report Builder and you can judge then.
    I am sure you will have fun with CF.
    Thanks
    Sankalan
    (www.mindfiresolutions.com)

  • Error While Opening JSP in Report Builder converted from RDF

    Hi,
    I am using Oracle reports 9i to convert rdf into jsp and invoke this jsp using OC4J to get HTML report.
    The problem i am facing is that while converting RDF to JSP conversion went on successfull but when iam trying to open the JSP in Report builder it gives me error REP-2: Unable to retrieve string from message file.
    When i want to see the paper layout it is not present and datamodel is also corrupted. In the data model sources for some fileds become null and one addtional group is appearing with no column in it.
    Urgent help is needed.
    For any help Thanks in advance.
    Regards
    Sanjay Tripathi

    Hello Sanjay,
    There are some known issues in Reports 9i due to which XML/JSP reports do not open correctly in Builder, and throw the REP-0002 error. These bugs are currently being looked into, and will be addressed soon.
    1. If your report is using ref cursor queries, and you are hitting the above error, please ensure you connect to a database before you open the report.
    2. If your report has summary/formula columns, please try to create the JSP report without these columns and then try to open it in Builder.
    Thanks,
    The Oracle Reports Team.

  • Hyperlinks in RTF and Excel reports using CF Report Builder

    Has anyone gotten external links to work in RTF and Excel CF
    Report Builder reports? The PDF report type works as advertised in
    the help, but these other two have me stumped.

    Could you please tell us whether you fllowed any special procedures
    or made some specific settings to launch RTF reports ?Can't help much, I'm afraid. The report and web server settings were
    all made before I got here, and are not visible to me.
    We can get RTF from report builder/generate-to-file and when running
    reports on the web. Our servers are all Sun/Solaris boxes, although
    we display on DOS boxes. Excel we get from a program, not from the
    report server.
    Report builder 6.0.8.10.1, database claims to be 8.1.7.0.0.
    Sorry I can't help much more than saying "yes, it can be done".
    Allan Plumb

  • Convert report from SAP to Excel

    Hi All,
    How to convert report from SAP to Excel.Here now taking default text(.txt) format.But we want defualt taking (.xls) format only.
    Regards
    Usha

    hi usha
    u can even export the text in txt format and later right click and open with excel , u wont be able to directly import it into excel as it is not giving u any option to upload in excel directly
    Regards,
    Manish

Maybe you are looking for

  • How to open files (NOT copy) from external hard drive

    Hello there, I have a Western Digital My Passport external harddrive. I bought the hard drive so I could take stuff like my music off my laptop harddrive, free up space and make it run smoother. Problem is, every time I select a music file on the ex

  • Problem with IN OUT Number, OUT RefCursor for EF Model StoredProcedure call

    When I call a stored procedure using the EF Model and implicit binding via App.config which has three parameters i.e. 'IN Number', 'IN OUT Number' and 'OUT sys_refcursor', the 'IN OUT Number' is not set correctly on return from the procedure. The 'IN

  • How To Change Volume Control Shortcut 4 iTunes, since Spaces has taken it?

    I'm running Leopard on my Macbook and have been using iTunes for years, especially when i got back Airport Express a few months ago. I use the volume keyboard shortcut, "Apple Button and Page ^" But now that Spaces is on my Leopard/Macbook, that shor

  • Run form via form builder

    I'm having trouble running my forms via the forms builder. Everytime i click "run", a new browser window opens with url like http://127.0.0.1:1917/FYCu0odZTxl42wlbLoQ06rso8zKuYWEVV1TpUq4OddxheEMT The port and uri is new everytime. I have tried with a

  • Can't find my serial number...

    I just bought and downloaded Adobe Photoshop Elements 10 for Mac from Amazon.com and I can't find a serial number anywhere!! There isn't anything on the order page about a serial number nor is there anything on the product information page. I recieve