Excel Extensions

Dear Experts,
I am running BPC NW 7.5 SP 03 and I can only save Input Schedules in excel 2003. I have checked the applicationset parameter ALLOWEXTENSIONS and we have it set up as [ALL].
Also checked for OSS notes but I did not had any luck so far.
Any input? Thanks for your time
Regards
Dani

In Application Set Parameters check  DEFAULT_EXTENSIONS and enter the required extension.

Similar Messages

  • Mail adding 0 to Excel extension

    I've been trying to send an Excel 2004 file for a week now. Whenever I send it, Mail adds a 0 to the .xls extension, which makes the file unreadable by window boxes. I can send the e-mail and everything looks fine, but when I open my Sent folder, I can see the 0 added to the extension.

    All the recipient need do is remove the '0' from the name and the file will be fine.

  • Export to Excel from Report region (pl/sql returning sql query)

    Hello all,
    I have encountered an interesting problem. I have an HTMLDB application with a lot of sql reports coded straight inside the report region. In order to better organize my reports, I decided to
    1. make all my report regions of type "Pl/Sql function returning SQL query"
    2. create a package inside my database schema which houses all reports as pl/sql functions returning VARCHAR2, the string returned being the report query
    3. just calling "return package_name.function_name" from inside my report region of type "Pl/sql function returning SQL query".
    This technique seemed to work perfectly. The reports were being returned as expected. I was then asked to provide the "Export to Excel" capability to all my reports. This seemed like a piece of cake using HTML DB's "Export to Excel" extension. However, the "export to excel" does not function correctly when my reports are inside a package in the database. HTML DB tries to export but inside the excel spreadsheet, instead of seeing row data, I see:
    <pre>failed to parse SQL query:
    ORA-00936: missing expression
    <!-- select a.username, b.table_name, 'View Row Data' from schema_browser_user_list a, all_tables b where a.user_id = and a.username = b.owner order by b.table_name asc
    --!>
    </pre>
    I am building my query string inside of my package functions by using a combination of literal strings and concatenating them with some parameter values being passed in. It seems that the HTML DB engine which exports the report to excel does not properly understand the concatenation of variables as can be seen by the empty space to the right of the equal sign in the "a.user_id = " clause. Does anybody have any input as to whether this is a known issue or if I am doing something wrong? Thanks a lot for your time.
    - Kenny R.

    James,
    Thanks for the quick reply. I think you mis-understood what I'm doing. All I'm doing is creating packaged functions which return VARCHAR2. The VARCHAR2 that they return is the report query. With this technique, I no longer have to type the query into the HTML DB report region. Instead, I make the report region a "Pl/sql function returning sql query" and make the following call: return package_name.function_name(some_application_items passed in as parameters)
    This makes for a much more organized html db app. The problem is that the "export to excel" function does not correctly interpret the VARCHAR2 that my packaged functions are returning. Is this a better explanation? Thanks again for your time.
    - Kenny R.

  • How to disable Format Warning when displaying JSP in Excel under MS-Office

    We have an application running in WebSphere 6.0 container, the application displays jsp data in Excel, it had no problem before MS-Office 2007 was install. However, after MS-Office 2007 is used, following format warning dialog box is always displayed:
    The file you are trying to open, ’Requests[1].xls’, is in a different format than specified by the file extension.
    Verify that the file is not corrupted and is from a trusted source before opening the file.
    The user has to click the "Yes" button before the Excel report can be successfully displayed. This is not acceptable by our production users, and I need your helps to get rid of this dialog box.
    The application uses struts. The Action class retrieves data from database and the data is forward to the result jsp
    in an data object set in an attribute of the session's Request object. The Action class also set the display info, such as the contentType,etc., in session's Response object (please see below for details).
    The result jsp retrieves data from the data object and display in Excel according to the display info provided in the
    session response object.
    To eliminate any possible problem that may be caused by the data, I have simplified the result jsp by removing original
    codes (such as data object forwarded from Action, and Tag Library, etc.), and just hardcoded few data for displaying in Excel, however, the same format warning box still always shows up.
    My Action class set display info as below:
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Expires", "0");
    response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
    response.setHeader("Pragma", "public");
    response.setHeader("content-disposition","attachment; filename=Requests.xls");
    My simplified result jsp is listed below:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <!-- <%@ taglib prefix='c' uri='http://java.sun.com/jstl/core_rt'%> -->
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <TABLE border="1">
         <TBODY>
         <TR>
         <td><p align='left'>myData1</p></td>
         <td><p align='left'>myData2</p></td>
         <td><p align='left'>myData3</p></td>
         <td><p align='left'>myData4</p></td>
         </TR>
         </TBODY>
    </TABLE>
    </BODY>
    </HTML>
    So, I reduced the result jsp to contain only few hardcoded data, but the format warning always shows up. Is it caused by inconsistency between the MS-Office 2007 browser and the JSP engine in WebSphere 6.0 Web container? Need your help to resolve this problem.
    Thanks in advance.

    That's the caveat of fooling your webbrowser and Excel with a plain HTML page along an Excel content-type and Excel extension.
    Don't do that. That's plain stupid. Provide a real binary Excel file. You can create one using Apache POI HSSF or Andy Khan's JExcelAPI. Alternatively -and more recommended in case of large reports-, just use the CSV format. It's easy to create a CSV file in 20 lines of code and Excel perfectly understands CSV formats. Don't forget to change content-type to CSV.

  • Help with KM Document IView pointing to Excel Spreadsheet

    Hi, I created a KM Document IView that points to an Excel Spreadsheet that is stored in a KM Folder.  When I execute the IView it prompts me to save the "Unknown File Type" instead of just opening it up for me.  
    What do I have to do to get this to open up directly in the IView?
    Thanks,

    Hi,
    Check if the excel extension is in uppercase, if so then change it to lowercase.
    Check Mime Handler Service , where you can set property to have both uppercase and lowercase:
    http://help.sap.com/saphelp_nw04/helpdata/en/07/b6b0d706fb44caab64750a0bdaba09/frameset.htm
    If this is not your problem, then check if your mime type is properly registered here:
    http://help.sap.com/saphelp_nw04/helpdata/en/19/14dfeed7b67a4d9b8406b0a56ebe37/frameset.htm
    Regards,
    Praveen Gudapati

  • Flex 3 - Export to Excel?

    Hi everyone, is it possible to export to Excel?
    If I have a chart or a datagrid, is it possible to export it
    to Excel?
    Thanks.
    -David.

    Hi, even I am looking for exporting a datagrid to Excel. It
    would be great help if someone can give some details about the
    Excel extensions ( I think an example would be much better if you
    anyone has it).
    Thanks,
    -Raj

  • How to save and edit a Word template and excel??

    How to save and edit a Word template and excel (extension. doc and. xls) in an XE database, which can be opened to allow the document and record all changes made by the user of the palicacion.
      or where it a clear tutorial on this topic.?
    I appreciate your attention and collaboration.
    good day ...

    You should not expect to do this in Oracle. But by .net, it can be fine
    http://www.codeproject.com/Articles/36432/Edit-Microsoft-Word-Document-From-Your-Application

  • BDC problem in Open Excel

    Hi,
    We are facing the problem to run the BDC.
    Actually problem is that we are using the UBUNTU instead of Window XP / Server and Open Office instead of Microsoft Office..
    File extension of Open Excel is .ODS & Microsoft Excel extension is .XLS. Also our BDC is supporting the .XLS extension files.
    Is there any way to use the .ODS extension file in my BDC. Is it possible that if i change the code somewhere and use .ODS file, my BDC should run..
    How to upload my .ODS file in BDC?? or any other way to make my BDC successful??
    Thanks...
    Edited by: @ABAP@ on Oct 10, 2009 5:57 PM

    Hi,
    There are few things that I need you to check:
    1.Make sure your file is not open while executing the eport
    2.Declare internal table with all fields as Char type haning the length same as defined in the backend.
    3.You can either upload the XLs file using the direct FM TEXT_convert_xls_to_sap
    or save the xls file as the tabdeliminator file and use the Fm GUI_UPLOAD.
    4.FM GUI_DOWNLOAD is used to download any fiel data to the presentaion server.
    Hope now your problem will be solved.
    Pooja

  • RS, export to Excel

    Hello all,
    I would like to ask for advice or assistance.
    We have Microsoft SQL Server Reporting Services Version 11.0.3128.0 on Windows Server 2008R2.
    The problem is with exporting reports
    to Excel. Works properly, but after
    an unknown issue (?) happens that generated
    xlsx file can not be opened and
    get an error message "We found a problem with some content in FileName.xlsx. Do you want us to try to recover as much as we can?" :-).
    The generated .xlsx can not be opened
    in any version of Excel.
    After restarting the Reporting Services service (withou any changes in Reporting Services) everything is working properly
    again. I can not find any relevant information
    about the cause of error in any logs.
    Thank you for any response or hint :-)
    Robert
    RB

    Hi RB,
    The issue is possibly a compatibility issue. Did you open the .xlsx file in Excel 2003 or ealier version? If so, please try to open in Excel 2007-2012. In SQL Server Reporting Services (SSRS) 2012, the default Excel renderer is the version compatible with
    Microsoft Excel 2007-2010.
    If we want to enable Excel 2003 renderer, we can try to modify the EXCEL extension and set Visible = “true” in the RSReportDesigner configuration file or RSReportServer configuration file.
    Reference:
    http://msdn.microsoft.com/en-us/library/dd255234.aspx#AvailabilityExcel
    If the issue is persist, please feel free to let me know.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Read more script/extension needed.

    I need an accessible "read more" script which when clicked
    opens the 2nd and subsequent paras. I would prefer not to have a
    page refresh but the paras just unfold. I want to keep the hidden
    text in the html page (not in the js file).
    I use dreamweaver 8 and want to apply this code in several
    places on the website.
    Thanks for your time.

    http://www.projectseven.com/extensions/info/swapclass/
    above is an excellent extension for this, and it comes with
    an extensive
    tutorial.
    k
    "ROGM" <[email protected]> wrote in message
    news:f5b82k$pel$[email protected]..
    >I need an accessible "read more" script which when
    clicked opens the 2nd
    >and
    > subsequent paras. I would prefer not to have a page
    refresh but the paras
    > just
    > unfold. I want to keep the hidden text in the html page
    (not in the js
    > file).
    >
    > I use dreamweaver 8 and want to apply this code in
    several places on the
    > website.
    >
    > Thanks for your time.
    >

  • Excel attachement-preview (inline), but can not download

    I receive excel file (which I generated on my mac) from someone else (on a PC). They edit it and send it back. What i get is a nice preview in the mail program, (display inline) but it doesnt show up as an attachement. And there is no way to download it? My original file has a excel extension (xls).

    I would ask them to send it again as an attachment and to make sure they send it as (xls) when they send it.
    bhawks79

  • File does not exist, SMTP permanent error

    Hi All,
    I got stuck with this error, please help me on this.
    Mine is windows OS, apps 11.5.10.2
    I have a cocncurrent program out file (.out) in out directory and also the same file with naming convention 'name_concurrenrequestid_1.EXCEL' extension in the same directoy. I need to send this EXCEL file as attachment to email id in windows environment. Whenver submit the request is giving the error.
    File Does Not Exist
    Error in Send Mail: ORA-29279: SMTP permanent error: 501 5.5.4 Invalid Address.
    I verified the file , it is already existed in the directory. Why did it not recognized the file. I tried the below query in toad,, but got the 'FALSE' for %APPLCSF, and got the TRUE for custom directory which has the same file
    declare
    v_boolean BOOLEAN;
    v_Len NUMBER;
    v_Block NUMBER;
    BEGIN
    utl_file.fgetattr('%APPLCSF%\%APPLOUT', 'name_concurrentreuestid_1.EXCEL', v_boolean, v_Len, v_Block);
    if v_boolean then
    dbms_output.put_line('v_boolean: TRUE');
    dbms_output.put_line('L:' || to_char(v_Len));
    dbms_output.put_line('B:' || to_char(v_Block));
    else
    dbms_output.put_line('EX: FALSE');
    end if;
    END;
    I do have full access on this folder. Once it recognizes the file I can send the mail.
    Appreciate any help on this. Plz...........
    Thanks,
    JP

    Thank you for the quick reply Srini.
    But my email program is working fine if I change the path from %APPLCSF%APPLOUT to Customtop\out directory to identify the file. It was sent the attachment also to my email id.
    But my requirement is I need to send the file from Out directory not from customtop out . Even it is not recognized the .out file using this UTL_File.fgetattr() in out directory.
    Appreciate any furthur assistance.
    Thanks,
    JP

  • ReportViewer 2010:how to hide pdf in export option in subreports in reportviewer

    Hi,
    I am using ReportViewer 2010 and using code (posted below) to hide certain options from export, its working fine for parent report,  but when i am clicking on parent report to view child report, then export option in child report is showing all the
    items in export option which all are hided in parent report. So please help me out.
    private void DisableUnwantedExportFormats()
                FieldInfo info;
                foreach (RenderingExtension extension in rptviewerByBrandBySentimentAttribute.ServerReport.ListRenderingExtensions())
                    if (extension.Name != "PDF" && extension.Name != "ASPPT" && extension.Name != "ASPPTX" && extension.Name != "EXCEL" && extension.Name != "MHTML") // only PDF and Excel
    - remove the other options
                        info = extension.GetType().GetField("m_isVisible", BindingFlags.Instance | BindingFlags.NonPublic);
                        info.SetValue(extension, false);
                    if (extension.Name == "ASPPT") // change "Excel" name on the list to "Excel 97-2003 Workbook"
                        info = extension.GetType().GetField("m_localizedName", BindingFlags.Instance | BindingFlags.NonPublic);
                        if (info != null) info.SetValue(extension, "PowerPoint 2003");
                    if (extension.Name == "ASPPTX") // change "Excel" name on the list to "Excel 97-2003 Workbook"
                        info = extension.GetType().GetField("m_localizedName", BindingFlags.Instance | BindingFlags.NonPublic);
                        if (info != null) info.SetValue(extension, "PowerPoint 2007");
    neha

    Hi,
    Thank you for this article.
    I am using the localreport ReportViewer 2010 and other code examples weren't working.
    Apparently, the m_isVisible field was not available in earlier version of ReportViewer
                        info = extension.GetType().GetField("m_isVisible", BindingFlags.Instance | BindingFlags.NonPublic);                    info.SetValue(extension, false);
    Code that wasn't working:
                FieldInfo info = extension.GetType().GetField("m_serverExtension",            BindingFlags.NonPublic | BindingFlags.Instance);            if (info != null)            {                object actualExtension = info.GetValue(extension);                if (actualExtension != null)                {                    PropertyInfo propInfo = actualExtension.GetType().GetProperty("Visible");                    if (propInfo != null && propInfo.CanWrite)                    {                        propInfo.SetValue(actualExtension, false, null);                    }                }            }
    Thanks again, chupaul :)

  • How to add image in virtual dir / i/ 11g when using the embedded gateway

    Hi,
    Does somebody knows how to 'simple' import a file or directory
    into the /images/ or /i/ directory created by APEX without tricks like in How I added a  new image to APEX in 11g when using the embedded gateway.
    when using Database 11g with the embedded gateway. with webdav of ftp.
    When I use the url http://localhost/images
    I need to logon.
    There is not 1 username/password that I can use. I tried all.
    When I try http://localhost/i/16admin.gif then the gif is shown.
    I must be something with ACL's or DBMS_EPG or maybe the default port 80 that I use?
    My configuration is
    Doing 11.1.0.6.0 checks
    ############# Status/Version #############
    XDB Status is: VALID at version 11.1.0.6.0
    ############# OTHER DATABASE FEATURES #############
    Oracle Application Express is VALID at version 3.1.2.00.02
    OWB is VALID at version 11.1.0.6.0
    Oracle Enterprise Manager is VALID at version 11.1.0.6.0
    Oracle Ultra Search is VALID at version 11.1.0.6.0
    OLAP Catalog is VALID at version 11.1.0.6.0
    Spatial is VALID at version 11.1.0.6.0
    Oracle Multimedia is VALID at version 11.1.0.6.0
    Oracle XML Database is VALID at version 11.1.0.6.0
    Oracle Text is VALID at version 11.1.0.6.0
    Oracle Expression Filter is VALID at version 11.1.0.6.0
    Oracle Rules Manager is VALID at version 11.1.0.6.0
    Oracle Workspace Manager is VALID at version 11.1.0.6.0
    Oracle Database Catalog Views is VALID at version 11.1.0.6.0
    Oracle Database Packages and Types is VALID at version 11.1.0.6.0
    JServer JAVA Virtual Machine is VALID at version 11.1.0.6.0
    Oracle XDK is VALID at version 11.1.0.6.0
    Oracle Database Java Packages is VALID at version 11.1.0.6.0
    OLAP Analytic Workspace is VALID at version 11.1.0.6.0
    Oracle OLAP API is VALID at version 11.1.0.6.0
    ############# XDBCONFIG INFORMATION #############
    acl-max-age= = = 15
    acl-cache-size= = = 32
    case-sensitive= = = true
    call-timeout= = = 6000
    max-link-queue= = = 65536
    max-session-use= = = 100
    persistent-sessions= = = false
    default-lock-timeout= = = 3600
    xdbcore-logfile-path= = = /sys/log/xdblog.xml
    xdbcore-log-level= = = 0
    resource-view-cache-size= = = 1048576
    extension= = = au
    mime-type= = = audio/basic
    extension= = = avi
    mime-type= = = video/x-msvideo
    extension= = = bin
    mime-type= = = application/octet-stream
    extension= = = bmp
    mime-type= = = image/bmp
    extension= = = css
    mime-type= = = text/css
    extension= = = doc
    mime-type= = = application/msword
    extension= = = eml
    mime-type= = = message/rfc822
    extension= = = gif
    mime-type= = = image/gif
    extension= = = htm
    mime-type= = = text/html
    extension= = = html
    mime-type= = = text/html
    extension= = = jpe
    mime-type= = = image/jpeg
    extension= = = jpeg
    mime-type= = = image/jpeg
    extension= = = jpg
    mime-type= = = image/jpeg
    extension= = = js
    mime-type= = = application/x-javascript
    extension= = = jsp
    mime-type= = = text/html
    extension= = = mid
    mime-type= = = audio/mid
    extension= = = mov
    mime-type= = = video/quicktime
    extension= = = movie
    mime-type= = = video/x-sgi-movie
    extension= = = mp3
    mime-type= = = audio/mpeg
    extension= = = mpe
    mime-type= = = video/mpg
    extension= = = mpeg
    mime-type= = = video/mpg
    extension= = = mpg
    mime-type= = = video/mpg
    extension= = = msa
    mime-type= = = application/x-msaccess
    extension= = = msw
    mime-type= = = application/x-msworks-wp
    extension= = = pcx
    mime-type= = = application/x-pc-paintbrush
    extension= = = pdf
    mime-type= = = application/pdf
    extension= = = png
    mime-type= = = image/png
    extension= = = ppt
    mime-type= = = application/vnd.ms-powerpoint
    extension= = = ps
    mime-type= = = application/postscript
    extension= = = qt
    mime-type= = = video/quicktime
    extension= = = ra
    mime-type= = = audio/x-realaudio
    extension= = = ram
    mime-type= = = audio/x-realaudio
    extension= = = rm
    mime-type= = = audio/x-realaudio
    extension= = = rtf
    mime-type= = = application/rtf
    extension= = = rv
    mime-type= = = video/x-realvideo
    extension= = = sgml
    mime-type= = = text/sgml
    extension= = = svg
    mime-type= = = image/svg+xml
    extension= = = tif
    mime-type= = = image/tiff
    extension= = = tiff
    mime-type= = = image/tiff
    extension= = = txt
    mime-type= = = text/plain
    extension= = = url
    mime-type= = = text/plain
    extension= = = vrml
    mime-type= = = x-world/x-vrml
    extension= = = wav
    mime-type= = = audio/wav
    extension= = = wpd
    mime-type= = = application/wordperfect5.1
    extension= = = xls
    mime-type= = = application/vnd.ms-excel
    extension= = = xml
    mime-type= = = text/xml
    extension= = = xsd
    mime-type= = = text/xml
    extension= = = xsl
    mime-type= = = text/xml
    extension= = = zip
    mime-type= = = application/x-zip-compressed
    extension= = = htc
    mime-type= = = text/x-component
    extension= = = xbl
    mime-type= = = text/xml
    extension= = = en
    lang= = = english
    extension= = = gzip
    encoding= = = zip file
    extension= = = tar
    encoding= = = tar file
    session-pool-size= = = 50
    session-timeout= = = 6000
    ftp-port= = = 0
    ftp-listener= = = local_listener
    ftp-protocol= = = tcp
    logfile-path= = = /sys/log/ftplog.xml
    log-level= = = 0
    session-timeout= = = 6000
    buffer-size= = = 8192
    http-port= = = 80
    http-listener= = = local_listener
    http-protocol= = = tcp
    max-http-headers= = = 64
    max-header-size= = = 16384
    max-request-body= = = 2000000000
    session-timeout= = = 6000
    server-name= = = XDB HTTP Server
    logfile-path= = = /sys/log/httplog.xml
    log-level= = = 0
    servlet-realm= = = Basic realm="XDB"
    welcome-file= = = index.html
    welcome-file= = = index.htm
    servlet-pattern= = = /Test
    servlet-name= = = TestServlet
    servlet-pattern= = = /oradb/*
    servlet-name= = = DBURIServlet
    servlet-pattern= = = /orarep/*
    servlet-name= = = ReportFmwkServlet
    servlet-pattern= = = /i/*
    servlet-name= = = PublishedContentServlet
    servlet-pattern= = = /apex/*
    servlet-name= = = APEX
    servlet-pattern= = = /images/*
    servlet-name= = = IMAGES
    servlet-name= = = TestServlet
    servlet-language= = = Java
    display-name= = = XDB Test Servlet
    description= = = A servlet to test the internals of the XDB Servlet API
    servlet-class= = = xdbtserv
    servlet-schema= = = xdb
    servlet-name= = = DBURIServlet
    servlet-language= = = C
    display-name= = = DBURI
    description= = = Servlet for accessing DBURIs
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = ReportFmwkServlet
    servlet-language= = = C
    display-name= = = REPT
    description= = = Servlet for accessing reports
    role-name= = = authenticatedUser
    role-link= = = authenticatedUser
    servlet-name= = = PublishedContentServlet
    servlet-language= = = C
    display-name= = = Unauthenticated File Access Servlet
    description= = = Servlet for files for unauthenticated users
    param-name= = = RootFolder
    param-value= = = /images
    description= = = RootFolder
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = APEX
    servlet-language= = = PL/SQL
    display-name= = = APEX
    database-username= = = ANONYMOUS
    default-page= = = apex
    document-table-name= = = wwv_flow_file_objects$
    document-path= = = docs
    document-procedure= = = wwv_flow_file_mgr.process_download
    nls-language= = = american_america.al32utf8
    request-validation-function= = = wwv_flow_epg_include_modules.authorize
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    servlet-name= = = IMAGES
    servlet-language= = = PL/SQL
    display-name= = = IMAGES
    database-username= = = APS
    role-name= = = anonymousServletRole
    role-link= = = anonymousServletRole
    allow-mechanism= = = basic
    nonce-timeout= = = 300
    xdbcore-xobmem-bound= = = 1024
    xdbcore-loadableunit-size= = = 16
    acl-evaluation-method= = = ace-order
    ############# XMLTYPE Tables #############
    XDB has 1 XMLTYPE TABLES stored as CLOB
    XDB has 24 XMLTYPE TABLES stored as OBJECT-RELATIONAL
    XDB has 11 XMLTYPE TABLES stored as BINARY
    ############# XMLTYPE Columns #############
    XDB has 3 XMLTYPE Columns stored as CLOB
    MDSYS has 24 XMLTYPE Columns stored as CLOB
    SYS has 1 XMLTYPE Columns stored as CLOB
    ORDSYS has 9 XMLTYPE Columns stored as CLOB
    ############# XMLTYPE Views #############
    ############# XMLTYPE INDEXES #############
    XDB has 1 XMLTYPE Indexes of type CSX
    ############# Items built with XML API's #############
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY MDSYS.SDO_WFS_PROCESS
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY FLOWS_030100.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY MDSYS.SDO_OLS
    PACKAGE BODY FLOWS_030000.WWV_FLOW_DATALOAD_XML
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY FLOWS_030100.WWV_FLOW_XLIFF
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY FLOWS_030000.WWV_FLOW_XLIFF
    PACKAGE BODY EXFSYS.DBMS_RLMGR_DR
    PACKAGE BODY XDB.DBMS_XDB
    PACKAGE BODY XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE XDB.DBMS_XSLPROCESSOR
    PACKAGE XDB.DBMS_XMLPARSER
    PACKAGE XDB.DBMS_XDBRESOURCE
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XMLINDEX
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA
    PACKAGE BODY XDB.DBMS_XMLSCHEMA_INT
    PACKAGE BODY XDB.DBMS_XMLTRANSLATIONS
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    PACKAGE BODY XDB.DBMS_XMLPARSER
    PACKAGE BODY XDB.DBMS_CSX_INT
    PACKAGE BODY XDB.DBMS_XMLDOM
    PACKAGE BODY XDB.DBMS_XSLPROCESSOR
    ############# XML SCHEMAS #############
    MDSYS has 4 registered.
    EXFSYS has 2 registered.
    ORDSYS has 17 registered.
    XDB has 25 registered.
    SYS has 43 registered.
    ############# Repository Resources #############
    MDSYS has 9 resources.
    EXFSYS has 3 resources.
    ORDSYS has 20 resources.
    XDB has 28 resources.
    SYS has 12634 resources.
    ############# Network ACLs Configured #############
    mail.4aps.be has network acls configured for ports 25 through 25
    * has network acls configured for ports through
    * has network acls configured for ports through
    ############# DBMS_EPG DAD USAGE #############
    APEX
    IMAGES

    Hi Jules,
    You need a user with XDBADMIN rights to access the WebDav. Once you have access, you can open the URL as webfolder (in IE).
    Regards,
    Christian

  • Windows 7 RC Install on Unibody MBP went BEAUTIFULLY!!

    I recently installed Windows 7 RC on my unibody Macbook Pro (late model, 2008) using Boot Camp and everything went very smoothly! So I thought I'd right a post to possibly help other users through some minor glitches that I ran into that I was able to figure out logically. And I am NO computer expert, so just about anyone should be able to do this!
    Boot Camp Assistant is going to recommend that you print the Boot Camp Install Instructions before you begin. DO THIS!! It was very helpful!
    First off, I had a copy of the Windows 7 RC ISO on a DVD burned from in Windows Vista (I don't think this part is very important - I think the ISO is fine from anywhere).
    I completely backed up my Macbook using Time Machine and then I ran the Boot Camp Assistant to load Windows 7 and created the 32-Gig Partition.
    You will be asked at some point to choose the partition that you want to install to - I was installing to the partition named with "Boot Camp", obviously, but I failed to realize that I needed to format that partition. You will notice that the "next" button is grayed out and cannot be clicked. There is a link right above the "next" button that needs to be clicked in order to format the partition - I failed to notice this so I thought I would mention this too!
    I inserted the Windows 7 disk when Boot Camp instructed and the installation began - YOU WILL NEED TO BE PATIENT HERE - the reason I mention this is because I've seen a couple of posts where people state that the Windows 7 Install begins but that their computer hangs up at the point where the files begin "expanding" and they only see "0%" and three animated dots, but nothing else happens. This part of the install was very quick when I used Sun's Virtual Box instead of Boot Camp. But, for some reason, it was a good three or four minutes before the "expanding" changed from "0%" to "1%" and so on - so, again, be patient! Your files should expand after a couple of minutes!
    The only other glitches I ran into was when Windows 7 would restart during the install - I kept expecting my Macbook to restart in Windows, but it kept restarting in OS X. All I did was restart OS x and my Macbook automatically restarted back into the Windows Install. I had to do this a couple of times - I THINK the reason is because the Boot Camp Control Panel doesn't get installed until the end of the Windows 7 Install - but I'm not absolutely sure. In any case, just restart OS X anytime you need to go back to Windows 7 Install and you should be okay.
    Before I knew it - WINDOWS 7 HAD INSTALLED!!!
    Next, just let Windows 7 do it's thing and install drivers, etc. As soon as all of this is done, I recommend a couple of things: FIRST: Go into Internet Explorer then go to Mozilla.com and download Firefox! This is merely my own preference over Internet Explorer, but I like it SOOOO much better!
    As soon as you've downloaded Firefox (or if you chose not to), go to www.antivir.com and download their FREE Anti Virus Software. You will find it under "downloads" and then it should be the first option you have under "desktop software" and it should say "free personal anti virus software". DO THIS BEFORE YOU DO ANYTHING ELSE!!!
    After that, feel free to begin exploring Windows 7 on your Macbook Pro! And good luck!!

    Windows 7 would restart during the install - I kept expecting my Macbook to restart in Windows, but it kept restarting in OS X. All I did was restart OS x and my Macbook automatically restarted back into the Windows Install. I had to do this a couple of times - I THINK the reason is because the Boot Camp Control Panel doesn't get installed until the end of the Windows 7 Install - but I'm not absolutely sure. In any case, just restart OS X anytime you need to go back to Windows 7 Install and you should be okay.
    Windows (Vista and all builds of 7) have always and will set the system to restart in Windows. 7-RC adds a new entry for "Setup" (I am not 100% sure of name). And at one point that was something like "Rollback" to an earlier point. If you have ever had more than one Windows system you have seen the boot screen list. If you have Vista and Windows 7 they will be listed there as such.
    May have something to do with I can - and always do - remove any drives with OS X, too.
    Formatting to NTFS (or delete FAT Bootcamp, and create NTFS) has been there as one step since Vista.
    There are a number of free AV programs, most all though have got to change their API hooks into the OS, and 7100 has changed a lot under the hood that way since the public beta in Jan (which expires June 1).
    Windows will take you to a page to find AV program - it isn't current or complete, and Kaspersky is finishing up 2010 version but their beta product for 7 is on hold - and 2010 KIS is killing IE8 for me.
    Norton beta NIS2009 and N360v3.5 both seem to be very good and compatible, and a real change from older pre-2009 editions.
    Firefox: there are some excellent extensions like NOSCRIPT which I consider a must.

Maybe you are looking for

  • How can I use remote app in a dorm?

    I have the most recent version of the remote app for my iPhone 4S, and I'd like to control the iTunes on my 2010 MacBook Pro, but I am in a dorm, so I only have access to the communal "ResHall" wifi. Both my computer and my phone are on this network,

  • Re: Sorting in ArrayField widget.

    Hi, If you need a little sample about sorting Arrays or Listviews you can find one on http://perso.club-internet.fr/dnguyen/ It shows how to use a QuickSort generic class (the source code of that class is not delivered, but you can find a quicksort s

  • OIM: Error while deploying Custom Approval Process for Self-Register

    While deploying the Custom Approval Process for Self-Register, i am getting the following error in scac.log file Nov 16, 2011 2:48:58 PM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported INFO: XMLSchema incremental build enabled. No

  • Apache 2.4 mod_perl libapreq problems

    I recently upgraded to Apache 2.4. This is now the bane of my existence. I run several servers with mod_perl and perl-libapreq. I cannot figure out how to these modules to work with Apache 2.4. I get the error: httpd: Syntax error on line 39 of /etc/

  • Uncleared items in BRS to be captured

    Dear All, As per my client requirement have developed a BRS report with separate annexure and summary report, report shows the items which are reconcilled and updated in tables as per the logic which i applied thru ABAP, now the issue is whenever ban